?? article_share_dialog.jsp
字號(hào):
<%@ page contentType="text/html; charset=GBK"%>
<%@ 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/common.js"></script>
<script>
function ok(){
var selectedValue = getCheckboxSelectedValue(document.cms4jForm.submitNodeIDList);
//alert(selectedValue);
if(selectedValue == ""){
alert("請(qǐng)選擇要共享至的節(jié)點(diǎn)!");
}else{
window.dialogArguments.document.all.moveCopyLinkShareTo.value = selectedValue;
window.close();
}
}
</script>
<body>
<form action="" method="post" name="cms4jForm" id="cms4jForm">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><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="30" class="title-bar-title-icon"> </td>
<td class="title-bar-text">文章共享</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<table width="100%" height="500" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<tr>
<td valign="top" class="table-cell"><span class="oper-bar-text">請(qǐng)選擇要共享至的站點(diǎn)<br>
<br>
</span>
<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="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="buttun-bar">
<tr>
<td class="table-cell"><span class="table_oper_tr">
<input name="Submit3" type="button" class="form-buttun" value="確 定" onClick="ok()">
</span><span class="table_oper_tr">
<input name="Submit22" type="button" class="form-buttun" onClick="window.close()" value="取 消">
</span></td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -