Rev 5746 |
Rev 12809 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!set module_language=$modu_lang
!set title_=!module title_$modu_lang
!if $title_!=$empty
!set module_title=$title_
!endif
!! La présentation de l'exercice.
!read present.phtml
<hr/>
!if $status=waiting
!if $error!=$empty
!read msg.phtml
<hr style="width:50%"/>
!endif
!! La forme de réponse
!read form.phtml
<p>
!set wims_ref_class=wims_button
!href exo_Renew
</p>
!else
!if $error!=$empty
!read msg.phtml
<hr style="width:50%"/>
!endif
!! L'analyse de réponse
!read answer.phtml
<p>
!set wims_ref_class=wims_button
!href exo_Again
!if $worksheet=$empty
!set wims_ref_class=wims_button
!href exo_Intro
!endif
</p>
!endif
!tail