Rev 510 | Rev 1009 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 510 | Rev 1006 | ||
---|---|---|---|
Line 57... | Line 57... | ||
57 | !endif |
57 | !endif |
58 | 58 | ||
59 | :tester |
59 | :tester |
60 | !read oef/present.phtml |
60 | !read oef/present.phtml |
61 | 61 | ||
62 | <center><hr width= |
62 | <center><hr width="50%"></center> |
63 | 63 | ||
64 | !if $cmd=hint |
64 | !if $cmd=hint |
65 | !read oef/hint.phtml |
65 | !read oef/hint.phtml |
66 | !goto end |
66 | !goto end |
67 | !endif |
67 | !endif |
68 | 68 | ||
69 | !if $status=waiting |
69 | !if $status=waiting |
70 | !if $error!=$empty |
70 | !if $error!=$empty |
71 | !read oef/msg.phtml |
71 | !read oef/msg.phtml |
72 | <center><hr width= |
72 | <center><hr width="50%"></center> |
73 | !endif |
73 | !endif |
74 | !read oef/form.phtml |
74 | !read oef/form.phtml |
75 | <p> |
75 | <p> |
76 | !if $hint!=$empty and $givehint>0 |
76 | !if $hint!=$empty and $givehint>0 |
77 | !href cmd=hint Suggerimento |
77 | !href cmd=hint Suggerimento |
Line 90... | Line 90... | ||
90 | . |
90 | . |
91 | !endif |
91 | !endif |
92 | !else |
92 | !else |
93 | !if $error!=$empty |
93 | !if $error!=$empty |
94 | !read oef/msg.phtml |
94 | !read oef/msg.phtml |
95 | <center><hr |
95 | <center><hr width="50%"></center> |
96 | !endif |
96 | !endif |
97 | !read oef/answer.phtml |
97 | !read oef/answer.phtml |
98 | <p> |
98 | <p> |
99 | !if $status!=$empty |
99 | !if $status!=$empty |
100 | Questo è l'esercizio $reply_cnt in una serie di $qnum. <p> |
100 | Questo è l'esercizio $reply_cnt in una serie di $qnum. <p> |