Subversion Repositories wimsdev

Rev

Rev 35 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35 Rev 5928
Line 1... Line 1...
1
!header
1
!header
2
 
2
 
3
!! The presentation of the exercise.
3
!! The presentation of the exercise.
4
!read present.phtml
4
!read present.phtml
5
 
5
 
6
<p><hr> <p>
6
<p><hr/></p>
7
 
7
 
8
!if $status=waiting
8
!if $status=waiting
9
 !if $error!=$empty
9
 !if $error!=$empty
10
  !read msg.phtml
10
  !read msg.phtml
11
  <p><hr width=50%> <p>
11
  <p><hr width=50%/> <p>
12
 !endif
12
 !endif
13
 !! Reply form
13
 !! Reply form
14
 !read form.phtml
14
 !read form.phtml
15
 <p>
15
 <p>
16
 !href exo_Renew
16
 !href exo_Renew
17
.
17
.
18
!else
18
!else
19
 !if $error!=$empty
19
 !if $error!=$empty
20
  !read msg.phtml
20
  !read msg.phtml
21
  <p><hr width=50%> <p>
21
  <p><hr width=50%/> <p>
22
 !endif
22
 !endif
23
 !! Analysis of reply
23
 !! Analysis of reply
24
 !read answer.phtml
24
 !read answer.phtml
25
 <p>
25
 <p>
26
 !href exo_Again
26
 !href exo_Again