<@sys.siteList parentId=parentId name=name pageIndex=pageNum pageSize=numPerPage>
<#if parentId?has_content> <#list page.list as a> <#if parentId?has_content>
<@t.page 'id'/> <@t.page 'name'/><@t.page 'directory'/> <@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.directory!} ${a.dynamicPath!} ${t.pageMessage(a.useStatic?then('yes','no'))} ${a.useSsi?then('['+t.pageMessage('ssi_enabled')+']','')} ${a.sitePath!} <@t.page 'site.edit'/> <@t.page 'domain.add'/> <@t.page 'domain.list'/> <@t.page 'button.export'/> <#if !a.parentId?has_content> <@t.page 'site.child_management'/> <@t.page 'server_config'/> <@t.page 'button.delete'/>
<#include "../include_page/page.html"/>