Subversion Repositories wimsdev

Rev

Rev 11485 | Rev 12194 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11485 Rev 12193
Line 9... Line 9...
9
!set aa=!line $j of $a
9
!set aa=!line $j of $a
10
!if $(aa[1])!=$empty and $(aa[2])!=$empty
10
!if $(aa[1])!=$empty and $(aa[2])!=$empty
11
  <tr><th>$(aa[1])</th><td>$(aa[2..-1])</td></tr>
11
  <tr><th>$(aa[1])</th><td>$(aa[2..-1])</td></tr>
12
!endif
12
!endif
13
!next
13
!next
-
 
14
<tr><th><span class="wims_color1">color1</span></th><td>theme color</td></tr>
-
 
15
<tr><th><span class="wims_color2">color2</span></th><td>theme color</td></tr>
-
 
16
<tr><th><span class="wims_color3">color3</span></th><td>theme color</td></tr>
14
</table>
17
</table>