Subversion Repositories wimsdev

Rev

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

  1. !set renewlink=cmd=renew&worksheet=$worksheet&$module_init_parm
  2. !set option=$opt
  3. !reset opt
  4.  
  5. !if $title!=$empty
  6.   !set module_title=$title
  7.   !set module_author=$author
  8.   !set module_address=$email
  9. !endif
  10.  
  11. !header
  12.  
  13. !if $title=$empty
  14.   $name_intro
  15.   <div class="wimscenter">
  16.   !href module=$module $name_tryagain
  17.   , $wims_name_or
  18.   !href $ $wims_name_giveup
  19.   . </div>
  20.   !goto end
  21. !endif
  22.  
  23. !read deduc/present.phtml
  24.  
  25. <hr style="width:50%" />
  26. !if $cmd=hint
  27.   !read deduc/hint.phtml
  28.   !goto end
  29. !endif
  30.  
  31. !if $status=waiting
  32.   !if $error!=$empty
  33.     !read deduc/$modu_lang/msg.phtml
  34.     <div class="wims_msg alert">$penaltymsg</div>
  35.     <hr style="width:50%" />
  36.   !endif
  37.   !if nostatus notwordof $m_options and $methstep!=3
  38.     !read deduc/status.phtml
  39.   !endif
  40. !! !set wims_ref_anchor=#last
  41.  !read deduc/form$methstep.phtml
  42.   <p>
  43.   !if $hint!=$empty and $givehint>0
  44.     !set wims_ref_class=wims_button_help
  45.     !href cmd=hint $wims_name_Hint
  46.   !endif
  47.   !if $help!=$empty
  48.     !set wims_ref_class=wims_button_help
  49.     !href cmd=help $wims_name_help
  50.   !endif
  51.   !set wims_ref_class=wims_button
  52.   !href exo_Renew
  53.   </p>
  54. !else
  55.   !if $error!=$empty
  56.     <div class="wims_msg alert">
  57.     !read deduc/$modu_lang/msg.phtml
  58.     </div>
  59.   !endif
  60.   !read deduc/answer.phtml
  61.   !set wims_ref_class=wims_button
  62.   !href exo_Again
  63. !endif
  64. !if $wims_sheet=$empty
  65.   !set wims_ref_class=wims_button
  66.   !href exo_Intro
  67. !endif
  68. !read endhook.phtml
  69. !read deduc/hist.phtml
  70. :end
  71. !tail
  72.