Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

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