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

📄 selfinfoxg.jsp

📁 华东粮油电子交易市场网站源码华东粮油电子交易市场网站源码华东粮油电子交易市场网站源码
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%@ include file="/inc/pv/user.jsp"%>
<%@ include file="/inc/public/msg.jsp"%>
<%
	String strOfficeStyle = site.bean.SitePara.strVirtualName + "/member/" + igec.util.CookieUtil.getCookieValue(request,site.bean.SitePara.strCookieUserTheme,"stand");
	 
	site.bean.MebSelfInfoObj info = (site.bean.MebSelfInfoObj)request.getAttribute("info");
	if(info==null || igec.util.Tool.IsEmpty(info.getId())){		
		response.sendRedirect(site.bean.SitePara.strVirtualName + "/member/selfinfo.do?action=add&iid=" + strMenuId);
		return;
	}	
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<title> 会员办公室--<%=site.bean.SitePara.strWebTitle%> </title>
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/clear.jsp"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/public.js"></script> 
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/check.js"></script>
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/xmlhttp.js"></script>
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/CalendarDlg.js"></script>
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/content.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/tree.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/mainframe.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/css.css" type="text/css" />
<script type="text/javascript" src="<%=site.bean.SitePara.strVirtualName%>/member/js/tree.jsp?baseurl=<%=strOfficeStyle%>"></script> 
<link rel="shortcut icon" href="<%=site.bean.SitePara.strVirtualName%>/favicon.ico">
<style type="text/css">
<!--
.STYLE1 {
	font-size: 12px;
	color: #5d5d5d;
}
-->
</style>
</head>  
  <body>
