?? article_auditing_list.jsp
字號(hào):
<%@ 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"> </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()%>"> <%=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()%>"> <%=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()%>"> <%=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()%>"> <%=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">時(shí)間-降序</option>
<option value="date">時(shí)間-升序</option>
<option value="clicks_desc">點(diǎn)擊數(shù)-降序</option>
<option value="clicks">點(diǎn)擊數(shù)-升序</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">標(biāo)題</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">點(diǎn)擊數(shù)</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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -