Subversion Repositories wimsdev

Rev

Rev 17187 | Details | Compare with Previous | Last modification | View Log | RSS feed

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