Subversion Repositories wimsdev

Rev

Rev 6644 | Rev 14374 | Go to most recent revision | 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_alertmsg">
  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_alertmsg">
  23.  !read msg.phtml
  24. </div>
  25. !endif
  26. !read answer.phtml
  27. <p>
  28. !if $worksheet=$empty
  29. !set wims_ref_class=wims_button
  30.  !href exo_Intro
  31. .
  32. </p>
  33. !endif
  34. !endif
  35.  
  36. :end
  37. !tail
  38.  
  39.