<@s.m "global.position"/>: <@s.m "bbsLive.function"/> - <@s.m "global.edit"/>
<@p.form>
<@p.td colspan="2" label="live.title">
${live.title!}
@p.td><@p.tr/>
<@p.td colspan="2" label="主播">
${live.user.realname!live.user.username}
@p.td><@p.tr/>
<@p.td colspan="2" label="live.description">
${live.description!}
@p.td><@p.tr/>
<@p.td colspan="2" label="live.beginPrice">
${live.beginPrice!}
@p.td><@p.tr/>
<@p.td colspan="2" label="live.beginTime">
${live.beginTime?string("yyyy-MM-dd HH:mm")}
@p.td><@p.tr/>
<@p.td colspan="2" label="live.endTime">
${live.endTime?string("yyyy-MM-dd HH:mm")}
@p.td><@p.tr/>
<@p.td colspan="2" label="拒绝原因">
${live.reason!}
@p.td><@p.tr/>
<@p.td colspan="2">
<@p.button value="返回" onclick="history.go(-1)"/>
@p.td>
@p.form>