#include "../common/header.ftl"/>
<#include "../common/header-menu.ftl"/>
编辑排片场次
排片电影
<#list movieList as movie>
selected#if>>${movie.name}
#list>
所属影院
请选择所属影院
<#list cinemaList as cinema>
selected#if>>${cinema.name}
#list>
所属影厅
${cinemaHallSession.cinemaHall.name}
放映类型
<#list cinemaSessionTypeList as cinemaSessionType>
selected#if>>${cinemaSessionType.getName()}
#list>
放映日期
放映时间
影票原价
影票现价
确 定
返 回
<#include "../common/footer.ftl"/>