📄 index.asp
字号:
<!--#include file =config.asp-->
<%
if request("ok")<>"" then
if request("name")="admin" and request("pwd")="admin888" then
session("pass")="ok"
Response.Redirect "admin_index.asp"
end if
end if
%>
<html>
<head>
<title>阳光报修管理系统 2.0-身份验证</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet" >
</head>
<body bgcolor="#FFFFFF">
<form name="form1" method="post" action="index.asp">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<table width="362" height="252" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="156" valign="top" background="images/00.jpg"><table width="323" height="209" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="43" colspan="2"> </td>
</tr>
<tr>
<td height="35" colspan="2" align="center"><b>管 理 登 陆</b></td>
</tr>
<tr>
<td width="102" height="30" align="right">用户名:</td>
<td width="221">
<input name="name" type="text" class="wu" size="20" style="font-size: 9pt; background-color:#CDF0F9" font face="宋体"> </td>
</tr>
<tr>
<td height="30" align="right">密 码:</td>
<td height="30">
<input name="pwd" type="password" class="wu" size="20" style="font-size: 9pt; background-color:#CDF0F9" font face="宋体"> </td>
</tr>
<tr>
<td height="27" colspan="2" align="center">
<input name="ok" type="submit" class="button2" value="确定">
<input name="Submit2" type="reset" class="button2" value="重填"></td>
</tr>
</table></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -