Rev 6986 | Rev 7044 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6461 | bpr | 1 | !if $gotcntS > 0 |
2 | !set gotcnt=$gotcntS |
||
3 | !set gotm=$gotmS |
||
4 | !set gotd=$gotdS |
||
5 | !set gott=$gottS |
||
6 | !endif |
||
33 | reyssat | 7 | |
6620 | bpr | 8 | !default gotcntS=0 |
9 | !if $[$gotcntS + $gotcnt]=0 |
||
5891 | obado | 10 | !changeto lang/welcome-S.phtml.$lang |
33 | reyssat | 11 | !endif |
7040 | bpr | 12 | <pre> |
13 | $gotd |
||
14 | </pre> |
||
6461 | bpr | 15 | <ul class="wims_home_result_list wims_sheet"> |
33 | reyssat | 16 | !for i=1 to $gotcnt |
17 | !set m_=!line $i of $gotm |
||
18 | !set t_=!line $i of $gott |
||
19 | !set d_=!line $i of $gotd |
||
6967 | bpr | 20 | !set i_=!line $i of $gotiS |
6961 | bpr | 21 | !set n_=!line $i of $gotm_ |
7040 | bpr | 22 | !if $i_=$n_ or $i_ issametext |
6961 | bpr | 23 | !set i_=$d_ |
24 | !endif |
||
7040 | bpr | 25 | !if $i_=$empty |
26 | !set i_=!lookup $n_ in wimshome/public_html/$basedir/information.$search_lang |
||
27 | !endif |
||
268 | bpr | 28 | <li class="wims_home_result_list"> |
7040 | bpr | 29 | $ii_ |
2670 | bpr | 30 | !href module=adm/sheet&job=read&sh=$search_lang/$m_ $t_ |
6986 | bpr | 31 | !if $i_ != $empty |
6961 | bpr | 32 | , $i_ |
6986 | bpr | 33 | !else |
34 | . |
||
35 | !endif |
||
268 | bpr | 36 | </li> |
33 | reyssat | 37 | !next i |
5843 | bpr | 38 | </ul> |