Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
7810 bpr 1
!if $lang notwordof es de ca
3263 bpr 2
  !set ll=$lang
3
!else
4
  !set ll=en
152 bpr 5
!endif
3263 bpr 6
!readproc tabletheme
15342 obado 7
!readproc oef/$lang/names.proc
6133 bpr 8
!reset table_center
3292 bpr 9
!for j in 0,5,1,2,3,4
15220 bpr 10
  $table_header
11
  !set caption=!record 1 of help/$ll/oefparm$j
12
   <caption>$caption</caption>
3282 bpr 13
  !set header=!record 2 of help/$ll/oefparm$j
15220 bpr 14
   $table_tr<th style="min-width:140px;">$(header[1])</th><th>$(header[2])</th><th>$(header[3])</th></tr>
3282 bpr 15
  !set cnt_record=!recordcnt help/$ll/oefparm$j
3263 bpr 16
  !for u= 3 to $cnt_record
3282 bpr 17
    !set l_=!record $u of help/$ll/oefparm$j
6133 bpr 18
    $table_tr<td class="tt wims_code_words">
3263 bpr 19
!line 1 of $l_
6133 bpr 20
    </td><td class="tt">
3263 bpr 21
!line 2 of $l_
6133 bpr 22
    </td><td>
3263 bpr 23
!line 3 of $l_
24
    </td></tr>
25
  !next
26
$table_end
27
!next j
3292 bpr 28
 
3263 bpr 29
!exit
30