?? config_rss_add.jsp
字號:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="" %>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<cms4j:init/>
<script src="../../js/common.js"></script>
<script src="../../js/page_init.js"></script>
<script language="javascript">
// 上傳錯誤
function UploadError(sErrDesc){
alert(sErrDesc);
}
function UploadLoaded(){
//alert("upload");
}
// 文件上傳完成時執行,帶入上傳文件名
function UploadSaved(sPathFileName,type){
if(type=="" || type == null || type == "PicTo"){
displayCtrl('removePicToTD','uploadPicToTable');
this.cms4jForm.RSS_IMG.value = sPathFileName;
}
}
</script>
<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>
<body>
<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>
<form action="../../do?action=addConfigRss" method="post" name="cms4jForm" id="cms4jForm" onSubmit="return submitForm();">
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="title-bar2">
<tr>
<td><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="26" class="title-bar2-btn-col" id="p1_btn"> </td>
<td width="745" class="title-bar2-text">基本配置</td>
</tr>
</table></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame" id="p1">
<tr>
<td width="18%" height="22" class="table-frame-input-title">名 稱</td>
<td height="22" class="table-cell-input"><input name="RSS_NAME" type="text" class="form-input" id="RSS_NAME" value="" size="52"></td>
</tr>
<tr>
<td height="22" align="left" class="table-frame-input-title">URL</td>
<td height="22" class="table-cell-input"><input name="RSS_URL" type="text" class="form-input" id="RSS_URL" value="" size="52"> </td>
</tr>
<tr>
<td height="22" align="left" class="table-frame-input-title">縮略圖</td>
<td height="22" class="table-cell-input"><table width="80%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="57%"><input name="RSS_IMG" type="text" class="form-input"
id="RSS_IMG" size="60" maxlength="150"></td>
<td width="43%" id="removePicToTD" style="display:none"><input name="Submit32" type="button" class="form-buttun" onClick="RSS_IMG.value='';uploadPicTo.location.href='../editor/uploadIframe.jsp?type=PicTo';displayCtrl('uploadPicToTable','removePicToTD');" value="取消"></td>
</tr>
</table>
<span class="remark">設置此縮略圖為鏈接RSS訂閱的前臺顯示圖</span><span class="text_remark"><br>
</span>
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="uploadPicToTable">
<tr>
<td width="66%"><iframe id="uploadPicTo" frameborder=0 src="../editor/uploadIframe.jsp?type=PicTo&isUploadWarter=no" width="98%" height="24" scrolling=no></iframe></td>
<td width="34%" align="left"><input name="Submit2" type="button" class="form-buttun" onClick="uploadPicTo.myform.submit();" value="上傳"></td>
</tr>
</table></td>
</td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="buttun-bar"><input name="Submit3" type="submit" class="form-buttun" value="保 存">
<input name="Submit22" type="button" class="form-buttun" value="取 消" onClick="location.href='config_rss_list.jsp'">
<input name="OK_RETURN_URL" type="hidden" class="form-buttun" value="/cms4jadmin/syscfg/config_rss_add_ok.jsp">
</td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -