Rev 1361 | Rev 1664 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1361 | Rev 1409 | ||
---|---|---|---|
Line 62... | Line 62... | ||
62 | !endif |
62 | !endif |
63 | 63 | ||
64 | :tester |
64 | :tester |
65 | !read oef/present.phtml |
65 | !read oef/present.phtml |
66 | 66 | ||
- | 67 | !if $wims_theme_version= or $wims_theme_version<1 |
|
67 | <center><hr width="50%"></center> |
68 | <center><hr width="50%"></center> |
- | 69 | !endif |
|
68 | 70 | ||
69 | !if $cmd=hint |
71 | !if $cmd=hint |
70 | !read oef/hint.phtml |
72 | !read oef/hint.phtml |
71 | !goto end |
73 | !goto end |
72 | !endif |
74 | !endif |
73 | 75 | ||
74 | !if $status=waiting |
76 | !if $status=waiting |
75 | !if $error!=$empty |
77 | !if $error!=$empty |
76 | !read oef/msg.phtml |
78 | !read oef/msg.phtml |
- | 79 | !if $wims_theme_version= or $wims_theme_version<1 |
|
77 | <center><hr width="50%"></center> |
80 | <center><hr width="50%"></center> |
- | 81 | !endif |
|
78 | !endif |
82 | !endif |
79 | !read oef/form.phtml |
83 | !read oef/form.phtml |
80 | <p> |
84 | <p> |
81 | !if $hint!=$empty and $givehint>0 |
85 | !if $hint!=$empty and $givehint>0 |
82 | !href cmd=hint Suggerimento |
86 | !href cmd=hint Suggerimento |
Line 95... | Line 99... | ||
95 | . |
99 | . |
96 | !endif |
100 | !endif |
97 | !else |
101 | !else |
98 | !if $error!=$empty |
102 | !if $error!=$empty |
99 | !read oef/msg.phtml |
103 | !read oef/msg.phtml |
- | 104 | !if $wims_theme_version= or $wims_theme_version<1 |
|
100 | <center><hr width="50%"></center> |
105 | <center><hr width="50%"></center> |
- | 106 | !endif |
|
101 | !endif |
107 | !endif |
102 | !read oef/answer.phtml |
108 | !read oef/answer.phtml |
103 | <p> |
109 | <p> |
104 | !if $status!=$empty |
110 | !if $status!=$empty |
105 | Questo è l'esercizio $reply_cnt in una serie di $qnum. <p> |
111 | Questo è l'esercizio $reply_cnt in una serie di $qnum. <p> |