#include "../../include/exmay-head.html" />
<#include "../../include/exmay-software.html" />
${i18n("exmay.content.news")}${i18n("exmay.common.list")}
${i18n("exmay.common.add")}
搜索
${i18n("exmay.common.remove")}
${i18n("exmay.common.delete")}
待审核
批量审核
${i18n("exmay.common.unpublish")}
${i18n("exmay.common.publish")}
添加时间:
-
发布者:
关键字:
标题
内容
全部
通过
未通过
草稿
驳回
搜索
ID
标题
分类
点击数
排序
发布者
添加时间
状态
是否发布
操作
<#list pager.list as news>
${news.id}
${subString(news.title,30,"...")}
<#if news.thumbnail??>
#if>
${news.channel.name}
${news.views}
${news.sort}
${news.publisher}
${timeFormat(news.publishTime)}
<#if news.status =="passed">
通过
#if> <#if news.status =="prepared">
未通过
#if> <#if news.status =="draft">
草稿
#if> <#if news.status =="rejected">
驳回
#if>
[编辑]
<#if news.status =="prepared">
[审核]
<#elseif news.status =="passed">
[待审]
#if>
[移除]
#list>
<#if (pager.list?size > 0)>
<@exmay.pagination pageList=pager />
<#else>
${i18n("exmay.common.record.null")}
#if>
<#include "../../include/exmay-footer.html" />