Rev 4456 | Rev 4817 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4456 | 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 |
|
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 <tt class="wims_warning">$(tmp_$(empty_data)</tt> |
8 |
|
9 | and check the other fields. |
9 | !exit |
10 | !exit |
10 | !endif |
11 | !endif |
11 | 12 | ||
12 | !if bad_fname iswordof $error |
13 | !if bad_fname iswordof $error |
13 | Illegal file name. Please choose another name for your file. |
14 | Illegal file name. Please choose another name for your file. |
Line 18... | Line 19... | ||
18 | Binary file is not allowed here. |
19 | Binary file is not allowed here. |
19 | !exit |
20 | !exit |
20 | !endif |
21 | !endif |
21 | 22 | ||
22 | !if illegal_filedesc iswordof $error |
23 | !if illegal_filedesc iswordof $error |
23 | You cannot put anything else than straightforward definitions in |
24 | You cannot put anything else than straightforward definitions in |
- | 25 | <tt class="wims_fname">filedesc</tt>. |
|
24 | !exit |
26 | !exit |
25 | !endif |
27 | !endif |
26 | 28 | ||
27 | !if badoriginal iswordof $error |
29 | !if badoriginal iswordof $error |
28 | This module cannot be copied. |
30 | This module cannot be copied. |