{template 'common/header'}
{if $op =='display'}
常用工具 > 单位列表
{loop $list $item} {/loop}
全选 单位ID 单位logo 单位名 联系人 联系电话 操作
{$item['company_id']} {$item['company_name']} {$item['name']} {$item['phone']} 编辑 删除
{$pager}
{elseif $op == 'post'}
常用工具 > 添加/修改单位
{php echo tpl_form_field_image('company_img',$item['company_img']);} 建议尺寸:420*210
懒人源码www.lanrenzhijia.com 全站资源20块任意下载
{/if} {template 'common/footer'}