⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin.html

📁 开发语言为Asp,服务器脚本为VBScript AJAX部分采用JQuery框架,功能代码均为原创 数据库暂时采用ACCESS
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>管理员登录和登出</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<script type="text/javascript" src="inc/jquery.js"></script>
<script type="text/javascript" src="inc/js.js"></script>
<script type="text/javascript" src="inc/admin.js"></script>
<link href="inc/admin.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="logins">
<!-- ImageReady Slices (login.psd) -->
<table width="332" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td colspan="3">
			<img src="img/images/admin_1.gif" width="332" height="46" alt="" /></td>
	</tr>
	<tr>
		<td colspan="3" style="background:url(img/images/admin_2.gif);padding-left:20px;">
		管理员 <input type ="text" id="adminname" style="width:200px;" />
		
		</td>
	</tr>
	<tr>
		<td colspan="3" style="background:url(img/images/admin_3.gif);padding-left:20px;">
		密码&nbsp;&nbsp; <input type ="password" id="adminpwd" style="width:200px;" />
			</td>
	</tr>
	<tr>
		<td colspan="3" style="background:url(img/images/admin_4.gif);padding-left:20px;line-height:200%;">
			如果您不是管理员请离开本页面!!!!谢谢!
		</td>
	</tr>
	<tr>
		<td rowspan="2">
			<img src="img/images/admin_5.gif" width="124" height="42" alt="" /></td>
		<td>
			<img src="img/images/admin_6.gif" width="80" height="27" alt="" onclick="adminLogin();" /></td>
		<td rowspan="2">
			<img src="img/images/admin_7.gif" width="128" height="42" alt="" /></td>
	</tr>
	<tr>
		<td>
			<img src="img/images/admin_8.gif" width="80" height="15" alt="" /></td>
	</tr>
</table>
<!-- End ImageReady Slices -->
</div>
<div id="logouts">
<a href="#" onclick="compact();">压缩数据库</a><br />
<a href="#" onclick="logout();">管理员登出</a>
</div>
<div id="serr"></div>
<div id="stip">
<table border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td>
			<img src="img/images/2_1.gif" width="16" height="38" alt="" /></td>
		<td style="background:url(img/images/2_2.gif) repeat-x middle;vertical-align:top;font-size:12px;">
		<div id="tit" style="margin-top:6px;"></div>
		</td>
		<td>
			<img src="img/images/2_3.gif" width="18" height="38" alt="" /></td>
	</tr>
</table>
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -