📄 gradedel.asp
字号:
<!--#INCLUDE FILE="config.asp" -->
<%Response.Expires=0
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 zzbird_master<>info(0) then Response.Redirect "err.asp?kind=62"
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>删除级别</title>
<style>
<!--
a:active { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
a:link { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
a:visited { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
a { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
body{SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
SCROLLBAR-SHADOW-COLOR: buttonface;
SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
SCROLLBAR-TRACK-COLOR: #eeeeee;
SCROLLBAR-DARKSHADOW-COLOR: buttonshadow}
body { font-size: 9pt; color: <%=zzbird_chattext%> }
.but { border-style: ridge; border-width: 1; background-color:
<%=zzbird_butbg%> ;color: <%=zzbird_buttext%>;CURSOR: hand; }
-->
</style>
</head>
<body bgcolor="<%=zzbird_chatbg%>" <%if zzbird_chatbgpic<>"" then%>background="<%=zzbird_chatbgpic%>"<%end if%> text="<%=zzbird_chattext%>" style="font-size: 10pt" topmargin="6" leftmargin="6">
<form method="POST" name="ok" action="gradedelok.asp">
<p align="center">删除级别<hr>
<p align="center">
<a style="position: absolute; left:20; top:40" href="javascript:history.back(1)">[返回]</a>目前分为 <font color="#FFFF00"> <%=ubound(gradeinfo,1)%></font> 个级别,
将要删除的为
<select name="whatgrade">
<%
ub=ubound(gradeinfo,1)
for i=2 to ub
%>
<option value="<%=i%>" <%if i=ub then Response.Write "selected"%>><%=i%></option>
<%next%>
</select>
级</p>
<p align="left">注:</p>
<p align="left"> 如果删除一个级别,后面的级别自动向上移动一级。</p>
<p align="left"> 高于或等于该级别的聊友,将做降一级处理。</p>
<div align="center">
<p>
<input type="submit" value="提交" name="B1" class="but"><input type="reset" value="重置" name="B2" class="but"><input type="button" value="关闭" class="but" onclick="window.close()"></p>
</div>
</form>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -