Rev 3282 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3263 | bpr | 1 | !readproc tabletheme |
2 | |||
3 | !if $lang notwordof de ca it si |
||
4 | !set ll=$lang |
||
5 | !else |
||
6 | !set ll=en |
||
7 | !endif |
||
8 | |||
9 | !set p=command |
||
10 | !record 0 of help/$ll/$p.phtml |
||
11 | |||
12 | $table_header |
||
13 | !set caption=!record 1 of help/$ll/$p.phtml |
||
14 | <caption>$caption</caption> |
||
15 | !set header=!record 2 of help/$ll/$p.phtml |
||
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 | |||
19 | !set cnt_record=!recordcnt help/$ll/$p.phtml |
||
20 | !for u= 3 to $cnt_record |
||
21 | !set l_=!record $u of help/$ll/$p.phtml |
||
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 |
||
46 | !endif |