Rev 3422 | Rev 4027 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3422 | Rev 3985 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !set wims_module_log=error: $error |
1 | !set wims_module_log=error: $error |
2 | 2 | ||
3 | <b> |
3 | <b>$wims_name_Error</b>. |
4 | - | ||
5 | !if bad_auth iswordof $error |
- | |
6 | Authentification failed. Please try again. |
- | |
7 | !exit |
- | |
8 | !endif |
- | |
9 | - | ||
10 | !if bad_pass iswordof $error |
- | |
11 | Bad password: it must contain only letters and digits, between |
- | |
12 | 4 and 16 characters. And the repeat password should be equal to the |
- | |
13 | first one! Try again. |
- | |
14 | !exit |
- | |
15 | !endif |
- | |
16 | 4 | ||
17 | !if empty_data iswordof $error |
5 | !if empty_data iswordof $error |
18 | Please fill in the definition of |
6 | Please fill in the definition of |
19 | <b><em><font color="red">$(name_$empty_data)</font></em></b> |
7 | <b><em><font color="red">$(name_$empty_data)</font></em></b> |
20 | of your module. |
8 | of your module. |
Line 55... | Line 43... | ||
55 | !if symlink iswordof $error |
43 | !if symlink iswordof $error |
56 | The source module cannot be copied because it contains symbolic links. |
44 | The source module cannot be copied because it contains symbolic links. |
57 | !exit |
45 | !exit |
58 | !endif |
46 | !endif |
59 | 47 | ||
- | 48 | !msg $error |