Rev 1198 | Rev 1664 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1198 | Rev 1409 | ||
---|---|---|---|
Line 64... | Line 64... | ||
64 | !endif |
64 | !endif |
65 | 65 | ||
66 | :tester |
66 | :tester |
67 | !read oef/present.phtml |
67 | !read oef/present.phtml |
68 | 68 | ||
- | 69 | !if $wims_theme_version= or $wims_theme_version<1 |
|
69 | <center><hr width="50%"></center> |
70 | <center><hr width="50%"></center> |
- | 71 | !endif |
|
70 | 72 | ||
71 | !if $cmd=hint |
73 | !if $cmd=hint |
72 | !read oef/hint.phtml |
74 | !read oef/hint.phtml |
73 | !goto end |
75 | !goto end |
74 | !endif |
76 | !endif |
75 | 77 | ||
76 | !if $status=waiting |
78 | !if $status=waiting |
77 | !if $error!=$empty |
79 | !if $error!=$empty |
78 | !read oef/msg.phtml |
80 | !read oef/msg.phtml |
- | 81 | !if $wims_theme_version= or $wims_theme_version<1 |
|
79 | <center><hr width="50%"></center> |
82 | <center><hr width="50%"></center> |
- | 83 | !endif |
|
80 | !endif |
84 | !endif |
81 | !read oef/form.phtml |
85 | !read oef/form.phtml |
82 | <p> |
86 | <p> |
83 | !if $hint!=$empty and $givehint>0 |
87 | !if $hint!=$empty and $givehint>0 |
84 | !href cmd=hint Pista |
88 | !href cmd=hint Pista |
Line 98... | Line 102... | ||
98 | . |
102 | . |
99 | !endif |
103 | !endif |
100 | !else |
104 | !else |
101 | !if $error!=$empty |
105 | !if $error!=$empty |
102 | !read oef/msg.phtml |
106 | !read oef/msg.phtml |
- | 107 | !if $wims_theme_version= or $wims_theme_version<1 |
|
103 | <center><hr width="50%"></center> |
108 | <center><hr width="50%"></center> |
- | 109 | !endif |
|
104 | !endif |
110 | !endif |
105 | !read oef/answer.phtml |
111 | !read oef/answer.phtml |
106 | <p> |
112 | <p> |
107 | !if $status!=$empty |
113 | !if $status!=$empty |
108 | Este es el ejercicio número $reply_cnt de una serie de $qnum exercicios. <p> |
114 | Este es el ejercicio número $reply_cnt de una serie de $qnum exercicios. <p> |