Rev 2088 | Rev 15353 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2088 | Rev 5912 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | 4 | ||
5 | <a |
5 | <a id="infogot"></a> |
6 | !if $gotcnt>0 |
6 | !if $gotcnt>0 |
7 | <ul> |
7 | <ul> |
8 | !for i_=1 to $gotcnt |
8 | !for i_=1 to $gotcnt |
9 | !set l_=!item $i_ of $gotlist |
9 | !set l_=!item $i_ of $gotlist |
10 | !set l_=!line 3 of $(parm$l_) |
10 | !set l_=!line 3 of $(parm$l_) |
11 | <li>$l_. |
11 | <li>$l_.</li> |
12 | !next i_ |
12 | !next i_ |
13 | </ul> |
13 | </ul> |
14 | !endif |
14 | !endif |
15 | 15 |