Rev 11457 | Rev 13807 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11457 | Rev 12043 | ||
---|---|---|---|
Line 5... | Line 5... | ||
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 |
6 | !distribute items $wims_name_title,$wims_name_Description,$wims_name_Type into tmp_title, tmp_description, tmp_category |
7 | 7 | ||
8 | Please fill in the field <span class="tt wims_warning">$(tmp_$(empty_data)</span> |
8 | Please fill in the field <span class="tt wims_warning">$(tmp_$(empty_data)</span> |
9 | and check the other fields. |
9 | and check the other fields. |
- | 10 | !exit |
|
- | 11 | !endif |
|
- | 12 | ||
- | 13 | !if bad_case iswordof $error |
|
- | 14 | There is already a file with the same name except for majuscules. Please change the name of the file you want to upload. |
|
10 | !exit |
15 | !exit |
11 | !endif |
16 | !endif |
12 | 17 | ||
13 | !if bad_fname iswordof $error |
18 | !if bad_fname iswordof $error |
14 | Illegal file name. Please choose another name for your file. |
19 | Illegal file name. Please choose another name for your file. |