Subversion Repositories wimsdev

Rev

Rev 2424 | Rev 3264 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

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