Subversion Repositories wimsdev

Rev

Rev 23 | Rev 5877 | 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. <p><hr> <p>
  7.  
  8. !if $status=waiting
  9. !if $error!=$empty
  10.  !read msg.phtml
  11.  <p><hr width="50%"> <p>
  12. !endif
  13. <p>
  14. !else
  15. !if $error!=$empty
  16.  !read msg.phtml
  17.  <p><hr width="50%"> <p>
  18. !endif
  19. !read answer.phtml
  20. <p>
  21. !if $worksheet=$empty
  22.  !href exo_Intro
  23. .
  24. !endif
  25. !endif
  26.  
  27. :end
  28. !tail
  29.  
  30.