[#include "../include/top.html"/] [#include "../include/header.html"/]
[@cms_model id="8"] [#list tag_bean.items as item] [#if item.field=="category"] [#assign category=item.optValue/] [#elseif item.field=="workplace"] [#assign workplace=item.optValue/] [/#if] [/#list]
请选择职位
[#list category!?split(",") as opt]
${opt!}
[/#list]
请选择工作地点
[#list workplace!?split(",") as opt]
${opt!}
[/#list]
[/@cms_model]
[@cms_content_page count='10' orderBy='4' channelId=channel.id channelOption='1' dateFormat='yyyy-MM-dd']
招聘职位
企业名称
工作地点
招聘人数
发布时间
[#list tag_pagination.list as a]
${a.title}
${a.companyName!}
${a.attr.workplace!}
${a.attr.nums!}
${a.date?string(dateFormat)}
[/#list]
[#include "../include/page.html"/] [/@cms_content_page]
[#include "../include/footer.html"/] [#include "../include/right-fixed.html"/]