Subversion Repositories wimsdev

Rev

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

  1. !read tabletheme
  2. !reset table_center
  3. !set resetyes=<br>This variable is reset to empty after a dynamic insertion.
  4.  
  5. !for theme in general, dynamic, software
  6. $table_header
  7. <caption>
  8. !record 0 of varspecial/$theme
  9. </caption>
  10. !set n=!recordcnt varspecial/$theme
  11. !for j=1 to $n
  12.   !set dat=!record $j of varspecial/$theme
  13.   $table_tr<td>
  14.   $emph
  15.   !line 1 of $dat
  16.   $emphend
  17.   </td><td>
  18.   !set text=!line 3 to -1 of $dat
  19.   !set text=!replace internal `` by $emph in $text
  20.   !set text=!replace internal '' by $emphend in $text
  21.   $text
  22.   </td></tr>
  23. !next
  24. $table_end
  25. !next
  26.  
  27. !! module_about
  28. !! module_about_bgcolor
  29. !! ins_anim_loop
  30. !! ins_anim_delay
  31. !! ins_anim_frames
  32.