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 69... | Line 69... | ||
69 | !endif |
69 | !endif |
70 | 70 | ||
71 | !if prep_erase=$error |
71 | !if prep_erase=$error |
72 | Do you really want to erase this exam #$exam ($title)? |
72 | Do you really want to erase this exam #$exam ($title)? |
73 | <div class="wimscenter"> |
73 | <div class="wimscenter"> |
- | 74 | !set wims_ref_class=wims_button wims_warning |
|
74 | !href cmd=reply&job=erase $wims_name_yes; $wims_name_erase |
75 | !href cmd=reply&job=erase $wims_name_yes; $wims_name_erase |
75 |
|
76 | !set wims_ref_class=wims_button |
76 | !href cmd=resume $wims_name_no; $wims_name_giveup |
77 | !href cmd=resume $wims_name_no; $wims_name_giveup |
77 | . </div> |
78 | . </div> |
78 | !exit |
79 | !exit |
79 | !endif |
80 | !endif |
80 | 81 | ||
Line 124... | Line 125... | ||
124 | !endif |
125 | !endif |
125 | 126 | ||
126 | !if active_exam=$error |
127 | !if active_exam=$error |
127 | Sorry, this exam is activated, hence non-modifiable. No exercise in it can be changed. |
128 | Sorry, this exam is activated, hence non-modifiable. No exercise in it can be changed. |
128 | !exit |
129 | !exit |
129 | !endif |
130 | !endif |
130 | 131 | ||
131 | !if $error=prep_noexercise |
132 | !if $error=prep_noexercise |
132 | The content of the exercise $exo of the exam is empty. Try again. |
133 | The content of the exercise $exo of the exam is empty. Try again. |
133 | !exit |
134 | !exit |
134 | !endif |
135 | !endif |