<#include "../common/head-css.ftl"/> <#include "../common/header.ftl"/>

${movie.name} ${movie.rate!"0"}

${movie.abs!"暂无信息"}

导演: ${movie.directedBy}

主演: ${movie.actor}

语言: ${movie.language.getName()}

片长: ${movie.time} 分钟

上映: ${movie.showTime}

剧情: ${movie.info}

${movie.name} 展开
    <#if movie.video?? && movie.video?length gt 0>
  • <#list movie.pictureList as pic>
  • <#if pic_index gt 2> <#break>

剧照: ${movie.pictureList?size}

视频: <#if movie.video?? && movie.video?length gt 0>1<#else>0

排期购票 影评
影院:
日期:
用户评论 共${commentList?size}条评论
请评分

发表评论

<#if ylrc_account??> <#else>
    <#list commentList as comment>
  • ${comment.account.nickname!comment.account.mobile?replace(comment.account.mobile?substring(3,7),"****")}

    ${comment.content}

    ${comment.createTime}

<#if commentList?? && commentList?size gt 0>
<#else>

还没有评论,抢个沙发~

正在热映
    <#list movie.pictureList as pic>
    <#if movie.video?? && movie.video?length gt 0>
<#include "../common/footer-js.ftl"/> <#include "../common/footer.ftl"/> <#include "../common/login-dialog.ftl"/>