?? usermanager.asp
字號:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>用戶信息添加與修改</title>
<link rel="stylesheet" href="style.css" type="text/css">
<style type="text/css">
<!--
table {
font-size: 9pt;
text-decoration: none;
border: 1px solid #000000;
}
-->
</style>
</head>
<body>
<div align="center"><form method="POST" action="--WEBBOT-SELF--">
<table border="0" width="300" id="table1" cellspacing="1">
<tr>
<td align="center" colspan="2" bgcolor="#006699">
<font color="#FFFFFF">用戶信息<%if Request("op")="add" then
Response.write "添加"
else
Response.write "修改"
end if%></font></td>
</tr>
<tr>
<td align="right" width="105">用戶帳號</td>
<td width="186">
<input type="text" name="userid" size="20" value="<%=userid%>"></td>
</tr>
<tr>
<td align="right" width="105">用戶姓名</td>
<td width="186">
<input type="text" name="username" size="20" value="<%=username%>"></td>
</tr>
<tr>
<td align="right" width="105">用戶密碼</td>
<td width="186">
<input type="password" name="userpwd" size="20" value="<%=userpwd%>"></td>
</tr>
<tr>
<td align="right" width="105">讀者管理功能</td>
<td width="186">
<input type="checkbox" name="readermanage" value="1" ></td>
</tr>
<tr>
<td align="right" width="105">書籍管理功能</td>
<td width="186"><input type="checkbox" name="bookmanage" value="1"></td>
</tr>
<tr>
<td align="right" width="105">用戶管理功能</td>
<td width="186"><input type="checkbox" name="usermanage" value="1"></td>
</tr>
<tr>
<td align="right" width="105">登陸控制標志</td>
<td width="186"><input type="checkbox" name="userlimit" value="1">允許登陸</td>
</tr>
<tr>
<td width="105"> </td>
<td width="186">
<input type="submit" value="保存" name="btnsave" class="FormText">
<input type="button" value="取消" name="btncancel" class="FormText"></td>
</tr>
</table></form>
</div>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -