Subversion Repositories wimsdev

Rev

Rev 3422 | Rev 4028 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3422 Rev 3985
Line 1... Line 1...
1
!set wims_module_log=error: $error
1
!set wims_module_log=error: $error
2
 
2
 
3
<b>Error</b>.
3
<b>$wims_name_Error</b>.
4
 
-
 
5
!if bad_auth iswordof $error
-
 
6
 Authentification failed. Please try again.
-
 
7
 !exit
-
 
8
!endif
-
 
9
 
-
 
10
!if bad_pass iswordof $error
-
 
11
 Bad password: it must contain only letters and digits, between
-
 
12
 4 and 16 characters. And the repeat password should be equal to the
-
 
13
 first one! Try again.
-
 
14
 !exit
-
 
15
!endif
-
 
16
 
4
 
17
!if empty_data iswordof $error
5
!if empty_data iswordof $error
18
 Please fill in the definition of
6
 Please fill in the definition of
19
 <b><em><font color="red">$(name_$empty_data)</font></em></b>
7
 <b><em><font color="red">$(name_$empty_data)</font></em></b>
20
 of your module.
8
 of your module.
Line 30... Line 18...
30
 Binary file is not allowed here.
18
 Binary file is not allowed here.
31
 !exit
19
 !exit
32
!endif
20
!endif
33
 
21
 
34
!if illegal_filedesc iswordof $error
22
!if illegal_filedesc iswordof $error
35
 You cannot put anything else than straightforward definitions in filedesc.
23
 You cannot put anything else than straightforward definitions in 
-
 
24
 filedesc.
36
 !exit
25
 !exit
37
!endif
26
!endif
38
 
27
 
39
!if badoriginal iswordof $error
28
!if badoriginal iswordof $error
40
 This module cannot be copied.
29
 This module cannot be copied.