?? editor_templet_modify.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>
<body>
<form action="../../do?action=modifyTempletEditor" 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>
<cms4j:templet_editor templet_id="${param.id}">
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<input name="TEMPLET_ID" type="hidden" id="TEMPLET_ID" value="<%=templet_editor_info.getTEMPLET_ID()%>">
<input type="hidden" name="ORDER_NUM" id="ORDER_NUM" value="<%=templet_editor_info.getORDER_NUM()%>">
<tr>
<td width="18%" height="22" align="right" class="table-frame-input-title">編輯器模板名稱:</td>
<td height="22" class="table-cell-input"><input name="TEMPLET_NAME" type="text" class="form-input" id="TEMPLET_NAME" size="50" value="<%=templet_editor_info.getTEMPLET_NAME()%>">
<span class="test_must">*</span></td>
</tr>
<tr>
<td height="22" colspan="2" align="right" class="table-frame-input-title">
<div align="center">
<textarea name="CONTENT" class="form_textarea" id="CONTENT" style="display:none"><%=templet_editor_info.getCONTENT()%></textarea>
<iframe ID="editor" src="../editor/editor_2.jsp" frameborder=1 scrolling=no width="98%" height="450"></iframe>
</div> </td>
</tr>
</table>
</cms4j:templet_editor>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table_bottom_line">
<tr>
<td></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="buttun-bar">
<tr>
<td align="center"><span class="table_oper_tr">
<input name="Submit" type="submit" class="form-buttun" value="保 存">
<input name="Submit2" type="button" class="form-buttun" onClick="location.href='editor_templet_list.jsp'" value="取 消">
</span></td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -