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
3
 <p>
4
 !changeto wimshome/public_html/bases/sheet/$lang/welcome.phtml
5
!endif
6
 
268 bpr 7
<ul  class="wims_home_result_list">
33 reyssat 8
!for i=1 to $gotcnt
9
 !set m_=!line $i of $gotm
10
 !set t_=!line $i of $gott
11
 !set d_=!line $i of $gotd
268 bpr 12
 <li class="wims_home_result_list">
2670 bpr 13
 !href module=adm/sheet&job=read&sh=$search_lang/$m_ $t_
33 reyssat 14
, $d_
268 bpr 15
</li>
33 reyssat 16
!next i
17
</ul> <p>
18