<#include "../../include/exmay-head.html" />
<#include "../../include/exmay-software.html" />

回收站内容${i18n("exmay.common.list")}

  搜索
<#list pager.list as news>
ID 标题 分类 发布者 添加时间 操作
${news.id} ${subString(news.title,30,"...")} ${news.channel.name} ${news.publisher} ${timeFormat(news.publishTime)} [还原] [删除]
<#if (pager.list?size > 0)>
<@exmay.pagination pageList=pager />
<#else>
${i18n("exmay.common.record.null")}
<#include "../../include/exmay-footer.html" />