Rev 3282 | Rev 3491 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3282 | Rev 3469 | ||
---|---|---|---|
Line 17... | Line 17... | ||
17 | !set cnt_record=!recordcnt help/$ll/if |
17 | !set cnt_record=!recordcnt help/$ll/if |
18 | !for u= 3 to $cnt_record |
18 | !for u= 3 to $cnt_record |
19 | !set l_=!record $u of help/$ll/if |
19 | !set l_=!record $u of help/$ll/if |
20 | $table_tr<td><tt> |
20 | $table_tr<td><tt> |
21 | !line 1 of $l_ |
21 | !line 1 of $l_ |
22 | </tt></td><td> |
22 | </tt></td><td><tt> |
23 | !line 2 of $l_ |
23 | !line 2 of $l_ |
- | 24 | </tt></td> |
|
- | 25 | </td><td> |
|
- | 26 | !line 3 of $l_ |
|
24 | </td></tr> |
27 | </td></tr> |
25 | !next |
28 | !next |
26 | $table_end |
29 | $table_end |
27 | 30 | ||
28 | !exit |
31 | !exit |