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

📄 job_resume.htm

📁 UCH求职招聘插件。 1.个人简历发布(可设置简历状态隐私
💻 HTM
📖 第 1 页 / 共 3 页
字号:
<!--{template header}-->
<!--{template job_header}-->
<div class="h_status">
	<!--{if $_GET[op] == 'edit'}-->简历向导<!--{else}--><!--{if $list[uid] == $space[uid]}--><span class="r_option"><a href="job.php?ac=resume&op=edit">编辑个人简历</a></span><!--{/if}-->个人简历<!--{/if}-->
</div>
<!--{if $_GET[op] == 'edit' && $_GET[ac] == 'resume'}-->
<div class="side_right s_clear">
	<div class="wide">	
		<form method="POST" id="form_main" name="form_main" onSubmit="edit_save()">
		<div id="div_field_0">
			
			<table cellspacing="0" cellpadding="0" class="formtable">
				<caption>
					<h2>第一步:填写简历基本信息</h2>
				</caption>
				<tr>
					<td width="80">简历名称:</td>
					<td><input type="text" class="t_input" name="resumetitle" value="$list['resumetitle']" size="32" /></td>
				</tr>
				<tr>
					<td>工作经验:</td>
					<td>						
						<input type="radio" name="hasexperience" value="1"$hasexperiencearr[1] />有工作经验
						<input type="radio" name="hasexperience" value="0"$hasexperiencearr[0] />没有工作经验(学生或应届毕业生)						
					</td>
				</tr>
				<tr>
					<td>求职状态:</td>
					<td>
						<select name="workstatus">
							$workstatushtml
						</select>
					</td>
				</tr>
				<tr>
					<td>简历状态:</td>
					<td>
						<select name="resumestatus">
							$resumestatushtml
						</select>
					</td>
				</tr>
				</table>
		</div>
		<div id="div_field_1">
			<table cellspacing="0" cellpadding="0" class="formtable">
				<caption>
					<h2>第二步:填写个人基本信息</h2>
				</caption>
				<tr>
					<td width="80">姓名:</td>
					<td><input type="text" class="t_input" name="name" value="<!--{if $list['name']}-->{$list['name']}<!--{else}-->{$space['name']}<!--{/if}-->" size="16" /></td>
				</tr>
				<tr>
					<td>Email:</td>
					<td><input type="text" class="t_input" name="email" value="<!--{if $list['email']}-->{$list['email']}<!--{else}-->{$space['email']}<!--{/if}-->" /></td>
				</tr>				
				<tr>
					<td>性别:</td>
					<td>
					<!--{if empty($space[sex])}-->
						<label for="sexm"><input id="sexm" type="radio" value="1" name="sex"$sexarr[1] />男</label> 
						<label for="sexw"><input id="sexw" type="radio" value="2" name="sex"$sexarr[2] />女</label>						
					<!--{else}-->
						<!--{if $space[sex]==1}-->男<!--{else}-->女<!--{/if}-->
					<!--{/if}-->
					</td>
				</tr>
				<tr>
					<td>婚恋状态:</td>
					<td>
						<select id="marry" name="marry">
							<option value="0">无</option>
							<option value="1"$marryarr[1]>单身</option>
							<option value="2"$marryarr[2]>非单身</option>
						</select>
					</td>
				</tr>				
				<tr>
					<td>生日:</td>
					<td>
						<select id="birthyear" name="birthyear">
							<option value="0">无</option>
							$birthyeayhtml
						</select> 年 
						<select id="birthmonth" name="birthmonth">
							<option value="0">无</option>
							$birthmonthhtml
						</select> 月 
						<select id="birthday" name="birthday">
							<option value="0">无</option>
							$birthdayhtml
						</select> 日
					</td>
				</tr>
				<tr>
					<td>血型:</td>
					<td>
						<select id="blood" name="blood">
							<option value="">保密</option>
							$bloodhtml
						</select>
					</td>
				</tr>
				<tr>
					<td>出生地:</td>
					<td>
					<script type="text/javascript" src="source/script_city.js"></script>
					<!--{if $list[birthprovince] && $list[birthcity]}-->
					<script type="text/javascript">
					<!--
					showprovince('birthprovince', 'birthcity', '$list[birthprovince]');
					showcity('birthcity', '$list[birthcity]', 'birthprovince');
					
					//-->
					</script>
					<!--{else}-->
					<script type="text/javascript">
					<!--
					showprovince('birthprovince', 'birthcity', '$space[birthprovince]');
					showcity('birthcity', '$space[birthcity]', 'birthprovince');
					
					//-->
					</script>
					<!--{/if}-->
					</td>
				</tr>
				<tr>
					<td>居住地:</td>
					<td>
					<!--{if $list[resideprovince] && $list[residecity]}-->
					<script type="text/javascript">
					<!--
					showprovince('resideprovince', 'residecity', '$list[resideprovince]');
					showcity('residecity', '$list[residecity]', 'resideprovince');
					//-->
					</script>
					<!--{else}-->
					<script type="text/javascript">
					<!--
					showprovince('resideprovince', 'residecity', '$space[resideprovince]');
					showcity('residecity', '$space[residecity]', 'resideprovince');
					//-->
					</script>
					<!--{/if}-->
					</td>
				</tr>				
				<tr>
					<td>国家或地区:</td>
					<td>
						<select name="area">
							$areahtml
						</select>
					</td>
				</tr>
				<tr>
					<td>民族:</td>
					<td>
						<select name="nationality">
							$nationalityhtml						
						</select>
					</td>
				</tr>
				<tr>
					<td>政治面貌:</td>
					<td>
						<select name="politicsstatus">
							$politicsstatushtml
						</select>
					</td>
				</tr>
				<tr>
					<td>户口所在地:</td>
					<td>
					<script type="text/javascript">
					<!--
					showprovince('censusprovince', 'censuscity', '$list[censusprovince]');
					showcity('censuscity', '$list[censuscity]', 'censusprovince');
					//-->
					</script>					
					</td>
				</tr>
				<tr>
					<td>证件类型:</td>
					<td>
					<select name="idcardtype">
						$idcardtypehtml
					</select>
					<input type="text" class="t_input" name="idcard" value="$list[idcard]" style="width:155px;" />
					</td>
				</tr>
				<tr>
					<td>教育程度:</td>
					<td>
					<select name="edudegree">
						$edudegreehtml
					</select>
					</td>
				</tr>
				<tr>
					<td>毕业院校:</td>
					<td><input type="text" class="t_input" name="school" value="$list[school]" style="width:240px;" /></td>
				</tr>
				<tr>
					<td>目前年薪:</td>
					<td>
						<select name="emolumenttype">
							$emolumenttypehtml
						</select>
						<select name="emolument">
							$emolumenthtml
						</select>
					</td>
				</tr>
				<tr>
					<td>工作年限:</td>
					<td>
						<select name="seniority">
							$seniorityhtml
						</select>
					</td>
				</tr>
				<tr>
					<td>联系方式:</td>
					<td>
					<select name="contacttype">
						$contacttypehtml
					</select>
					</td>
				</tr>
				<tr>
					<td>手机:</td>
					<td><input type="text" class="t_input" name="mophone" value="$list[mophone]" /></td>
				</tr>
				<tr>
					<td>家庭电话:</td>
					<td><input type="text" class="t_input" name="homephone" value="$list[homephone]" /></td>
				</tr>
				<tr>
					<td>公司电话:</td>
					<td><input type="text" class="t_input" name="officephone" value="$list[officephone]" /></td>
				</tr>
				<tr>
					<td>地址:</td>
					<td><input type="text" class="t_input" name="address" value="$list[address]" style="width:240px;" /></td>
				</tr>
				<tr>
					<td>邮编:</td>
					<td><input type="text" class="t_input" name="postcode" value="$list[postcode]" size="8" /></td>
				</tr>
				<tr>
					<td>博客地址:</td>
					<td><input type="text" class="t_input" name="blogurl" value="$list[blogurl]" style="width:240px;" /></td>
				</tr>
				<tr>
					<td>个人主页:</td>
					<td><input type="text" class="t_input" name="homepageurl" value="$list[homepageurl]" style="width:240px;" /></td>
				</tr>
				<tr>
				<td>自我评价:</td>
				<td>
				<textarea id="description" name="description" rows="6" cols="70">$list[description]</textarea>
				</td>
				</tr>
				</table>
		</div>
		<div id="div_field_2">
			<table cellspacing="0" cellpadding="0" class="formtable">
				<caption>
					<h2>第三步:填写求职意向</h2>
				</caption>
				<tr>
					<td width="98">工作类型:</td>
					<td>
						<select name="hopejobtype">
							$hopejobtypehtml
						</select>
					</td>
				</tr>
				<tr>
					<td>海外工作经验:</td>
					<td><input type="radio" name="hasoverseas" value="1" $hasoverseasarr[1] />有海外工作经验
						<input type="radio" name="hasoverseas" value="0" $hasoverseasarr[0] />没有海外工作经验
					</td>
				</tr>
				<tr>
					<td>当前工作行业:</td>
					<td>
						<span id="span_industry_{$_SGLOBAL['timestamp']}"></span><span id="span_subindustry_{$_SGLOBAL['timestamp']}"></span>
						<script language="javascript" type="text/javascript" src="job/script_job.js"></script>
						<script type="text/javascript">
						<!--
						showjsJobMainSelect('span_industry_{$_SGLOBAL['timestamp']}', {$_SGLOBAL['timestamp']}, 'industry', 'subindustry', 'industry', 'subindustry', '{$list[industry]}');
						showjsJobSubSelect('span_subindustry_{$_SGLOBAL['timestamp']}', {$_SGLOBAL['timestamp']}, 'subindustry', 'subindustry', '{$list[subindustry]}', '');
						//-->
						</script>
					</td>
				</tr>
				<tr>
					<td>当前工作职能:</td>
					<td>
						<span id="span_position_{$_SGLOBAL['timestamp']}"></span><span id="span_subposition_{$_SGLOBAL['timestamp']}"></span>
						<script type="text/javascript">
						<!--
						showjsJobMainSelect('span_position_{$_SGLOBAL['timestamp']}', {$_SGLOBAL['timestamp']}, 'position', 'subposition', 'position', 'subposition', '{$list[position]}');
						showjsJobSubSelect('span_subposition_{$_SGLOBAL['timestamp']}', {$_SGLOBAL['timestamp']}, 'subposition', 'subposition', '{$list[subposition]}', '');
						//-->
						</script>
					</td>
				</tr>
				<tr>
					<td valign="top" style="padding-top:12px;">意向工作行业:</td>
					<td>
						<div class="resultBox">
							<div class="tit bgc_eee"><h2>您已选择的意向行业</h2></div> 
							<div class="cont" id="div_industry_SureItems">
							<!--{if $list[hopesubindustry]}-->
								<script type="text/javascript">
								showHopesubindustryList('{$list[hopesubindustry]}');
								function showHopesubindustryList(str)
								{
									if(str==null) return 1;
									var str=str;
									var arrshow=str.split(',');
									var showhtml='';
									for(var i=0;i<arrshow.length;i++)
									{
										var arri=arrshow[i].slice(0,2);
										var arrn=arrshow[i].slice(2,2)+1;

⌨️ 快捷键说明

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