[#include "../include/top.html"/] [#include "../include/header.html"/]
首页
>
会员中心
个人资料
投稿管理
应聘管理
我的评论
我的留言
我的收藏
站内信息
服务中心
稿件列表
|
发布稿件
[#if pagination.list?size gt 0]
ID
标题
栏目
状态
点击
发布时间
操作
[#list pagination.list as c]
${c.id}
${c.title?html}
${c.channel.name}
[#if c.checked]审核通过[#elseif c.checkStep==0]未审核[#elseif c.rejected]退回[#else]审核中[/#if]
${c.views}
${c.releaseDate?string('yyyy-MM-dd')}
[#if c.checkStep==0||c.rejected]
修改
|
删除
[#else]修改 | 删除[/#if]
[/#list]
共 ${pagination.totalCount} 条 每页 ${pagination.pageSize} 条
当前 ${pagination.pageNo}/${pagination.totalPage} 页 转到第
页
[#else]
暂无投稿
[/#if]
[#include "../include/member-right.html" /]
[#include "../include/footer.html"/]