📄 admin_login.txt
字号:
<!--*************** 后台管理系统首页 *************
** File: admin/index.asp V1.0 2005.05.08
** Author: wwxbei
*******************************************-->
<!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" lang="gb2312">
<head>
<title>网络课件后台管理系统-首页</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
<meta http-equiv="content-language" content="gb2312" />
<meta content="all" name="robots" />
<link rel="stylesheet" href="../style/admincss.css" type="text/css" />
</head>
<body>
<div id="bodyer">
<br/><br/><br/>
<fieldset>
<legend>管理员登录</legend>
<form action="index.asp" method="post">
用户名:<input type="text" name="adminname" size="15"/><br/>
密 码:<input type="password" name="adminpass" size="15"/><p/>
<input type="hidden" name="isadminlogin" value="adminlogin"/>
<input type="submit" value=".确 定." onclick="return checkform(this.form)"/>
<input type="reset" value=".重 置."/>
</form>
</fieldset><p/>
</div>
<script language="javascript" type="text/javascript" src="../html/footer.js"></script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -