Rev 4027 | Rev 5322 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4027 | 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 | !distribute items $wims_name_title,$wims_name_Description,$wims_name_Type into tmp_title, tmp_description, tmp_category |
|
- | 7 | ||
6 | Vul het definitieveld |
8 | Vul het definitieveld |
7 | < |
9 | <tt class="wims_warning">$(tmp_$(empty_data)</tt> |
8 | van uw module in. |
10 | van uw module in. |
9 | !exit |
11 | !exit |
10 | !endif |
12 | !endif |
11 | 13 | ||
12 | !if bad_fname iswordof $error |
14 | !if bad_fname iswordof $error |
Line 18... | Line 20... | ||
18 | Binaire bestanden zijn hier niet toegestaan. |
20 | Binaire bestanden zijn hier niet toegestaan. |
19 | !exit |
21 | !exit |
20 | !endif |
22 | !endif |
21 | 23 | ||
22 | !if illegal_filedesc iswordof $error |
24 | !if illegal_filedesc iswordof $error |
23 | U kunt niets anders dan een omschrijving in de " |
25 | U kunt niets anders dan een omschrijving in de "<tt class="wims_fname">filedesc</tt> |
24 | vermelden. |
26 | vermelden. |
25 | !exit |
27 | !exit |
26 | !endif |
28 | !endif |
27 | 29 | ||
28 | !if badoriginal iswordof $error |
30 | !if badoriginal iswordof $error |
Line 30... | Line 32... | ||
30 | !exit |
32 | !exit |
31 | !endif |
33 | !endif |
32 | 34 | ||
33 | !if clash iswordof $error |
35 | !if clash iswordof $error |
34 | De module bestaat reeds. |
36 | De module bestaat reeds. |
35 | !exit |
37 | !exit |
36 | !endif |
38 | !endif |
37 | 39 | ||
38 | !if badtarget iswordof $error |
40 | !if badtarget iswordof $error |
39 | Het adres van de module is niet goed: te lang,te kort, inkompleet |
41 | Het adres van de module is niet goed: te lang,te kort, inkompleet |
40 | of niet toegestane lettertekens |
42 | of niet toegestane lettertekens |
- | 43 | <ul> |
|
- | 44 | !if incorrect_t1 iswordof $error |
|
- | 45 | <li>incorrect zone</li> |
|
- | 46 | !endif |
|
- | 47 | !if incorrect_t2 iswordof $error |
|
- | 48 | <li>incorrect category</li> |
|
- | 49 | !endif |
|
- | 50 | !if incorrect_t3 iswordof $error |
|
- | 51 | <li>incorrect name</li> |
|
- | 52 | !endif |
|
- | 53 | !if incorrect_t4 iswordof $error |
|
- | 54 | <li>incorrect language</li> |
|
- | 55 | !endif |
|
- | 56 | !if incorrect_tlen iswordof $error |
|
- | 57 | <li>too long or too short address</li> |
|
- | 58 | !endif |
|
- | 59 | </ul> |
|
41 | !exit |
60 | !exit |
42 | !endif |
61 | !endif |
43 | 62 | ||
44 | !if symlink iswordof $error |
63 | !if symlink iswordof $error |
45 | De module code kan niet worden gekopieerd, omdat deze |
64 | De module code kan niet worden gekopieerd, omdat deze |
46 | symbolische links bevat. |
65 | symbolische links bevat. |
47 | !exit |
66 | !exit |
48 | !endif |
67 | !endif |
49 | 68 | ||
50 | !msg $error |
69 | !msg $error |
51 | - |