Subversion Repositories wimsdev

Rev

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

Rev 10228 Rev 14374
Line 8... Line 8...
8
!read present.phtml
8
!read present.phtml
9
 
9
 
10
<hr />
10
<hr />
11
 
11
 
12
!if $status=waiting
12
!if $status=waiting
13
 !if $error!=$empty
13
  !if $error!=$empty
14
  <div class="wims_msg alert">
14
    <div class="wims_msg alert">
15
  !read msg.phtml
15
      !read msg.phtml
16
  </div>
16
    </div>
17
 !endif
17
  !endif
18
 !! La forme de rĂ©ponse
18
  !! La forme de rĂ©ponse
19
 !!!read form.phtml
19
  !!!read form.phtml
20
!else
20
!else
21
 !if $error!=$empty
21
  !if $error!=$empty
22
 <div class="wims_msg alert">
22
    <div class="wims_msg alert">
23
  !read msg.phtml
23
      !read msg.phtml
24
 </div>
24
    </div>
25
 !endif
25
  !endif
26
 !read answer.phtml
26
  !read answer.phtml
27
 <p>
-
 
28
 !if $worksheet=$empty
27
  !if $worksheet=$empty
-
 
28
    <p>
29
 !set wims_ref_class=wims_button
29
      !set wims_ref_class=wims_button
30
  !href exo_Intro
30
      !href exo_Intro
31
.
31
.
32
</p>
32
    </p>
33
 !endif
33
  !endif
34
!endif
34
!endif
35
 
35
 
36
:end
36
:end
37
!tail
37
!tail