Rev 6461 | Rev 6465 | 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 |
6463 | bpr | 8 | $wims_name_n_example |
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_ |
268 | bpr | 16 | </li> |
33 | reyssat | 17 | !next i |
5843 | bpr | 18 | </ul> |