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

📄 article_recyclebin_list.jsp

📁 jsp CMS全站 无可奈何花落去 士大夫
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="" %>
<%@ taglib uri="/cms4j" prefix="cms4j" %>

<%@ taglib uri="/cms4j" prefix="cms4j" %>
<cms4j:init/>

<script src="../../js/common.js"></script>
<script src="../../js/page_init.js"></script>
<script>
function goto(target,URL){
	obj = eval("top." + target);
	obj.location.href = URL;
}
//页面初始化
function pageInit(){
	selectInit("article_filter_list","${param.filter}");
	selectInit("article_order_list","${param.order}");
	selectInit("article_class_id_list","${param.class_id}");
	selectInit("page_list","${param.pn}");
	
}
</script>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>CMS4J </title>
<link href="../skin/blue/css/oper_area.css" rel="stylesheet" type="text/css">
</head>

<body onLoad="pageInit()">
<form action="" method="post">

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="title-bar"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="26" class="title-bar-title-icon">&nbsp;</td>
        <td width="745" class="title-bar-text">回收站管理</td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="oper-bar">
  <tr>
    <td><span class="title_bar">
      <select name="article_class_id_list" class="form_select" onChange="dataFilter('class_id')">
        <option selected value="all">所有栏目</option>
        <cms4j:class>
          <option value="<%=class_info.getARTICLE_CLASS_ID()%>" id="<%=class_info.getARTICLE_CLASS_ID()%>"><%=class_info.getCLASS_NAME()%></option>
          <cms4j:class>
            <option value="<%=class_info.getARTICLE_CLASS_ID()%>" id="<%=class_info.getARTICLE_CLASS_ID()%>">&nbsp;<%=class_info.getCLASS_NAME()%></option>
            <cms4j:class>
              <option value="<%=class_info.getARTICLE_CLASS_ID()%>" id="<%=class_info.getARTICLE_CLASS_ID()%>">&nbsp;&nbsp;<%=class_info.getCLASS_NAME()%></option>
              <cms4j:class>
                <option value="<%=class_info.getARTICLE_CLASS_ID()%>" id="<%=class_info.getARTICLE_CLASS_ID()%>">&nbsp;&nbsp;&nbsp;<%=class_info.getCLASS_NAME()%></option>
                <cms4j:class>
                  <option value="<%=class_info.getARTICLE_CLASS_ID()%>" id="<%=class_info.getARTICLE_CLASS_ID()%>">&nbsp;&nbsp;&nbsp;&nbsp;<%=class_info.getCLASS_NAME()%></option>
                </cms4j:class>
              </cms4j:class>
            </cms4j:class>
          </cms4j:class>
        </cms4j:class>
      </select>
      <select name="article_filter_list" class="form_select" onChange="dataFilter('filter')">
        <option value="" selected>文章筛选</option>
        <option value="myadded">我添加的文章</option>
        <option value="audited">已审核</option>
        <option value="auditing">未审核</option>
        <option value="ontop">固顶</option>
        <option value="hot">热门</option>
        <option value="commend">推荐</option>
      </select>
      <select name="article_order_list" class="form_select" onChange="dataFilter('order')">
        <option value="" selected>排列顺序</option>
        <option value="date_desc">时间-降序</option>
        <option value="date">时间-升序</option>
        <option value="clicks_desc">点击数-降序</option>
        <option value="clicks">点击数-升序</option>
        <option value="id_desc">ID-降序</option>
        <option value="id">ID-升序</option>
      </select>
    </span></td>
    <td align="right"><span class="title_bar">
      <input name="Submit222" type="button" class="form-buttun" value="还原所有" onClick="confirmAction(this.form,'您确定要从回收站中恢复所有信息吗?','../../do?action=resumeAllArticle')">
      <input name="Submit22" type="button" class="form-buttun" value="还原所选" onClick="confirmAction(this.form,'您确定要将此文章从回收站中恢复吗?','../../do?action=resumeArticle&operType=multi')">
      <input name="Submit2" type="button" class="form-buttun" value="彻底删除所选" onClick="confirmAction(this.form,'您确定要将此信息从回收站中彻底删除吗?','../../do?action=delArticleFromRecycleBin&operType=multi')">
      <input name="Submit23" type="button" class="form-buttun" value="清空" onClick="confirmAction(this.form,'您确定要清空回收站吗?','../../do?action=delAllArticle')">
    </span></td>
  </tr>
</table>
<cms4j:article class_id="${param.class_id}" filter="${param.filter}" order="${param.order}" page_size="15" scope="recycle_bin" class_state="all" audit_state="all" audit_level="all">
  <table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="table-frame">
    <tr class="table_title">
      <td width="3%" align="center" class="table-titlebar"><input type="checkbox" name="selectAll" value="checkbox" onClick="checkAll(this.form)"></td>
      <td width="6%" class="table-titlebar">ID</td>
      <td width="40%" class="table-titlebar">标题</td>
      <td width="12%" class="table-titlebar">所属栏目</td>
      <td width="9%" class="table-titlebar">添加者</td>
      <td width="7%" class="table-titlebar">点击数</td>
      <td width="6%" class="table-titlebar">已审核</td>
      <td width="17%" class="table-titlebar">操作</td>
    </tr>
    <cms4j:article_list>
      <tr class="table_border_cell_bg">
        <td align="center" class="table-cell"><input type="checkbox" name="selected" value="<%=article_info.getID()%>" onClick="unselectall('selectAll')"></td>
        <td align="center" class="table-cell"><%=article_info.getID()%></td>
        <td align="left" class="table-cell"><%=article_info.getInfoPropImage()%> <%=article_info.getLINK_TO_EXTERIOR2("<font color='#0066CC'>[链接]</font>")%> <%=article_info.getTITLE()%></td>
        <td align="center" class="table-cell"><%=article_info.getCLASS_NAME()%></td>
        <td align="center" class="table-cell"><%=article_info.getADD_USER()%></td>
        <td align="center" class="table-cell"><%=article_info.getCLICKS()%></td>
        <td align="center" class="table-cell"><%=article_info.getRELEASE_STATE_NAME()%></td>
        <td align="center" class="table-cell"><a href="../../do?action=delArticleFromRecycleBin&operType=single&operItem=<%=article_info.getID()%>">彻底删除</a> <a href="../../do?action=resumeArticle&operType=single&operItem=<%=article_info.getID()%>">还原</a></td>
      </tr>
    </cms4j:article_list>
  </table>
  <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="paeg_bar">
    <tr class="table_border_cell_bg">
      <td width="28%" align="center">&nbsp;</td>
      <td width="72%" align="right" class="table_oper_tr"><div align="right">
          <cms4j:page_admin/>
      </div></td>
    </tr>
  </table>
</cms4j:article>
</form>
</body>
</html>

⌨️ 快捷键说明

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