<@_wordList name=name advanced=true hidden=hidden startCreateDate=startCreateDate endCreateDate=endCreateDate orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage> <#list page.list as a>
ID 名称 站点 热度 创建日期 操作
${a.id!} ${(a.name?html)!}${a.hidden?then('[隐藏]','')} ${a.siteId!} ${a.searchCount!} ${a.createDate!} 修改 <#if a.hidden> 显示 <#else> 隐藏 删除
<#include "../include_page/page.html"/>