68 lines
2.1 KiB
HTML
68 lines
2.1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>超级管理员提醒信息</title>
|
|
<style type="text/css">
|
|
.context {
|
|
padding: 20px;
|
|
}
|
|
h1{
|
|
text-align: center;
|
|
font-size: 24px;
|
|
margin-top: 0px;
|
|
margin-bottom: 20px;
|
|
color: #F00;
|
|
font-family: "Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", "华文细黑", STHeiti, MingLiu;
|
|
}
|
|
p{
|
|
font-size: 16px;
|
|
text-indent: 30px;
|
|
line-height: 25px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.t{
|
|
color:red;
|
|
}
|
|
a
|
|
{
|
|
color:Blue;
|
|
}
|
|
.m, .m a
|
|
{
|
|
font-size:12px;
|
|
padding-right:20px;
|
|
}
|
|
#footer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
z-index: 9999;
|
|
opacity: .80;
|
|
filter: alpha(opacity=80);
|
|
_bottom: auto;
|
|
_width: 100%;
|
|
_position: absolute;
|
|
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight- (parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
|
|
background-color: #CCC;
|
|
text-indent: 20px;
|
|
white-space: nowrap;
|
|
text-align:right;
|
|
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="context">
|
|
<h1>请慎重操作超级管理员相关设置!</h1>
|
|
<p>该系统是一款基于多机构的在线教育云服务平台,每一个机构都相当于一个独立的网校系统,拥有不同的域名、界面风格、功能权限等等,<span class="t">由超级管理员进行全方位管理</span>。</p>
|
|
<p>每个机构都会设置“机构管理员”(由超级管理员设置),用于管理专业设置、课程、考试、资讯与通知、教师与学员等等,这些管理大多数与教学工作相关。统管整个系统的超级管理员并不涉及教学工作,只涉及系统管理。例如机构的审核与权限设置、系统初始化、系统模块增删等等,<span class="t"> 一旦操作不当将对系统造成巨大影响</span>。</p>
|
|
<p>请厘清这种管理关系,慎重使用超级管理员的权限。</p>
|
|
<p> </p>
|
|
</div>
|
|
<div id="footer" class="m">如果需要租用服务器,<a href="http://www.kuaiyun.cn/index.action?agentpand=339273" target="_blank">请点这里</a></div>
|
|
</body>
|
|
</html> |