HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot//fuwufei.xxlht.com1/template/pc/lists_guestbook_recruit.htm
<div id="bg" ></div>
<div id="show">
	<!--报名弹出框--start-->
	<div id="yingpin-popup">
		<div class="job-popup">
	      <div class="tit">在线应聘</div>
	      {eyou:guestbookform typeid='6' type='default'}
         <form method="POST" class="am-form am-form-horizontal form-add" action="{$field.action}" {$field.formhidden} onsubmit="{$field.submit}">
		  <dl>
			<dt>{$field.itemname_4}</dt>
			<dd><input type="text" value="{$eyou.field.title}" name="{$field.attr_4}" id="attr_4"></dd>
		  </dl>
		   <dl>
			<dt>{$field.itemname_5}</dt>
			<dd><input type="text" value="" name="{$field.attr_5}" id="attr_5"></dd>
		  </dl>
		  <dl>
			<dt>{$field.itemname_6}</dt>
			<dd>
             <select name="{$field.attr_6}" id="attr_6">
               <option value="">请选择性别</option>
               {eyou:volist name='$field.options_6' id='vo'}
               <option value="{$vo.value}">{$vo.value}</option>
			   {/eyou:volist}
             </select>
            </dd>
		  </dl>
		   <dl>
			<dt>{$field.itemname_7}</dt>
			<dd><input type="text" value="" name="{$field.attr_7}" id="attr_7"></dd>
		  </dl>
		  <dl>
			<dt>{$field.itemname_16}</dt>
			<dd><input type="text" value="" name="{$field.attr_16}" id="attr_16"></dd>
		  </dl>
		  <dl>
			<dt>{$field.itemname_18}</dt>
			<dd>
            <select name="{$field.attr_18}" id="attr_18">
               <option value="">请选择学历</option>
				{eyou:volist name='$field.options_18' id='vo'}
                <option value="{$vo.value}">{$vo.value}</option>
			    {/eyou:volist}
			  </select>
            </dd>
		  </dl>
		  <dl>
			<dt>{$field.itemname_20}</dt>
			<dd><textarea name="{$field.attr_20}" id="attr_20" rows="3" cols="50"></textarea></dd>
		  </dl>
		  <dl>
			<dt>{$field.itemname_22}</dt>
			<dd><textarea name="{$field.attr_22}" id="attr_22" rows="3" cols="50"></textarea></dd>
		  </dl>
		  <dl>
			<dt></dt>
			<dd><button type="submit" class="bt">提交</button></dd>
		  </dl>
		  {$field.hidden}
		</form>
       {/eyou:guestbookform} 
		</div>
	</div>
	<!--招聘弹出框 end-->
</div>
<script type="text/javascript">
  //招聘弹出框 
  function showdiv() {            
		document.getElementById("bg").style.display ="block";
		document.getElementById("show").style.display ="block";
	}
  function hidediv() {
		document.getElementById("bg").style.display ='none';
		document.getElementById("show").style.display ='none';
	}
</script>