Subversion Repositories wimsdev

Rev

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

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