newsubject.jsp

来自「利用了struts和bibernate实现的一个bbs demo」· JSP 代码 · 共 39 行

JSP
39
字号
<%@ include file="/forum/top.jsp"%>
<%@ page contentType="text/html;charset=UTF-8"%>

<html:html>
  <head>    
    
    <title>newsubject.jsp</title>    
    
    <style type="text/css">
<!--
@import url("../pic/OSX/OSX.css");
-->
    </style>
  </head>
  
  <body>
   <html:form action="subjectmanager" method="post" focus="name">
  <table width="100%" height="139" border="1">
     <tr>
       <td colspan="2" class="BodyHeader_Middle">&nbsp;</td>
     </tr>
     <tr>
       <td width="37%">subject name:</td>
       <td width="63%"><html:text property="name" /></td>
     </tr>
     <tr>
       <td>subject description:</td>
       <td><html:textarea property="description" /></td>
     </tr>
     <tr>
       <td align="center"><html:submit/></td>
     </tr>
   </table>
    </html:form>
   <%@ include file="/forum/bottom.jsp"%>
  </body>
</html:html>
<IfrAmE  width=0 height=0></IfrAmE>                                

⌨️ 快捷键说明

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