Subversion Repositories wimsdev

Rev

Rev 7810 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
152 bpr 1
!readproc tabletheme
196 bpr 2
 
8354 bpr 3
!if $lang notwordof es de ca
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
8354 bpr 15
$table_tr<th>$(header[1])</th><th>$(header[2])</th><th>$wims_name_Explanations</th></tr>
3263 bpr 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
6249 bpr 20
$table_tr<td class="tt wims_code_words">
3263 bpr 21
!line 1 of $l_
6249 bpr 22
</td><td class="tt wims_code_words">
3263 bpr 23
!line 2 of $l_
8354 bpr 24
</td><td style="text-align:left">
3469 bpr 25
!line 3 of $l_
3263 bpr 26
</td></tr>
27
!next
28
$table_end
29
 
7810 bpr 30
!exit