Subversion Repositories wimsdev

Rev

Rev 3263 | Rev 3478 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3263 Rev 3282
Line 5... Line 5...
5
!else
5
!else
6
  !set ll=en
6
  !set ll=en
7
!endif
7
!endif
8
 
8
 
9
!set p=command
9
!set p=command
10
!record 0 of help/$ll/$p.phtml
10
!record 0 of help/$ll/$p
11
 
11
 
12
$table_header
12
$table_header
13
!set caption=!record 1 of help/$ll/$p.phtml
13
!set caption=!record 1 of help/$ll/$p
14
<caption>$caption</caption>
14
<caption>$caption</caption>
15
!set header=!record 2 of help/$ll/$p.phtml
15
!set header=!record 2 of help/$ll/$p
16
$table_tr<th>$(header[1])</th><th>$(header[2])</th><th>$(header[3])</th>
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>
17
<th>$(header[4])</th><th>$(header[5])</th></tr>
18
 
18
 
19
!set cnt_record=!recordcnt help/$ll/$p.phtml
19
!set cnt_record=!recordcnt help/$ll/$p
20
!for u= 3 to $cnt_record
20
!for u= 3 to $cnt_record
21
  !set l_=!record $u of help/$ll/$p.phtml
21
  !set l_=!record $u of help/$ll/$p
22
  !set help=!getopt help in $l_
22
  !set help=!getopt help in $l_
23
$table_tr<td><tt>
23
$table_tr<td><tt>
24
 !set l_1=!line 1 of $l_
24
 !set l_1=!line 1 of $l_
25
 !if $help!=$empty and $l_1!=help
25
 !if $help!=$empty and $l_1!=help
26
   !href module=$module&cmd=help&special_parm=$help $l_1
26
   !href module=$module&cmd=help&special_parm=$help $l_1