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