Subversion Repositories wimsdev

Rev

Rev 6465 | Rev 6620 | 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
 
6463 bpr 9
<ul class="wims_home_result_list wims_class">
33 reyssat 10
!for i=1 to $gotcnt
11
 !set m_=!line $i of $gotm
12
 !set t_=!line $i of $gott
13
 !set d_=!line $i of $gotd
268 bpr 14
 <li class="wims_home_result_list">
6463 bpr 15
 !href module=home&user=anonymous,$m_,anonymous $t_
6465 bpr 16
 $d_
268 bpr 17
</li>
33 reyssat 18
!next i
5843 bpr 19
</ul>