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