📄 job_resume.htm
字号:
<th>民族:</th>
<td><!--{eval echo $nationalitys[$list[nationality]];}--></td>
</tr>
<!--{/if}-->
<!--{if !empty($list[birthprovince]) && !empty($list[birthcity])}-->
<tr>
<th>籍贯:</th>
<td>{$list[birthprovince]}{$list[birthcity]}</td>
</tr>
<!--{/if}-->
<!--{if !empty($list[resideprovince]) && !empty($list[residecity])}-->
<tr>
<th>居住:</th>
<td>{$list[resideprovince]}{$list[residecity]}</td>
</tr>
<!--{/if}-->
<!--{if !empty($list[edudegree])}-->
<tr>
<th>学历:</th>
<td><!--{eval echo $edudegrees[$list[edudegree]];}--></td>
</tr>
<!--{/if}-->
<!--{if !empty($list[school])}-->
<tr>
<th>毕业学校:</th>
<td>{$list[school]}</td>
</tr>
<!--{/if}-->
<!--{if !empty($list[email])}-->
<tr>
<th>邮箱:</th>
<td>{$list[email]}</td>
</tr>
<!--{/if}-->
<!--{if !empty($list[blogurl])}-->
<tr>
<th>博客:</th>
<td><a href="{$list[blogurl]}" target="_blank">{$list[blogurl]}</a></td>
</tr>
<!--{/if}-->
<!--{if !empty($list[homepageurl])}-->
<tr>
<th>主页:</th>
<td><a href="{$list[homepageurl]}" target="_blank">{$list[homepageurl]}</a></td>
</tr>
<!--{/if}-->
<!--{if !empty($list[address])}-->
<tr>
<th>联系地址:</th>
<td>{$list[address]} {$list[postcode]}</td>
</tr>
<!--{/if}-->
<!--{if !empty($list[description])}-->
<tr>
<th>个人说明:</th>
<td>{$list[description]}</td>
</tr>
<!--{/if}-->
</table>
</div>
<div style="clear:both;"></div>
</div>
<div class="box">
<h3>工作状态及求职意向</h3>
<div class="box_action">
<p>当前的工作状态以及求职意向</p>
<!--{if $list[uid] == $space[uid]}-->
<p class="action"><a href="job.php?ac=resume&op=edit&selectField=2">编辑求职意向</a></p>
<!--{/if}-->
</div>
<div class="box_content">
<table cellspacing="1" cellpadding="2" class="infotable">
<tr>
<th>当前行业:</th>
<td>
<span id="span_industry"></span><br /><span id="span_subindustry"></span>
<script language="javascript" type="text/javascript" src="job/script_job.js"></script>
<script type="text/javascript">
<!--
showjobs('span_industry', {$_SGLOBAL['timestamp']}, 'industry', '{$list[industry]}');
showjobs2('span_subindustry', {$_SGLOBAL['timestamp']}, 'subindustry', '{$list[subindustry]}');
//-->
</script>
</td>
</tr>
<tr>
<th>当前职能:</th>
<td>
<span id="span_position"></span><br /><span id="span_subposition"></span>
<script type="text/javascript">
<!--
showjobs('span_position',{$_SGLOBAL['timestamp']}, 'position', '{$list[position]}');
showjobs2('span_subposition',{$_SGLOBAL['timestamp']}, 'subposition', '{$list[subposition]}');
//-->
</script>
</td>
</tr>
<tr>
<th>海外经验:</th>
<td><!--{if $list[hasoverseas]==1}-->有海外工作经验<!--{else}-->无海外工作经验<!--{/if}--></td>
</tr>
<tr>
<th>求职类型:</th>
<td><!--{eval echo $hopejobtypes[$list[hopejobtype]];}--></td>
</tr>
<!--{if $list[hopesubindustry]}-->
<tr>
<th>期望行业:</th>
<td id="showHopesubindustryList">
<script type="text/javascript">
showHopesubindustryList('{$list[hopesubindustry]}');
function showHopesubindustryList(str)
{
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;
var chhtml=jsJobArray['subindustry'][arri][arrn].split(',');
showhtml+=i+1+'. '+chhtml[1]+'<br />';
}
$('showHopesubindustryList').innerHTML = showhtml;
}
</script>
</td>
</tr>
<!--{/if}-->
<!--{if $list[hopesubposition]}-->
<tr>
<th> </th>
<td> </td>
</tr>
<tr>
<th>期望职能:</th>
<td id="showHopesubpositionList">
<script type="text/javascript">
showHopesubpositionList('{$list[hopesubposition]}');
function showHopesubpositionList(str)
{
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;
var chhtml=jsJobArray['subposition'][arri][arrn].split(',');
showhtml+=i+1+'. '+chhtml[1]+'<br />';
}
$('showHopesubpositionList').innerHTML = showhtml;
}
</script>
</td>
</tr>
<!--{/if}-->
<tr>
<th>期望城市:</th>
<td>
<!--{if !empty($list[hopeprovince1]) && !empty($list[hopecity1])}-->第一城市:{$list[hopeprovince1]} {$list[hopecity1]}<br /><!--{/if}-->
<!--{if !empty($list[hopeprovince2]) && !empty($list[hopecity2])}-->第二城市:{$list[hopeprovince2]} {$list[hopecity2]}<br /><!--{/if}-->
<!--{if !empty($list[hopeprovince3]) && !empty($list[hopecity3])}-->第三城市:{$list[hopeprovince3]} {$list[hopecity3]}<!--{/if}-->
</td>
</tr>
<tr>
<th>语言能力:</th>
<td>
<!--{if !empty($list[language1]) && !empty($list[language1level])}-->
第一语言:<!--{eval echo $languages[$list[language1]];}--> <!--{eval echo $languagelevels[$list[language1level]];}--><br />
<!--{/if}-->
<!--{if !empty($list[language2]) && !empty($list[language2level])}-->
第二语言:<!--{eval echo $languages[$list[language2]];}--> <!--{eval echo $languagelevels[$list[language2level]];}--><br />
<!--{/if}-->
<!--{if !empty($list[language3]) && !empty($list[language3level])}-->
第三语言:<!--{eval echo $languages[$list[language3]];}--> <!--{eval echo $languagelevels[$list[language3level]];}--><br />
<!--{/if}-->
</td>
</tr>
<tr>
<th>期望薪水:</th>
<td><!--{eval echo $emoluments[$list[hopeemolument]];}--> (<!--{eval echo $hopeemolumenttypes[$list[hopeemolumenttype]];}-->)</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div style="clear:both;"></div>
<!--{if $studys}-->
<div class="r_content">
<div class="box">
<h3>教育背景</h3>
<div class="box_action">
<p>以下列表显示个人的教育背景</p>
<!--{if $list[uid] == $space[uid]}-->
<p class="action"><a href="job.php?ac=resume&op=edit&selectField=3">编辑教育背景</a></p>
<!--{/if}-->
</div>
<div class="box_content" style="padding:6px 0px;">
<table cellspacing="1" cellpadding="2" class="infotable" style="width:100%;">
<tr style="background:#DEDEDE;font-weight:bold;">
<td width="28"> </td>
<td width="128"><strong>时间</strong></td>
<td><strong>学校</strong></td>
<td width="120" style="text-align:center;"><strong>学历</strong></td>
<td width="24"> </td>
</tr>
<!--{loop $studys $keys $value}-->
<tr style="background:#efefef;">
<td style="text-align:center;"><!--{eval echo $keys = $keys + 1;}--></td>
<td>{$value[beginyear]}-{$value[beginmonth]} 至
<!--{if $value[finishyear] == '0'}-->今<!--{else}--> {$value[finishyear]}<!--{if $value[finishmonth] != '0'}-->-{$value[finishmonth]}<!--{/if}--><!--{/if}--></td>
<td>{$value[school]}</td>
<td style="text-align:center;"><!--{eval echo $edudegrees[$value[edudegree]];}--></td>
<td> </td>
</tr>
<!--{if $value['major']}-->
<tr class="rowline">
<td> </td>
<td colspan="4"><strong>所属专业:</strong>
<span id="span_major_{$keys}"></span>
<!--{if $value['submajor']}-->【<span id="span_submajor_{$keys}"></span>】<!--{/if}-->
<script type="text/javascript">
<!--
showjobs('span_major_{$keys}', {$_SGLOBAL['timestamp']}, 'major', '{$value[major]}');
<!--{if $value['submajor']}-->
showjobs2('span_submajor_{$keys}', {$_SGLOBAL['timestamp']}, 'submajor', '{$value[submajor]}');
<!--{/if}-->
//-->
</script>
</td>
</tr>
<!--{/if}-->
<!--{/loop}-->
</table>
</div>
</div>
</div>
<!--{/if}-->
<!--{if $works}-->
<div class="r_content">
<div class="box">
<h3>工作经历</h3>
<div class="box_action">
<p>以下列表显示个人的工作经历</p>
<!--{if $list[uid] == $space[uid]}-->
<p class="action"><a href="job.php?ac=resume&op=edit&selectField=4">编辑工作经历</a></p>
<!--{/if}-->
</div>
<div class="box_content" style="padding:6px 0px;">
<table cellspacing="1" cellpadding="2" class="infotable" style="width:100%;">
<tr style="background:#DEDEDE;font-weight:bold;">
<td width="28"> </td>
<td width="128"><strong>时间</strong></td>
<td><strong>公司</strong></td>
<td width="120" style="text-align:center;"><strong>部门</strong></td>
<td width="24"> </td>
</tr>
<!--{loop $works $key $values}-->
<tr style="background:#efefef;">
<td align="center"><!--{eval echo $key = $key + 1;}--></td>
<td>{$values[beginyear]}-{$values[beginmonth]} 至
<!--{if $values[finishyear] == '0'}-->今<!--{else}--> {$values[finishyear]}<!--{if $values[finishmonth] != '0'}-->-{$values[finishmonth]}<!--{/if}--><!--{/if}--></td>
<td>{$values[company]}</td>
<td>{$values[department]}</td>
<td> </td>
</tr>
<!--{if $values['industry']}-->
<tr>
<td> </td>
<td colspan="4"><strong>所属行业:</strong>
<span id="span_industry_{$key}"></span>
<!--{if $values['subindustry']}-->【<span id="span_subindustry_{$key}"></span>】<!--{/if}-->
<script language="javascript" type="text/javascript" src="job/script_job.js"></script>
<script type="text/javascript">
<!--
showjobs('span_industry_{$key}', {$_SGLOBAL['timestamp']}, 'industry', '{$values[industry]}');
<!--{if $values['subindustry']}-->
showjobs2('span_subindustry_{$key}', {$_SGLOBAL['timestamp']}, 'subindustry', '{$values[subindustry]}');
<!--{/if}-->
//-->
</script>
</td>
</tr>
<!--{/if}-->
<!--{if $values['position']}-->
<tr class="rowline">
<td> </td>
<td colspan="4"><strong>工作职能:</strong>
<span id="span_position_{$key}"></span>
<!--{if $values['subposition']}-->【<span id="span_subposition_{$key}"></span>】<!--{/if}-->
<script type="text/javascript">
<!--
showjobs('span_position_{$key}',{$_SGLOBAL['timestamp']}, 'position', '{$values[position]}');
<!--{if $values['subposition']}-->
showjobs2('span_subposition_{$key}',{$_SGLOBAL['timestamp']}, 'subposition', '{$values[subposition]}');
<!--{/if}-->
//-->
</script>
</td>
</tr>
<!--{/if}-->
<!--{/loop}-->
</table>
</div>
</div>
</div>
<!--{/if}-->
<!--{if $list[customresume]}-->
<div class="r_content">
<div class="box">
<h3>自定义简历</h3>
<div class="box_action">
<p>以下为自定义简历内容</p>
<!--{if $list[uid] == $space[uid]}-->
<p class="action"><a href="job.php?ac=resume&op=edit&selectField=5">编辑自定义简历</a></p>
<!--{/if}-->
</div>
<div class="box_content" style="padding:9px;">{$list[customresume]}</div>
</div>
</div>
<!--{/if}-->
</div>
<!--{/if}-->
<!--{template job_script}-->
<!--{template footer}-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -