Rev 6240 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6240 | Rev 12627 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | table_border,table_cellspacing,table_cellpadding |
5 | table_border,table_cellspacing,table_cellpadding |
6 | 6 | ||
7 | !set wims_incremental=1 |
7 | !set wims_incremental=1 |
8 | !set table_center=center |
8 | !set table_center=center |
9 | !set table_header=!nosubst <table style="background-color:$wims_ref_bgcolor"\ |
9 | !set table_header=!nosubst <table style="background-color:$wims_ref_bgcolor"\ |
10 | class="wimstable wimscenter"> |
10 | class="wimstable wimscenter" id="$table_id"> |
11 | !set table_end=!nosubst </table> |
11 | !set table_end=!nosubst </table> |
12 | !set table_hdtr=!nosubst <tr style="background-color:$table_bgcolor"> |
12 | !set table_hdtr=!nosubst <tr style="background-color:$table_bgcolor" data-sort-method="thead"> |
13 | !set table_colors=$table_color1,$table_color2 |
13 | !set table_colors=$table_color1,$table_color2 |
14 | !set table_tr=!nosubst <tr style="background-color:$(table_colors[$wims_incremental%2+1])"> |
14 | !set table_tr=!nosubst <tr style="background-color:$(table_colors[$wims_incremental%2+1])"> |
- | 15 | ||
- | 16 | !reset table_spacer,table_class,table_id |