📄 top2fly.asp
字号:
<link href="site.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<br>
<table width="720" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" class="blue18"> <%=MessageWebName%> 信息列表</td>
</tr>
<tr>
<td height="35" align="right">
【<a href="<%=indexwebpage%>">首页</a>】
【<a href="list_message2fly.asp"><%=MessageWebName%></a>】
<%if request.cookies("users")("userid")<>"" then%>【<a href="<%=request.cookies("users")("userid")%>">修改个人信息</a>】 <%end if%>
<%
if Session("adminopen")<>True then
%>
【<a href="admin_login2fly.asp">登入</a>】
<%else%>
【<a href="#">管理员页面</a>】
【<a href="class_new_edit2fly.asp">类别管理</a>】
【<a href="message_new_edit2fly.asp?action=add">添加新用户</a>】
【<a href="logout2fly.asp">退出管理</a>】
【<a href="#" onClick="window.open('admin_modify2fly.htm','','scrollbars=no,width=300,height=200,top=200,left=300,resize=no');">修改密码</a>】
<%end if%>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -