File: msg.phtml

package info (click to toggle)
wims 2%3A4.29a%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 185,704 kB
  • sloc: xml: 366,687; javascript: 120,570; ansic: 62,341; java: 62,170; sh: 7,744; perl: 3,937; yacc: 3,217; cpp: 1,915; lex: 1,805; makefile: 1,084; lisp: 914; pascal: 601; python: 520; php: 318; asm: 7
file content (131 lines) | stat: -rw-r--r-- 3,026 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
!set wims_module_log=error: $error

<b>$wims_name_Error</b>.

!if $error = doc_not_exist
 The document you asked for does not (no longer) exist.
 !exit
!endif

!if $error = abuse
 Your document has a strange title! Are you sure that you want to create a
 serious document?
 <p><b>Warning!</b> Those abusing the server will be refused access.
 !exit
!endif

!if $error = quota
 You can no longer modify this document, because its content has exceeded
 the disk space allowance.
 !exit
!endif

!if $error = quota_file
 File deposit is not accepted because there is not enough available disk
 space for your document.
 !exit
!endif

!if $error = no_tit
 Please give a title to your document.
 !exit
!endif

!if $error = no_author
 You haven't defined the author of the document.
 !exit
!endif

!if $error = bad_email
 Your email address does not seem to be valid! Please correct it.
 !exit
!endif

!if $error = bad_code
 <p>Sorry, but the secret code doesn't match. You don't have the right to
 read/write the document you asked for.</p>
 Please
 !mailurl $wims_site_manager write to the site manager\
Forgotten document code
 if you have forgotten the secret code of your
 document.
 !exit
!endif

!if $error = unauthorized
 You don't have the right to read/write the document you asked for.
 !exit
!endif

!if $error = bad_data
 Some of your definitions are not correct. Please correct.
 !exit
!endif

!if $error = class_no_right
 Sorry but your request is not allowed. Please verify with the supervisor
 of this class.
 !exit
!endif

!if $error = small_code
 The secret code is too short.
 !exit
!endif

!if $error = big_code
 The secret code is too long.
 !exit
!endif

!if $error = code_discord
 <b>Attention</b>. You have typed two different secret codes in two times.
 Please try again.
 !exit
!endif

!if $error = bad_newcode
 Your secret code contains forbidden characters. Please use only
 alpha-numeric characters.
 !exit
!endif

!if $error = bad_oldcode
 You haven't given the correct old secret code. Please try again.
 !exit
!endif

!if $error = deposit_fail
 Sorry but I have got no valid file from you. Verify your filename.
 !exit
!endif

!if $error = deposit_binary
 You have submitted a binary file <span class="tt">$wims_deposit</span>!
 I cannot use it. Please send a good text file.
 !exit
!endif

!if $error = src_too_long
 Your block <span class="tt">$block</span> cannot be accepted because it has exceeded length
 limit ($max_blocklen bytes). You can cut it into several blocks.
 !exit
!endif

!if $error = file_too_long
 Your LaTeX file cannot be accepted because it has exceeded length
 limit ($max_texlen bytes).
 However, you can cut it into parts, and submit
 them one by one into different blocks.
 !exit
!endif

!if $error = no_latex2html
 Sorry, but the submission of LaTeX files cannot be done on this server,
 because the software LaTeX2HTML is not installed on the server.
 Please try to run LaTeX2HTML on your local computer,
 then submit the resulting html file.
 !exit
!endif

!msg $error