📄 zbjl_show.asp
字号:
<!--#include file="islogin.asp"-->
<%
Response.Expires =0
dim duty_msg,duty_id,ors,sql,id,posttime
dim strUrl
duty_id=Request.QueryString ("duty_id")
id=Request("id")
duty_msg=Request.Form ("duty_msg")
call get_recordset(ors)
connect_db()
if id<> "" then
sql="select * from tb_duty_msg where id ="&id
ors.Open sql,conn,1,1
posttime=ors("posttime")
duty_msg=ors("Duty_msg")
ors.close()
else
posttime=now()
end if
set ors=nothing
close_db()
%>
<html>
<head>
<title>WEBOA</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript" src="style.js"></script>
<script language="javascript" src="myfunction.js"></script>
<script language="javascript">
function post()
{
var a=document.form;
if(a.id.value!= "")
a.action.value="edit";
else
a.action.value="addnew";
a.submit();
}
function clear_data()
{
var a=document.form;
a.reset();
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="3" topmargin="0">
<table width="15%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="9"><img src="../images/left_1.gif" width="9" height="24"></td>
<td bgcolor="#F7941d" align="center" nowrap><font color="#FFFFFF">查看值班记录</font></td>
<td align="right" width="9"><img src="../images/right_1.gif" width="9" height="24"></td>
</tr>
</table>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#0099FF">
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td bgcolor="#0099FF" height="20" width="29%">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#0099FF">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#FFFFFF">
<table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
<form action="zbjl_add.asp?duty_id=<%=duty_id%>" method="post" name="form">
<tr bgcolor="#F6F6F6">
<td height="20" width="17%" align="center">值班人</td>
<td height="20" colspan="3">
<%=oabusyname%><input type="hidden" name="name" size="20" value="<%=oabusyusername%>">
<input type="hidden" name="action" size="20" >
</td>
</tr>
<tr bgcolor="#F6F6F6">
<td height="20" width="17%" align="center">时间</td>
<td height="20" colspan="3">
<%=posttime%>
</td>
</tr>
<tr bgcolor="#F6F6F6">
<td height="20" width="17%" align="center">值班情况</td>
<td height="20" colspan="3">
<%=show_content(duty_msg)%>
<input type="hidden" name="id" value="<%=id%>">
</td>
</tr>
</form>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" align="right">
<tr>
<td height="23" class="F1" width="9"><img src="../images/left_3.gif" width="9" height="23"></td>
<td background="../images/bg_1.gif" class="F1" height="23">
<table border="0" cellspacing="0" cellpadding="0">
<tr align="center">
<td width="60"><a href="javascript:window.history.back();">返回</a> </td>
</tr>
</table>
</td>
<td align="right" class="F1" height="23" width="9"><img src="../images/right_3.gif" width="9" height="23"></td>
</tr>
</table>
<br>
<br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -