{template 'common/header'} {if $operation == 'post'}
门店详情
{php echo tpl_form_field_image('thumb', $shops['thumb'])}
懒人源码www.lanrenzhijia.com 全站资源20块任意下载
{php echo tpl_form_field_district('citys', array('province'=>$shops['province'],'city'=>$shops['city'],'district'=>$shops['district']))}
{php echo tpl_form_field_coordinate('map', array('lat'=>$shops['lat'],'lng'=>$shops['lng']))}
{elseif $operation == 'display'}
{loop $shops $row} {/loop}
门店名称 电话 地址 余额 状态 操作
{$row['name']}
{$row['mobile']}
{$row['province']}{$row['city']}{$row['district']}{$row['address']}
{$row['credit2']}
{if $row['enabled']==1} 开店 {else} 关店 {/if} 店铺     
批量删除 批量关闭
{$pager}
{/if} {template 'common/footer'}