Subversion Repositories wimsdev

Rev

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

  1. !readproc tabletheme
  2.  
  3. !if $lang notwordof de ca si
  4.   !set ll=$lang
  5. !else
  6.   !set ll=en
  7. !endif
  8.  
  9. !set p=oefcommand
  10. !record 0 of help/$ll/$p
  11. !reset table_center
  12. $table_header
  13. !set caption=!record 1 of help/$ll/$p
  14. <caption>$caption</caption>
  15. !set header=!record 2 of help/$ll/$p
  16. $table_tr<th>$(header[1])</th><th>$(header[2])</th><th>$(header[3])</th>
  17. <th>$(header[4])</th><th>$(header[5])</th></tr>
  18.  
  19. !set cnt_record=!recordcnt help/$ll/$p
  20. !for u= 3 to $cnt_record
  21.   !set l_=!record $u of help/$ll/$p
  22.   !set help=!getopt help in $l_
  23. $table_tr<td class="tt wims_code_words">
  24.  !set l_1=!line 1 of $l_
  25.  !if $help!=$empty and $l_1!=help
  26.    !href module=$module&cmd=help&special_parm=$help $l_1
  27.  !else
  28.    !line 1 of $l_
  29.  !endif
  30. </td><td class="wimscenter">
  31. !line 2 of $l_
  32. </td><td>
  33. !line 3 of $l_
  34. </td><td class="tt wims_code_words">
  35. !line 4 of $l_
  36. </td>
  37. <td class="tt wims_code_words">
  38. !line 5 of $l_
  39. </td></tr>
  40. !next
  41. $table_end
  42.  
  43. !exit
  44. !endif
  45.