Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
33 reyssat 1
 
2
!if $gotcnt=0
5891 obado 3
 !changeto lang/welcome-S.phtml.$lang
33 reyssat 4
!endif
5
 
5843 bpr 6
<ul class="wims_home_result_list">
33 reyssat 7
!for i=1 to $gotcnt
8
 !set m_=!line $i of $gotm
9
 !set t_=!line $i of $gott
10
 !set d_=!line $i of $gotd
268 bpr 11
 <li class="wims_home_result_list">
2670 bpr 12
 !href module=adm/sheet&job=read&sh=$search_lang/$m_ $t_
33 reyssat 13
, $d_
268 bpr 14
</li>
33 reyssat 15
!next i
5843 bpr 16
</ul>
33 reyssat 17