<@cms.dictionaryList name=name pageIndex=pageNum pageSize=numPerPage>
<#list page.list as a>
<@t.page 'dictionary.select'/> <@t.page 'id'/> <@t.page 'name'/> <@t.page 'dictionary.childDepth'/>
<@t.page 'select'/> ${a.id.id} ${a.name!} ${a.childDepth}
<#include "../include_page/pageDialog.html"/>