Rev 4027 | Rev 4410 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4027 | Rev 4179 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | Le module de destination existe déjà. |
34 | Le module de destination existe déjà. |
35 | !exit |
35 | !exit |
36 | !endif |
36 | !endif |
37 | 37 | ||
38 | !if badtarget iswordof $error |
38 | !if badtarget iswordof $error |
39 | L'adresse de destination |
39 | L'adresse de destination (<tt class="wims_code">$target</tt>) n'est pas bonne : trop longue, trop courte, incomplète ou caractères non admis.<br/> |
- | 40 | Detail des erreurs : |
|
- | 41 | <ul> |
|
- | 42 | !if incorrect_t1 iswordof $error |
|
- | 43 | <li>Zone incorrecte</li> |
|
- | 44 | !endif |
|
- | 45 | !if incorrect_t2 iswordof $error |
|
40 |
|
46 | <li>Categorie incorrecte</li> |
- | 47 | !endif |
|
- | 48 | !if incorrect_t3 iswordof $error |
|
- | 49 | <li>Nom incorrect</li> |
|
- | 50 | !endif |
|
- | 51 | !if incorrect_t4 iswordof $error |
|
- | 52 | <li>Langue incorrecte</li> |
|
- | 53 | !endif |
|
- | 54 | !if incorrect_tlen iswordof $error |
|
- | 55 | <li>longueur incorrecte</li> |
|
- | 56 | !endif |
|
- | 57 | </ul> |
|
41 | !exit |
58 | !exit |
42 | !endif |
59 | !endif |
43 | 60 | ||
44 | !if symlink iswordof $error |
61 | !if symlink iswordof $error |
45 | Impossible de copier le module source, car il contient des liens |
62 | Impossible de copier le module source, car il contient des liens |