Subversion Repositories wimsdev

Rev

Rev 6967 | Rev 7040 | 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
12
 
6461 bpr 13
<ul class="wims_home_result_list wims_sheet">
33 reyssat 14
!for i=1 to $gotcnt
15
 !set m_=!line $i of $gotm
16
 !set t_=!line $i of $gott
17
 !set d_=!line $i of $gotd
6967 bpr 18
 !set i_=!line $i of $gotiS
6961 bpr 19
 !set n_=!line $i of $gotm_
20
 !if $i_=$n_
21
   !set i_=$d_
22
 !endif
268 bpr 23
 <li class="wims_home_result_list">
2670 bpr 24
 !href module=adm/sheet&job=read&sh=$search_lang/$m_ $t_
6986 bpr 25
 !if $i_ != $empty
6961 bpr 26
, $i_
6986 bpr 27
 !else
28
.
29
!endif
268 bpr 30
</li>
33 reyssat 31
!next i
5843 bpr 32
</ul>