Rev 7681 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !set wims_module_log=error: $error |
2 | |||
2890 | bpr | 3 | <b>$wims_name_Error</b>. |
20 | reyssat | 4 | |
5 | !if $error = doc_not_exist |
||
6 | The document you asked for does not (no longer) exist. |
||
7 | !exit |
||
8 | !endif |
||
9 | |||
10 | !if $error = abuse |
||
11 | Your document has a strange title! Are you sure that you want to create a |
||
12 | serious document? |
||
13748 | obado | 13 | <p><b>Warning!</b> Those abusing the server will be refused access. |
20 | reyssat | 14 | !exit |
15 | !endif |
||
16 | |||
17 | !if $error = quota |
||
18 | You can no longer modify this document, because its content has exceeded |
||
19 | the disk space allowance. |
||
20 | !exit |
||
21 | !endif |
||
22 | |||
23 | !if $error = quota_file |
||
24 | File deposit is not accepted because there is not enough available disk |
||
25 | space for your document. |
||
26 | !exit |
||
27 | !endif |
||
28 | |||
29 | !if $error = no_tit |
||
30 | Please give a title to your document. |
||
31 | !exit |
||
32 | !endif |
||
33 | |||
34 | !if $error = no_author |
||
35 | You haven't defined the author of the document. |
||
36 | !exit |
||
37 | !endif |
||
38 | |||
39 | !if $error = bad_email |
||
40 | Your email address does not seem to be valid! Please correct it. |
||
41 | !exit |
||
42 | !endif |
||
43 | |||
44 | !if $error = bad_code |
||
13748 | obado | 45 | <p>Sorry, but the secret code doesn't match. You don't have the right to |
46 | read/write the document you asked for.</p> |
||
20 | reyssat | 47 | Please |
48 | !mailurl $wims_site_manager write to the site manager\ |
||
49 | Forgotten document code |
||
50 | if you have forgotten the secret code of your |
||
51 | document. |
||
52 | !exit |
||
53 | !endif |
||
54 | |||
55 | !if $error = unauthorized |
||
56 | You don't have the right to read/write the document you asked for. |
||
57 | !exit |
||
58 | !endif |
||
59 | |||
60 | !if $error = bad_data |
||
61 | Some of your definitions are not correct. Please correct. |
||
62 | !exit |
||
63 | !endif |
||
64 | |||
65 | !if $error = class_no_right |
||
66 | Sorry but your request is not allowed. Please verify with the supervisor |
||
67 | of this class. |
||
68 | !exit |
||
69 | !endif |
||
70 | |||
71 | !if $error = small_code |
||
72 | The secret code is too short. |
||
73 | !exit |
||
74 | !endif |
||
75 | |||
76 | !if $error = big_code |
||
77 | The secret code is too long. |
||
78 | !exit |
||
79 | !endif |
||
80 | |||
81 | !if $error = code_discord |
||
82 | <b>Attention</b>. You have typed two different secret codes in two times. |
||
83 | Please try again. |
||
84 | !exit |
||
85 | !endif |
||
86 | |||
87 | !if $error = bad_newcode |
||
88 | Your secret code contains forbidden characters. Please use only |
||
89 | alpha-numeric characters. |
||
90 | !exit |
||
91 | !endif |
||
92 | |||
93 | !if $error = bad_oldcode |
||
94 | You haven't given the correct old secret code. Please try again. |
||
95 | !exit |
||
96 | !endif |
||
97 | |||
98 | !if $error = deposit_fail |
||
99 | Sorry but I have got no valid file from you. Verify your filename. |
||
100 | !exit |
||
101 | !endif |
||
102 | |||
103 | !if $error = deposit_binary |
||
5903 | bpr | 104 | You have submitted a binary file <span class="tt">$wims_deposit</span>! |
20 | reyssat | 105 | I cannot use it. Please send a good text file. |
106 | !exit |
||
107 | !endif |
||
108 | |||
109 | !if $error = src_too_long |
||
5903 | bpr | 110 | Your block <span class="tt">$block</span> cannot be accepted because it has exceeded length |
20 | reyssat | 111 | limit ($max_blocklen bytes). You can cut it into several blocks. |
112 | !exit |
||
113 | !endif |
||
114 | |||
115 | !if $error = file_too_long |
||
116 | Your LaTeX file cannot be accepted because it has exceeded length |
||
117 | limit ($max_texlen bytes). |
||
118 | However, you can cut it into parts, and submit |
||
119 | them one by one into different blocks. |
||
120 | !exit |
||
121 | !endif |
||
122 | |||
123 | !if $error = no_latex2html |
||
7681 | bpr | 124 | Sorry, but the submission of LaTeX files cannot be done on this server, |
20 | reyssat | 125 | because the software LaTeX2HTML is not installed on the server. |
7681 | bpr | 126 | Please try to run LaTeX2HTML on your local computer, |
20 | reyssat | 127 | then submit the resulting html file. |
128 | !exit |
||
129 | !endif |
||
130 | |||
131 | !msg $error |