?? article_share_set.jsp
字號:
<%@ page contentType="text/html; charset=GBK"%>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>文章共享</title>
<link href="../skin/blue/css/oper_area.css" rel="stylesheet" type="text/css">
</head>
<script src="../../js/common.js"></script>
<body>
<form action="../../do?action=shareArticleToClusterNode&shareArticleID=${param.shareArticleID}" method="post" name="cms4jForm" id="cms4jForm">
<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="table-frame">
<tr>
<td height="22" align="center" class="list_left_title"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="table-frame">
<cms4j:cluster_node node_id="root">
<tr class="table_border_cell_bg">
<td width="5%" align="center" class="table-cell-input"><%if(!cluster_node_info.getCLUSTER_NODE_ID().equals(cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeID(request))){%>
<input name="submitNodeIDList" type="checkbox" id="submitNodeIDList" value="<%=cluster_node_info.getCLUSTER_NODE_ID()%>">
<%}%></td>
<td width="95%" class="table-cell-input" title=""><img src="../../images/tree_folder3.gif" width="15" height="15"><%=cluster_node_info.getNAME()%></td>
</tr>
<cms4j:cluster_node parent_id="<%=cluster_node_info.getCLUSTER_NODE_ID()%>">
<tr class="table_border_cell_bg">
<td align="center" class="table-cell-input"><%if(!cluster_node_info.getCLUSTER_NODE_ID().equals(cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeID(request))){%>
<input name="submitNodeIDList" type="checkbox" id="submitNodeIDList" value="<%=cluster_node_info.getCLUSTER_NODE_ID()%>">
<%}%></td>
<td class="table-cell-input" title=""><img src="../../images/tree_line2.gif" width="17" height="16"><img src="../../images/tree_folder3.gif" width="15" height="15"><%=cluster_node_info.getNAME()%></td>
</tr>
<cms4j:cluster_node parent_id="<%=cluster_node_info.getCLUSTER_NODE_ID()%>">
<tr class="table_border_cell_bg">
<td align="center" class="table-cell-input"><%if(!cluster_node_info.getCLUSTER_NODE_ID().equals(cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeID(request))){%>
<input name="submitNodeIDList" type="checkbox" id="submitNodeIDList" value="<%=cluster_node_info.getCLUSTER_NODE_ID()%>">
<%}%></td>
<td class="table-cell-input" title=""><img src="../../images/tree_line4.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"><%=cluster_node_info.getNAME()%></td>
</tr>
<cms4j:cluster_node parent_id="<%=cluster_node_info.getCLUSTER_NODE_ID()%>">
<tr class="table_border_cell_bg">
<td align="center" class="table-cell-input"><%if(!cluster_node_info.getCLUSTER_NODE_ID().equals(cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeID(request))){%>
<input name="submitNodeIDList" type="checkbox" id="submitNodeIDList" value="<%=cluster_node_info.getCLUSTER_NODE_ID()%>">
<%}%></td>
<td class="table-cell-input" title=""><img src="../../images/tree_line4.gif" width="17" height="16"><img src="../../images/tree_line4.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"><%=cluster_node_info.getNAME()%></td>
</tr>
</cms4j:cluster_node>
</cms4j:cluster_node>
</cms4j:cluster_node>
</cms4j:cluster_node>
</table></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="buttun-bar">
<tr>
<td><span class="table_oper_tr">
<input name="Submit" type="submit" class="form-buttun" value="確 定">
<input name="Submit2" type="button" class="form-buttun" onClick="window.close()" value="取 消">
<input name="OK_RETURN_URL" type="hidden" id="OK_RETURN_URL" value="/cms4jadmin/article/article_share_set_ok.jsp">
</span></td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -