www.gusucode.com > 共享世纪内容管理系统 2.1 build 080704 全站开源版 > admin/qun.asp

    <html>
<head>
<title>管理中心 -共享世纪新闻文章管理系统</title>
<meta copy="WWW.2KY.CN 共享世纪">
<link rel="stylesheet" href="admin.css" type="text/css">
<!--#include file="check.asp"-->
<!--#include file="mdb_path_info.asp"-->
<!--#include file="top.asp"-->
<%
'==========================================
'
'  晓宇听幽新闻文章管理系统 2004
'
'  主页地址:http://www.xoYu.com
'
'==========================================
'程序名称:晓宇听幽新闻文章管理系统
'英文名称:xoYu News 2004 Professional
'程序创建时间:2003-7-10
'程序完成时间:2003-9-11
'最后修改时间:2003-10-10
'==========================================
set rs=server.CreateObject("ADODB.RecordSet")
rs.open ("select * from infotype where tj>1 order by ts"),conn,1,1
tn=""
do while not rs.eof
tname=replace(rs("tname"),"|","->")
if rs("tj")=2 and rs("tn")<>tn then
i=i+1
  if i=2 then
  i=0
     color="#808000"
  else
     color="#000000"
  end if
end if
tn=rs("tn")
typelist=typelist&"<option style='COLOR:"&color&"' value='"&rs("id")&"'>"&tname&"</option>"
rs.MoveNext
loop
rs.close
%>
</head>
<table width="95%" border="0" cellspacing="1" cellpadding="3"  align=center class="tableBorder">
<form action="qundo.asp" method=post name="frmAnnounce">
<tr> 
<th width="100%" class="tableHeaderText" colspan=2 height=25>文章“群操作”器</th>
</tr>
<tr>
<td class="forumrow" colspan=2>
<p>第一步:先选择想要添加的栏目,清在选择完成之后点击“进入下一步”进行下面的操作。</td>
</tr>
        <td width="100%" height="19" class="forumrow">
        <p align="center"><b>文章类别</b>: 
<select size="1" name="tid">
<%
response.write("<option selected value=''>- - = = = 请选择文章分类 = = = - -</option>")
%><%=typelist%>
</select>      
        <p align="center">请输入文章搜索关键字:<input type="text" name="k" size="38">
        <p align="center">相关操作选择:<select size="1" name="edittype">
          <option selected value="1">群修改文章模版</option>
          <option value="2">群修改文章栏目</option>
          <option value="3">群修改文章专题</option>
        </select>
</td> 
<tr><td class="forumrow">
            <p align="center">
<input type="submit" value="进入下一步" name="B1"> </p>
</form>                                                                                                                     
</td></tr>
</table>
<% set rs=nothing
conn.close
set conn=nothing
%>