Subversion Repositories wimsdev

Rev

Rev 7040 | Rev 12822 | 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
7044 bpr 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_
7040 bpr 20
 !if $i_=$n_ or $i_ issametext
6961 bpr 21
   !set i_=$d_
22
 !endif
7040 bpr 23
 !if $i_=$empty
24
  !set i_=!lookup $n_ in wimshome/public_html/$basedir/information.$search_lang
25
 !endif
268 bpr 26
 <li class="wims_home_result_list">
7040 bpr 27
 $ii_
2670 bpr 28
 !href module=adm/sheet&job=read&sh=$search_lang/$m_ $t_
6986 bpr 29
 !if $i_ != $empty
6961 bpr 30
, $i_
6986 bpr 31
 !else
32
.
33
!endif
268 bpr 34
</li>
33 reyssat 35
!next i
5843 bpr 36
</ul>