Subversion Repositories wimsdev

Rev

Rev 14374 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !set wims_html_header=!append line \
  2.   <link rel="stylesheet" href="html/themes/_css/createqcm.css" type="text/css">\
  3. to $wims_html_header
  4.  
  5. !header
  6.  
  7. !! La présentation de l'exercice.
  8. !read present.phtml
  9.  
  10. <hr>
  11.  
  12. !if $status=waiting
  13.  !if $error!=$empty
  14.    <div class="wims_msg alert">
  15.      !read msg.phtml
  16.    </div>
  17.  !endif
  18.  !! La forme de rĂ©ponse
  19.  !!!read form.phtml
  20. !else
  21.  !if $error!=$empty
  22.    <div class="wims_msg alert">
  23.      !read msg.phtml
  24.    </div>
  25.  !endif
  26.  !read answer.phtml
  27.  !if $worksheet=$empty
  28.    <p>
  29.      !set wims_ref_class=wims_button
  30.      !href exo_Intro
  31. .
  32.    </p>
  33.  !endif
  34. !endif
  35.  
  36. :end
  37. !tail
  38.