Subversion Repositories wimsdev

Rev

Rev 6967 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. !if $gotcntC > 0
  3.   !set gotcnt=$gotcntC
  4.   !set gotm=$gotmC
  5.   !set gotd=$gotdC
  6.   !set gott=$gottC
  7. !endif
  8.  
  9. !default gotcntC=0
  10. !if $[$gotcntC + $gotcnt]=0
  11.   !href module=adm/class/classes&type=example $name_allexampleclass
  12. !endif
  13.  
  14. <ul class="wims_home_result_list wims_class">
  15. !for i=1 to $gotcnt
  16.   !set m_=!line $i of $gotm
  17.   !set t_=!line $i of $gott
  18.   !set d_=!line $i of $gotd
  19.   !set i_=!line $i of $gotiC
  20.   <li class="wims_home_result_list">
  21.   !href module=home&user=anonymous,$m_,anonymous $t_
  22.   .
  23.   !if $i_!=$m_
  24.     $i_
  25.   !endif
  26.   <span class="small">$d_</span>
  27.   </li>
  28. !next i
  29. </ul>
  30.