Rev 12713 | Rev 14407 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12713 | Rev 12714 | ||
---|---|---|---|
Line 15... | Line 15... | ||
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_class" style="text-align:$table_center;" id="$table_id"> |
18 | <table class="wimstable $table_class" style="text-align:$table_center;" id="$table_id"> |
19 | !set table_end=!nosubst </table>$table_spacer_class |
19 | !set table_end=!nosubst </table>$table_spacer_class |
20 | !set table_hdtr=<tr> |
20 | !set table_hdtr=<tr data-sort-method="thead"> |
21 | !set table_colors=odd,even |
21 | !set table_colors=odd,even |
22 | !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])"> |
23 | 23 | ||
24 | !reset table_spacer,table_class,table_id |
24 | !reset table_spacer,table_class,table_id |