Subversion Repositories wimsdev

Rev

Rev 6235 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !header
  2.  
  3. !! La présentation de l'exercice.
  4. !read present.phtml
  5.  
  6. <hr />
  7.  
  8. !if $status=waiting
  9. !if $error!=$empty
  10. <div class="wims_alertmsg">
  11.  !read msg.phtml
  12.  </div>
  13. !endif
  14.  
  15. !else
  16. !if $error!=$empty
  17. <div class="wims_alertmsg">
  18.  !read msg.phtml
  19.  </div>
  20. !endif
  21. !read answer.phtml
  22. <p>
  23. !if $worksheet=$empty
  24.  !href exo_Intro
  25. .
  26. </p>
  27. !endif
  28. !endif
  29.  
  30. :end
  31. !tail
  32.  
  33.