Subversion Repositories wimsdev

Rev

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

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