Rev 20 | Rev 1009 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 1006 | ||
---|---|---|---|
Line 58... | Line 58... | ||
58 | !endif |
58 | !endif |
59 | 59 | ||
60 | :tester |
60 | :tester |
61 | !read oef/present.phtml |
61 | !read oef/present.phtml |
62 | 62 | ||
63 | <center><hr width= |
63 | <center><hr width="50%"></center> |
64 | 64 | ||
65 | !if $cmd=hint |
65 | !if $cmd=hint |
66 | !read oef/hint.phtml |
66 | !read oef/hint.phtml |
67 | !goto end |
67 | !goto end |
68 | !endif |
68 | !endif |
69 | 69 | ||
70 | !if $status=waiting |
70 | !if $status=waiting |
71 | !if $error!=$empty |
71 | !if $error!=$empty |
72 | !read oef/msg.phtml |
72 | !read oef/msg.phtml |
73 | <center><hr width= |
73 | <center><hr width="50%"></center> |
74 | !endif |
74 | !endif |
75 | !read oef/form.phtml |
75 | !read oef/form.phtml |
76 | <p> |
76 | <p> |
77 | !if $hint!=$empty and $givehint>0 |
77 | !if $hint!=$empty and $givehint>0 |
78 | !href cmd=hint Pista |
78 | !href cmd=hint Pista |
Line 92... | Line 92... | ||
92 | . |
92 | . |
93 | !endif |
93 | !endif |
94 | !else |
94 | !else |
95 | !if $error!=$empty |
95 | !if $error!=$empty |
96 | !read oef/msg.phtml |
96 | !read oef/msg.phtml |
97 | <center><hr width= |
97 | <center><hr width="50%"></center> |
98 | !endif |
98 | !endif |
99 | !read oef/answer.phtml |
99 | !read oef/answer.phtml |
100 | <p> |
100 | <p> |
101 | !if $status!=$empty |
101 | !if $status!=$empty |
102 | Este es el ejercicio número $reply_cnt de una serie de $qnum exercicios. <p> |
102 | Este es el ejercicio número $reply_cnt de una serie de $qnum exercicios. <p> |