<@s.m "global.position"/>: <@s.m "bbsLive.function"/> - <@s.m "global.edit"/>
<@p.form id="jvForm" action="o_update.do">
<@p.text label="live.title" name="title" value=live.title required="true" class="required" maxlength="100" size="15" colspan="2" width="100"/><@p.tr/>
<@p.td colspan="2" label="主播">
${live.user.realname!live.user.username}
@p.td><@p.tr/>
<@p.textarea label="live.description" name="description" value=live.description cols="70" rows="3" maxlength="1000" vld="{maxlength:1000}" colspan="2" width="100"/><@p.tr/>
<@p.text label="live.beginPrice" name="beginPrice" value=live.beginPrice required="true" class="required number" maxlength="10" size="10" colspan="2" width="100"/><@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" width="100" label="live.liveLogo">

@p.td><@p.tr/>
<@p.td colspan="2">
<@p.hidden name="id" value=live.id/>
<@p.hidden name="ids" value=live.id/>
<@p.submit title="通过" /> <@p.button value="拒绝" onclick="rejectTip()"/>
@p.td><@p.tr/>
<@p.td colspan="2">
<@p.button value="拒绝" onclick="reject()"/>
@p.td>
@p.form>