📄 reportlist.asp
字号:
<!--#include file="islogin.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="../include/ubb.asp"-->
<!--#include file="../include/Format_Time.asp"-->
<%
bbsid=request("id")
set rs=server.createobject("adodb.recordset")
sql="select * from Report where id="+bbsid
rs.open sql,conn,1,3
id=rs("id")
Member=rs("Member")
MemberID=rs("MemberID")
addtime=rs("addtime")
reName=rs("reName")
re=rs("re")
PF=rs("PF")
nr=rs("nr")
rs("n")=rs("n")+1
n=rs("n")
rs.update
rs.close
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css/css.css" rel="stylesheet" type="text/css">
<title></title>
<style type="text/css">
<!--
@import url("../style/admin.css");
.style266 {
color: #000000;
MARGIN-TOP: 6px;
FONT-SIZE: 12px;
MARGIN-left: 20px;
MARGIN-top: 12px;
MARGIN-right: 20px;
MARGIN-bottom: 20px;
LINE-HEIGHT: 20px;
}
.style4 { color: #000000;
MARGIN-TOP: 6px;
FONT-SIZE: 12px;
MARGIN-left: 20px;
MARGIN-top: 12px;
MARGIN-right: 10px;
MARGIN-bottom: 10px;
LINE-HEIGHT: 20px;
}
.style12 {
color: #000000;
MARGIN-TOP: 6px;
FONT-SIZE: 12px;
MARGIN-left: 20px;
MARGIN-top: 12px;
MARGIN-right: 10px;
MARGIN-bottom: 10px;
LINE-HEIGHT: 20px;
font-family: Arial, Helvetica, sans-serif;
}
.style13 {color: #000000;
MARGIN-TOP: 6px;
FONT-SIZE: 12px;
MARGIN-left: 20px;
MARGIN-top: 12px;
MARGIN-right: 10px;
MARGIN-bottom: 10px;
LINE-HEIGHT: 20px;
}
.style8 {
color: #000000;
MARGIN-TOP: 6px;
FONT-SIZE: 12px;
MARGIN-left: 20px;
MARGIN-top: 12px;
MARGIN-right: 10px;
MARGIN-bottom: 10px;
LINE-HEIGHT: 20px;
font-weight: bold;
}
.style15 {
color: #FF0000;
font-weight: bold;
}
-->
</style></head>
<body>
<table width="800" border="0" cellpadding="0" cellspacing="0" class="table_1">
<tr>
<td height="30" align="left" class="table_1_top"><h2><span class="style12"><%=Member%><%=Format_Time(addtime,2)%>日报表<span class="style13">
<input type="submit"onClick="javascript:history.go(-1)" name="Submit" value="返回前一页">
</span></span></h2></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" align="center" cellpadding="3" cellspacing="0" class="table_1_inc">
<tr bgcolor="#F8F8FA" >
<td bgcolor="#CDD4DB">
<div class="style4">员工:<%=Member%> 时间:<%=addtime%> 浏览次数:<%=n%> </div> </td>
</tr>
<tr bgcolor="#F8F8FA" >
<td><div class="style266"><%=txt(nr)%></div></td>
</tr>
<tr bgcolor="#F8F8FA" >
<td bgcolor="#F8F8FA">
<%if session("dep")="商务部" and session("zw")="部门主管" then%>
<a href="ReportForAdminRe.asp?id=<%=id%>" onClick="window.open(this.href,'','left=300,top=100,width=500,height=250,scrollbars=yes,resizable=no');return false;">管理该日报表</a> <%end if%></td>
</tr>
</table></td>
</tr>
</table>
<%if re<>"" then %>
<table width="800" border="0" cellpadding="3" cellspacing="0" class="table_1">
<tr bgcolor="#F8F8FA" class="formbox-comment" >
<td colspan="2" valign="top"><span class="style8">部门主管(<%=ReName%>)</span><span class="style15">业效综评:<%=PF%>分</span></td>
</tr>
<tr bgcolor="#F8F8FA" >
<td valign="top" bgcolor="#F8F8FA"><%=txt(Re)%></td>
<td width="100" valign="top" bgcolor="#F8F8FA"> </td>
</tr>
</table>
<%end if%>
</body>
</html>
<!--#include file="MenuRight.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -