⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 specialpost.asp

📁 物业管理和办公自动化系统
💻 ASP
字号:
<%
'************************************************************************************************
' 文件名: dotask.asp
' Copyright(c) 2001-2002 上海阿尔卡特网络支援系统有限公司
'
'  创建人 : 周秋舫
'  日 期 : 2002-05-30
' 修改历史 :
'   ****年**月**日 ****** 修改内容:******************************************************************
' 功能描述 : 针对任务执行者,可以更新某项待办事宜的执行情况,可以察看任务本身的详细信息,也可以察看该项任务的执行过程
'  版 本 :
'************************************************************************************************
option explicit
Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "no-cache"
Response.Expires = -1
%>

<!-- #include file="../include/config.inc" -->
<!-- #include file="../include/common.inc" -->
<!-- #include file="../include/debug.inc" -->
<!-- #include file="../include/db.inc" -->
<!-- #include file="../include/date.inc" -->
<!-- #include file="../include/datahandle.inc" -->
<!-- #include file="../include/recordlist.inc" -->
<!-- #include file="../include/security.inc" -->

<!-- #include file="../common/commonpage.inc" -->
<!-- #include file="specialpost.inc" -->

<%

'' 如果不是系统管理员,则无权进入本页
if Not IsAdministrator then
	Response.Clear
	Response.Redirect("../common/error.asp?error=只有系统管理员才能进行特殊角色的配置管理&")
	Response.end
end if

'********************************************************************************************************
' 服务器端代码
dim pPostId	: pPostId = GetParam("post_id")

'********************************************************************************************************
' 如果是提交,则调用函数UpdateTask()更新数据库
if UCase(Request.ServerVariables("REQUEST_METHOD") = "POST") then
	UpdateSpecialPost()
end if

%>

