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

📄 b41.jsp

📁 持久层hibernate技术使用的一个例子
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=GBK" %>
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
<html:html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<link href="/css/base.css" rel="stylesheet" type="text/css">
</head>

<body>
 <html:form action="/B41insert">
  <html:hidden property="insert" value="kk" />
    <table width="80%"  border="0" align="center" cellpadding="4" cellspacing="0">
  <tr>
    <td height="20"><span class="font_title">申请表单</span></td>
  </tr>
</table>
    <table width="80%"  border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#7AA1E6">
      <tr bgcolor="#FFFFFF">
        <td height="20" colspan="2"><div align="center">物品申领/报修单</div></td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td height="20">申请类别:        </td>
        <td height="20">申领
            <html:radio property="tService.TSvcategory" value="0" styleClass="input-radio"/>
报修
			<html:radio property="tService.TSvcategory" value="1" styleClass="input-radio"/>      
        	<html:errors property="tService.TSvcategory"/>
        </td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td width="152" height="20">申请标题:</td>
        <td width="482" height="20">
          <html:text property="tService.TSvtitle" styleClass="input-text"/>        
        	<html:errors property="tService.TSvtitle"/>
        </td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td height="20" colspan="2">申请内容:</td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td colspan="2">
            <html:textarea property="tService.TSvcontent" cols="50" rows="10" styleClass="input-textarea"></html:textarea>
    	    <html:errors property="tService.TSvcontent"/>
    	</td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td colspan="2" align="center">
  <html:submit value="申请" styleClass="inputstyle2"/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  <html:button property="" onclick="window.location.href='javascript:history.back();'" value="返回" styleClass="inputstyle2"/>
		</td>
      </tr>
    </table>
 </html:form>
</body>
</html:html>

⌨️ 快捷键说明

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