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

📄 job_company.htm

📁 UCH求职招聘插件。 1.个人简历发布(可设置简历状态隐私
💻 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>&nbsp;</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 + -