Subversion Repositories wimsdev

Rev

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

  1. !header
  2.  
  3. !! The presentation of the exercise.
  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.  !! Reply form
  14.  !read form.phtml
  15.  <p>
  16.  !href exo_Renew
  17. .
  18. !else
  19.  !if $error!=$empty
  20.   !read msg.phtml
  21.   <p><hr width=50%/> <p>
  22.  !endif
  23.  !! Analysis of reply
  24.  !read answer.phtml
  25.  <p>
  26.  !href exo_Again
  27. .
  28.  !if $worksheet=$empty
  29.   !href exo_Intro
  30. .
  31.  !endif
  32. !endif
  33.  
  34. :end
  35. !tail
  36.  
  37.