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

📄 chengeperson.jsp

📁 一个采用J2EE技术实现的企业协同工作台
💻 JSP
字号:
<%@ page language="java" pageEncoding="utf-8"%>

<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
  <head>
    <html:base /> 
    <link href="../style/globeStyle.css" rel="stylesheet" type="text/css" /> 
    <title>个人信息修改页面</title>
  </head>
  
  <body>
     <table width="100%" border="0" cellspacing="0" cellpadding="0">
		<tr>
			<td height="80" valign="top" background="../image/title.gif">
				<table width="100%" border="0" cellspacing="0" cellpadding="0">
					<tr>
						<td colspan="0" class="title_pic_space">
							企业信息管理系统
						</td>
					</tr>					
					<tr>
						<td width="100%" class="title_changeperson_text">							
							${user.name}个人信息			 					   
						    &nbsp;|&nbsp;					
							<html:link action="" styleClass="top">注销</html:link>
						</td>							
					</tr>
				</table>
			</td>
		</tr>
	</table>
     <table width="1000"  border="0" cellspacing="0" cellpadding="0">      
       <tr>
       	 <td  valign="top">
       	 	<table width="1000"  border="0" cellspacing="0" cellpadding="0" background="red">
       	 		<tr>
       	 			<td valign="top">      				
       					<table width="130" height="600" border="0" cellspacing="0" cellpadding="0" background="../image/bg.gif">
       						<tr>
       							<td>
       							</td>
       						</tr>
       					</table>
       	 			</td>       	
          		<td valign="top" align="left">
          		<table width="740" height="442" border="0" cellspacing="0" cellpadding="0">
             		<html:form action="/ChangepersonInfoAction">
           		 		<tr>
             			<th width="25%" >用&nbsp;户&nbsp;ID</th>
             			<td width="75%" >${user.account}</td>
            			</tr>
            			<tr>
             			<th width="25%" >用户类型</th>
             			<td width="75%" >${user.type}</td>
            			</tr>
            			<tr>
             			<th width="25%" >姓&nbsp;&nbsp;&nbsp;&nbsp;名</th>
             			<td width="75%" >${user.name}</td>
            			</tr>
            			<tr>
             			<th width="25%" >性&nbsp;&nbsp;&nbsp;&nbsp;别</th>
             			<td width="75%" >${usermessage.sex}</td>
            			</tr>
            			<tr>
             			<th width="25%" >薪&nbsp;&nbsp;&nbsp;&nbsp;金</th>
             			<td width="75%" >${usermessage.wage}</td>
            			</tr>
             			<tr>
             			<th width="25%" >部&nbsp;&nbsp;&nbsp;&nbsp;门</th>
             			<td width="75%" >${user.partment}</td>
            			</tr>
            			<tr>
             			<th width="25%" >毕业学校</th>
             			<td width="75%" >${usermessage.school}</td>
            			</tr>
            			<tr>
             			<th width="25%" >专业类别</th>
             			<td width="75%" >${usermessage.subject}</td>
            			</tr>
            			<tr>
            			 <th width="25%" >职&nbsp;&nbsp;&nbsp;&nbsp;务</th>
             			<td width="75%" >${usermessage.works}</td>
            			</tr>
            			<tr>
             			<th width="25%" >兴趣爱好</th>
             			<td width="75%" ><html:text property="loves" value="${usermessage.loves}" size="30"></html:text></td>
            			</tr>           
            			<tr>
            		 	<th>年&nbsp;&nbsp;&nbsp;&nbsp;龄</th>         
              			<td width="75%" ><html:text property="age" value="${usermessage.age}" size="30" ></html:text>
            			</tr>
            			<tr>
             			<th width="25%" >工&nbsp;&nbsp;&nbsp;&nbsp;龄</th>        
             			<td width="75%" ><html:text property="workage" value="${usermessage.workage}" size="30" ></html:text>
             			</td>
            			</tr>
            			<tr>
             			<th width="25%" >家庭住址</th>
             			<td width="75%" ><html:text property="address" value="${usermessage.address}" size="30"></html:text></td>
            			</tr>
            			<tr>
             			<th width="25%" >电子邮件</th>
             			<td width="25%" ><html:text property="email" value="${usermessage.email}" size="30"></html:text></td>
            			</tr>
            			<tr>
            	 		<th width="25%" >个人简历</th>
             			<td width="25%" ><html:textarea property="personinfo" value="${usermessage.personinfo}" cols="45" rows="5"></html:textarea></td>
            			</tr> 
            			<tr>
             			<th width="25%" >备&nbsp;&nbsp;&nbsp;&nbsp;注</th>
             			<td width="25%" ><html:textarea property="others" value="${usermessage.others}" cols="45" rows="5"></html:textarea></td>
            			</tr>  
           	 			<tr>
		    			<td colspan="2" align="center">
		       			<html:submit/>&nbsp;&nbsp;&nbsp;&nbsp;<html:cancel/>
		    			</td>
		    			</tr>  
		    		</html:form>       
          		</table>                     
      			</td>
      			<td valign="top" align="right">
      				<table width="130" height="600" border="0" cellspacing="0" cellpadding="0" background="../image/bg.gif">
      					<tr>
      						<td>
      						</td>
      					</tr>
      				</table>
      			</td>
    		  </tr>
    	    </table>
    	   </td>
    	 </tr>
   	 </table>
  </body>
</html:html>

⌨️ 快捷键说明

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