<#include "../common/header.ftl"/>
<#include "../common/header-menu.ftl"/>
<#include "../common/third-menu.ftl"/>
<#if pageBean.content??> <#list pageBean.content as cinemaHall> <#else>
名称 所属影院 最大排(行)数 最大列(座)数 座位数 添加时间
${cinemaHall.name} ${cinemaHall.cinema.name}(${cinemaHall.cinema.address}) ${cinemaHall.maxY} ${cinemaHall.maxX} ${cinemaHall.maxX*cinemaHall.maxY} ${cinemaHall.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"/>