Rev 14374 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!set wims_html_header=!append line \
<link rel
="stylesheet" href
="html/themes/_css/createqcm.css" type
="text/css">\
to $wims_html_header
!! La présentation de l'exercice.
!read present.phtml
<hr>
!if $status=waiting
!if $error!=$empty
<div class="wims_msg alert">
!read msg.phtml
</div>
!endif
!! La forme de réponse
!!!read form.phtml
!else
!if $error!=$empty
<div class="wims_msg alert">
!read msg.phtml
</div>
!endif
!read answer.phtml
!if $worksheet=$empty
<p>
!set wims_ref_class=wims_button
!href exo_Intro
.
</p>
!endif
!endif
:end
!tail