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

📄 c00.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>
<script src="/js/meizzDate.js" type="text/javascript"></script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
.style5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.style6 {font-size: 14px}
-->
</style>

<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="/c00" >
<html:hidden property="kk" value="2"/>
<table width="80%"  border="0" align="center" cellpadding="4" cellspacing="0">
  <tr>
    <td><span class="font_title">修改个人资料</span></td>
  </tr>
</table>
<table width="80%"  border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#7AA1E6">
            <tr align="center" bgcolor="#FFFFFF">
              <td height="20" colspan="4">个人资料</td>
            </tr>
            <tr bgcolor="#FFFFFF">
              <td width="20%"><div align="left">教师姓名:</div></td>
              <td colspan="2"><div align="left">
                  <html:text property="TName" styleClass="input-text" name="tInfoList"/><html:errors property="TName"/>
              </div></td>
              <td rowspan="4" bordercolor="#FFFFFF">&nbsp;</td>
            </tr>
            <tr bgcolor="#FFFFFF">
              <td><div align="left">性别:</div></td>
              <td colspan="2"><div align="left">
                <html:radio property="TSex" value="0" styleClass="input-radio" name="tInfoList"/> 
                <html:radio property="TSex" value="1" styleClass="input-radio" name="tInfoList"/> 
</div></td>
            </tr>
            <tr bgcolor="#FFFFFF">
              <td><div align="left">出生日期:</div></td>
              <td colspan="2"><div align="left"><html:text property="TBirth" styleClass="input-text" name="tInfoList" readonly="true" style="cursor:hand" onclick="setday(this,document.U05TInfoForm.TBirth)"/>
              </div></td>
            </tr>
            <tr bgcolor="#FFFFFF">
              <td><div align="left">职称:</div></td>
              <td colspan="2"><div align="left">
                  <html:text property="TWork" styleClass="input-text" name="tInfoList"/><html:errors property="TWork"/>
              </div></td>
            </tr>
            <tr bgcolor="#FFFFFF">
              <td><div align="left">身份证号:</div></td>
              <td width="35%"><div align="left">
                  <html:text property="TIdcard" styleClass="input-text" name="tInfoList"/><html:errors property="TIdcard"/>
              </div></td>
              <td width="20%">籍贯:</td>
              <td width="27%"><html:text property="TGuan" styleClass="input-text" name="tInfoList"/><html:errors property="TGuan"/></td>
            </tr>
            <tr bgcolor="#FFFFFF">
              <td><div align="left">学历:</div></td>
              <td><div align="left">
                  <html:text property="TXueli" styleClass="input-text" name="tInfoList"/><html:errors property="TXueli"/>
              </div></td>
              <td>邮箱地址:</td>
              <td><html:text property="TEmail" styleClass="input-text" name="tInfoList"/><html:errors property="TEmail"/></td>
            </tr>
            <tr bgcolor="#FFFFFF">
              <td><div align="left">婚否:</div></td>
              <td><div align="left">
                <html:radio property="TMarry" value="0" styleClass="input-radio" name="tInfoList"/> 
                已婚
                <html:radio property="TMarry" value="1" styleClass="input-radio" name="tInfoList"/> 
                未婚</div></td>
              <td>联系电话:</td>
              <td><html:text property="TMobile" styleClass="input-text" name="tInfoList"/><html:errors property="TMobile"/></td>
            </tr>
            <tr align="center" bgcolor="#FFFFFF">
              <td colspan="4">
              <html:submit styleClass="inputstyle2" >确定</html:submit>
			  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
			  <html:button property="2" onclick="window.location.href='javascript:history.back();'" styleClass="inputstyle2">返回</html:button></td>
            </tr>
</table>
</html:form>
</body>
</html:html>

⌨️ 快捷键说明

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