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

📄 personinfo.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>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
  
  <body>
   <table width="1000" 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_navigation_text">							
							${user1.name}个人信息
						    &nbsp;|
							<html:link action="" styleClass="top">注销</html:link>
						</td>							
					</tr>
				</table>
			</td>
		</tr>
	</table>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
     <td  valign="top">
      <table width="100%"  border="0" cellspacing="0" cellpadding="0" background="red">
      <tr>
      	<td valign="top"> 
      		<table  width="130" height="520" border="1" align="left" cellpadding="0"cellspacing="0" background="../image/bg.gif">
      			<tr>
      				<td>
      				</td>
      			</tr>
      		</table>
      	</td>      
         <td valign="top" align="left">
          <table width="740" height="360" border="1" cellspacing="0" cellpadding="0">
            <tr>
             <th width="25%" >用户ID</th>
             <td width="25%" >${user1.account}</td>
             <th width="25%" >用户类型</th>
             <td width="25%" >${user1.type}</td>
            </tr>
            <tr>
             <th width="25%" >姓名</th>
             <td width="25%" >${user1.name}</td>
             <th width="25%" >性别</th>
             <td width="25%" >${usermessage1.sex}</td>
            </tr>
            <tr>
             <th width="25%" >兴趣爱好</th>
             <td width="25%" >${usermessage1.loves}</td>
             <th width="25%" >薪金</th>
             <td width="25%" >${usermessage1.wage}</td>
            </tr>
            <tr>
             <th>年龄</th>
             <td>${usermessage1.age}</td>
             <th>工龄</th>
             <td>${usermessage1.workage}</td>
            </tr>
            <tr>
             <th width="25%" >部门</th>
             <td width="25%" >${user1.partment}</td>
             <th width="25%" >职务</th>
             <td width="25%" >${usermessage1.works}</td>
            </tr>
            <tr>
             <th width="25%" >毕业学校</th>
             <td width="25%" >${usermessage1.school}</td>
             <th width="25%" >专业类别</th>
             <td width="25%" >${usermessage1.school}</td>
            </tr>
            <tr>
             <th width="25%" >家庭住址</th>
             <td width="25%" >${usermessage1.address}</td>
             <th width="25%" >电子邮件</th>
             <td width="25%" >${usermessage1.email}</td>
            </tr>
            <tr>
             <th width="25%" >个人简历</th>
             <td width="25%" >${usermessage1.personinfo}</td>
             <th width="25%" >备注</th>
             <td width="25%" >${usermessage1.others}</td>
            </tr>            
          </table>
         </td>
         <td valign="top" align="right">
         	<table width="130" height="520" border="1" align="left" cellpadding="0"cellspacing="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 + -