Subversion Repositories wimsdev

Rev

Rev 7044 | Rev 15375 | 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
12822 bpr 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
12822 bpr 15
  !set m_=!line $i of $gotm
16
  !set t_=!line $i of $gott
17
  !set d_=!line $i of $gotd
18
  !set i_=!line $i of $gotiS
19
  !set n_=!line $i of $gotm_
20
  !if $i_=$n_ or $i_ issametext
21
    !set i_=$d_
22
  !endif
23
  !if $i_=$empty
24
    !set i_=!lookup $n_ in wimshome/public_html/$basedir/information.$search_lang
25
  !endif
26
  <li class="wims_home_result_list">
27
  $ii_
28
  !href module=adm/sheet&job=read&sh=$search_lang/$m_ $t_
29
  !if $i_ != $empty
30
    , $i_
31
  !else
32
    .
33
  !endif
34
  </li>
33 reyssat 35
!next i
5843 bpr 36
</ul>