?? job_company.htm
字號:
<!--{template header}-->
<!--{template job_header}-->
<!--{if empty($_GET['op']) || $_GET['op'] == 'edit' || $_GET['op'] == 'add'}-->
<div class="box">
<form id="editcompanyform" name="editcompanyform" class="c_form" method="post" action="<!--{if $_GET['op']=='edit'}-->job.php?ac=company&op=edit<!--{else}-->job.php?ac=company<!--{/if}-->" onsubmit="if(!checkcompanyform(this)){return false;}else{edit_save();return true;}">
<table cellspacing="0" cellpadding="0" class="formtable">
<caption><h2>公司信息</h2></caption>
<tr>
<td width="80">公司名稱:</td>
<td><input type="text" class="t_input" name="corptitle" id="corptitle" value="{$list[corptitle]}" size="64" /></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>
<script type="text/javascript" src="source/script_city.js"></script>
<script type="text/javascript">
<!--
showprovince('corpprovince', 'corpcity', '$list[corpprovince]');
showcity('corpcity', '$list[corpcity]', 'corpprovince');
//-->
</script>
</td>
</tr>
<tr>
<td>公司類型:</td>
<td>
<select name="corptype" id="corptype">
$corptypehtml
</select>
</td>
</tr>
<tr>
<td>公司規模:</td>
<td>
<select name="corpsize" id="corpsize">
$corpsizehtml
</select>
</td>
</tr>
<tr>
<td>聯系人:</td>
<td><input type="text" class="t_input" name="corpcontact" id="corpcontact" value="{$list[corpcontact]}" /></td>
</tr>
<tr>
<td>郵件:</td>
<td><input type="text" class="t_input" name="corpemail" id="corpemail" value="{$list[corpemail]}" /></td>
</tr>
<tr>
<td>電話:</td>
<td><input type="text" class="t_input" name="corpphone" id="corpphone" value="{$list[corpphone]}" /></td>
</tr>
<tr>
<td>傳真:</td>
<td><input type="text" class="t_input" name="corpfax" id="corpfax" value="{$list[corpfax]}" /></td>
</tr>
<tr>
<td>地址:</td>
<td><input type="text" class="t_input" name="corpaddress" id="corpaddress" value="{$list[corpaddress]}" size="64" /></td>
</tr>
<tr>
<td>郵編:</td>
<td><input type="text" class="t_input" name="corpzipcode" id="corpzipcode" value="{$list[corpzipcode]}" size="8" /></td>
</tr>
<tr>
<td>注冊所在地:</td>
<td>
<select name="corpregarea" id="corpregarea">
$corpregareahtml
</select>
</td>
</tr>
<tr>
<td>注冊時間:</td>
<td>
<select id="corpregyear" name="corpregyear">
<option value="0">無</option>
$corpregyearhtml
</select>
<select id="corpregmonth" name="corpregmonth">
<option value="0">無</option>
$corpregmonthhtml
</select>
</td>
</tr>
<tr>
<td>注冊人:</td>
<td><input type="text" class="t_input" name="corpreguser" id="corpreguser" value="{$list[corpreguser]}" /></td>
</tr>
<tr>
<td style="vertical-align: top;">公司簡介:</td>
<td>
<script language="javascript" src="/image/editor/editor_function.js"></script>
<textarea class="userData" name="corpdescription" id="uchome-ttHtmlEditor" style="height:100%;width:100%;display:none;border:0px">{$list[corpdescription]}</textarea>
<iframe src="/editor.php?charset=$_SC[charset]&allowhtml=$allowhtml" name="uchome-ifrHtmlEditor" id="uchome-ifrHtmlEditor" scrolling="no" border="0" frameborder="0" style="width:80%;border: 1px solid #C5C5C5;" height="300"></iframe>
<input type="button" id="blogbutton" name="blogbutton" value="提交發布" onclick="validate(this);" style="display: none;" />
</td>
</tr>
<tr>
<td style="vertical-align: top;">詳細介紹:</td>
<td>
<textarea id="corpintro" name="corpintro" cols="72" onkeydown="ctrlEnter(event, 'posteditsubmit_btn');" rows="10">{$list[corpintro]}</textarea>
</td>
</tr>
<tr>
<td> </td>
<td>
<input type="hidden" name="uid" value="{$_SGLOBAL[supe_uid]}" />
<input type="hidden" name="do" value="<!--{if $_GET['op']=='edit'}-->edit<!--{else}-->add<!--{/if}-->" />
<!--{if $_GET['op']=='edit'}--><input type="hidden" name="id" value="{$list[id]}" /><!--{/if}-->
<input type="submit" value="確定" class="submit" onclick="document.getElementById('blogbutton').click();" />
</td>
</tr>
</table>
</form>
</div>
<!--{/if}-->
<!--{template job_script}-->
<!--{template footer}-->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -