📄 title.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="DQE_Conn.asp"-->
<!--#include file="check.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>欢迎使用星旧新闻管理系统1.0</title>
<style type="text/css">
<!--
body,td,th {
font-family: 宋体;
font-size: 9pt;
color: #58328B;
}
body {
background-color: #EAEBF2;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
color: #6A41A7;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #6B3EA5;
}
a:hover {
text-decoration: underline;
color: #6C4E98;
}
a:active {
text-decoration: none;
color: #693EA9;
}
.biankuang {
background-color: #FFFFFF;
border: 1px solid #636EA2;
}
-->
</style></head>
<body>
<table width="100%" height="88" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle"><table width="96%" height="70" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="biankuang"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30%" align="center"> <img src="images/logo.jpg" width="207" height="50"></td>
<td width="70%" valign="middle"><table width="300" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td height="16"><%= Session("adminquanxian") %>:<%= Session("adminzsname") %>欢迎你登陆 | <a href="<%= logincheckURL %>?dongzuo=loginout" target="_parent">安全退出</a></td>
</tr>
<tr>
<td height="16">现在的时间是:<%=now() %></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30" background="images/2.jpg"> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -