Subversion Repositories wimsdev

Rev

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

Rev 11177 Rev 11485
Line 5... Line 5...
5
!set acnt=!linecnt $a
5
!set acnt=!linecnt $a
6
 
6
 
7
<table class="wimsborder wimscenter">
7
<table class="wimsborder wimscenter">
8
!for j = 2 to $acnt
8
!for j = 2 to $acnt
9
!set aa=!line $j of $a
9
!set aa=!line $j of $a
10
!if $(aa[1])!=$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
</table>
14
</table>