{template 'public/header'} {template 'public/comhead'} {if $operation == 'display'}
首页设置
    {php $isfirst = 0;} {loop $styles $style}
  1. {if $style['type']=='home_slide'} 删除 编辑 {/if}
    {$style['title']} {if $style['type']=='home_slide'} ( {if $style['slidetype']==1} 单图横幅 {elseif $style['slidetype']==2} 双图并排 {elseif $style['slidetype']==3} 三图排列 {elseif $style['slidetype']==4} 四图排列 {elseif $style['slidetype']==5} 商品滑动 {elseif $style['slidetype']==6} 商品双排 {/if} ) {/if} {if $isfirst==0} 支持拖动排序 {/if} 显示/隐藏
  2. {php $isfirst=1;} {/loop}
添加图片组
{elseif $operation == 'post'}
主题编辑
图片信息 选择商品
{if $prize} {loop $prize $row}
{php echo tpl_form_field_image('picimage['.$row['id'].']',$row['picimage']);}

{/loop} {/if}
{/if} {if $_W['isfounder']} {template 'common/footer'} {else} {template 'public/footer'} {/if}