Subversion Repositories wimsdev

Rev

Rev 6126 | Rev 12115 | 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
 
3985 bpr 4
<b>$wims_name_Error</b>.
23 reyssat 5
 
6
!if not_secure iswordof $error
7
 !if $code!=$empty
8
密码不对.
9
 !else
10
只能从安全主机进入本模块.
11
 !endif
12
拒绝进入.
13
 !exit
14
!endif
15
 
16
!if checkhost iswordof $error
17
你当前的连接不在新定义的安全主机范围内.
18
这可能是一个错误会导致你失去班级的控制.
19
所有安全主机的定义没有改变.
20
 !exit
21
!endif
22
 
23
!if bad_file iswordof $error
24
对不起, <em>$wims_deposit</em> 不像是班级的备份文件.
25
或者是你送出了一个错误的文件, 或者是文件已损坏.
26
 !exit
27
!endif
28
 
29
!if empty_file iswordof $error
5901 bpr 30
在你的备份文件 <span class="tt wims_fname">$wims_deposit</span> 里没有发现班级资源.
23 reyssat 31
 !exit
32
!endif
33
 
34
!if no_upload iswordof $error
35
上传数据超时: 操作失败. 请重试.
36
 !exit
37
!endif
38
 
39
!if remote_sharing iswordof $error
40
你的相邻班正在共享你的资源. 除非那边停止共享,
41
你既不能中止共享, 也不能从你的相邻表内删除.
42
 !exit
43
!endif
44
 
45
!if share_dep iswordof $error
2071 zjchen 46
资源共享要顾及相关性: 
47
 !if sheet iswordof $error
48
  如果你要共享作业页, 就先要共享练习.
49
 !else
50
  !if exam iswordof $error
51
  若要共享考试, 则先要共享练习与作业页.
52
  !else
53
   !if livret iswordof $error
54
  若要共享技能记录本, 则先要共享练习与作业页.
55
   !endif
56
  !endif    
57
 !endif
23 reyssat 58
 !exit
59
!endif
60
 
2071 zjchen 61
!if stopshare_dep iswordof $error
62
资源共享要顾及相关性: 
63
 !if sheet iswordof $error
64
  如果你要停止共享作业页, 就要先停止共享考试与技能记录本.
65
 !else
66
  !if exo iswordof $error
67
  如果你要停止共享练习, 就要先停止共享作业页.
68
  !endif    
69
 !endif
70
 !exit
71
!endif
72
 
23 reyssat 73
!if not_neighbor iswordof $error
74
你尝试操作的班级不是有效相邻的班级.
6235 bpr 75
 <br />
23 reyssat 76
仅当双方互相声明对方是相邻班时, 才能建立有效的相邻关系.
77
 !exit
78
!endif
79
 
80
!if localmirror iswordof $error
81
在同一服务器上作班级的镜像是没有意义的.
82
 !exit
83
!endif
84
 
710 bpr 85
!if toobigfile iswordof $error
2071 zjchen 86
 你的文件太大了, 不能超过 12K.
710 bpr 87
 !exit
88
!endif
89
 
23 reyssat 90
!msg $error
91