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

📄 jsp_editor.jsp

📁 Jbuilder2006开发的严格按MVC设计模式组织开发过程
💻 JSP
字号:
<%@taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<%@taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@taglib uri="/WEB-INF/tops.tld" prefix="tops"%>
<%@page contentType="text/html; charset=GBK"%>
<html:html>
  <html:base/>
  <head>
  <tops:includeCSS fileName="style"/>
  <tops:includeCSS fileName="headstyle"/>
  <tops:includeJs fileName="common"/>
  <tops:includeJs fileName="Table"/>
  </head>
  <body>
  <html:form action="/actTopsJ2eeJspView.do" method="post">
    <tops:showPageFunction pageFunction="页面设计"  strongTextBeanName="curFolderName"/>
    <tops:toolbar>
      <tops:toolbutton caption="保存" checkPower="false" image="page_add"/>
      <tops:toolbutton caption="返回" checkPower="false" image="arrow_undo" onClick="history.go(-1);"/>
    </tops:toolbar>
    <html:hidden property="id"/>
    <html:hidden property="method"/>
    <html:hidden property="zzCreateUser"/>
    <html:hidden property="fd_ZzCreateDate"/>
    <html:hidden property="folderId"/>
    <html:hidden property="fullFileName"/>
    <table width="100%" border="0" cellpadding="0" cellspacing="1">
      <tr>
        <td colspan="8" align="center" nowrap class="head">基本信息</td>
      </tr>
      <tr>
        <td align="center" nowrap width="10%" height="20">页面名称:</td>
        <td width="37%" height="20">
          <html:text property="jspViewName"/>
        </td>
        <td align="center" nowrap width="10%">代码:</td>
        <td width="31%">
          <html:text property="jspViewCode">
          </html:text>
        </td>
      </tr>
      <tr>
        <td align="center" nowrap>文件名:</td>
        <td height="20">
          <html:text property="fileName"/>
        </td>
        <td height=9 align="center" nowrap>帮助文件:</td>
        <td>
          <html:text property="helpFileUrl" />
        </td>
      </tr>
      <tr>
        <td height="20" align="center" nowrap>类型</td>
        <td height="10" colspan="3">
          <html:text property="jspType">
          </html:text>
        </td>
      </tr>
      <tr>
        <td align="center" nowrap height="75">备注:</td>
        <td colspan="3">
          <html:textarea property="remark" style="width:100%;height:100%">          </html:textarea>
        </td>
      </tr>
    </table>
  </html:form>
  </body>
</html:html>

⌨️ 快捷键说明

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