<{if $status == '1'}> <{include file="syspromotion/activity/not_apply_edit.html"}> <{elseif $status == '2'}> <{include file="syspromotion/activity/apply_begin_edit.html"}> <{elseif $status == '3'}> <{include file="syspromotion/activity/release_begin_edit.html"}> <{elseif $status == '4'}> <{include file="syspromotion/activity/edit_detail.html"}> <{/if}>
<{capture name='footbar'}>
<{if $status != '4'}> <{assign var="___a" value="关 闭"}> <{assign var="___c" value=$___b2c='确定退出?'|t:'b2c'}> <{button label=$___b2c="发布并关闭窗口"|t:'b2c' class="btn-primary" type="button" id="submitForm" onclick="submitForm(event,2)"}> <{button label=$___content=$___a|t:'content' class="btn-secondary" type="button" onclick="if(confirm('{$___c}'))window.close()"}> <{else}> <{/if}>
<{/capture}>