<#include "../common/header.ftl"/>
<#include "../common/header-menu.ftl"/>
<#include "../common/third-menu.ftl"/>
<#if pageBean.content??> <#list pageBean.content as cinemaComment> <#if (pageBean.content?size == 0 ) > <#else>
评价影院 评价者 评分 评价内容 评价时间
${cinemaComment.cinema.name} ${cinemaComment.account.mobile} ${cinemaComment.rate} ${cinemaComment.content} ${cinemaComment.createTime}
这里空空如也!
这里空空如也!
<#if pageBean.total gt 0>
    <#if pageBean.currentPage == 1>
  • «
  • <#else>
  • «
  • <#list pageBean.currentShowPage as showPage> <#if pageBean.currentPage == showPage>
  • ${showPage}
  • <#else>
  • ${showPage}
  • <#if pageBean.currentPage == pageBean.totalPage>
  • »
  • <#else>
  • »
  • 共${pageBean.totalPage}页,${pageBean.total}条数据
<#include "../common/footer.ftl"/>