Subversion Repositories wimsdev

Rev

Rev 5903 | 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
 你请求的文件不(或不再)存在.
7
 !exit
8
!endif
9
 
10
!if $error = abuse
11
 你的文件有一个奇怪的标题! 你能肯定要创建一个认真的文件吗?
13748 obado 12
 <p><b>注意</b>! 滥用服务器的人将被禁止进入.</p>
20 reyssat 13
 !exit
14
!endif
15
 
16
!if $error = quota
17
 你不再能修改此文件, 因为它的内容超过了硬盘空间的限制.
18
 !exit
19
!endif
20
 
21
!if $error = quota_file
22
 不能接受文件的储存, 因为没有足够的硬盘空间.
23
 !exit
24
!endif
25
 
26
!if $error = no_tit
27
 请给出你的文件的标题.
28
 !exit
29
!endif
30
 
31
!if $error = no_author
32
 你没有给出文件的作者.
33
 !exit
34
!endif
35
 
36
!if $error = bad_email
37
 你的电子邮件地址有问题, 请改正.
38
 !exit
39
!endif
40
 
41
!if $error = bad_code
13748 obado 42
 <p>对不起, 密码不符. 你无权读/写你请求的文件.</p>
20 reyssat 43
 如果你忘记了你的文件的密码, 请写信给
44
!mailurl $wims_site_manager 网站管理员\
45
 !exit
46
!endif
47
 
48
!if $error = unauthorized
49
 你无权读/写你请求的文件.
50
 !exit
51
!endif
52
 
53
!if $error = bad_data
54
 你的某些定义不正确, 请改正.
55
 !exit
56
!endif
57
 
58
!if $error = class_no_right
59
 对不起, 你的请求被拒绝. 请与班级主持教师核对.
60
 !exit
61
!endif
62
 
63
!if $error = small_code
64
 密码太短.
65
 !exit
66
!endif
67
 
68
!if $error = big_code
69
 密码太长.
70
 !exit
71
!endif
72
 
73
!if $error = code_discord
74
 <b>注意</b>. 你两次输入两个不同的密码. 请重试.
75
 !exit
76
!endif
77
 
78
!if $error = bad_newcode
79
 你的密码含有违禁字符. 请只使用字母或数字.
80
 !exit
81
!endif
82
 
83
!if $error = bad_oldcode
84
 你没有给出正确的旧密码. 请再试一次.
85
 !exit
86
!endif
87
 
88
!if $error = deposit_fail
89
 对不起, 我没有得到你的有效文件. 核对你的文件名.
90
 !exit
91
!endif
92
 
93
!if $error = deposit_binary
5903 bpr 94
 你递交了一个二进制文件 <span class="tt">$wims_deposit</span>!
20 reyssat 95
 我不能使用它. 请发送一个好的文本文件.
96
 !exit
97
!endif
98
 
99
!if $error = src_too_long
5903 bpr 100
 你的块 <span class="tt">$block</span> 不被接受, 因为它超过了长度极限
20 reyssat 101
($max_blocklen 字节). 你可以将它分割成几块.
102
 !exit
103
!endif
104
 
105
!if $error = file_too_long
106
 你的 LaTeX 不被接受, 因为它超过了长度极限 ($max_texlen 字节).
107
 不过, 你可以把它分割成几块, 然后一一递交到不同的块里.
108
 !exit
109
!endif
110
 
111
!if $error = no_latex2html
112
 对不起, 本服务器不能接受 LaTeX 文件, 因为没有安装 LaTeX2HTML 软件.
113
 请在你的本地机器上运行 LaTeX2HTML, 再递交得到的 html 文件.
114
 !exit
115
!endif
116
 
117
!msg $error
118