Subversion Repositories wimsdev

Rev

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

Rev 4091 Rev 5903
Line 15... Line 15...
15
$table_tr<th>$(header[1])</th><th>$(header[2])</th></tr>
15
$table_tr<th>$(header[1])</th><th>$(header[2])</th></tr>
16
 
16
 
17
!set cnt_record=!recordcnt help/$ll/if
17
!set cnt_record=!recordcnt help/$ll/if
18
!for u= 3 to $cnt_record
18
!for u= 3 to $cnt_record
19
  !set l_=!record $u of help/$ll/if
19
  !set l_=!record $u of help/$ll/if
20
$table_tr<td><tt class="wims_code_words">
20
$table_tr<td><span class="tt wims_code_words">
21
!line 1 of $l_
21
!line 1 of $l_
22
</tt></td><td><tt class="wims_code_words">
22
</span></td><td><span class="tt wims_code_words">
23
!line 2 of $l_
23
!line 2 of $l_
24
</tt></td><td>
24
</span></td><td>
25
!line 3 of $l_
25
!line 3 of $l_
26
</td></tr>
26
</td></tr>
27
!next
27
!next
28
$table_end
28
$table_end
29
 
29