{template 'yp', 'header'}
{$rs['title']}{if ($rs['updatetime']+3600*24*$rs['period'] < time())} [ 已过期 ]{/if}

{$rs['content']}
招聘人数 |
{intval($rs['employ'])}人 |
工作性质 |
{$rs['worktype']} |
性别要求 |
{$rs['sex']} |
学历要求 |
{$rs['degree']} |
薪资 |
{if $rs['pay']}{$rs['pay']}元/月{else}面议{/if} |
工作地点 |
{$rs['workplace']} |
发布时间 |
{date("Y.m.d",$rs['inputtime'])} |
有效期 |
{if $rs['period']}{$rs['period']}天{else}长期有效{/if} |
公司联系方式
- 公司名称:{$c['companyname']}
- 联系人:{$c['linkman']}
- 联系电话:{magic_image($c['telephone'])}
- 电子邮箱:{magic_image($c['email'])}
- 公司类型:{$c['genre']}
- 地 址:{$c['address']}
- 公司网站:{company_url($c['userid'])}
- 查看公司详情
职位分类列表
{get sql="SELECT count(*) AS number,j.station,t.name FROM phpcms_yp_job j,phpcms_type t WHERE t.typeid = j.station AND j.status = '99' GROUP BY station ORDER BY t.listorder DESC"}
{$r['name']}({$r['number']}) |
{/get}
最新更新简历
{get sql="SELECT truename,applyid,specialty FROM `phpcms_yp_apply` WHERE status = '3' ORDER BY edittime DESC" rows="15"}
- {$r['truename']} {$r['specialty']}
{/get}
{template 'yp', 'footer'}