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

📄 article_auditing_list.jsp

📁 jsp人事管理系统jsp+servlet
💻 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 src="js/article.js"></script>

<script>
function goto(target,URL){
	obj = eval("top." + target);
	obj.location.href = URL;
}

//页面初始化
function pageInit(){
	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">
<cms4j:article class_id="${param.class_id}" audit_state="auditing" order="${param.order}" page_size="15" scope="" article_id="" purview_type="audit" audit_level="user">

<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 width="42%" class="title_bar">
	<select name="article_class_id_list" class="form_select" onChange="dataFilter('class_id')">
          <option selected value="all">所有文章</option>
          <cms4j:class purview_type="audit" is_purview_show="true">
            <option value="<%=class_info.getARTICLE_CLASS_ID()%>" id="<%=class_info.getARTICLE_CLASS_ID()%>"><%=class_info.getCLASS_NAME()%></option>
            <cms4j:class purview_type="audit" is_purview_show="true">
              <option value="<%=class_info.getARTICLE_CLASS_ID()%>" id="<%=class_info.getARTICLE_CLASS_ID()%>">&nbsp;<%=class_info.getCLASS_NAME()%></option>
              <cms4j:class purview_type="audit" is_purview_show="true">
                <option value="<%=class_info.getARTICLE_CLASS_ID()%>" id="<%=class_info.getARTICLE_CLASS_ID()%>">&nbsp;&nbsp;<%=class_info.getCLASS_NAME()%></option>
                <cms4j:class purview_type="audit" is_purview_show="true">
                  <option value="<%=class_info.getARTICLE_CLASS_ID()%>" id="<%=class_info.getARTICLE_CLASS_ID()%>">&nbsp;&nbsp;&nbsp;<%=class_info.getCLASS_NAME()%></option>
                  <cms4j:class purview_type="audit" is_purview_show="true">
                    <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>    </td>
    <td width="20%" align="center" class="title_bar">
	
	<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></td>
    <td width="38%" align="right" class="title_bar"><input name="Submit22" type="button" class="form-buttun" value="审核通过选定的文章" onClick="auditingFromSelected(this.form)">    </td>
  </tr>
  <tr height="4">
    <td height="4" colspan="3"></td>
  </tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" 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="8%" class="table-titlebar">ID</td>
    <td width="34%" class="table-titlebar">标题</td>
    <td width="12%" class="table-titlebar">所属栏目</td>
    <td width="9%" class="table-titlebar">添加者</td>
    <td width="9%" class="table-titlebar">添加日期</td>
    <td width="7%" class="table-titlebar">点击数</td>
    <td width="7%" class="table-titlebar">已审核</td>
    <td width="11%" 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.getDateState("","<font color='red'>[过期]</font>","<font color='#0066CC'>[未开始]</font>")%><a href="article_modify.jsp?id=<%=article_info.getID()%>"><%=article_info.getTITLE()%></a></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.getADD_DATE_FORMATED("yy-MM-dd")%></td>
      <td align="center" class="table-cell"><%=article_info.getCLICKS()%></td>
      <td align="center" class="table-cell"><%=article_info.getCurrAuditLevelName()%></td>
      <td align="center" class="table-cell"><% if(article_info.getCurrAuditLevel() < cn.com.dekn.cms.security.login.CMS4JUser.getUserInfo(request).getAuditLevel()) {%><a href="../../do?action=auditingArticle&operType=single&operItem=<%=article_info.getID()%>">通过审核</a><% } %>      </td>
    </tr>
  </cms4j:article_list>
</table>

<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td class="paeg_bar"><cms4j:page_admin/></td>
  </tr>
</table>
</cms4j:article>
</form>
</body>
</html>

⌨️ 快捷键说明

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