!set name_intro=This module is a groupment of exercises. You have apparently requested it\
without precising which valid exercise you want to do. It is either because\
you clicked on a wrong
link, or because of a software bug
.\
!set name_tryagain=Try to restart your operation
!set renewlink=cmd=renew&worksheet=$worksheet&$module_init_parm
!set option=$opt
!if $title!=$empty
!set module_title=$title
!set module_author=$author
!set module_address=$email
!endif
!if $title=$empty
$name_intro
<div class="wimscenter">
!href module=$module $ name_tryagain
, $wims_name_or
!href $ $wims_name_giveup
. </div>
!endif
!read deduc/$module_language/present.phtml
<hr style="width:50%" />
!if $cmd=hint
!read deduc/$module_language/hint.phtml
!endif
!if $status=waiting
!if $error!=$empty
!read deduc/$module_language/msg.phtml
<div class="wims_msg alert">$penaltymsg</div>
<hr style="width:50%" />
!endif
!if nostatus notwordof $m_options and $methstep!=3
!read deduc/$module_language/status.phtml
!endif
!! !set wims_ref_anchor=#last
!read deduc/$module_language/form$methstep.phtml
<p>
!if $hint!=$empty and $givehint>0
!set wims_ref_class=wims_button_help
!href cmd=hint $wims_name_Hint
!endif
!if $help!=$empty
!set wims_ref_class=wims_button_help
!href cmd=help $wims_name_help
!endif
!set wims_ref_class=wims_button
!href exo_Renew
</p>
!else
!if $error!=$empty
<div class="wims_msg alert">
!read deduc/$module_language/msg.phtml
</div>
!endif
!read deduc/$module_language/answer.phtml
!set wims_ref_class=wims_button
!href exo_Again
!endif
!if $wims_sheet=$empty
!set wims_ref_class=wims_button
!href exo_Intro
!endif
!read endhook.phtml
!read deduc/$module_language/hist.phtml
!tail