Subversion Repositories wimsdev

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. !if $found = yes
  3. <center><table cellspacing=0 cellpadding=0 border=0>
  4. !set leftp=<font size=+3> (&nbsp;</font>
  5. !set rightp=<font size=+3>) </font>
  6. !for i = 1 to 2
  7.  <tr>
  8.  !if $i = 1
  9.   <td rowspan=2>
  10.   !instex $$$$ {x\choose y}\longmapsto\bigg( $$$$
  11.  !endif
  12.  !for j = 1 to 2
  13.   <td>&nbsp;$(el$(r$i$j)) &nbsp; </td>
  14.  !next j
  15.  !if $i = 1
  16.   <td rowspan=2>
  17.   !instex $$$$ \bigg)\cdot{x\choose y}+\bigg( $$$$
  18.  !endif
  19.  <td>
  20.  !set t=!word $i of $xr $yr
  21.  $(el$t)
  22.  </td>
  23.  !if $i = 1
  24.   <td rowspan=2>
  25.   !instex $$$$ \bigg) $$$$
  26.  !endif
  27. !next i
  28. </table></center>
  29.  
  30. !else found != yes
  31.  
  32. <center><table cellspacing=0 cellpadding=0 border=0>
  33. !set leftp=<font size=+3> (&nbsp;</font>
  34. !set rightp=<font size=+3>) </font>
  35. !for i = 1 to 2
  36.  <tr>
  37.  !if $i = 1
  38.   <td rowspan=2>
  39.   !instex $$$$ {x\choose y}\longmapsto\bigg( $$$$
  40.  !endif
  41.  !for j = 1 to 2
  42.   <td><select name=r$i$j>
  43.    !for s = 0 to $q-1
  44.     <option value=$s
  45.     !ifval $s=$(r$i$j)
  46.      selected
  47.     !endif
  48.     >&nbsp;$(el$s)&nbsp;
  49.    !next s
  50.   </select></td>
  51.  !next j
  52.  !if $i = 1
  53.   <td rowspan=2>
  54.   !instex $$$$ \bigg)\cdot{x\choose y}+\bigg( $$$$
  55.  !endif
  56.  !set j = !word $i of xr yr
  57.  <td><select name=$j>
  58.   !for s = 0 to $q-1
  59.    <option value=$s
  60.    !ifval $s=$($j)
  61.     selected
  62.    !endif
  63.    >&nbsp;$(el$s)&nbsp;
  64.   !next s
  65.   </select></td>
  66.  !if $i = 1
  67.   <td rowspan=2>
  68.   !instex $$$$ \bigg) $$$$
  69.  !endif
  70. !next i
  71. </table></center>
  72.  
  73. !endif found =? yes
  74.