Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
17018 bpr 1
!set basedir=bases/sheet/index
6461 bpr 2
!if $gotcntS > 0
3
  !set gotcnt=$gotcntS
4
  !set gotm=$gotmS
5
  !set gotd=$gotdS
6
  !set gott=$gottS
7
!endif
33 reyssat 8
 
6620 bpr 9
!default gotcntS=0
10
!if $[$gotcntS + $gotcnt]=0
12822 bpr 11
  !changeto lang/welcome-S.phtml.$lang
33 reyssat 12
!endif
7044 bpr 13
 
6461 bpr 14
<ul class="wims_home_result_list wims_sheet">
33 reyssat 15
!for i=1 to $gotcnt
12822 bpr 16
  !set m_=!line $i of $gotm
17
  !set t_=!line $i of $gott
18
  !set d_=!line $i of $gotd
19
  !set i_=!line $i of $gotiS
20
  !set n_=!line $i of $gotm_
21
  !if $i_=$n_ or $i_ issametext
22
    !set i_=$d_
23
  !endif
24
  !if $i_=$empty
15442 bpr 25
    !set i_=!lookup $n_ in wimshome/public_html/$basedir/information
12822 bpr 26
  !endif
17018 bpr 27
 <li class="wims_home_result_list">
15375 bpr 28
  !href module=adm/sheet&job=read&sh=$m_ $t_
12822 bpr 29
  !if $i_ != $empty
30
    , $i_
31
  !else
32
    .
33
  !endif
34
  </li>
33 reyssat 35
!next i
5843 bpr 36
</ul>