Rev 11651 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2026 | bpr | 1 | !read tabletheme |
5982 | bpr | 2 | !reset table_center |
17228 | bpr | 3 | !set resetyes=<br>This variable is reset to empty after a dynamic insertion. |
5798 | bpr | 4 | |
11651 | bpr | 5 | !for theme in general, dynamic, software |
2026 | bpr | 6 | $table_header |
11651 | bpr | 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 |
||
2026 | bpr | 24 | $table_end |
11651 | bpr | 25 | !next |
32 | reyssat | 26 | |
27 | !! module_about |
||
28 | !! module_about_bgcolor |
||
29 | !! ins_anim_loop |
||
30 | !! ins_anim_delay |
||
31 | !! ins_anim_frames |