Subversion Repositories wimsdev

Rev

Rev 3263 | Rev 3469 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
152 bpr 1
!readproc tabletheme
196 bpr 2
 
3282 bpr 3
!if $lang notwordof es de ar
3263 bpr 4
  !set ll=$lang
5
!else
6
  !set ll=en
152 bpr 7
!endif
20 reyssat 8
 
3282 bpr 9
!record 0 of help/$ll/if
3263 bpr 10
 
11
$table_header
3282 bpr 12
!set caption=!record 1 of help/$ll/if
3263 bpr 13
<caption>$caption</caption>
3282 bpr 14
!set header=!record 2 of help/$ll/if
3263 bpr 15
$table_tr<th>$(header[1])</th><th>$(header[2])</th></tr>
16
 
3282 bpr 17
!set cnt_record=!recordcnt help/$ll/if
3263 bpr 18
!for u= 3 to $cnt_record
3282 bpr 19
  !set l_=!record $u of help/$ll/if
3263 bpr 20
$table_tr<td><tt>
21
!line 1 of $l_
22
</tt></td><td>
23
!line 2 of $l_
24
</td></tr>
25
!next
26
$table_end
27
 
28
!exit