Subversion Repositories wimsdev

Rev

Rev 6620 | Rev 6961 | Go to most recent revision | 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
11
 !href module=adm/class/classes&type=example $name_allexampleclass
12
!endif
13
 
6463 bpr 14
<ul class="wims_home_result_list wims_class">
33 reyssat 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
6959 bpr 19
 !set i_=!line $i of $goti
268 bpr 20
 <li class="wims_home_result_list">
6463 bpr 21
 !href module=home&user=anonymous,$m_,anonymous $t_
6959 bpr 22
 !if $i_!=$m_
23
  $i_
24
 !endif
25
<span class="small">$d_</span>)
268 bpr 26
</li>
33 reyssat 27
!next i
5843 bpr 28
</ul>