⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_newsclassedit.asp

📁 庐江二中
💻 ASP
字号:
<%PageName="admin_NewsModify"%>
<!--#include file="session.asp"-->
<%checkAdmin1%>
<!--#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>
<form method="POST" action="admin_NewsClassEditok.asp?newsid=<%=request("NewsID")%>">
<td valign=top>
<table border="1" width="100%" cellspacing="0" cellpadding="0" Class="TableLine" bordercolorlight="<%=MainBColor%>" bgcolor="<%=MainCColor%>">
<tr>
<td width="100%" height="20" colspan="2" align=center bgcolor="<%=MainTColor%>" background="images/admin/b3.gif"><b>修 改 文 章 类 别</b></td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="2" align="center" height="160" bgcolor="#FFFFFF"> 选择新分类: 
<%
adminURL="admin_NewsClassEdit.asp?newsid="&request("NewsID")&"&"
%>
<!--#include file="admin_ManaSelect.asp"-->
</td>
</tr>
<tr>
<td width="100%" height="25" colspan=2 align=center>
<input type="submit" value=" 下一步 " name="B1">
&nbsp;
<input type="button" name="ok" value=" 放 弃 " onClick="javascript:history.go(-1)"> 		
</td>
</tr>
</table>
</td>
</form>
</tr>
</table>
<%set rs=nothing%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -