Subversion Repositories wimsdev

Rev

Rev 17025 | 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_
17025 bpr 21
 
22
  !default i_=$d_
23
   <li class="wims_home_result_list">
15375 bpr 24
  !href module=adm/sheet&job=read&sh=$m_ $t_
12822 bpr 25
  !if $i_ != $empty
26
    , $i_
27
  !else
28
    .
29
  !endif
30
  </li>
33 reyssat 31
!next i
5843 bpr 32
</ul>