<%@ include file="../top.jsp"%>
    <div  id="screen">
		<!--content-->
		<div id="contentfloat">
		  <div id="content"> 
 <%if(info!=null&&info.getRealname()!=null&&!info.getRealname().equals("")){%>
<form  name="myform" id="myform" action="<%=site.bean.SitePara.strVirtualName%>/member/selfinfo.do?iid=<%=strMenuId%>&action=update" onsubmit="return CheckForm(this);" target="ifrTarget"  method="post">
<input type="hidden" name="id" id="id" value="<%=info.getId()%>" />
<input type="hidden" name="xxjlid" id="xxjlid" value="<%=info.getXxjlid()%>" />
<input type="hidden" name="gzjlid" id="gzjlid" value="<%=info.getGzjlid()%>" />
<input type="hidden" name="zwjs" id="zwjs" value="<%=info.getZwjs()%>" />
<div class="TableContenttop"><img src="images/bg_fd790d.gif" width="5" height="2" /></div>

<table  width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="border1" >
    <tr bgcolor="#FFFFFF">
      <td height="50"  class="TableContentTitle2">管理个人简历</td>
    </tr>
   
    <tr bgcolor="#FFFFFF" style="display:none">
      <td height="30" valign="middle"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="1" class=tx_box>
        <tr>
          <td height="30" class=tx_title> 友情提示:</td> 
          </tr>
        <tr>
          <td  class=tx_content> 请认真填写个人资料,保证信息的准确和完整。</td>
        </tr>
      </table></td>
    </tr>
    <tr bgcolor="#FFFFFF">
      <td width="100%" height="110" valign="top" >
	  <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" >
	   <tr>
	     <td colspan="4" align="left"  >
	       <table width="90%" border="0" cellspacing="0" cellpadding="0">
             <tr>
               <td width="15%" class="TableContentTitle"><img src="<%=strOfficeStyle%>/images/geren.gif" width="25" height="25" align="absmiddle" />基本资料</td>
               <td width="85%" class="TableContent_little_Title">*为必添项</td>
             </tr>
           </table></td>
		</tr>
        <tr>
          <td height="1" colspan="4" align="right" bgcolor="#dddddd"></td>
          </tr>
        <tr>
          <td height="30" align="right">真实姓名:&nbsp;</td>
          <td  height="30">&nbsp;
            <input type="text" name="realname"  id="realname" maxlength=20 minLength=1  value="<%=info.getRealname()%>" EmptyDisable  label="真实姓名"/>
            <font color="ff0000"> * </font> </td><td height="30" align="right">年 龄:&nbsp;</td>
             <td  height="30"> &nbsp;            
              <input type="text" name="age"    value="<%=info.getAge()%>"  id="age" maxlength=10 minLength=1  EmptyDisable  label="年 龄"/>
              <font color="ff0000"> * </font> </td>
        </tr>
        <tr>
          <td height="30" align="right">性 别:&nbsp;</td>
          <td height="30">&nbsp;
		  <select name="sex" id="sex" EmptyDisable  label="性别">
		  <%if(info.getSex().equals("1")){%>
		  <option value="0" >男</option>
		  <option value="1" selected >女</option> 
          <%}else {%>
		  <option value="0" selected>男</option>
		  <option value="1" >女</option> 
		  <%}%>
          </select>
		  <font color="ff0000"> * </font></td>
		   <td height="30" align="right"> 身 高:&nbsp;</td>
           <td height="30"> &nbsp;            
              <input type="text" name="sg"  id="sg" value="<%=info.getSg()%>"   maxlength=10 minLength=1  EmptyDisable  label="身高"/>
              <font color="ff0000"> *</font> </td>
        </tr>
		 <tr>
          <td height="30" align="right">婚姻状况:&nbsp;</td>
          <td height="30"> &nbsp;
            <input type="text" name="hyzk"  id="hyzk"  value="<%=info.getHyzk()%>"   maxlength=10 minLength=1  EmptyDisable  label="婚姻状况"/>
            <font color="ff0000"> * </font></td>
			 <td height="30" align="right">籍贯:&nbsp;</td>
          <td  height="30"> &nbsp;            
              <input type="text" name="jg"  id="jg" value="<%=info.getJg()%>"   maxlength=50 minLength=1  EmptyDisable  label="籍贯"/>
              <font color="ff0000"> * </font> </td>
        </tr>
        <tr>
          <td height="30" align="right">身份证号码:&nbsp;</td>
          <td height="30"> &nbsp;
             <input type="text" name="sfzh"  id="sfzh" maxlength=20 minLength=1  value="<%=info.getSfzh()%>"   EmptyDisable  label="身份证号码"/>
             <font color="ff0000"> * </font></td>
			  <td height="30" align="right">最高学历:&nbsp;</td>
          <td  height="30"> &nbsp;            
              <input type="text" name="zgxl"  id="zgxl" value="<%=info.getZgxl()%>"   maxlength=10 minLength=1  EmptyDisable  label="最高学历"/>
              <font color="ff0000"> * </font> </td>
        </tr>
		<tr>
          <td height="30" align="right" >毕业院校:&nbsp;</td>
          <td height="30"> &nbsp;
             <input type="text" name="byyx"  id="byyx" maxlength=50 minLength=1 value="<%=info.getByyx()%>"     EmptyDisable  label="毕业院校"/>
             <font color="ff0000"> * </font></td>
			  <td height="30" align="right" >所学专业:&nbsp;</td>
          <td  height="30"> &nbsp;  
               <select name="sxzy" id="sxzy"  EmptyDisable  label="所学专业">
                <option value="">请选择专业</option>
                <script src="<%=site.bean.SitePara.strVirtualName%>/static/js/major.js"></script>
               </select>
              
              <font color="ff0000"> * </font> </td>
        </tr>
      <tr>
         <td height="30" align="right" >工作职位:&nbsp;</td>
		       <td  height="30" bgcolor="#FFFFFF"> &nbsp; 
              <input type="text" name="jobseat"  id="jobseat" maxlength=15 minLength=1  value="<%=info.getJobseat()%>"   EmptyDisable  label="工作职位"/><font color="ff0000"> * </font>            </td>
          <td height="30" align="right" >工作年限:&nbsp;</td>
          <td height="30" > &nbsp;
             <input type="text" name="workyear"  id="workyear" maxlength=2 minLength=1 value="<%=info.getWorkyear()%>" onkeyup="this.value=this.value.replace(/[\D]/,'');" EmptyDisable  label="工作年限"/>年<font color="ff0000"> * </font></td>
			  
        </tr>
        <tr>
        <td height="30" align="right" >工作性质:&nbsp;</td>
          <td  height="30" bgcolor="#FFFFFF" colspan="3"> &nbsp;
          <select name="jobtype"  id="jobtype"  EmptyDisable  label="工作性质">
             <%if("0".equals(info.getJobtype())){%>
             <option value="0" selected>全职</option>
             <option value="1">兼职</option>
            <%} else {%>
             <option value="0">全职</option>
             <option value="1"  selected>兼职</option> 
            <%}%> 
          </select><font color="ff0000"> * </font>          </td>
        </tr>   
        
		<tr>
		  <td colspan="4" height="35">&nbsp;&nbsp;
		    <table width="90%" border="0" cellspacing="0" cellpadding="0">
             <tr>
               <td width="15%" class="TableContentTitle"><img src="<%=strOfficeStyle%>/images/QQ.gif" width="25" height="25" align="absmiddle" /> 联系方式</td>
               <td width="85%" class="TableContent_little_Title">*为必添项</td>
             </tr>
           </table></td>
		</tr>
		 		
        <tr>
          <td height="1" colspan="4" align="right" bgcolor="#dddddd"></td>
          </tr>
		 <tr>
		   <td height="13" align="right" >&nbsp;</td>
		   <td  height="13" >&nbsp;</td>
		   <td height="13" align="right" >&nbsp;</td>
		   <td height="13" >&nbsp;</td>
		   </tr>
		 <tr>
		   <td height="30" align="right">联系电话:&nbsp;</td>
          <td  height="30"> &nbsp;            
              <input type="text" name="linktel"  id="linktel" value="<%=info.getLinktel()%>"   maxlength=30 minLength=1  EmptyDisable  label="联系电话"/>
              <font color="ff0000"> * </font> </td>
          <td height="30" align="right">EMAIL:&nbsp;</td>
          <td height="30"> &nbsp;
           <input type="text" name="email" id="email" value="<%=info.getEmail()%>"   maxlength=50 minLength=0     label="EMAIL"/>
           <font color="ff0000"> * </font></td> 
        </tr>

⌨️ 快捷键说明

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