Subversion Repositories wimsdev

Rev

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

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