Subversion Repositories wimsdev

Rev

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

Rev 5903 Rev 6133
Line 6... Line 6...
6
  !set ll=en
6
  !set ll=en
7
!endif
7
!endif
8
 
8
 
9
!set p=oefcommand
9
!set p=oefcommand
10
!record 0 of help/$ll/$p
10
!record 0 of help/$ll/$p
11
 
-
 
-
 
11
!reset table_center
12
$table_header
12
$table_header
13
!set caption=!record 1 of help/$ll/$p
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
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>
Line 18... Line 18...
18
 
18
 
19
!set cnt_record=!recordcnt help/$ll/$p
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
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><span class="tt wims_code_words">
23
$table_tr<td class="tt wims_code_words">
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
27
 !else
27
 !else
28
   !line 1 of $l_
28
   !line 1 of $l_
29
 !endif
29
 !endif
30
</span></td><td align="center">
30
</td><td class="wimscenter">
31
!line 2 of $l_
31
!line 2 of $l_
32
</td><td>
32
</td><td>
33
!line 3 of $l_
33
!line 3 of $l_
34
</td>
34
</td>
35
</td><td><span class="tt wims_code_words">
35
</td><td class="tt wims_code_words">
36
!line 4 of $l_
36
!line 4 of $l_
37
</span>
-
 
38
</td>
37
</td>
39
</td><td><span class="tt wims_code_words">
38
</td><td class="tt wims_code_words">
40
!line 5 of $l_
39
!line 5 of $l_
41
</span></td></tr>
40
</td></tr>
42
!next
41
!next
43
$table_end
42
$table_end
44
 
43
 
45
!exit
44
!exit
46
!endif
45
!endif