Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
33 | reyssat | 1 | |
2 | !if $gotcnt=0 |
||
3 | <p> |
||
4 | !changeto wimshome/public_html/bases/sheet/$lang/welcome.phtml |
||
5 | !endif |
||
6 | |||
7 | <ul> |
||
8 | !for i=1 to $gotcnt |
||
9 | !set m_=!line $i of $gotm |
||
10 | !set t_=!line $i of $gott |
||
11 | !set d_=!line $i of $gotd |
||
12 | <li> |
||
13 | !href module=adm/sheet&job=read&sh=$lang/$m_ $t_ |
||
14 | , $d_ |
||
15 | !next i |
||
16 | </ul> <p> |
||
17 |