Rev 6526 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6526 | Rev 12809 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | !read present.phtml |
5 | !read present.phtml |
6 | 6 | ||
7 | <hr /> |
7 | <hr /> |
8 | 8 | ||
9 | !if $status=waiting |
9 | !if $status=waiting |
10 | !if $error!=$empty |
10 | !if $error!=$empty |
11 | <div |
11 | <div class="wims_msg warning"> |
12 | !read msg.phtml |
12 | !read msg.phtml |
13 | </div> |
13 | </div> |
14 | !endif |
14 | !endif |
15 | !! La forme de réponse |
15 | !! La forme de réponse |
16 | !read form.phtml |
16 | !read form.phtml |
17 | <p> |
17 | <p> |
18 | !set |
18 | !set wims_ref_class=wims_button wims_secondary_button |
19 | !href exo_Renew |
19 | !href exo_Renew |
20 | </p> |
20 | </p> |
21 | !else |
21 | !else |
22 | !if $error!=$empty |
22 | !if $error!=$empty |
23 | <div |
23 | <div class="wims_msg warning"> |
24 | !read msg.phtml |
24 | !read msg.phtml |
25 | 25 | </div> |
|
26 | !endif |
26 | !endif |
27 | !! L'analyse de réponse |
27 | !! L'analyse de réponse |
28 | !read answer.phtml |
28 | !read answer.phtml |
29 | <p> |
29 | <p> |
30 | !set wims_ref_class=wims_button |
- | |
31 | !href exo_Again |
- | |
32 | - | ||
33 | !if $worksheet=$empty |
- | |
34 | |
- | |
35 | !set wims_ref_class=wims_button |
30 | !set wims_ref_class=wims_button |
- | 31 | !href exo_Again |
|
- | 32 | ||
- | 33 | !if $worksheet=$empty |
|
- | 34 | |
|
- | 35 | !set wims_ref_class=wims_button |
|
36 | !href exo_Intro |
36 | !href exo_Intro |
37 | !endif |
37 | !endif |
38 |
|
38 | </p> |
39 | !endif |
39 | !endif |
40 | 40 | ||
41 | :end |
41 | :end |
42 | !tail |
42 | !tail |
43 | - |