Rev 338 |
Rev 2370 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!!hotspot questions
!set n=$counter
<p align="center">
<table bgcolor=$bgcolor1 cellpadding=$cellpadding cellspacing=$cellspacing>
<tr>
<td>
!if $(question$n) != $empty
$(question$n)
<br>
!endif
!if $(formula$n) != $empty
!insmath $(formula$n)
<br>
!endif
!if $exotext1=$empty
$exotext
!endif
</td>
!if $image=2
</tr><tr>
!endif
<td>
!if $image=2
<table>
<tr>
<th>
!set ins_attr = ismap
!href cmd=reply&$no_name
!set insdraw_size=$XSIZE,$YSIZE
!insdraw $var1
</a>
</th>
<th>
!set ins_attr = ismap
!href cmd=reply&$no_name
!set insdraw_size=$xsize,$ysize
!insdraw $var2
</a>
</th>
</tr>
</table>
!else
!set ins_attr = ismap
!href cmd=reply&$no_name
!if $draw=1
!! for fly
!set insdraw_size=$XSIZE,$YSIZE
!insdraw $(image$n)
</a>
!endif
!if $plot=1
!! for GNUplot
!set insplot_set=$(image_settings$n)
!insplot $(image$n)
</a>
!endif
!endif
</td>
</tr>
</table>
</p>