<@cms.tagList advanced=true name=name typeId=typeId orderField=orderField orderType=orderType pageIndex=pageNum pageSize=numPerPage>
<#list page.list as a> <@t.merge 'typeIds' a.typeId!/> <@cms.tagType ids=t.typeIds!><#assign typeMap=map!/> <#list page.list as a>
<@t.page 'id'/> <@t.page 'name'/> <@t.page 'tag_type'/> <@t.page 'tag.search_count'/> <@t.page 'operate'/>
${a.id} ${(a.name)!} ${(typeMap[a.typeId?string].name)!} ${a.searchCount!} <@t.page 'button.edit'/> <@t.page 'button.delete'/>
<#include "../include_page/page.html"/>