Rev 12194 | Rev 13995 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
11176 | bpr | 1 | <h2 class="wimscenter">CSS</h2> |
2 | |||
3 | !set a=!record 0 of wimshome/public_html/bases/sys/css_classes |
||
11177 | bpr | 4 | !set a=!nonempty lines $a |
5 | !set acnt=!linecnt $a |
||
11176 | bpr | 6 | |
11177 | bpr | 7 | <table class="wimsborder wimscenter"> |
8 | !for j = 2 to $acnt |
||
9 | !set aa=!line $j of $a |
||
11485 | bpr | 10 | !if $(aa[1])!=$empty and $(aa[2])!=$empty |
11177 | bpr | 11 | <tr><th>$(aa[1])</th><td>$(aa[2..-1])</td></tr> |
12 | !endif |
||
13 | !next |
||
13729 | bpr | 14 | <tr><th><span class="wims_color1">wims_color1</span></th><td>theme style for menu</td></tr> |
15 | <tr><th><span class="wims_color2">wims_color2</span></th><td>theme style for button</td></tr> |
||
16 | <tr><th><span class="wims_color3">wims_color3</span></th><td>theme style for help button</td></tr> |
||
11177 | bpr | 17 | </table> |