📄 top.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
body {
background-color: #FFCC00;
}
-->
</style>
<link href="beauty.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style2 {color: #000000}
-->
</style>
</head>
<% if Trim(Request("password"))="admin" then
session("fbcpassword")="admin"
end if
%>
<body topmargin="0">
<form action="top.asp" method="post" name="form1" target="_self">
<table width="100%" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="53%" valign="middle"><span class="style2"><a href="index.asp" target="mainFrame">[潘屹峰个人求职网后台管理]</a><% If session("fbcpassword")="admin" Then %>
--[<a href="add.asp" target="mainFrame">添加文章</a>]--[管理文章]--[<a href="http://mdgc.cug.edu.cn/fbc/cutecounter/show.asp" target="mainFrame">站点统计</a>]--[留言管理]--<a href="frame.asp?action=exit" target="_self">[退出管理]</a>
<% End If %>
</span> </td>
<% If session("fbcpassword")<>"admin" Then %>
<td width="19%" valign="middle"> <input name="password" type="password" class="input" id="password"> </td>
<td width="28%" valign="middle">
<div align="left">
<input name="Submit" type="submit" class="button" value="提交">
</div></td>
<% End If %>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -