Rev 546 | Rev 1043 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
547 | bpr | 2 | !read dialog/$module_language/present.phtml |
23 | reyssat | 3 | !read $deffile present |
4 | |||
5 | <a name=infogot> |
||
6 | !if $gotcnt>0 |
||
7 | <ul> |
||
8 | !for i_=1 to $gotcnt |
||
9 | !set l_=!item $i_ of $gotlist |
||
10 | !set l_=!line 3 of $(parm$l_) |
||
11 | <li>$l_. |
||
12 | !next i_ |
||
13 | </ul> |
||
14 | !endif |
||
15 |