📄 wnp_include.asp
字号:
<!--#include file="WNP_LOGOUT.ASP" -->
<!--#include file="CONN.asp" -->
<!--#include file="WNP_ZD_Subs.ASP" -->
<!--#include file="WNP_ZD_Subs_WB.ASP" -->
<!--#include file="errorsub.asp" -->
<%
function HTMLEncode(fString)
fString = replace(fString, " ", " ")
fString = replace(fString, ">", ">")
fString = replace(fString, "<", "<")
fString = Replace(fString, CHR(10) & CHR(10), "</P><P>")
fString = Replace(fString, CHR(10), "<BR>")
HTMLEncode = fString
end function
%>
<%
dim pagename
%>
<html>
<head>
<link href="css.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%
sub errorDialog
%>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="70" align="center"><font color="red">暂时没有相关信息</font><br>
<br>
<a href="javascript:history.go(-1);">>>返回</a></td>
</tr>
</table>
<%
end sub
%>
<script language="javascript" src="JS/js.js"></script>
<title>统计系统</title>
</head>
<body>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="20" colspan="3" align="left" valign="bottom" class="texttitle"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="bottom" class="texttitle">
<td width="300" height="30" align="left" id="time">
<script>setInterval("time.innerHTML=new Date().toLocaleString()+' 星期'+'日一二三四五六'.charAt (new Date().getDay());",1000);</script></td>
<td align="right">所在单位:[<%=session("WND_USER_UNIT")%>] 用户名称:[<%=session("WND_USER_USERNAME")%>]</td>
</tr>
</table></td>
</tr>
<tr>
<td width="16"><img src="IMAGES/dhzuo.gif" width="16" height="31"></td>
<td width="728" align="center" background="IMAGES/dhbg.gif" class="maintitle">网络身份认证系统</td>
<td width="16"><img src="IMAGES/dhyou.gif" width="16" height="31"></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -