📄 header.asp
字号:
<%
UserName=Request.Cookies(ck&"2")("UserName")
UserPwd=Request.Cookies(ck&"2")("UserPwd")
if head="" then
head="01"
end if
%>
<HTML><HEAD><TITLE>快捷留言簿_<%=USRName%></TITLE>
<META http-equiv=Content-Language content=zh-cn>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<%if request.cookies("UserInfo2tp")("sjm")<>"" then%>
<LINK href="yesitis2.css" type=text/css rel=stylesheet>
<%else%>
<LINK href="yesitis.css" type=text/css rel=stylesheet>
<%end if%>
</HEAD>
<BODY topmargin="3" style="font-size: 10pt; color: #000000">
<div align="center">
<center>
<table border="0" width="600" >
<tr>
<td align="center">
<font color="#FF0088" size="2">◇</font> <A href="index.asp" title="查看留言">留言首页</A>
<font color="#FF0088" size="2">◇</font> <A href="add.asp" title="欢迎您啦">我要留言</A>
<font color="#FF0088" size="2">◇</font> <A href="search.asp" title="慢慢看吧">搜索留言</A>
<font color="#FF0088" size="2">◇</font>
<%if request.cookies("UserInfo2tp88")("sjm88")="" then%>
<a href="cc.asp" title="速度快呀">快捷界面</a>
<%else%>
<a href="c.asp" title="初始设置">标准界面</a>
<%end if%>
<%IF Session("PRO"&LogPWD&"ADMIN")<>True then%>
<font color="#FF0088" size="2">◇</font>
<%if request.cookies("UserInfo2tp")("sjm")<>"" then%>
<a href="b.asp" title="我的爱好">变成冷色</a>
<%else%>
<a href="bb.asp" title="我的爱好">变成暖色</a>
<%end if%>
<%end if%>
<font color="#FF0088" size="2">◇</font> <A href="help.asp" target="_blank" title="您的需要">UBB 帮助</A>
<font color="#FF0088" size="2">◇</font> <A href="<%=siteurl%>" target="_blank" title="欢迎访问">本站首页</A>
<%IF Session("PRO"&LogPWD&"ADMIN")=True then
response.write"<font color=""#c00088"" size=""2"">◇</font> <A href=admin.asp><font color=""#c00088"" size=""2"">系统设置</A> ◇</font> <a href=logout.asp><font color=""#c00088"">退出管理</font></a>"
else
response.write"<font color=""#FF0088"" size=""2"">◇</font> <A href=login.asp title=""您不必尝试"">管理中心</font></A>"
End IF%>
</td>
</tr>
</table></center></div>
<div align="center">
<table cellSpacing="0" cellPadding="0" width="600" border="0">
<tbody>
<tr class="table0">
<td width="600"></td></tr>
</tbody>
</table>
</div>
<BR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -