!nocache
<!-- Begin Present.phtml-->
<div class="oefform">
!if $status=waiting and $cmd!=hint and $hasembedding=yes
<a name="oefform" id="oefform"> </a>
!form reply name="replyform" onsubmit="return formcheck();"
!set q_form=yes
!else
!endif
<fieldset class="oefstatement">
!if $format=tex
<center>
!if $question_url=$empty or $cmd=resume
!set quest_=!replace $ by $$$$ in $question
!set wims_texsize=1
!instex \narrower\narrower {\bf $name_exo} $quest_
!set wims_texsize=0
!set question_url=$ins_url
!else
<img src="$question_url" alt="question">
!endif
</center>
!endif
!if $format=html or $format=
<legend class="oefnameexo">$name_exo.</legend>
!if $executed_str!=$question or $oef2wims_version<3.10
$question
!else
!read $deffile question
!endif
!endif
!if $plot_fn!=$empty
<p><center>
!insplot $plot_fn notitle
</center></p>
!endif
</fieldset
><!-- end of
"oefstatement" fieldset
-->
<!-- End Present
.phtml
-->