?? article_recyclebin_list.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"> </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()%>"> <%=class_info.getCLASS_NAME()%></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()%>"> <%=class_info.getCLASS_NAME()%></option>
<cms4j:class>
<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>
<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"> </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 + -