⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 editor_templet_modify.jsp

📁 jsp人事管理系统jsp+servlet
💻 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">&nbsp;</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 + -