{if $op=='editSection'}
{if $setting['savetype']==2}
{elseif $setting['savetype']==3}
{elseif $setting['savetype']==4}
{/if}
{/if}
{template '_header'}
{template 'index/_header'}
{if $op=='display'}
{template 'index/display'}
{elseif $op=='edit'}
{template 'index/edit'}
{elseif $op=='editLive'}
{template 'index/editLive'}
{elseif $op=='viewSection'}
{template 'index/viewSection'}
{elseif $op=='editSection'}
{template 'index/editSection'}
{elseif $op=='sectionTitle'}
{template 'index/sectionTitle'}
{elseif $op=='editSectionTitle'}
{template 'index/editSectionTitle'}
{elseif $op=='document'}
{template 'index/document'}
{elseif $op=='auditContent'}
{template 'index/auditContent'}
{/if}
{template '_footer'}