?? article_copy_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>
function ok(){
var selectedValue = getMultiSelectSelectedValue(document.cms4jForm.copyTo);
//alert(selectedValue);
if(selectedValue == ""){
alert("請選擇要復制至的欄目!");
}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="240" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<tr>
<td class="table-cell"><span class="oper-bar-text">請選擇要</span><span class="must">復制</span><span class="oper-bar-text">至的欄目(支持 Ctrl 或 Shift 多選)<br>
注:按住Ctrl同時點擊已選中的可以取消選擇<br>
<br>
</span>
<select name="copyTo" SIZE="12" multiple class="form-input" id="copyTo" STYLE="WIDTH:80%">
<cms4j:class purview_type="input" content_type="article">
<option value="<%=class_info.getARTICLE_CLASS_ID()%>"><%=class_info.getCLASS_NAME()%></option>
<cms4j:class purview_type="input" content_type="article">
<option value="<%=class_info.getARTICLE_CLASS_ID()%>"> <%=class_info.getCLASS_NAME()%></option>
<cms4j:class purview_type="input" content_type="article">
<option value="<%=class_info.getARTICLE_CLASS_ID()%>"> <%=class_info.getCLASS_NAME()%></option>
<cms4j:class purview_type="input" content_type="article">
<option value="<%=class_info.getARTICLE_CLASS_ID()%>"> <%=class_info.getCLASS_NAME()%></option>
<cms4j:class purview_type="input" content_type="article">
<option value="<%=class_info.getARTICLE_CLASS_ID()%>"> <%=class_info.getCLASS_NAME()%></option>
</cms4j:class>
</cms4j:class>
</cms4j:class>
</cms4j:class>
</cms4j:class>
</select></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 + -