Rev 7703 | 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 |
||
4785 | bpr | 6 | !distribute items $wims_name_title,$wims_name_Description,$wims_name_Type into tmp_title, tmp_description, tmp_category |
7 | |||
7703 | bpr | 8 | Vul het definitieveld |
5901 | bpr | 9 | <span class="tt wims_warning">$(tmp_$(empty_data)</span> |
3985 | bpr | 10 | van uw module in. |
23 | reyssat | 11 | !exit |
12 | !endif |
||
13 | |||
12043 | bpr | 14 | !if bad_case iswordof $error |
15 | There is already a file with the same name except for majuscules. Please change the name of the file you want to upload. |
||
16 | !exit |
||
17 | !endif |
||
18 | |||
23 | reyssat | 19 | !if bad_fname iswordof $error |
2577 | schaersvoo | 20 | Ongeschikte bestandsnaam. Kies een andere naam voor dit bestand. |
23 | reyssat | 21 | !exit |
22 | !endif |
||
23 | |||
554 | bpr | 24 | !if binary_file iswordof $error |
611 | schaersvoo | 25 | Binaire bestanden zijn hier niet toegestaan. |
554 | bpr | 26 | !exit |
27 | !endif |
||
28 | |||
23 | reyssat | 29 | !if illegal_filedesc iswordof $error |
5901 | bpr | 30 | U kunt niets anders dan een omschrijving in de "<span class="tt wims_fname">filedesc</span> |
1781 | schaersvoo | 31 | vermelden. |
23 | reyssat | 32 | !exit |
33 | !endif |
||
34 | |||
554 | bpr | 35 | !if badoriginal iswordof $error |
611 | schaersvoo | 36 | Deze module kan niet worden gekopieerd. |
554 | bpr | 37 | !exit |
38 | !endif |
||
39 | |||
23 | reyssat | 40 | !if clash iswordof $error |
41 | De module bestaat reeds. |
||
42 | !exit |
||
43 | !endif |
||
44 | |||
45 | !if badtarget iswordof $error |
||
1781 | schaersvoo | 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 |
||
5322 | schaersvoo | 50 | <li>incorrecte zone</li> |
4785 | bpr | 51 | !endif |
52 | !if incorrect_t2 iswordof $error |
||
5322 | schaersvoo | 53 | <li>incorrecte categorie</li> |
4785 | bpr | 54 | !endif |
55 | !if incorrect_t3 iswordof $error |
||
5322 | schaersvoo | 56 | <li>incorrecte naam</li> |
4785 | bpr | 57 | !endif |
58 | !if incorrect_t4 iswordof $error |
||
5322 | schaersvoo | 59 | <li>incorrecte taal</li> |
4785 | bpr | 60 | !endif |
61 | !if incorrect_tlen iswordof $error |
||
5322 | schaersvoo | 62 | <li>adres te lang of te kort</li> |
4785 | bpr | 63 | !endif |
64 | </ul> |
||
23 | reyssat | 65 | !exit |
66 | !endif |
||
67 | |||
68 | !if symlink iswordof $error |
||
7703 | bpr | 69 | De module code kan niet worden gekopieerd, omdat deze |
1781 | schaersvoo | 70 | symbolische links bevat. |
23 | reyssat | 71 | !exit |
72 | !endif |
||
73 | |||
74 | !msg $error |