Subversion Repositories wimsdev

Rev

Rev 3422 | Rev 4027 | 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
 
3985 bpr 3
<b>$wims_name_Error</b>.
23 reyssat 4
 
5
!if empty_data iswordof $error
6
 Please fill in the definition of
3422 bpr 7
 <b><em><font color="red">$(name_$empty_data)</font></em></b>
23 reyssat 8
 of your module.
9
 !exit
10
!endif
11
 
12
!if bad_fname iswordof $error
13
 Illegal file name. Please choose another name for your file.
14
 !exit
15
!endif
16
 
2180 czzmrn 17
!if illegal_filedesc iswordof $error
18
 You cannot put anything else than straightforward definitions in filedesc.
23 reyssat 19
 !exit
20
!endif
21
 
2180 czzmrn 22
!if binary_file iswordof $error
23
 Binary file is not allowed here.
23 reyssat 24
 !exit
25
!endif
26
 
27
!if badoriginal iswordof $error
28
 This module cannot be copied.
29
 !exit
30
!endif
31
 
32
!if clash iswordof $error
33
 Target module already exists.
34
 !exit
35
!endif
36
 
37
!if badtarget iswordof $error
38
 Target module address is bad: too long, too short, incomplete, or illegal
39
 characters.
40
 !exit
41
!endif
42
 
43
!if symlink iswordof $error
44
 The source module cannot be copied because it contains symbolic links.
45
 !exit
46
!endif
47
 
3985 bpr 48
!msg $error