Subversion Repositories wimsdev

Rev

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

  1. !read language lang/names
  2. !header
  3.  
  4. !! The presentation of the exercise.
  5. !read present.phtml
  6.  
  7. <hr />
  8.  
  9. !if $status=waiting
  10.   !if $error!=$empty
  11.     <div class="wims_msg warning">
  12.     !read msg.phtml
  13.     </div>
  14.   !endif
  15.   !! Reply form
  16.   !read form.phtml
  17.   <p>
  18.   !set wims_ref_class=wims_button wims_secondary_button
  19.   !href exo_Renew
  20.   </p>
  21. !else
  22.   !if $error!=$empty
  23.     <div class="wims_msg warning">
  24.     !read msg.phtml
  25.     </div>
  26.   !endif
  27.   !! Analysis of reply
  28.   !read answer.phtml
  29.   <p>
  30.   !set wims_ref_class=wims_button
  31.   !href exo_Again
  32.  
  33.   !if $worksheet=$empty
  34.     &nbsp;
  35.     !set wims_ref_class=wims_button
  36.     !href exo_Intro
  37.   !endif
  38.   </p>
  39. !endif
  40.  
  41. :end
  42. !tail
  43.