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

📄 b40.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>
    <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" align="center">物品申请单</td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td height="20">申请类别:</td>
        <td><bean:write name="tService" property="TSvcategory"/></td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td width="152" height="20">申请标题:</td>
        <td width="482" height="20"><bean:write name="tService" property="TSvtitle"/>        
        </td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td height="20" colspan="2">申请内容:</td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td colspan="2"><bean:write name="tService" property="TSvcontent"/>
        </td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td colspan="2" align="center">
  <html:button property="" onclick="window.location.href='javascript:history.back();'" styleClass="inputstyle2" value="返回"/>
        </td>
      </tr>
    </table>
</body>
</html:html>

⌨️ 快捷键说明

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