Rev 4179 | Rev 5901 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4179 | Rev 4785 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !set wims_module_log=error: $error |
1 | !set wims_module_log=error: $error |
2 | 2 | ||
3 | <span class="wims_warning">$wims_name_Error</span>. |
3 | <span class="wims_warning">$wims_name_Error</span>. |
4 | 4 | ||
5 | !if empty_data iswordof $error |
5 | !if empty_data iswordof $error |
6 |
|
6 | !distribute items $wims_name_title,$wims_name_Description,$wims_name_Type into tmp_title, tmp_description, tmp_category |
- | 7 | ||
7 | < |
8 | Please fill in the field <tt class="wims_warning">$(tmp_$(empty_data)</tt> |
8 |
|
9 | and check the other fields. |
9 | !exit |
10 | !exit |
10 | !endif |
11 | !endif |
11 | 12 | ||
12 | !if bad_fname iswordof $error |
13 | !if bad_fname iswordof $error |
13 | Illegal file name. Please choose another name for your file. |
14 | Illegal file name. Please choose another name for your file. |
14 | !exit |
15 | !exit |
15 | !endif |
16 | !endif |
16 | 17 | ||
17 | !if binary_file iswordof $error |
18 | !if binary_file iswordof $error |
18 | Binary file is not allowed here. |
19 | Binary file is not allowed here. |
19 | !exit |
20 | !exit |
20 | !endif |
21 | !endif |
21 | 22 | ||
22 | !if illegal_filedesc iswordof $error |
23 | !if illegal_filedesc iswordof $error |
23 | You cannot put anything else than straightforward definitions in |
24 | You cannot put anything else than straightforward definitions in |
24 | filedesc. |
25 | <tt class="wims_fname">filedesc</tt>. |
25 | !exit |
26 | !exit |
26 | !endif |
27 | !endif |
27 | 28 | ||
28 | !if badoriginal iswordof $error |
29 | !if badoriginal iswordof $error |
29 | This module cannot be copied. |
30 | This module cannot be copied. |
30 | !exit |
31 | !exit |
31 | !endif |
32 | !endif |
32 | 33 | ||
33 | !if clash iswordof $error |
34 | !if clash iswordof $error |
34 | Target module already exists. |
35 | Target module already exists. |
35 | !exit |
36 | !exit |
36 | !endif |
37 | !endif |
37 | 38 | ||
38 | !if badtarget iswordof $error |
39 | !if badtarget iswordof $error |
39 | Target module address |
40 | Target module address <tt class="wims_address">$target</tt> is bad: too long, too short, incomplete, or illegal characters. |
40 | <ul> |
41 | <ul> |
41 | !if incorrect_t1 iswordof $error |
42 | !if incorrect_t1 iswordof $error |
42 | <li>incorrect zone</li> |
43 | <li>incorrect zone</li> |
43 | !endif |
44 | !endif |
44 | !if incorrect_t2 iswordof $error |
45 | !if incorrect_t2 iswordof $error |
Line 46... | Line 47... | ||
46 | !endif |
47 | !endif |
47 | !if incorrect_t3 iswordof $error |
48 | !if incorrect_t3 iswordof $error |
48 | <li>incorrect name</li> |
49 | <li>incorrect name</li> |
49 | !endif |
50 | !endif |
50 | !if incorrect_t4 iswordof $error |
51 | !if incorrect_t4 iswordof $error |
51 | <li>incorrect |
52 | <li>incorrect language</li> |
52 | !endif |
53 | !endif |
53 | !if incorrect_tlen iswordof $error |
54 | !if incorrect_tlen iswordof $error |
54 | <li>too long or too short address</li> |
55 | <li>too long or too short address</li> |
55 | !endif |
56 | !endif |
56 | </ul> |
57 | </ul> |
Line 61... | Line 62... | ||
61 | The source module cannot be copied because it contains symbolic links. |
62 | The source module cannot be copied because it contains symbolic links. |
62 | !exit |
63 | !exit |
63 | !endif |
64 | !endif |
64 | 65 | ||
65 | !msg $error |
66 | !msg $error |
66 | - |