?? addadmin.asp
字號:
<!--#include file="conn.asp"-->
<%call time_out()%>
<%
if instr(session("proview"),"s2")=0 then
response.Write "<script language=javascript>alert('您無權操作!');window.location.href='index.asp';</script>"
response.end
end if%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>添加管理員</title>
</head>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="6699cc">
<tr>
<td height="25" align="center">添加管理員</td>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF">
<form name="form1" method="post" action="save_admin.asp?action=add">
<table width="85%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30%" height="30" align="right">用戶名:</td>
<td>
<input name="admin_name" type="text" id="admin_name">
</td>
</tr>
<tr>
<td height="30" align="right">密 碼:</td>
<td><label>
<input name="admin_pass" type="password" id="admin_pass">
</label></td>
</tr>
<tr>
<td height="30" align="right">權 限:</td>
<td><input name="s1" type="checkbox" id="s1" value="s1">
商品管理
<input name="s2" type="checkbox" id="s2" value="s2">
用戶管理
<input name="s3" type="checkbox" id="s3" value="s3">
新聞問題
<input name="s4" type="checkbox" id="s4" value="s4">
社區管理
<input name="s5" type="checkbox" id="s5" value="s5">
系統管理/其他設置</td>
</tr>
<tr>
<td height="30" colspan="2" align="center"><input type="submit" name="Submit" value="保存數據"></td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -