?? article_class_index_list.jsp
字號:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="" %>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<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>
<script src="js/article.js"></script>
<script>
//刪除欄目
function delArticleClassConfirm(){
//如果用戶選擇了“取消”,則不執行操作
if (window.confirm("您確定要刪除此欄目嗎?刪除操作,將同時刪除[所有子欄目],以及所有子欄目內的[所有文章],請慎重!"))
{
return true;
}
return false;
}
</script>
<body>
<form action="" method="post" name="cms4jForm">
</form>
<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"><span class="title_bar">文章索引管理</span></td>
</tr>
</table></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="oper-bar">
<tr>
<td> </td>
<td width="29%" align="left"><span class="title_bar">
<input name="Submit3" type="button" class="form-buttun" onClick="location.href='article_class_list.jsp?cluster_node_id=<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeIDForParam(request)%>'" value="欄目管理">
</span></td>
<td width="28%" align="right"><span class="title_bar">
<input name="Submit" type="button" class="form-buttun" onClick="divProcessing.style.display='';divProcessing.style.left=event.x;divProcessing.style.top=event.y-6;cms4jForm.action='../../do?action=reIndexAllClass';cms4jForm.submit()" value="重新索引所有文章欄目">
</span></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<tr class="table_title">
<td width="25%" class="table-titlebar">欄目名稱</td>
<td width="12%" class="table-titlebar">簡稱</td>
<td width="16%" class="table-titlebar">欄目別名</td>
<td width="14%" class="table-titlebar">索引存放庫</td>
<td width="10%" class="table-titlebar">最后索引</td>
<td width="7%" class="table-titlebar">已索引</td>
<td width="7%" class="table-titlebar">未索引</td>
<td width="9%" class="table-titlebar">操作</td>
</tr>
<cms4j:class class_state="all" content_type="article" node_id="<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeIDForParam(request)%>">
<tr class="table_border_cell_bg">
<td align="left" class="table-cell" title="<%=class_info.getCLASS_REMARK()%>"><img src="../../images/tree_folder3.gif" width="15" height="15"><b><%=class_info.getCLASS_NAME()%></b></td>
<td align="center" class="table-cell"><%=class_info.getCLASS_NAME2()%></td>
<td align="left" class="table-cell"><%=class_info.getARTICLE_CLASS_ID()%></td>
<td align="center" class="table-cell"><%=class_info.getINDEX_DB_NAME()%></td>
<td align="center" class="table-cell"><%=class_info.getLAST_INDEX_DATETIME_FORMATED("yy-MM-dd")%></td>
<td align="center" class="table-cell"><%=class_info.getIndexedArticleCount2()%></td>
<td align="center" class="table-cell"><%=class_info.getNotIndexArticleCount2()%></td>
<td align="right" class="table-cell"><!--如果此欄目支持全文檢索,才有檢索按鈕 -->
<% if(class_info.getIsIndex().equals("true")) {%>
<a href="../../do?action=reIndexForArticleClass&id=<%=class_info.getARTICLE_CLASS_ID()%>&cluster_node_id=<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeIDForParam(request)%>" onClick="divProcessing.style.display='';divProcessing.style.left=event.x;divProcessing.style.top=event.y-6;">索引</a> <a href="../../do?action=clearIndexForArticleClass&id=<%=class_info.getARTICLE_CLASS_ID()%>&cluster_node_id=<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeIDForParam(request)%>" onClick="divProcessing.style.display='';divProcessing.style.left=event.x;divProcessing.style.top=event.y-6;">清空</a>
<% } %>
<!--end-->
</td>
</tr>
<!--二級欄目的表現-->
<cms4j:class class_state="all" content_type="article">
<tr class="table_border_cell_bg">
<td align="left" class="table-cell" title="<%=class_info.getCLASS_REMARK()%>"><img src="../../images/tree_line1.gif" width="17" height="16"><img src="../../images/tree_folder3.gif" width="15" height="15"><%=class_info.getCLASS_NAME()%></td>
<td align="center" class="table-cell"><%=class_info.getCLASS_NAME2()%></td>
<td align="left" class="table-cell"><%=class_info.getARTICLE_CLASS_ID()%></td>
<td align="center" class="table-cell"><%=class_info.getINDEX_DB_NAME()%></td>
<td align="center" class="table-cell"><%=class_info.getLAST_INDEX_DATETIME_FORMATED("yy-MM-dd")%></td>
<td align="center" class="table-cell"><%=class_info.getIndexedArticleCount2()%></td>
<td align="center" class="table-cell"><%=class_info.getNotIndexArticleCount2()%></td>
<td align="right" class="table-cell"><!--如果此欄目支持全文檢索,才有檢索按鈕 -->
<% if(class_info.getIsIndex().equals("true")) {%>
<a href="../../do?action=reIndexForArticleClass&id=<%=class_info.getARTICLE_CLASS_ID()%>&cluster_node_id=<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeIDForParam(request)%>" onClick="divProcessing.style.display='';divProcessing.style.left=event.x;divProcessing.style.top=event.y-6;">索引</a> <a href="../../do?action=clearIndexForArticleClass&id=<%=class_info.getARTICLE_CLASS_ID()%>&cluster_node_id=<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeIDForParam(request)%>" onClick="divProcessing.style.display='';divProcessing.style.left=event.x;divProcessing.style.top=event.y-6;">清空</a>
<% } %>
<!--end-->
</td>
</tr>
<!--三級欄目的表現-->
<cms4j:class class_state="all" content_type="article">
<tr class="table_border_cell_bg">
<td align="left" class="table-cell" title="<%=class_info.getCLASS_REMARK()%>"><img src="../../images/tree_line3.gif" width="17" height="16"><img src="../../images/tree_line2.gif" width="17" height="16"><img src="../../images/tree_folder3.gif" width="15" height="15"><%=class_info.getCLASS_NAME()%></td>
<td align="center" class="table-cell"><%=class_info.getCLASS_NAME2()%></td>
<td align="left" class="table-cell"><%=class_info.getARTICLE_CLASS_ID()%></td>
<td align="center" class="table-cell"><%=class_info.getINDEX_DB_NAME()%></td>
<td align="center" class="table-cell"><%=class_info.getLAST_INDEX_DATETIME_FORMATED("yy-MM-dd")%></td>
<td align="center" class="table-cell"><%=class_info.getIndexedArticleCount2()%></td>
<td align="center" class="table-cell"><%=class_info.getNotIndexArticleCount2()%></td>
<td align="right" class="table-cell"><!--如果此欄目支持全文檢索,才有檢索按鈕 -->
<% if(class_info.getIsIndex().equals("true")) {%>
<a href="../../do?action=reIndexForArticleClass&id=<%=class_info.getARTICLE_CLASS_ID()%>&cluster_node_id=<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeIDForParam(request)%>" onClick="divProcessing.style.display='';divProcessing.style.left=event.x;divProcessing.style.top=event.y-6;">索引</a> <a href="../../do?action=clearIndexForArticleClass&id=<%=class_info.getARTICLE_CLASS_ID()%>&cluster_node_id=<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeIDForParam(request)%>" onClick="divProcessing.style.display='';divProcessing.style.left=event.x;divProcessing.style.top=event.y-6;">清空</a>
<% } %>
<!--end-->
</td>
</tr>
<!--三級欄目的表現-->
<cms4j:class class_state="all" content_type="article">
<tr class="table_border_cell_bg">
<td align="left" class="table-cell" title="<%=class_info.getCLASS_REMARK()%>"><img src="../../images/tree_line3.gif" width="17" height="16"><img src="../../images/tree_line3.gif" width="17" height="16"><img src="../../images/tree_line2.gif" width="17" height="16"><img src="../../images/tree_folder3.gif" width="15" height="15"><%=class_info.getCLASS_NAME()%></td>
<td align="center" class="table-cell"><%=class_info.getCLASS_NAME2()%></td>
<td align="left" class="table-cell"><%=class_info.getARTICLE_CLASS_ID()%></td>
<td align="center" class="table-cell"><%=class_info.getINDEX_DB_NAME()%></td>
<td align="center" class="table-cell"><%=class_info.getLAST_INDEX_DATETIME_FORMATED("yy-MM-dd")%></td>
<td align="center" class="table-cell"><%=class_info.getIndexedArticleCount2()%></td>
<td align="center" class="table-cell"><%=class_info.getNotIndexArticleCount2()%></td>
<td align="right" class="table-cell"><!--如果此欄目支持全文檢索,才有檢索按鈕 -->
<% if(class_info.getIsIndex().equals("true")) {%>
<a href="../../do?action=reIndexForArticleClass&id=<%=class_info.getARTICLE_CLASS_ID()%>&cluster_node_id=<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeIDForParam(request)%>" onClick="divProcessing.style.display='';divProcessing.style.left=event.x;divProcessing.style.top=event.y-6;">索引</a> <a href="../../do?action=clearIndexForArticleClass&id=<%=class_info.getARTICLE_CLASS_ID()%>&cluster_node_id=<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeIDForParam(request)%>" onClick="divProcessing.style.display='';divProcessing.style.left=event.x;divProcessing.style.top=event.y-6;">清空</a>
<% } %>
<!--end-->
</td>
</tr>
<!--三級欄目的表現-->
<cms4j:class class_state="all" content_type="article">
<tr class="table_border_cell_bg">
<td align="left" class="table-cell" title="<%=class_info.getCLASS_REMARK()%>"><img src="../../images/tree_line3.gif" width="17" height="16"><img src="../../images/tree_line3.gif" width="17" height="16"><img src="../../images/tree_line3.gif" width="17" height="16"><img src="../../images/tree_line2.gif" width="17" height="16"><img src="../../images/tree_folder3.gif" width="15" height="15"><%=class_info.getCLASS_NAME()%></td>
<td align="center" class="table-cell"><%=class_info.getCLASS_NAME2()%></td>
<td align="left" class="table-cell"><%=class_info.getARTICLE_CLASS_ID()%></td>
<td align="center" class="table-cell"><%=class_info.getINDEX_DB_NAME()%></td>
<td align="center" class="table-cell"><%=class_info.getLAST_INDEX_DATETIME_FORMATED("yy-MM-dd")%></td>
<td align="center" class="table-cell"><%=class_info.getIndexedArticleCount2()%></td>
<td align="center" class="table-cell"><%=class_info.getNotIndexArticleCount2()%></td>
<td align="right" class="table-cell"><!--如果此欄目支持全文檢索,才有檢索按鈕 -->
<% if(class_info.getIsIndex().equals("true")) {%>
<a href="../../do?action=reIndexForArticleClass&id=<%=class_info.getARTICLE_CLASS_ID()%>&cluster_node_id=<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeIDForParam(request)%>" onClick="divProcessing.style.display='';divProcessing.style.left=event.x;divProcessing.style.top=event.y-6;">索引</a> <a href="../../do?action=clearIndexForArticleClass&id=<%=class_info.getARTICLE_CLASS_ID()%>&cluster_node_id=<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeIDForParam(request)%>" onClick="divProcessing.style.display='';divProcessing.style.left=event.x;divProcessing.style.top=event.y-6;">清空</a>
<% } %>
<!--end-->
</td>
</tr>
</cms4j:class>
</cms4j:class>
</cms4j:class>
</cms4j:class>
</cms4j:class>
</table>
<div id=divProcessing style="width:44px;height:30px;position:absolute;left:252px;top:106px;display:none">
<table border=0 cellpadding=0 cellspacing=0 width="100%" height="100%"><tr><td width="28%" valign="middle"><img src="../../images/admin/wait.gif" width="32" height="32"></td>
</tr></table>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -