Subversion Repositories wimsdev

Rev

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

Rev 8077 Rev 10294
Line 1... Line -...
1
 
-
 
-
 
1
<ul class="inline nopuce">
2
<table class="wimscenter wimsborder">
2
<li><table class="wimsborder">
3
<tr><th colspan="$[$q+1]">$addtable</th></tr>
3
<caption>$addtable</caption>
4
<tr><td $opcolor>+</td>
4
<tr><td $opcolor>+</td>
5
!for j=0 to $q-1
5
!for j=0 to $q-1
6
 <td $hdcolor>$(el$j)</td>
6
 <td $hdcolor>$(el$j)</td>
7
!next j
7
!next j
8
</tr>
8
</tr>
Line 17... Line 17...
17
  <td>$(el$t)</td>
17
  <td>$(el$t)</td>
18
 !next j
18
 !next j
19
 </tr>
19
 </tr>
20
!next i
20
!next i
21
</table>
21
</table>
22
 
22
</li><li>
23
<table class="wimscenter wimsborder">
23
<table class="wimsborder">
24
<tr><th colspan="$[$q+1]">$multable</th></tr>
24
<caption>$multable</caption>
25
<tr><td $opcolor>*</td>
25
<tr><td $opcolor>*</td>
26
!for j=0 to $q-1
26
!for j=0 to $q-1
27
 <td $hdcolor>$(el$j)</td>
27
 <td $hdcolor>$(el$j)</td>
28
!next j
28
!next j
29
</tr>
29
</tr>
Line 39... Line 39...
39
  $(el$t)
39
  $(el$t)
40
  </td>
40
  </td>
41
 !next j
41
 !next j
42
 </tr>
42
 </tr>
43
!next i
43
!next i
44
 
-
 
45
</table>
44
</table>
46
 
45
</li></ul>