{include file="common/head"}
{include file="common/menu"} {hkcms:adv name="sub" itemid="2"} {/hkcms:adv}
{// $Info 里面包含副表、栏目信息、模型信息,存在于单页、内容页}

{$Info.title}


  • {:__('Educational requirements')}:{$Info.degree}
  • {:__('Salary')}:{$Info.salary}
  • {:__('work nature')}:{$Info.nature}
  • {:__('work experience')}:{$Info.exp}
  • {:__('Recruitment number')}:{$Info.number}
{$Info.content}
{// 调用在线招聘留言表单 } {hkcms:form catid="41"}
{// 只有开启验证码才显示} {if $item.captcha.status}
{// 输入框,可以自己写个输入框来实现自定义,样式的调整:里面有两个class分别是:form-control(bootstrap class) form-captcha,按这两个class调整即可}
{$item.captcha.input}
{// 验证码btn,图文验证码时是图片,其他的则是发送按钮}
{$item.captcha.btn}
{/if}
{/hkcms:form}
{hkcms:prenext type="pre" len="10" dot="..."} {else /} {/hkcms:prenext} {hkcms:prenext type="next" len="10" dot="..."} {else /} {/hkcms:prenext}
{include file="common/footer"}