📄 admin_refreshclassp.asp
字号:
<!--#include file = "include.asp"-->
<!--#include file = "admin_checkmana.asp"-->
<!--#include file = "inc/function.asp"-->
<!--#include file = "inc/ReplaceMake.asp"-->
<!--#include file = "inc/Childp.asp"-->
<head>
<title>www.cooin.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href=css/css.css rel=stylesheet>
</head>
<%
'=========================================================
'产品目录:风讯产品N系列
'软件名称:风讯站点管理系统
'当前版本:2004.I.0225
'最新更新:2004.2.10
'=========================================================
'Copyright (C) 2002-2004 cooin.com. All rights reserved.
'网站: http://www.cooin.com Foosun.net
'程序制作:轻风云(QQ:655071)
'Email:skeen@cooin.com,skeen@Foosun.net
'论坛支持:风讯在线论坛(http://bbs.cooin.com http://bbs.foosun.net)
'=========================================================
if EnoughPopedom("makeclass")=1 then
Response.write"<script>alert(""[操作失败]\n\n你的权限不足!\n\n请与系统管理员联系获得足够的权限!"");location.href=""javascript:history.back()"";</script>"
Response.end
end if
%>
<body bgcolor=#F9FBFD background="" leftmargin=0 topmargin="0">
<TABLE width="525" height="27"
border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD width="149" > <TABLE cellSpacing=0
cellPadding=0 width="525" border=0>
<TBODY>
<TR>
<TD height="16"> </TD>
</TR>
<TR>
<TD height="25"> </TD>
</TR>
<TR>
<TD width="560" height="18"> <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#7ED3A7">
<tr>
<td height="88" valign="top" bgcolor="#F7FFF4">
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/bg1.gif">
<tr>
<td height="26"> <div align="center"><b><strong><font color="#990000">请选择要刷新的图片分类</font></strong><font color="#990000"><strong>(大类,最顶部类别) </strong></font></b></div></td>
</tr>
</table>
<table width="102%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="82">
<form name="form1" method="post" action="Admin_RefreshClasssp.asp?action=make">
<div align="center">
<table width="92%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="73%"><div align="center">请选择大类
<select name="DClass" class=Anbutc>
<% set rsSmallClass = server.createobject("adodb.recordset")
rsSmallClass.source = "select * from newsclass where depth=0 order by RootID asc,orders asc"
rsSmallClass.open rsSmallClass.source,conn,1,1
while not rsSmallClass.eof
%>
<option value=<%=rsSmallClass("ID")%>><%=rsSmallClass("classCN")%>-[<%=rsSmallClass("classeN")%>]</option>
<%
rsSmallClass.movenext
wend
rsSmallClass.Close
%>
</select>
<input type="submit" name="Submit" value="生成图片分类" class=Anbutc>
<input name="action" type="hidden" id="action3" value="make">
</div></td>
</tr>
</table>
</div>
</form>
</td>
<td valign="top"><table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="21"></td>
</tr>
</table>
<a href="Admin_RefreshClasssp.asp?make=all"><img src="images/Refreshall1.gif" width="85" height="20" border="0"></a></td>
</tr>
<tr>
<td colspan="2"><div align="center">(注意:使用生成所有分类将占用服务器大量资源)
</div></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="24" bgcolor="#F7FFF4"><div align="center"> </div>
<!--#include file = name.asp--></td>
</tr>
</table></TD>
</TR>
</TBODY>
</TABLE>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -