#include "../../include/exmay-head.html" />
<#include "../../include/exmay-software.html" />
${i18n("exmay.content.picture")}${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 picture>
${picture.id}
栏目:
${picture.channel.name}
<#if picture.status =='passed'>
通过
#if> <#if picture.status =='prepared'>
未通过
#if> <#if picture.status =='draft'>
草稿
#if> <#if picture.status =='rejected'>
驳回
#if>
添加者:${(picture.publisher)!}
${subString(picture.title,30,"...")}
<#if picture.mode==1>多图共内容<#else>多图多内容#if>
${(picture.views)!}
${(picture.sort)!}
${timeFormat(picture.publishTime)}
[编辑]
<#if picture.status =='prepared'>
[审核]
<#else>
[待审]
#if>
[移除]
#list>
<#if (pager.list?size > 0)>
<@exmay.pagination pageList=pager/>
<#else>
${i18n("exmay.common.record.null")}
#if>
<#include "../../include/exmay-footer.html" />