ritop.asp
来自「企业网上办公自动化通过对各办公自动化要素的闭环整合」· ASP 代码 · 共 58 行
ASP
58 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file=data/conn.asp-->
<!--#include file=connfig.asp-->
<!--#include file=inc/yan.asp-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #EEF4FF;
}
a:active {
text-decoration: none;
}
body {
background-image: url();
}
-->
</style></head>
<body topmargin="0">
<div align="center" >
<table width="622" border="0" align="center" cellspacing="0" >
<tr>
<td width="600" height="47" background="images/geren.gif"><div align="center">
<%if ps("huibao")=1 or ps("chaoji")=1 then%>
<div align="center"><a href="richa1.asp" target="m">日报表管理</a>
<% Else %>
<div align="center"><a href="richa.asp" target="m">日报表</a>
<% End If %>
<a href="zhou.asp" target="m">周报表</a> <a href="cha.asp" target="m">月报表 </a><a href="rifa.asp" target="m">发布日报表</a></div>
</div>
</div></td>
<td width="18"> </td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?