Rev 3263 | Rev 3469 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3263 | Rev 3282 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !readproc tabletheme |
1 | !readproc tabletheme |
2 | 2 | ||
3 | !if $lang notwordof es de |
3 | !if $lang notwordof es de ar |
4 | !set ll=$lang |
4 | !set ll=$lang |
5 | !else |
5 | !else |
6 | !set ll=en |
6 | !set ll=en |
7 | !endif |
7 | !endif |
8 | 8 | ||
9 | !record 0 of help/$ll/if |
9 | !record 0 of help/$ll/if |
10 | 10 | ||
11 | $table_header |
11 | $table_header |
12 | !set caption=!record 1 of help/$ll/if |
12 | !set caption=!record 1 of help/$ll/if |
13 | <caption>$caption</caption> |
13 | <caption>$caption</caption> |
14 | !set header=!record 2 of help/$ll/if |
14 | !set header=!record 2 of help/$ll/if |
15 | $table_tr<th>$(header[1])</th><th>$(header[2])</th></tr> |
15 | $table_tr<th>$(header[1])</th><th>$(header[2])</th></tr> |
16 | 16 | ||
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> |
23 | !line 2 of $l_ |
23 | !line 2 of $l_ |
24 | </td></tr> |
24 | </td></tr> |