<@_sysSiteList parentId=parentId name=name pageIndex=pageNum count=numPerPage>
<#list page.list as a>
<@t.page 'id'/> <@t.page 'name'/> <@t.page 'site.dynamic_path'/> <@t.page 'site.enable_static'/> <@t.page 'site.site_path'/> <@t.page 'operate'/>
${a.id} ${a.name!} <#if site.id=a.id>[<@t.page 'site.current_site'/>] ${a.dynamicPath!} ${a.useStatic?then(t.pageMessage('yes'),t.pageMessage('no'))} ${a.useSsi?then('['+t.pageMessage('ssi_enabled')+']','')} ${a.sitePath!} <@t.page 'domain.add'/>| <@t.page 'domain.list'/>| <#if !a.parentId?has_content> <@t.page 'site.child_management'/>| <@t.page 'server_config'/>
<#include "../include_page/page.html"/>