Subversion Repositories wimsdev

Rev

Rev 6570 | Rev 6959 | 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
268 bpr 19
 <li class="wims_home_result_list">
6463 bpr 20
 !href module=home&user=anonymous,$m_,anonymous $t_
6465 bpr 21
 $d_
268 bpr 22
</li>
33 reyssat 23
!next i
5843 bpr 24
</ul>