📄 article_share_move_dialog.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>CMS4J</title>
<link href="../skin/blue/css/oper_area.css" rel="stylesheet" type="text/css">
</head>
<script src="../../js/common.js"></script>
<script src="js/mywork.js"></script>
<script>
function stateValue(){
var temp=document.getElementsByName("STATE");
for (i=0;i<temp.length;i++){
if(temp[i].checked){
if(temp[i].value==1){
return 1;
}
else return;
}
}
}
function ok(){
var selectedValue = document.cms4jForm.moveto.value;
var selectedSateValue = stateValue();
if(selectedValue == ""){
alert("请选择要投放至的栏目!");
}else{
window.dialogArguments.document.all.moveCopyLinkShareTo.value = selectedValue;
window.dialogArguments.document.all.RELEASE_STATE.value = selectedSateValue;
window.dialogArguments.document.all.Item.value = "${param.Item}";
window.dialogArguments.document.all.Type.value = "${param.Type}";
//window.dialogArguments.refresh_mywork();
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="170" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<tr>
<td class="table-cell"><span class="oper-bar-text">请选择要 投放至 的栏目<br>
<br>
</span><span class="list_left_title">
<select name="moveto" class="form_select" id="moveTo">
<option selected value="">请选择</option>
<cms4j:class node_id="<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeIDForParam(request)%>">
<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>
<br>
<br>
<span style="display:none">
<input name="STATE" type="checkbox" id="STATE" value="1" checked="checked">
信息投放后,须审核后再显示</span></span></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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -