<@sys.siteList parentId=parentId name=name pageIndex=pageNum pageSize=numPerPage> <#if parentId?has_content><@sys.site id=parentId><#assign parent=object/>
<#if parent?has_content && parent.hasChild && parent.multiple> <#list page.list as a> <#if parent?has_content && parent.hasChild && parent.multiple>
<@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!}${a.multiple?then(' ['+t.pageMessage('site.multiple')+']','')} <#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.hasChild> <@t.page 'site.child_management'/> <#if !(parent?has_content && parent.hasChild && parent.multiple)> <@t.page 'server_config'/> <@t.page 'button.delete'/>
<#include "../include_page/page.html"/>