Rev 17206 | Rev 17329 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17206 | Rev 17327 | ||
---|---|---|---|
Line 199... | Line 199... | ||
199 | !endif |
199 | !endif |
200 | 200 | ||
201 | !if badtechvarname iswordof $error |
201 | !if badtechvarname iswordof $error |
202 | <div class="wims_msg alert"> |
202 | <div class="wims_msg alert"> |
203 | <strong>$wims_name_Error:</strong> |
203 | <strong>$wims_name_Error:</strong> |
- | 204 | !let code=!word 2 to -1 of $error |
|
- | 205 | !if $code=_ |
|
- | 206 | une des conditions <span class="wims_code_words">Condition pour cacher la feuille aux participants</span> n'a pas de nom de variable |
|
- | 207 | !else |
|
204 | Un des noms de variable ( |
208 | Un des noms de variable ( |
- | 209 | !let code=!listcomplement _ in $code |
|
205 |
|
210 | $code |
206 | ) n'est pas un nom correct de variable technique. Les noms de variable technique |
211 | ) n'est pas un nom correct de variable technique. Les noms de variable technique |
207 | incorrect ont été supprimés du champs <span class="wims_code_words">Condition pour cacher la feuille aux participants</span>. |
212 | incorrect ont été supprimés du champs <span class="wims_code_words">Condition pour cacher la feuille aux participants</span>. |
- | 213 | !endif |
|
208 | </div> |
214 | </div> |
209 | <div class="wimscenter"> |
215 | <div class="wimscenter"> |
210 | !set wims_ref_class=wims_button |
216 | !set wims_ref_class=wims_button |
211 | !reset error |
217 | !reset error |
212 | !href cmd=resume Retour |
218 | !href cmd=resume Retour |
Line 235... | Line 241... | ||
235 | !href cmd=resume Retour |
241 | !href cmd=resume Retour |
236 | </div> |
242 | </div> |
237 | !exit |
243 | !exit |
238 | !endif |
244 | !endif |
239 | 245 | ||
- | 246 | !if $error=hiddenbadtechvar |
|
- | 247 | Attention, la <span class="wims_code_words">condition pour cacher la feuille aux participants</span> en utilisant une variable technique est incorrecte. Vous devez la corriger. |
|
- | 248 | !exit |
|
- | 249 | !endif |
|
240 | !msg $error |
250 | !msg $error |