<@cms.tagTypeList pageIndex=pageNum pageSize=numPerPage> <@sys.authorized roleIds=admin.roles urls='cmsTagType/add,cmsTagType/delete'><#assign authorizedMap=map/>
<#list page.list as a>
<@t.page 'id'/> <@t.page 'name'/> <@t.page 'tag_type.tag_count'/> <@t.page 'operate'/>
${a.id!} ${(a.name)!} ${a.count!} <#if authorizedMap['cmsTagType/add']> <@t.page 'tag_type.edit'/> <#if authorizedMap['cmsTagType/delete']> <@t.page 'button.delete'/>
<#include "../include_page/page.html"/>