Subversion Repositories wimsdev

Rev

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 56... Line 56...
56
 </center></form> <p>
56
 </center></form> <p>
57
!endif
57
!endif
58
 
58
 
59
:tester
59
:tester
60
!read oef/present.phtml
60
!read oef/present.phtml
61
<center><hr width=50%></center>
61
<center><hr width="50%"></center>
62
 
62
 
63
!if $cmd=hint
63
!if $cmd=hint
64
 !read oef/hint.phtml
64
 !read oef/hint.phtml
65
 !goto end
65
 !goto end
66
!endif
66
!endif
67
 
67
 
68
!if $status=waiting
68
!if $status=waiting
69
 !if $error!=$empty
69
 !if $error!=$empty
70
  !read oef/msg.phtml
70
  !read oef/msg.phtml
71
  <center><hr width=50%></center>
71
  <center><hr width="50%"></center>
72
 !endif
72
 !endif
73
 !read oef/form.phtml
73
 !read oef/form.phtml
74
 <p>
74
 <p>
75
 !if $hint!=$empty and $givehint>0
75
 !if $hint!=$empty and $givehint>0
76
  !href cmd=hint Hint
76
  !href cmd=hint Hint
Line 89... Line 89...
89
.
89
.
90
 !endif
90
 !endif
91
!else
91
!else
92
 !if $error!=$empty
92
 !if $error!=$empty
93
  !read oef/msg.phtml
93
  !read oef/msg.phtml
94
  <center><hr width=50%></center>
94
  <center><hr width="50%"></center>
95
 !endif
95
 !endif
96
 !read oef/answer.phtml
96
 !read oef/answer.phtml
97
 <p>
97
 <p>
98
 !if $status!=$empty
98
 !if $status!=$empty
99
  This is exercise number $reply_cnt in a series of $qnum exercises. <p>
99
  This is exercise number $reply_cnt in a series of $qnum exercises. <p>