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

📄 editor.jsp

📁 联合国农粮署牵头开发的geonetwork源代码最新版
💻 JSP
字号:
<%@ taglib uri="/tags/struts-bean" prefix="bean" %><%@ taglib uri="/tags/struts-html" prefix="html" %><%@ taglib uri="/tags/struts-logic" prefix="logic" %><html:form action="/config/data/styleEditorSubmit" enctype="multipart/form-data" styleId="editorForm"><table class="info" width="100%" height="100%">  <tr>    <td class="label"><bean:message key="label.styleID"/>:</td>    <td class="datum"><html:text property="styleID" size="60"/></td>  </tr>   <!--- add the "fully validate" option-->  <tr>    <td class="label">&nbsp;</td>    <td><html:checkbox property="fullyValidate">Fully Validate against the SLD schema</html:checkbox></td>  </tr>
  <tr>
    <td class="label"><bean:message key="label.sldContents"/>:</td>
    <td class="code"><html:textarea styleId="editor" property="sldContents" style="width:95%;height:400px"/></td>
  </tr>
  <tr>
    <td class="label"><bean:message key="label.filename"/></td>
    <td class="datum"><html:file size="60" property="sldFile"/><html:submit property="action"><bean:message key="label.upload"/></html:submit></td>
  </tr>  <tr>    <td class="label">&nbsp;</td>    <td class="datum">      <html:submit property="action"><bean:message key="label.submit"/></html:submit>      <html:reset><bean:message key="label.reset"/></html:reset>    </td>  </tr>
  
  <tr>
    <td class="label">&nbsp;</td>
    <td class="datum">&nbsp;</td>
  </tr>
 </table></html:form>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -