Subversion Repositories wimsdev

Rev

Rev 5928 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5928 Rev 12810
Line -... Line 1...
-
 
1
!read language lang/names
1
!header
2
!header
2
 
3
 
3
!! The presentation of the exercise.
4
!! The presentation of the exercise.
4
!read present.phtml
5
!read present.phtml
5
 
6
 
6
<p><hr/></p>
7
<hr />
7
 
8
 
8
!if $status=waiting
9
!if $status=waiting
9
 !if $error!=$empty
10
  !if $error!=$empty
-
 
11
    <div class="wims_msg warning">
10
  !read msg.phtml
12
    !read msg.phtml
11
  <p><hr width=50%/> <p>
13
    </div>
12
 !endif
14
  !endif
13
 !! Reply form
15
  !! Reply form
14
 !read form.phtml
16
  !read form.phtml
15
 <p>
17
  <p>
-
 
18
  !set wims_ref_class=wims_button wims_secondary_button
16
 !href exo_Renew
19
  !href exo_Renew
17
.
20
  </p>
18
!else
21
!else
19
 !if $error!=$empty
22
  !if $error!=$empty
-
 
23
    <div class="wims_msg warning">
20
  !read msg.phtml
24
    !read msg.phtml
21
  <p><hr width=50%/> <p>
25
    </div>
22
 !endif
26
  !endif
23
 !! Analysis of reply
27
  !! Analysis of reply
24
 !read answer.phtml
28
  !read answer.phtml
25
 <p>
29
  <p>
-
 
30
  !set wims_ref_class=wims_button
26
 !href exo_Again
31
  !href exo_Again
27
.
32
 
28
 !if $worksheet=$empty
33
  !if $worksheet=$empty
-
 
34
    &nbsp;
-
 
35
    !set wims_ref_class=wims_button
29
  !href exo_Intro
36
    !href exo_Intro
30
.
-
 
31
 !endif
37
  !endif
-
 
38
  </p>
32
!endif
39
!endif
33
 
40
 
34
:end
41
:end
35
!tail
42
!tail
36
 
-