<html>
<head>
<title>上海信息大楼 Shanghai Information Tower</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../common/common.css" type="text/css">
<style type="text/css">
.shadow2 {color:#990000;FILTER: DropShadow(color=cccccc, offX=1, offY=1, positive=1); width:100%;}
.shadow1 {color:#000099;FILTER: DropShadow(color=cccccc, offX=2, offY=2, positive=1); width:100%;}
</style>

<script language="javascript">
function ShowUpdateForm(post_id)
{
	location.href = "../admin/specialpost.asp?post_id=" + post_id + "&";
}

function ShowPostList()
{
	PostList.innerHTML = PostList.innerHTML;
}

function ShowPostDesp(post_id)
{
	// 全部设成暗红色
	var objArray, obj;
	objArray = document.all.post;
	for (var j=0; j<objArray.length; j++)
	{
		obj = objArray(j);
		obj.style.color = "#990000";
	}
	// 选中的一个设成亮红色
	window.event.srcElement.style.color='red';

	// 全部隐藏
	document.all.post_id_0.style.display = "none";
	document.all.post_id_1.style.display = "none";
	document.all.post_id_2.style.display = "none";
	document.all.post_id_3.style.display = "none";
	document.all.post_id_4.style.display = "none";
	document.all.post_id_5.style.display = "none";
	document.all.post_id_6.style.display = "none";
	document.all.post_id_7.style.display = "none";
	document.all.post_id_8.style.display = "none";

	// 选中的一个显示
	eval("document.all.post_id_" + post_id + ".style.display = 'block'");
	return;
}
</script>
</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="../images/bg/bg0.jpg">
<br>

<%
Response.Write OuterTableHeader
Response.Write HeaderWithMenu
Response.Write InnerTableHeader
'********************************************************************************************************
' 主体从这里开始
'-------------------------------------------------------------------------------------------------------------------------------------------------
%>
<table width=600 border=0 cellspacing=0 cellpadding=0>
<tr>
	<td width=120 valign=top rowspan=2><%=SpecialPostList()%></td>
	<td width="*" id="PostList" valign=top><%=PostListDetail%></td>
</tr>
<tr>
	<td id="PostDesp" style="border:1 dashed silver;padding:10" valign=top height=210>
		<span id=post_id_0>
			<span style='width:100%;height:25px;text-align:center;font-size:11pt;font-weight:600;' class=shadow1>系 统 管 理 员</span><br>
				  系统管理员(登录名admin)是本OA系统的固有系统用户,是维护本系统正常运行所必需具有的用户。该用户与真实的员工没有任何联系。<p>
				  系统管理员具有最高的管理权限,并且系统管理员的权限是天生具有的,不可修改。系统管理员应妥善保管好登录密码,以保证系统正常和安全运行。系统管理员主要有以下权限:
				<table border=0 cellspacing=0 cellpadding=5 style="table-layout:fixed">
						<tr style="display:none"><td width=20 nowrap>这一行主要用于控制表格宽度</td><td width=200></td><td width=200></td></tr>
						<tr>	<td></td>
								<td><img border=0 src="../images/dot024.gif">用户管理</td>
								<td><img border=0 src="../images/dot023.gif">单位名录管理</td></tr>
						<tr>
								<td></td>
								<td><img border=0 src="../images/dot023.gif">角色管理</td>
								<td><img border=0 src="../images/dot024.gif">大楼动态新闻管理</td></tr>
						<tr>	<td></td>
								<td><img border=0 src="../images/dot024.gif">设置特殊角色的人选</td>
								<td></td></tr>
				</table>
		</span>
		<span id=post_id_1 style="display:none;line-height:130%"> 
			<span style='width:100%;height:25px;text-align:center;font-size:11pt;font-weight:600;' class=shadow1>办 公 室 主 任</span><br>
					  办公室主任是本OA系统的一个固有角色,它的权限也是特定的。系统管理员可以在现有员工中任选一位作为办公室主任,履行办公室主任的职责。
				某员工一旦成为办公室主任,则他在具有系统管理员赋予他的特定的自定义角色的权限的同时,还具有办公室主任的权限,这两者是相互独立的。办公室主任主要有以下职责:
				<table border=0 cellspacing=0 cellpadding=5 style="table-layout:fixed">
						<tr style="display:none"><td width=20 nowrap>这一行主要用于控制表格宽度</td><td width=200></td><td width=200></td></tr>
						<tr height=2> <td></td><td></td><td></td></tr>
						<tr>	<td></td>
								<td><img border=0 src="../images/dot024.gif">会议申请的审批</td>
								<td><img border=0 src="../images/dot023.gif">流程模版管理和流程管理</td></tr>
						<tr>	<td></td>
								<td><img border=0 src="../images/dot023.gif">设置会议召开情况</td>
								<td><img border=0 src="../images/dot024.gif">材料设备采购/领用单的审批</td></tr>
						<tr>	<td></td>
								<td><img border=0 src="../images/dot024.gif">会议纪要的审批</td>
								<td><img border=0 src="../images/dot023.gif">低值易耗品领用申请单的审批</td></tr>
						<tr>	<td></td>
								<td><img border=0 src="../images/dot023.gif">编写公司工作计划</td>
								<td></td></tr>
				</table>
		</span>
		<span id=post_id_2 style="display:none">
			<span style="width:100%;height:25px;text-align:center;font-size:11pt;font-weight:600;" class=shadow1>人 事 管 理 员</span><br>
					  人事管理员是本系统OA系统的一个固有角色,它的权限也是特定的。人事管理员可以是现有员工中的任何一位,由系统管理员指定。<p>
					  人事管理员的职责就是管理人事信息,如:
				<table border=0 cellspacing=0 cellpadding=5 style="table-layout:fixed">
						<tr style="display:none"><td width=20 nowrap>这一行主要用于控制表格宽度</td><td width=200></td><td width=200></td></tr>
						<tr>	<td></td>
								<td><img border=0 src="../images/dot024.gif">新员工登记</td>
								<td><img border=0 src="../images/dot023.gif">职务管理</td></tr>
						<tr>	<td></td>
								<td><img border=0 src="../images/dot023.gif">员工信息变更</td>
								<td><img border=0 src="../images/dot024.gif">职称管理</td></tr>
						<tr>	<td></td>
								<td><img border=0 src="../images/dot024.gif">人事组织结构的管理</td>
								<td></td></tr>
				</table>
		</span>
		<span id=post_id_3 style="display:none">
			<table style="table-layout:fixed">
				<tr style="display:none"><td width=20 nowrap>这一行主要用于控制表格宽度</td><td width=200></td><td width=200></td></tr>
				<tr><td colspan=3 align=center style="font-size:11pt;font-weight:600;height:25px" class=shadow1>公 文 管 理 员</td></tr>
				<tr><td colspan=3>  公文管理员是本系统OA系统的一个固有角色,它的权限也是特定的。公文管理员可以是现有员工中的任何一位,由系统管理员指定。<p>
				  公文管理员的职责如下:</td></tr>
				<tr>	<td></td>
								<td><img border=0 src="../images/dot024.gif">公文登记</td>
								<td></td></tr>
			</table>
		</span>
		<span id=post_id_4 style="display:none">
			<table style="table-layout:fixed">
				<tr style="display:none"><td width=20 nowrap>这一行主要用于控制表格宽度</td><td width=200></td><td width=200></td></tr>
				<tr><td colspan=3 align=center style="font-size:11pt;font-weight:600;height:25px" class=shadow1>公 文 管 理 员</td></tr>
				<tr><td colspan=3>  制度管理员是本系统OA系统的一个固有角色,它的权限也是特定的。制度管理员可以是现有员工中的任何一位,由系统管理员指定。<p>
				  制度管理员的职责如下:</td></tr>
				<tr>	<td></td><td><img border=0 src="../images/dot024.gif">制度类别管理</td><td></td></tr>
				<tr>	<td></td><td><img border=0 src="../images/dot023.gif">制度信息管理</td><td></td></tr>
				<tr>	<td></td><td><img border=0 src="../images/dot024.gif">制度文件上传</td><td></td></tr>
			</table>
		</span>
		<span id=post_id_5 style="display:none">
			<table style="table-layout:fixed">
				<tr style="display:none"><td width=20 nowrap>这一行主要用于控制表格宽度</td><td width=200></td><td width=200></td></tr>
				<tr><td colspan=3 align=center style="font-size:11pt;font-weight:600;height:25px" class=shadow1>大 事 管 理 员</td></tr>
				<tr><td colspan=3>  大事管理员是本系统OA系统的一个固有角色,它的权限也是特定的。大事管理员可以是现有员工中的任何一位,由系统管理员指定。<p>
				  大事管理员的职责如下:</td></tr>
				<tr>	<td></td><td><img border=0 src="../images/dot024.gif">大事信息管理</td><td></td></tr>
			</table>
		</span>
		<span id=post_id_6 style="display:none">
			<table style="table-layout:fixed">
				<tr style="display:none"><td width=20 nowrap>这一行主要用于控制表格宽度</td><td width=200></td><td width=200></td></tr>
				<tr><td colspan=3 align=center style="font-size:11pt;font-weight:600;height:25px" class=shadow1>图 书 管 理 员</td></tr>
				<tr><td colspan=3>  图书管理员是本系统OA系统的一个固有角色,它的权限也是特定的。图书管理员可以是现有员工中的任何一位,由系统管理员指定。<p>
				  图书管理员的职责如下:</td></tr>
				<tr>	<td></td><td><img border=0 src="../images/dot024.gif">图书书目管理</td><td></td></tr>
				<tr>	<td></td><td><img border=0 src="../images/dot023.gif">图书借阅管理</td><td></td></tr>
			</table>
		</span>
		<span id=post_id_7 style="display:none">
			<table style="table-layout:fixed">
				<tr style="display:none"><td width=20 nowrap>这一行主要用于控制表格宽度</td><td width=200></td><td width=200></td></tr>
				<tr><td colspan=3 align=center style="font-size:11pt;font-weight:600;height:25px" class=shadow1>单 位 名 录 管 理 员</td></tr>
				<tr><td colspan=3>  单位名录管理员是本系统OA系统的一个固有角色,它的权限也是特定的。单位名录管理员可以是现有员工中的任何一位,由系统管理员指定。<p>
				  单位名录管理员的职责如下:</td></tr>
				<tr>	<td></td><td><img border=0 src="../images/dot024.gif">单位名录管理</td><td></td></tr>
			</table>
		</span>
		<span id=post_id_8 style="display:none">
			<table style="table-layout:fixed">
				<tr style="display:none"><td width=20 nowrap>这一行主要用于控制表格宽度</td><td width=200></td><td width=200></td></tr>
				<tr><td colspan=3 align=center style="font-size:11pt;font-weight:600;height:25px" class=shadow1>大楼动态新闻管理员</td></tr>
				<tr><td colspan=3>  大楼动态新闻管理员是本系统OA系统的一个固有角色,它的权限也是特定的。大楼动态新闻管理员可以是现有员工中的任何一位,由系统管理员指定。<p>
				  大楼动态新闻管理员的职责如下:</td></tr>
				<tr>	<td></td><td><img border=0 src="../images/dot024.gif">大楼动态新闻编辑</td><td></td></tr>
			</table>
		</span>
	</td>
</tr>
</table>


<%
Response.Write TableLink()

'-------------------------------------------------------------------------------------------------------------------------------------------------
' 主体到这里结束
'********************************************************************************************************
Response.Write InnerTableTailer
Response.Write Footer
Response.Write OuterTableTailer
%>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -