Subversion Repositories wimsdev

Rev

Rev 5928 | Details | Compare with Previous | Last modification | View Log | RSS feed

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