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

📄 article_class_index_list.jsp

📁 jsp CMS全站 无可奈何花落去 士大夫
💻 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">&nbsp;</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>&nbsp;</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 + -