Subversion Repositories wimsdev

Rev

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