Rev 10657 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10657 | Rev 10737 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | 2 | ||
3 | <span class="wims_warning">$wims_name_Error</span>. |
3 | <span class="wims_warning">$wims_name_Error</span>. |
- | 4 | !if $error=badvariablename |
|
- | 5 | L'une, au moins, des variables techniques que vous utilisez n'existe pas ou n'est pas modifiable à ce niveau. Votre questionnaire ne fonctionnera pas correctement. |
|
- | 6 | !exit |
|
- | 7 | !endif |
|
4 | 8 | ||
5 | !if $error=notechvar |
9 | !if $error=notechvar |
6 | No technical variable defined in this class. To use this vote model you should first define a technical variable in the class using the technical variable manager. |
10 | No technical variable defined in this class. To use this vote model you should first define a technical variable in the class using the technical variable manager. |
7 | !exit |
11 | !exit |
8 | !endif |
12 | !endif |