Rev 6235 | Rev 9687 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6235 | Rev 7973 | ||
---|---|---|---|
Line 78... | Line 78... | ||
78 | !endif |
78 | !endif |
79 | 79 | ||
80 | !if prep_erase=$error |
80 | !if prep_erase=$error |
81 | Do you really want to erase this exam #$exam ($title)? |
81 | Do you really want to erase this exam #$exam ($title)? |
82 | <div class="wimscenter"> |
82 | <div class="wimscenter"> |
- | 83 | !set wims_ref_class=wims_button wims_warning |
|
83 | !href cmd=reply&job=erase Yes; erase |
84 | !href cmd=reply&job=erase Yes; erase |
84 |
|
85 | !set wims_ref_class=wims_button |
85 | !href cmd=resume No; abandon |
86 | !href cmd=resume No; abandon |
86 |
|
87 | </div> |
87 | !exit |
88 | !exit |
88 | !endif |
89 | !endif |
89 | 90 | ||
90 | !if prep_expire=$error |
91 | !if prep_expire=$error |
91 | This exam #$exam ($title) expires normally expires on $expday |
92 | This exam #$exam ($title) expires normally expires on $expday |
92 | !item $expmon of $months |
93 | !item $expmon of $months |
93 | $expyear. Do you want to expire it now? |
94 | $expyear. Do you want to expire it now? |
94 | <div class="wimscenter"> |
95 | <div class="wimscenter"> |
Line 133... | Line 134... | ||
133 | !endif |
134 | !endif |
134 | 135 | ||
135 | !if active_exam=$error |
136 | !if active_exam=$error |
136 | Désolé, cet examen est activé, donc non modifiable. On ne peut plus changer les exercices dedans. |
137 | Désolé, cet examen est activé, donc non modifiable. On ne peut plus changer les exercices dedans. |
137 | !exit |
138 | !exit |
138 | !endif |
139 | !endif |
139 | 140 |