?? job_newjob.htm
字號:
<!--{template header}-->
<!--{template job_header}-->
<div class="h_status">
<span class="r_option"><a href="job.php?ac=company&op=edit">編輯公司信息</a></span>我招聘的信息
</div>
<div class="side_right s_clear">
<div class="wide">
<!--{if empty($_GET['op']) && empty($_GET['id'])}-->
<form id="editjobform" name="newjob" class="c_form" method="post" action="job.php?ac=newjob&op=post" onsubmit="edit_save();">
<div id="div_fields_0">
<table cellspacing="0" cellpadding="0" class="formtable">
<caption>
<h2>第一步:編輯招聘信息</h2>
</caption>
<tr>
<td width="80"><u>招聘名稱</u>:</td>
<td><input type="text" class="t_input" name="title" id="title" value="" size="32" /></td>
</tr>
<tr>
<td><u>招聘部門</u>:</td>
<td><input type="text" class="t_input" name="department" id="department" value="" size="32" /></td>
</tr>
<tr>
<td>招聘編號:</td>
<td><input type="text" class="t_input" name="number" id="number" value="" size="8" /></td>
</tr>
<tr>
<td>公司名稱:</td>
<td>
<select name="corpid" id="corpid">
<option value="{$company[id]}" selected>{$company[corptitle]}</option>
</select>
<input type="hidden" name="corptitle" value="{$company[corptitle]}" />
</td>
</tr>
<tr>
<td><u>工作類型</u>:</td>
<td>
<select name="jobtype" id="jobtype">
$jobtypehtml
</select>
</td>
</tr>
<tr>
<td><u>有效期</u>:</td>
<td>
<select name="days" id="days">
$dayshtml
</select>
</td>
</tr>
<tr>
<td><u>招聘人數</u>:</td>
<td><input type="text" class="t_input" name="pcount" id="pcount" value="" size="8" /> 人</td>
</tr>
<tr>
<td>職位排序:</td>
<td><input type="text" class="t_input" name="displayorder" id="displayorder" value="" size="8" />(職位級別)</td>
</tr>
<tr>
<td><u>工作地點</u>:</td>
<td>
<script type="text/javascript" src="source/script_city.js"></script>
<script type="text/javascript">
<!--
showprovince('jobprovince', 'jobcity', '');
showcity('jobcity', '', 'jobprovince');
//-->
</script>
</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', '');
showjsJobSubSelect('span_subindustry_{$_SGLOBAL['timestamp']}', {$_SGLOBAL['timestamp']}, 'subindustry', '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', '');
showjsJobSubSelect('span_subposition_{$_SGLOBAL['timestamp']}', {$_SGLOBAL['timestamp']}, 'subposition', 'subposition', '', '');
//-->
</script>
</td>
</tr>
<tr>
<td><u>薪資范圍</u>:</td>
<td>
<select name="emolumenttype" id="emolumenttype">
$emolumenttypehtml
</select>
<select name="emolument" id="emolument">
$emolumenthtml
</select>
</td>
</tr>
<tr>
<td>其他待遇:</td>
<td><input type="text" class="t_input" name="subsidy" id="subsidy" value="" size="32" /></td>
</tr>
<tr>
<td style="vertical-align: top;"><u>職位介紹</u>:</td>
<td>
</td>
</tr>
<tr>
<td colspan="2">
<script language="javascript" src="/image/editor/editor_function.js"></script>
<textarea class="userData" name="jobintro" id="uchome-ttHtmlEditor" style="height:100%;width:100%;display:none;border:0px"></textarea>
<iframe src="/editor.php?charset=$_SC[charset]&allowhtml=$allowhtml" name="uchome-ifrHtmlEditor" id="uchome-ifrHtmlEditor" scrolling="no" border="0" frameborder="0" style="width:100%;border: 1px solid #C5C5C5;" height="200"></iframe>
<input type="button" id="blogbutton" name="blogbutton" value="提交發布" onclick="validate(this);" style="display: none;" />
</td>
</tr>
</table>
</div>
<div id="div_fields_1">
<table cellspacing="0" cellpadding="0" class="formtable">
<caption>
<h2>第二步:對應聘者的要求</h2>
</caption>
<tr>
<td><u>工作經驗</u>:</td>
<td>
<select name="seniority" id="seniority">
$seniorityhtml
</select>
</td>
</tr>
<tr>
<td>到崗時間:</td>
<td>
<select name="entrytype" id="entrytype">
$entrytypehtml
</select>
</td>
</tr>
<tr>
<td>學歷要求:</td>
<td>
<select name="edudegree" id="edudegree">
$edudegreehtml
</select>
</td>
</tr>
<tr>
<td>語言要求:</td>
<td>
<select name="language" id="language">
$languagehtml
</select>
<select name="languagelevel" id="languagelevel">
$languagelevelhtml
</select>
</td>
</tr>
</table>
</div>
<div id="div_fields_2">
<table cellspacing="0" cellpadding="0" class="formtable">
<caption>
<h2>第三步:工作聯系方式</h2>
</caption>
<tr>
<td><u>聯系人</u>:</td>
<td><input type="text" class="t_input" name="jobcontact" id="jobcontact" value="" size="32" /></td>
</tr>
<tr>
<td>聯系郵件:</td>
<td><input type="text" class="t_input" name="jobemail" id="jobemail" value="" size="32" /></td>
</tr>
<tr>
<td><u>聯系電話</u>:</td>
<td><input type="text" class="t_input" name="jobphone" id="jobphone" value="" size="32" /></td>
</tr>
<tr>
<td><u>地址</u>:</td>
<td><input type="text" class="t_input" name="jobaddress" id="jobaddress" value="" size="32" /></td>
</tr>
<tr>
<td>郵政編碼:</td>
<td><input type="text" class="t_input" name="jobzipcode" id="jobzipcode" value="" size="8" /></td>
</tr>
</table>
</div>
<div id="div_fields_3">
<table cellspacing="0" cellpadding="0" class="formtable">
<caption>
<h2>第四步:篩選簡歷條件</h2>
</caption>
<tr>
<td>職位發布:</td>
<td>
<input type="radio" name="draft" value="1"/>保存為草稿
<input type="radio" name="draft" value="0"/>直接發布
</td>
</tr>
<tr>
<td>瀏覽類型:</td>
<td>
<select name="jobstatus" id="jobstatus">
$jobstatushtml
</select>
</td>
</tr>
<tr>
<td>接收類型:</td>
<td>
$resumefilterhtml
</td>
</tr>
</table>
</div>
<table cellspacing="4" cellpadding="4" width="100%" class="infotable">
<tr>
<td>
<input type="button" id="next_id" value="下一步" onclick="selectfields((nowi+1)>=9?0:(nowi+1))" class="submit" />
<input type="hidden" name="id" id="id" value="{$_GET[id]}" />
<input type="hidden" name="do" id="do" value="<!--{if $_GET['op']=='edit'}-->edit<!--{else}-->add<!--{/if}-->" />
<input type="submit" id="next_post" value="<!--{if $_GET['op']=='edit' && $id}-->重新發布<!--{else}-->確認添加<!--{/if}-->" class="submit" onclick="document.getElementById('blogbutton').click();" />
</td>
</tr>
</table>
</form>
</div>
<div class="narrow mtag_side">
<div>
<ul>
<li style="font-weight:bold;">注意:帶下劃線的是必填選項</li>
<li id="div_fields_title_0" onclick="selectfields(0);" style="cursor: pointer;">第一步:編輯招聘信息</li>
<li id="div_fields_title_1" onclick="selectfields(1);" style="cursor: pointer;">第二步:對應聘者的要求</li>
<li id="div_fields_title_2" onclick="selectfields(2);" style="cursor: pointer;">第三步:工作聯系方式</li>
<li id="div_fields_title_3" onclick="selectfields(3);" style="cursor: pointer;">第四步:篩選簡歷條件</li>
</div>
</div>
</div>
<script type="text/javascript">
//選擇
var nowi=0;
function selectfields(id) {
for (i=0;i<4;i++) {
$('div_fields_'+i).style.display = 'none';
$('div_fields_title_'+i).className = '';
}
$('div_fields_'+id).style.display = '';
$('div_fields_title_'+id).className = 'active';
nowi=id;
if(id==3)
{
$('next_id').style.display='none';
$('next_post').style.display = '';
}else{
$('next_id').style.display='';
$('next_id').value='繼續'+$('div_fields_title_'+(nowi+1)).innerHTML;
$('next_post').style.display = 'none';
}
}
selectfields(nowi);
</script>
<!--{/if}-->
<!--{template job_script}-->
<!--{template footer}-->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -