Subversion Repositories wimsdev

Rev

Rev 10809 | 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. !if $error!=$empty
  6.   <div class="wims_msg warning">
  7.    !read scenario/msg.phtml
  8.   </div>
  9. !else
  10.   !read scenario/form.phtml
  11. !endif
  12.  
  13. <div class="spacer">
  14. !if $status=waiting
  15.   !set wims_ref_class=wims_button wims_secondary_button
  16.    !href exo_Renew
  17.    $
  18.   !else
  19.     !set wims_ref_class=wims_button
  20.     !href exo_Again
  21.     $
  22.     !if $worksheet=$empty
  23.      !set wims_ref_class=wims_button
  24.      !href exo_Intro
  25.     !endif
  26. !endif
  27. </div>
  28. !read endhook.phtml
  29. !tail
  30.  
  31. !reset ans
  32.