<%include file="header.htm"%> <%include file="page_menu.htm"%>
<%section loop=$comments name=list%> <%assign var=id value=$comments[list].id%> <%assign var=p value=$smarty.get.p%> <%sectionelse%> <%/section%>
  ID 文章标题 时间 内容 EMAIL IP 操作
<%$id%> <%$comments[list].subject|csubstr:10%> <%$comments[list].pubtime+$time_offset*3600|date_format:"%Y/%m/%d"%> <%$comments[list].comment|csubstr:10%> <%$comments[list].email%> <%$comments[list].ip%> <%if $comments[list].post_status eq 'publish'%>已审核<%else if $comments[list].post_status eq 'draft'%>未审核<%/if%> 删除
没有找到任何评论
<%if $showpage neq null%>
    <%$showpage%>
<%/if%>
全选
<%include file="footer.htm"%>