Subversion Repositories wimsdev

Rev

Rev 5746 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
35 reyssat 1
!header
2
 
3
!! The presentation of the exercise.
4
!read present.phtml
5
 
5928 bpr 6
<p><hr/></p>
35 reyssat 7
 
8
!if $status=waiting
9
 !if $error!=$empty
10
  !read msg.phtml
5746 bpr 11
  <p><hr width=50%/> <p>
35 reyssat 12
 !endif
13
 !! Reply form
14
 !read form.phtml
15
 <p>
16
 !href exo_Renew
17
.
18
!else
19
 !if $error!=$empty
20
  !read msg.phtml
5746 bpr 21
  <p><hr width=50%/> <p>
35 reyssat 22
 !endif
23
 !! Analysis of reply
24
 !read answer.phtml
25
 <p>
26
 !href exo_Again
27
.
28
 !if $worksheet=$empty
29
  !href exo_Intro
30
.
31
 !endif
32
!endif
33
 
34
:end
35
!tail
36