Rev 5322 | Rev 7703 | 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 | |||
23 | reyssat | 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 | |||
14 | !if bad_fname iswordof $error |
||
2577 | schaersvoo | 15 | Ongeschikte bestandsnaam. Kies een andere naam voor dit bestand. |
23 | reyssat | 16 | !exit |
17 | !endif |
||
18 | |||
554 | bpr | 19 | !if binary_file iswordof $error |
611 | schaersvoo | 20 | Binaire bestanden zijn hier niet toegestaan. |
554 | bpr | 21 | !exit |
22 | !endif |
||
23 | |||
23 | reyssat | 24 | !if illegal_filedesc iswordof $error |
5901 | bpr | 25 | U kunt niets anders dan een omschrijving in de "<span class="tt wims_fname">filedesc</span> |
1781 | schaersvoo | 26 | vermelden. |
23 | reyssat | 27 | !exit |
28 | !endif |
||
29 | |||
554 | bpr | 30 | !if badoriginal iswordof $error |
611 | schaersvoo | 31 | Deze module kan niet worden gekopieerd. |
554 | bpr | 32 | !exit |
33 | !endif |
||
34 | |||
23 | reyssat | 35 | !if clash iswordof $error |
36 | De module bestaat reeds. |
||
37 | !exit |
||
38 | !endif |
||
39 | |||
40 | !if badtarget iswordof $error |
||
1781 | schaersvoo | 41 | Het adres van de module is niet goed: te lang,te kort, inkompleet |
2411 | schaersvoo | 42 | of niet toegestane lettertekens |
4785 | bpr | 43 | <ul> |
44 | !if incorrect_t1 iswordof $error |
||
5322 | schaersvoo | 45 | <li>incorrecte zone</li> |
4785 | bpr | 46 | !endif |
47 | !if incorrect_t2 iswordof $error |
||
5322 | schaersvoo | 48 | <li>incorrecte categorie</li> |
4785 | bpr | 49 | !endif |
50 | !if incorrect_t3 iswordof $error |
||
5322 | schaersvoo | 51 | <li>incorrecte naam</li> |
4785 | bpr | 52 | !endif |
53 | !if incorrect_t4 iswordof $error |
||
5322 | schaersvoo | 54 | <li>incorrecte taal</li> |
4785 | bpr | 55 | !endif |
56 | !if incorrect_tlen iswordof $error |
||
5322 | schaersvoo | 57 | <li>adres te lang of te kort</li> |
4785 | bpr | 58 | !endif |
59 | </ul> |
||
23 | reyssat | 60 | !exit |
61 | !endif |
||
62 | |||
63 | !if symlink iswordof $error |
||
1781 | schaersvoo | 64 | De module code kan niet worden gekopieerd, omdat deze |
65 | symbolische links bevat. |
||
23 | reyssat | 66 | !exit |
67 | !endif |
||
68 | |||
69 | !msg $error |