Rev 11904 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11904 | Rev 12405 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | !if $table_spacer=yes |
13 | !if $table_spacer=yes |
14 | !set table_spacer_class=<br class="spacer" /> |
14 | !set table_spacer_class=<br class="spacer" /> |
15 | !endif |
15 | !endif |
16 | 16 | ||
17 | !set table_header=!nosubst $table_spacer_class\ |
17 | !set table_header=!nosubst $table_spacer_class\ |
18 | <table class="wimstable" $table_id\ |
- | |
19 | style= |
18 | <table class="wimstable $table_class" style="text-align:$table_center;" id="$table_id"> |
20 | !set table_end=!nosubst </table>$table_spacer_class |
19 | !set table_end=!nosubst </table>$table_spacer_class |
21 | !set table_hdtr=<tr> |
20 | !set table_hdtr=<tr> |
22 | !set table_colors=odd,even |
21 | !set table_colors=odd,even |
23 | !set table_tr=!nosubst <tr class="$(table_colors[$wims_incremental%2+1])"> |
22 | !set table_tr=!nosubst <tr class="$(table_colors[$wims_incremental%2+1])"> |
24 | 23 | ||
25 | !reset |
24 | !reset table_spacer,table_class |