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

📄 userimamanage.jsp

📁 仿招聘网站 SSH框架 ajax功能
💻 JSP
字号:
<%@ page language="java" import="java.util.*,com.chinahr.pojo.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
    
    <title>My JSP 'UserImaManage.jsp' starting page</title>
    
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">    
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<!--
	<link rel="stylesheet" type="text/css" href="styles.css">
	-->

  </head>
  
  <body>
    <p><img src="/ChinaHR/images/PersonInfo/logo.gif" width="101" height="29" />
  <img src="/ChinaHR/images/PersonInfo//mychinahr.gif" width="93" height="31" /></p>
<p>&nbsp;</p><div id="Layer1" style="top: 11px; left: 753px;">
  <style type="text/css">
#Layer1 {
	position:absolute;
	width:220px;
	height:36px;
	z-index:1;
	left: 540px;
	top: 15px;
}
</style>
  
  <%UserInd userinfo=(UserInd)session.getAttribute("userinfo"); %>
  <h3><%=userinfo.getLoginId() %>:您好|退出</h3>
</div>
<div style="background-color: aqua">
<table width="748" border="0" height="28">
  <tr>
    
    <td><a href="">我的简历|</a></td>
    <td><a href="">职位订阅|</a></td>
    <td><a href="">我的工作|</a></td>
    <td><a href="">求职信|</a></td>
    <td><a href="">找工作|</a></td>
    <td><a href="doperson.do?o=toPersonInfoPage">个人资料|</a></td>
    <td><a href="">职业指导|</a></td>
    <td><a href="">我的个人空间|</a></td>
  </tr>
 
</table>
</div>
 <hr color="#66CCCC"/>
<h1>个人资料:</h1>
<p><strong><a href="/ChinaHR/PersonServer/PersonInfo.jsp">基本信息</a></strong> <strong><a href="http://my.chinahr.com/Account/Photo.aspx">照片管理</a></strong> <strong><a href="/ChinaHR/PersonServer/UpdatePassword.jsp">修改密码</a></strong> <strong><a href="/ChinaHR/PersonServer/UpdateEmail.jsp">修改邮箱</a></strong> <strong><a href="http://my.chinahr.com/Account/BlogSet.aspx">公开个人空间</a></strong> <strong><a href="http://my.chinahr.com/Account/MailSubscibe.aspx">邮件订阅</a></strong></p><p>
<h3 style="color: red">照片</h3>
<form action="doperson.do?o=uploadimg" enctype="multipart/form-data" method="post" name=form1>
<table width="773" border="1">
  <tr>
    <td>选择照片</td>
    <td>预览照片</td>
  </tr>
  <tr>
    <td><label><input type="file" name="file" onpropertychange="if(event.propertyName=='value') preview.src=file.value.replace(/\\/g,'/')"
    /></label></td>
    <td><label><img name=preview id=preview/></label></td>
  </tr>
  <tr>
    <td colspan="2"><label>
      <input type="submit" name="Submit" value="保存">
      <input type="button" name="Submit2" value="取消">
    </label></td>
  </tr>
</table>
</form>

 <DIV class=link ><A 
href="http://www.chinahr.com/pub/bottommenu/aboutus.asp?clickbutton=1" 
target=_blank>中华英才网简介</A> | <A 
href="http://www.chinahr.com/pub/bottommenu/service4empl.asp?clickbutton=3" 
target=_blank>我们的服务</A> | <A 
href="http://www.chinahr.com/pub/bottommenu/pressrelease.asp?clickbutton=1" 
target=_blank>媒体关注</A> | <A 
href="http://www.chinahr.com/pub/bottommenu/comments/feedback.asp?clickbutton=1" 
target=_blank>用户反馈</A> | <A 
href="http://www.chinahr.com/pub/bottommenu/joinus.asp?clickbutton=1" 
target=_blank>本网招聘</A> | <A 
href="http://www.chinahr.com/pub/bottommenu/announce.asp?clickbutton=1" 
target=_blank>网站声明</A> | <A 
href="http://www.chinahr.com/pub/bottommenu/contactinfo.asp?clickbutton=2" 
target=_blank>联系我们</A> | <A 
href="http://www.chinahr.com/pub/bottommenu/comradeship.asp?clickbutton=1" 
target=_blank>合作伙伴</A></DIV>
<P class=icp1>本网站之所有招聘信息及作品,未经书面授权不得转载。<BR>中华英才网 &copy; 版权所有 <A 
href="http://www.miibeian.gov.cn/" target=_blank>ICP经营许可证编号 京ICP证000065号</A></P>
<SCRIPT language=javascript 
src="修改E-mail——求职 招聘 中华英才网!.files/tracker.js"></SCRIPT>

  </body>
</html>

⌨️ 快捷键说明

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