Rev 23 | Rev 547 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 23 | Rev 546 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | . </center> |
14 | . </center> |
15 | !goto end |
15 | !goto end |
16 | !endif |
16 | !endif |
17 | 17 | ||
18 | :tester |
18 | :tester |
19 | !read |
19 | !read dialog/present.phtml |
20 | 20 | ||
21 | <p><hr width=50%> <p> |
21 | <p><hr width=50%> <p> |
22 | 22 | ||
23 | !if $cmd=hint |
23 | !if $cmd=hint |
24 | !read |
24 | !read dialog/hint.phtml |
25 | !goto end |
25 | !goto end |
26 | !endif |
26 | !endif |
27 | 27 | ||
28 | !if $status=waiting |
28 | !if $status=waiting |
29 | !if $error!=$empty |
29 | !if $error!=$empty |
30 | !read |
30 | !read dialog/msg.phtml |
31 | <p><hr width=50%> <p> |
31 | <p><hr width=50%> <p> |
32 | !endif |
32 | !endif |
33 | !read |
33 | !read dialog/form.phtml |
34 | <p> |
34 | <p> |
35 | !if $hint!=$empty and $givehint>0 |
35 | !if $hint!=$empty and $givehint>0 |
36 | !href cmd=hint Indication |
36 | !href cmd=hint Indication |
37 | . |
37 | . |
38 | !endif |
38 | !endif |
Line 44... | Line 44... | ||
44 | !href $renewlink Abandonner la séance |
44 | !href $renewlink Abandonner la séance |
45 | . |
45 | . |
46 | !endif |
46 | !endif |
47 | !else |
47 | !else |
48 | !if $error!=$empty |
48 | !if $error!=$empty |
49 | !read |
49 | !read dialog/msg.phtml |
50 | <p><hr width=50%> <p> |
50 | <p><hr width=50%> <p> |
51 | !endif |
51 | !endif |
52 | !read |
52 | !read dialog/answer.phtml |
53 | <p> |
53 | <p> |
54 | !if $status!=$empty |
54 | !if $status!=$empty |
55 | Ceci est l'exercice $reply_cnt dans une séance qui en compte $qnum. <p> |
55 | Ceci est l'exercice $reply_cnt dans une séance qui en compte $qnum. <p> |
56 | !href cmd=next Continuer la séance avec l'exercice suivant |
56 | !href cmd=next Continuer la séance avec l'exercice suivant |
57 | , ou |
57 | , ou |