Rev 12344 | 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 | |||
4027 | bpr | 3 | <span class="wims_warning">$wims_name_Error</span>. |
23 | reyssat | 4 | |
5 | !if empty_data iswordof $error |
||
16810 | bpr | 6 | !distribute items $wims_name_title,$wims_name_Description,$wims_name_Type into tmp_title, tmp_description, tmp_category |
4785 | bpr | 7 | |
16810 | bpr | 8 | Vul het definitieveld |
9 | <span class="tt wims_warning">$(tmp_$(empty_data)</span> |
||
10 | van uw module in. |
||
11 | !exit |
||
23 | reyssat | 12 | !endif |
13 | |||
12043 | bpr | 14 | !if bad_case iswordof $error |
16810 | bpr | 15 | Er is al een bestand aanwezig met deze naam (hoofletter ongevoelig). Verander de naam van het bestand. |
16 | !exit |
||
12043 | bpr | 17 | !endif |
18 | |||
23 | reyssat | 19 | !if bad_fname iswordof $error |
16810 | bpr | 20 | Ongeschikte bestandsnaam. Kies een andere naam voor dit bestand. |
21 | !exit |
||
23 | reyssat | 22 | !endif |
23 | |||
554 | bpr | 24 | !if binary_file iswordof $error |
16810 | bpr | 25 | Binaire bestanden zijn hier niet toegestaan. |
26 | !exit |
||
554 | bpr | 27 | !endif |
28 | |||
23 | reyssat | 29 | !if illegal_filedesc iswordof $error |
16810 | bpr | 30 | U kunt niets anders dan een omschrijving in de "<span class="tt wims_fname">filedesc</span> |
31 | vermelden. |
||
32 | !exit |
||
23 | reyssat | 33 | !endif |
34 | |||
554 | bpr | 35 | !if badoriginal iswordof $error |
16810 | bpr | 36 | Deze module kan niet worden gekopieerd. |
37 | !exit |
||
554 | bpr | 38 | !endif |
39 | |||
23 | reyssat | 40 | !if clash iswordof $error |
16810 | bpr | 41 | De module bestaat reeds. |
42 | !exit |
||
23 | reyssat | 43 | !endif |
44 | |||
45 | !if badtarget iswordof $error |
||
16810 | bpr | 46 | Het adres van de module is niet goed: te lang,te kort, inkompleet |
2411 | schaersvoo | 47 | of niet toegestane lettertekens |
4785 | bpr | 48 | <ul> |
49 | !if incorrect_t1 iswordof $error |
||
16810 | bpr | 50 | <li>incorrecte zone</li> |
4785 | bpr | 51 | !endif |
52 | !if incorrect_t2 iswordof $error |
||
16810 | bpr | 53 | <li>incorrecte categorie</li> |
4785 | bpr | 54 | !endif |
55 | !if incorrect_t3 iswordof $error |
||
16810 | bpr | 56 | <li>incorrecte naam</li> |
4785 | bpr | 57 | !endif |
58 | !if incorrect_t4 iswordof $error |
||
16810 | bpr | 59 | <li>incorrecte taal</li> |
4785 | bpr | 60 | !endif |
61 | !if incorrect_tlen iswordof $error |
||
16810 | bpr | 62 | <li>adres te lang of te kort</li> |
4785 | bpr | 63 | !endif |
16810 | bpr | 64 | </ul> |
65 | !exit |
||
23 | reyssat | 66 | !endif |
67 | |||
68 | !if symlink iswordof $error |
||
16810 | bpr | 69 | De module code kan niet worden gekopieerd, omdat deze |
70 | symbolische links bevat. |
||
71 | !exit |
||
23 | reyssat | 72 | !endif |
73 | |||
74 | !msg $error |