Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
33 reyssat 1
 
6463 bpr 2
!if $gotcntC > 0
3
  !set gotcnt=$gotcntC
4
  !set gotm=$gotmC
5
  !set gotd=$gotdC
6
  !set gott=$gottC
33 reyssat 7
!endif
6570 bpr 8
 
6620 bpr 9
!default gotcntC=0
10
!if $[$gotcntC + $gotcnt]=0
12822 bpr 11
  !href module=adm/class/classes&type=example $name_allexampleclass
6620 bpr 12
!endif
13
 
6463 bpr 14
<ul class="wims_home_result_list wims_class">
33 reyssat 15
!for i=1 to $gotcnt
12822 bpr 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>
33 reyssat 28
!next i
5843 bpr 29
</ul>