📄 man_grade.asp
字号:
<%
if not IsArray(Session("info")) then Response.Redirect "err.asp?kind=20"
info=Session("info")
if InStr(Application("maninfo"),"," & info(0) & ",")<>0 then Response.Redirect "manyou.asp"
gradeinfo=Application("gradeinfo")
if gradeinfo(info(1),17)<>true and gradeinfo(info(1),19)<>true and gradeinfo(info(1),21)<>true then Response.Redirect "err1.asp?kind=18"
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>级别管理</title>
<style>
<!--
fieldset { font-size: 10pt }
table { font-size: 10pt }
-->
</style>
</head>
<body bgcolor="buttonface" style="border: 3px double buttonface">
<form method="POST" name="man" action="man_gradeto.asp">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="46%" id="AutoNumber1" height="62">
<tr>
<td width="100%" height="150">
<fieldset style="padding: 2; width:281; height:142">
<legend><img border="0" src="images/top.gif">级别管理</legend>
<p align="center">操作对象:<input type="text" name="name" size="20" value="<%=Request("name")%>"></p>
<p align="center">
你的管理范围
<%if gradeinfo(info(1),21)=true then
Response.Write "<br>(没有任何限制)"
else
if gradeinfo(info(1),17)=true then Response.Write "<br>允许升级(最高升至 " & gradeinfo(info(1),18) & " 级)"
if gradeinfo(info(1),19)=true then Response.Write "<br>允许降级(最低降至 " & gradeinfo(info(1),20) & " 级)"
end if%>
</p>
</fieldset>
</td>
</tr>
<tr>
<td width="100%" align="right"><input type="button" value="上一步" name="a1" disabled><input type="submit" value="下一步" name="a2">
<input type="button" value="完成" name="a3" disabled><input type="button" value="取消" name="a4" onclick="javascript:window.close();"></td>
</tr>
</table>
</form>
<script Language=JavaScript>
window.resizeTo(320,240);
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -