!set name_otherhelp=Other help subjects
!set name_nosuphelp=There is no further help for this method.
!set name_noparthelp=This exercise has no particular help.
!set name_subjecthelp=Help subjects
!if $help_subject iswordof methall status
!read deduc/$module_language/help/$help_subject.phtml
<div class="wimscenter">
!href cmd=help $name_otherhelp
</div>
!endif
!if $help_subject=meth and $method!=$empty
!read deduc/meth/$module_language/$method.def
!default methhelp=$name_nosuphelp
<p>
<b>$name_method</b>: <span style="color:blue; font-style=italic" class="bold">$methtit</span>
</p>
$methhelp
!endif
!if help iswordof $exo_has
!read $deffile help
!else
$name_noparthelp
!endif
!set random1=!randint 1,10^6
!set random2=!randint 1,10^6
!set random=$random1.$random2
<p>
$name_subjecthelp:
!href cmd=help&help_subject=methall&special_parm=$thisexo $name_methods
,
!href cmd=help&help_subject=status&special_parm=$random $name_state
.
</p>