?? job_jobs.htm
字號:
<!--{template header}-->
<!--{template job_header}-->
<div class="side_right s_clear">
<div class="wide">
<div class="box">
<h3>{$company[corptitle]}</h3>
<table cellspacing="0" cellpadding="0" class="contacttable">
<tr>
<td colspan="2"><strong>職位名稱:</strong><span style="color:#CC0000">{$list[title]} ({$list[pcount]}人)</span></td>
</tr>
<tr>
<td><strong>工作地點:</strong>{$list[jobprovince]} {$list[jobcity]}</td>
<td><strong>所屬部門:</strong>{$list[department]}</td>
</tr>
<tr>
<td><strong>所屬行業(yè):</strong><span id="span_industry"></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]}');
//-->
</script>
</td>
<td><strong>工作職能:</strong><span id="span_subposition"></span>
<script type="text/javascript">
<!--
showjobs2('span_subposition',{$_SGLOBAL['timestamp']}, 'subposition', '{$list[subposition]}');
//-->
</script>
</td>
</tr>
<tr>
<td><strong>工作類型:</strong><!--{eval echo $jobtypes[$list[jobtype]];}--></td>
<td><strong>學(xué)歷要求:</strong><!--{eval echo $edudegrees[$list[edudegree]];}--></td>
</tr>
<tr>
<td><strong>工作經(jīng)驗:</strong><!--{eval echo $senioritys[$list['seniority']];}--></td>
<td><strong>其他福利:</strong>{$list[subsidy]}</td>
</tr>
<tr>
<td><strong>發(fā)布時間:</strong><!--{date('Y-m-d',$list[dateline],1)}--></td>
<td><strong>終止時間:</strong><!--{eval echo date('Y-m-d',$list[dateline]+($list[days]*24*3600))}--></td>
</tr>
</table>
</div>
<div class="box">
<h3>聯(lián)系方式</h3>
<table cellspacing="0" cellpadding="0" class="contacttable">
<tr>
<td><strong>聯(lián)系人:</strong>{$list[jobcontact]}</td>
<td><strong>聯(lián)系電話:</strong>{$list[jobphone]}</td>
</tr>
<tr>
<td><strong>公司類型:</strong><!--{eval echo $corptypes[$company['corptype']];}--></td>
<td><strong>公司規(guī)模:</strong><!--{eval echo $corpsizes[$company['corpsize']];}--></td>
</tr>
<tr>
<td><strong>公司地點:</strong>{$company[corpprovince]} {$company[corpcity]}</td>
<td><strong>郵編號碼:</strong>{$company[corpzipcode]}</td>
</tr>
<tr>
<th colspan="2"><strong>聯(lián)系地址:</strong>{$company[corpaddress]}</td>
</tr>
</table>
</div>
<div class="box">
<h3>職位介紹</h3>
<table cellspacing="0" cellpadding="0" class="infotables">
<tr>
<td colspan="2">{$list[jobintro]}</td>
</tr>
</table>
</div>
</div>
<div class="narrow mtag_side">
<div class="box">
<ul class="emolument">
<li>薪酬范圍:<font color="red"><!--{eval echo $emoluments[$list['emolument']];}--></font></li>
<!--{if !empty($list['view'])}--><li><!--{/if}--><!--{if !empty($list['view'])}-->該工作已經(jīng)被瀏覽過 <font color="green"><b>{$list[view]}</b></font> 次<!--{/if}--><br />
<!--{if !empty($list['num'])}-->其中進行收藏的共有 <font color="blue"><b>{$list['num']}</b></font> 人<!--{/if}--><!--{if !empty($list['view'])}--></li><!--{/if}-->
</ul>
</div>
<div class="box">
<ul class="jobstab">
<!--{if ($list[dateline]+($list[days]*24*3600)) > $_SGLOBAL['timestamp']}-->
<li><a href="javascript:void(0)" onclick="job_window('addapply','{$list[id]}')">我要應(yīng)聘</a></li>
<!--{/if}-->
<li><a href="javascript:void(0)" onclick="job_window('addcollect','{$list[id]}')">我要收藏</a></li>
</ul>
</div>
<div class="box">
<h2 style="margin:0 8px 0; padding: 0 8px; background: #E5E5E5; line-height: 2em; font-weight: bold; text-align:center">公司介紹</h2>
<table cellspacing="0" cellpadding="0" class="infotables">
<tbody>
<tr>
<td>{$company[corpdescription]}</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!--{template job_script}-->
<!--{template footer}-->
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -