Subversion Repositories wimsdev

Rev

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

  1. !header
  2.  
  3. !read scenario/present.phtml
  4.  
  5. <hr />
  6.  
  7. !if $error!=$empty
  8. <div class="wims_msg warning">
  9.  !read scenario/msg.phtml
  10. </div>
  11. !else
  12.  !read scenario/form.phtml
  13. !endif
  14.  
  15. <div class="spacer">
  16. !if $status=waiting
  17. !set wims_ref_class=wims_button wims_secondary_button
  18.  !href exo_Renew
  19.  $
  20. !else
  21.  !set wims_ref_class=wims_button
  22.  !href exo_Again
  23.  $
  24.  !if $worksheet=$empty
  25.   !set wims_ref_class=wims_button
  26.   !href exo_Intro
  27. .
  28.  !endif
  29. !endif
  30. </div>
  31. !read endhook.phtml
  32. !tail
  33.  
  34. !reset ans
  35.