📄 admin_specialkill.asp
字号:
<%PageName="admin_SpecialDel"%>
<!--#include file="session.asp"-->
<%checkAdmin2%>
<!--#include file="conn.asp"-->
<!--#include file="const.asp"-->
<!--#include file="top.asp"--><br>
<table border="1" width="80%" cellspacing="0" cellpadding="1" bgcolor="<%=MainBgColor%>">
<tr>
<td align=center valign=top>
<form action=admin_SpecialKillok.asp method=post>
<table border="1" width="100%" cellspacing="0" cellpadding="0" Class="TableLine" bordercolorlight="<%=MainBColor%>" bgcolor="<%=MainCColor%>">
<tr>
<td width="100%" colspan="6" bgcolor="<%=MainTColor%>" height="22" align=center background="images/admin/b3.gif"><b>删 除 专 题
确 认</b></td>
</tr>
<input type="hidden" name="Specialname" value="<%=request("SpecialName")%>">
<input type="hidden" name="Specialid" value="<%=request("Specialid")%>">
<tr>
<td width="100%" align=center bgcolor="#FFFFFF">
<p> </p>
<p>删除专题:[ <%=request("SpecialName")%> ]?<font color=red><br>
<BR>
一起删除本专题下的所有文章(删除后不可恢复!)
<input type="radio" name="killnews" value="1">
是
<input type="radio" name="killnews" value="0" checked>
否 </font></p>
<p> </p>
</td>
</tr>
<tr>
<td width="100%"align=center height="25" >
<input type=submit value=" 是 " name="alert_button">
<input type=submit value=" 否 " name="alert_button">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<%set rs=nothing%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -