Subversion Repositories wimsdev

Rev

Rev 23 | Rev 2071 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
 
2
!set wims_module_log=error: $error $wims_class
3
 
4
<b>错误</b>.
5
 
6
!if not_supervisor iswordof $error
7
对不起, 只有虚拟班的主持教师才能进入此模块.
8
 !exit
9
!endif
10
 
11
!if not_secure iswordof $error
12
 !if $code!=$empty
13
密码不对.
14
 !else
15
只能从安全主机进入本模块.
16
 !endif
17
拒绝进入.
18
 !exit
19
!endif
20
 
21
!if checkhost iswordof $error
22
你当前的连接不在新定义的安全主机范围内.
23
这可能是一个错误会导致你失去班级的控制.
24
所有安全主机的定义没有改变.
25
 !exit
26
!endif
27
 
28
!if bad_file iswordof $error
29
对不起, <em>$wims_deposit</em> 不像是班级的备份文件.
30
或者是你送出了一个错误的文件, 或者是文件已损坏.
31
 !exit
32
!endif
33
 
34
!if empty_file iswordof $error
35
在你的备份文件 <tt>$wims_deposit</tt> 里没有发现班级资源.
36
 !exit
37
!endif
38
 
39
!if no_upload iswordof $error
40
上传数据超时: 操作失败. 请重试.
41
 !exit
42
!endif
43
 
44
!if remote_sharing iswordof $error
45
你的相邻班正在共享你的资源. 除非那边停止共享,
46
你既不能中止共享, 也不能从你的相邻表内删除.
47
 !exit
48
!endif
49
 
50
!if share_dep iswordof $error
51
资源共享要顾及相关性: 如果你要共享作业页, 就先要共享同一班级的练习.
52
若要共享考试, 则先要共享同一班级的作业页.
53
 !exit
54
!endif
55
 
56
!if not_neighbor iswordof $error
57
你尝试操作的班级不是有效相邻的班级.
58
 <p>
59
仅当双方互相声明对方是相邻班时, 才能建立有效的相邻关系.
60
 !exit
61
!endif
62
 
63
!if localmirror iswordof $error
64
在同一服务器上作班级的镜像是没有意义的.
65
 !exit
66
!endif
67
 
710 bpr 68
!if toobigfile iswordof $error
69
 La taille de votre fichier est trop importante : la limite est de 12K.
70
 !exit
71
!endif
72
 
23 reyssat 73
!msg $error
74