{template 'common/header'}
{if $op =='display'}
常用工具 > 商品列表
{loop $list $item} {/loop}
全选 商品分类 商品名称 商品图片 商品简介 商品价格 状态 编辑
{$item['goods_class']} {$item['goods_name']} {$item['goods_intro']} {$item['goods_price']} 编辑 删除
{$pager}
{elseif $op == 'post'}
常用工具 > 添加/修改商品
{php echo tpl_form_field_image('goods_pic',$item['goods_pic']);}
{php echo tpl_ueditor('goods_intro', $item['goods_intro']);}
{php echo tpl_ueditor('goods_param', $item['goods_param']);}
{php echo tpl_ueditor('goods_say', $item['goods_say']);}
checked="checked"/>上架     checked="checked"/>下架
{/if} {template 'common/footer'}