📄 top.asp
字号:
<!--#include file="conn.inc"-->
<%if session("manage")<>"1" then
response.Redirect "admin.asp"
end if%>
<!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>IT-ZERO投票管理系统</title>
<script language="javascript">
function test()
{
if(!confirm('您真的要删除吗?')) return false;
}
</script>
<style type="text/css">
<!--
body,td,th {
font-family: 宋体;
font-size: 12px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a {
font-family: 宋体;
color: #000000;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #666666;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
a:active {
text-decoration: none;
color: #333333;
}
-->
</style>
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<body>
<p> </p>
<table width="70%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#000000">
<tr>
<td height="18" bgcolor="#FFF4C8"><div align="center"><a href="manage.asp">管理首页</a></div></td>
<td bgcolor="#D7F2FF"><div align="center"><a href="edit_manage.asp">帐号更改</a></div></td>
<td bgcolor="#FFF4C8"><div align="center"><a href="add.asp">添加主题</a></div></td>
<td bgcolor="#D7F2FF"><div align="center"><a href="logout.asp">退出管理</a></div></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -