Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | 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
 
8
!if $gotcnt=0
5891 obado 9
 !changeto lang/welcome-S.phtml.$lang
33 reyssat 10
!endif
11
 
6461 bpr 12
<ul class="wims_home_result_list wims_sheet">
33 reyssat 13
!for i=1 to $gotcnt
14
 !set m_=!line $i of $gotm
15
 !set t_=!line $i of $gott
16
 !set d_=!line $i of $gotd
268 bpr 17
 <li class="wims_home_result_list">
2670 bpr 18
 !href module=adm/sheet&job=read&sh=$search_lang/$m_ $t_
33 reyssat 19
, $d_
268 bpr 20
</li>
33 reyssat 21
!next i
5843 bpr 22
</ul>