Rev 17046 | Rev 17187 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17046 | Rev 17065 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | !href $ $wims_name_giveup |
18 | !href $ $wims_name_giveup |
19 | . </div> |
19 | . </div> |
20 | !goto end |
20 | !goto end |
21 | !endif |
21 | !endif |
22 | 22 | ||
23 | !read deduc |
23 | !read deduc/present.phtml |
24 | 24 | ||
25 | <hr style="width:50%" /> |
25 | <hr style="width:50%" /> |
26 | !if $cmd=hint |
26 | !if $cmd=hint |
27 | !read deduc |
27 | !read deduc/hint.phtml |
28 | !goto end |
28 | !goto end |
29 | !endif |
29 | !endif |
30 | 30 | ||
31 | !if $status=waiting |
31 | !if $status=waiting |
32 | !if $error!=$empty |
32 | !if $error!=$empty |
33 | !read deduc/$modu_lang/msg.phtml |
33 | !read deduc/$modu_lang/msg.phtml |
34 | <div class="wims_msg alert">$penaltymsg</div> |
34 | <div class="wims_msg alert">$penaltymsg</div> |
35 | <hr style="width:50%" /> |
35 | <hr style="width:50%" /> |
36 | !endif |
36 | !endif |
37 | !if nostatus notwordof $m_options and $methstep!=3 |
37 | !if nostatus notwordof $m_options and $methstep!=3 |
38 | !read deduc |
38 | !read deduc/status.phtml |
39 | !endif |
39 | !endif |
40 | !! !set wims_ref_anchor=#last |
40 | !! !set wims_ref_anchor=#last |
41 | !read deduc |
41 | !read deduc/form$methstep.phtml |
42 | <p> |
42 | <p> |
43 | !if $hint!=$empty and $givehint>0 |
43 | !if $hint!=$empty and $givehint>0 |
44 | !set wims_ref_class=wims_button_help |
44 | !set wims_ref_class=wims_button_help |
45 | !href cmd=hint $wims_name_Hint |
45 | !href cmd=hint $wims_name_Hint |
46 | !endif |
46 | !endif |
Line 55... | Line 55... | ||
55 | !if $error!=$empty |
55 | !if $error!=$empty |
56 | <div class="wims_msg alert"> |
56 | <div class="wims_msg alert"> |
57 | !read deduc/$modu_lang/msg.phtml |
57 | !read deduc/$modu_lang/msg.phtml |
58 | </div> |
58 | </div> |
59 | !endif |
59 | !endif |
60 | !read deduc |
60 | !read deduc/answer.phtml |
61 | !set wims_ref_class=wims_button |
61 | !set wims_ref_class=wims_button |
62 | !href exo_Again |
62 | !href exo_Again |
63 | !endif |
63 | !endif |
64 | !if $wims_sheet=$empty |
64 | !if $wims_sheet=$empty |
65 | !set wims_ref_class=wims_button |
65 | !set wims_ref_class=wims_button |
66 | !href exo_Intro |
66 | !href exo_Intro |
67 | !endif |
67 | !endif |
68 | !read endhook.phtml |
68 | !read endhook.phtml |
69 | !read deduc |
69 | !read deduc/hist.phtml |
70 | :end |
70 | :end |
71 | !tail |
71 | !tail |