📄 header2.asp
字号:
<!--#include file="chklogin.asp"-->
<%
starttime=timer()
%>
<%
set rs=server.createobject("adodb.recordset")
rs.open "select * from setup where id=1",conn,1,1
website_name=rs("website_name")
rs.close
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=website_name%></title>
<style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
a:link {
color: #000000;
}
a:visited {
color: #000000;
}
a:hover {
color: #FF6600;
}
-->
</style>
<link href="images/style.css" rel="stylesheet" type="text/css">
</head>
<body leftMargin="0" topMargin="0" bgcolor="#FFFFFF">
<table width="776" height="3" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#00CCFF">
<tr>
<td></td>
</tr>
</table>
<table width="776" height="61" border="0" align="center" cellpadding="0" cellspacing="0" background="images/top_bg.gif" class="t1">
<tr align="right">
<td width="150" align="center"><img src="images/logo.gif" width="140" height="61"></td>
<td><table height="61" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="40" align="left"><a href="index.asp"><img src="images/top_title_homepage.gif" width="37" height="38" border="0"></a></td>
<td width="65" align="left"><a href="index.asp" class="f1">网站首页</a></td>
<%if request.cookies("userid")="" then%>
<td width="40" align="left"><a href="users/login.asp"><img src="images/top_title_userlogin.gif" width="37" height="38" border="0"></a> </td>
<td width="65" align="left"><a href="users/login.asp" class="f1">用户登陆</a></td>
<td width="40" align="left"><a href="users/reg.asp"><img src="images/top_title_userreg.gif" width="37" height="38" border="0"></a></td>
<td width="65" align="left"><a href="users/reg.asp" class="f1">用户注册</a></td>
<%end if%>
<%if request.cookies("userid")<>"" then%>
<td width="40" align="left"><a href="users/index.asp"><img src="images/top_title_usercenter.gif" width="37" height="38" border="0"></a></td>
<td width="65" align="left"><a href="users/index.asp" class="f1">用户中心</a></td>
<%if request.cookies("userid")<>"" and request.cookies("u_type")<>3 then%>
<td width="40" align="left"><a href="users/login.asp?action=logout"><img src="images/img05.gif" width="37" height="38" border="0"></a></td>
<td width="65" align="left"><a href="users/login.asp?action=logout" class="f1">退出登陆</a></td>
<%end if%>
<%end if%>
<td width="40" align="left"><a href="online_help.asp"><img src="images/top_title_help.gif" width="37" height="38" border="0"></a></td>
<td width="65" align="left"><a href="online_help.asp" class="f1">在线帮助</a></td>
<td width="40" align="left"><a href="service.asp"><img src="images/top_title_service.gif" width="37" height="38" border="0"></a></td>
<td width="65" align="left"><a href="service.asp" class="f1">客服联系</a></td>
</tr>
</table></td>
</tr>
</table>
<table width="774" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="776" height="3">
<param name="movie" value="images/line.swf">
<param name="quality" value="high">
<embed src="images/line.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="776" height="3"></embed>
</object></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -