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