Subversion Repositories wimsdev

Rev

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

  1. !!hotspot questions
  2. !set n=$counter
  3.   <p align="center">
  4.     <table bgcolor=$bgcolor1 cellpadding=$cellpadding cellspacing=$cellspacing>
  5.         <tr>
  6.         <td>
  7.         !if $(question$n) != $empty
  8.             $(question$n)
  9.             <br>
  10.         !endif
  11.         !if $(formula$n) != $empty
  12.             !insmath $(formula$n)
  13.             <br>
  14.         !endif
  15.         !if $exotext1=$empty
  16.             $exotext
  17.         !endif
  18.         </td>
  19.         !if $image=2
  20.             </tr><tr>
  21.         !endif
  22.         <td>
  23.             !if $image=2
  24.                 <table>
  25.                     <tr>
  26.                     <th>
  27.                         !set ins_attr = ismap
  28.                         !href cmd=reply&$no_name
  29.                         !set insdraw_size=$XSIZE,$YSIZE
  30.                         !insdraw $var1
  31.                         </a>
  32.                     </th>
  33.                     <th>
  34.                         !set ins_attr = ismap
  35.                         !href cmd=reply&$no_name
  36.                         !set insdraw_size=$xsize,$ysize
  37.                         !insdraw $var2
  38.                         </a>
  39.                     </th>
  40.                     </tr>
  41.                 </table>
  42.             !else
  43.                 !set ins_attr = ismap
  44.                 !href cmd=reply&$no_name
  45.                 !if $draw=1
  46.                     !! for fly
  47.                     !set insdraw_size=$XSIZE,$YSIZE
  48.                     !insdraw $(image$n)
  49.                     </a>
  50.                 !endif
  51.                 !if $plot=1
  52.                     !! for GNUplot
  53.                     !set insplot_set=$(image_settings$n)
  54.                     !insplot $(image$n)
  55.                     </a>
  56.                 !endif
  57.             !endif
  58.         </td>
  59.         </tr>
  60.     </table>
  61.   </p>
  62.