Subversion Repositories wimsdev

Rev

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

Rev 3758 Rev 4091
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><tt>
23
$table_tr<td><tt class="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_
Line 30... Line 30...
30
</tt></td><td align="center">
30
</tt></td><td align="center">
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><tt>
35
</td><td><tt class="wims_code_words">
36
!line 4 of $l_
36
!line 4 of $l_
37
</tt>
37
</tt>
38
</td>
38
</td>
39
</td><td><tt>
39
</td><td><tt class="wims_code_words">
40
!line 5 of $l_
40
!line 5 of $l_
41
</tt></td></tr>
41
</tt></td></tr>
42
!next
42
!next
43
$table_end
43
$table_end
44
 
44