Rev 3595 | Rev 4091 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3263 | bpr | 1 | !readproc tabletheme |
2 | |||
3758 | czzmrn | 3 | !if $lang notwordof de ca si |
3263 | bpr | 4 | !set ll=$lang |
5 | !else |
||
6 | !set ll=en |
||
7 | !endif |
||
8 | |||
3478 | bpr | 9 | !set p=oefcommand |
3282 | bpr | 10 | !record 0 of help/$ll/$p |
3263 | bpr | 11 | |
12 | $table_header |
||
3282 | bpr | 13 | !set caption=!record 1 of help/$ll/$p |
3263 | bpr | 14 | <caption>$caption</caption> |
3282 | bpr | 15 | !set header=!record 2 of help/$ll/$p |
3263 | bpr | 16 | $table_tr<th>$(header[1])</th><th>$(header[2])</th><th>$(header[3])</th> |
17 | <th>$(header[4])</th><th>$(header[5])</th></tr> |
||
18 | |||
3282 | bpr | 19 | !set cnt_record=!recordcnt help/$ll/$p |
3263 | bpr | 20 | !for u= 3 to $cnt_record |
3282 | bpr | 21 | !set l_=!record $u of help/$ll/$p |
3263 | bpr | 22 | !set help=!getopt help in $l_ |
23 | $table_tr<td><tt> |
||
24 | !set l_1=!line 1 of $l_ |
||
25 | !if $help!=$empty and $l_1!=help |
||
26 | !href module=$module&cmd=help&special_parm=$help $l_1 |
||
27 | !else |
||
28 | !line 1 of $l_ |
||
29 | !endif |
||
30 | </tt></td><td align="center"> |
||
31 | !line 2 of $l_ |
||
32 | </td><td> |
||
33 | !line 3 of $l_ |
||
34 | </td> |
||
35 | </td><td><tt> |
||
36 | !line 4 of $l_ |
||
37 | </tt> |
||
38 | </td> |
||
39 | </td><td><tt> |
||
40 | !line 5 of $l_ |
||
41 | </tt></td></tr> |
||
42 | !next |
||
43 | $table_end |
||
44 | |||
45 | !exit |
||
3758 | czzmrn | 46 | !endif |