Rev 2424 | Rev 3282 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2424 | Rev 3263 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | - | ||
2 | !readproc tabletheme |
1 | !readproc tabletheme |
3 | 2 | ||
4 | !if $lang |
3 | !if $lang notwordof es de |
5 |
|
4 | !set ll=$lang |
6 | ! |
5 | !else |
- | 6 | !set ll=en |
|
7 | !endif |
7 | !endif |
8 | 8 | ||
9 | ! |
9 | !record 0 of help/$ll/if.phtml |
- | 10 | ||
- | 11 | $table_header |
|
- | 12 | !set caption=!record 1 of help/$ll/if.phtml |
|
- | 13 | <caption>$caption</caption> |
|
- | 14 | !set header=!record 2 of help/$ll/if.phtml |
|
- | 15 | $table_tr<th>$(header[1])</th><th>$(header[2])</th></tr> |
|
- | 16 | ||
- | 17 | !set cnt_record=!recordcnt help/$ll/if.phtml |
|
- | 18 | !for u= 3 to $cnt_record |
|
- | 19 | !set l_=!record $u of help/$ll/if.phtml |
|
- | 20 | $table_tr<td><tt> |
|
- | 21 | !line 1 of $l_ |
|
- | 22 | </tt></td><td> |
|
- | 23 | !line 2 of $l_ |
|
- | 24 | </td></tr> |
|
- | 25 | !next |
|
- | 26 | $table_end |
|
- | 27 | ||
- | 28 | !exit |