Subversion Repositories wimsdev

Rev

Rev 2670 | Rev 5886 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
33 reyssat 1
 
2
!if $gotcnt=0
5843 bpr 3
 
33 reyssat 4
 !changeto wimshome/public_html/bases/sheet/$lang/welcome.phtml
5
!endif
6
 
5843 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
5843 bpr 17
</ul>
33 reyssat 18