Rev 11176 | Rev 11485 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11176 | Rev 11177 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | 2 | ||
3 | !set a=!record 0 of wimshome/public_html/bases/sys/css_classes |
3 | !set a=!record 0 of wimshome/public_html/bases/sys/css_classes |
- | 4 | !set a=!nonempty lines $a |
|
- | 5 | !set acnt=!linecnt $a |
|
4 | 6 | ||
- | 7 | <table class="wimsborder wimscenter"> |
|
- | 8 | !for j = 2 to $acnt |
|
5 | ! |
9 | !set aa=!line $j of $a |
- | 10 | !if $(aa[1])!=$empty |
|
- | 11 | <tr><th>$(aa[1])</th><td>$(aa[2..-1])</td></tr> |
|
- | 12 | !endif |
|
- | 13 | !next |
|
- | 14 | </table> |