首页 / 人才招聘
<{foreach $jobs as $job}>
招聘职位:<{$job.title}>
招聘人数:<{$job.number}>人薪资代遇:<{if $job.treatment eq '0'}>面议<{else}><{$job.treatment}>元/月<{/if}>
结束时间:<{if $job.endtime eq 0}>长期<{else}><{$job.endtime|date_format:"%Y-%m-%d"}><{/if}>工作地点:<{$job.address}>
<{$job.content|replace:""":'"'|replace:"'":"'"}>
<{if $job@iteration is even}>
<{/if}>
<{foreachelse}>
暂无聘用信息,欢迎浏览其它内容...
<{/foreach}>
<{include file="public/footer.html"}>