{include file="header.html"}

{$layout.pagetitle}

{if $listdata.total != 0} {/if} {cycle values="light,lucid" print=false} {section name=domainlist loop=$domainlist start=$start max=$pagelimit} {sectionelse} {/section} {if $listdata.total != 0} {/if}
{t}Name:{/t} {if $listdata.order eq "name"}{/if} {t}ID:{/t} {if $listdata.order eq "id"}{/if} {t}Customer:{/t} {if $listdata.order eq "customer"}{/if} {t}Description:{/t} {if $listdata.order eq "description"}{/if} {t 0=$listdata.total}Total: $0{/t}

{t}Filter:{/t} {t}Owner:{/t}
{include file="scroller.html" loop=$domainlist}
{$domainlist[domainlist].name} ({$domainlist[domainlist].id|string_format:"%04d"}) {if $domainlist[domainlist].ownerid} {$domainlist[domainlist].customername} ({$domainlist[domainlist].ownerid|string_format:"%04d"}) {/if} {$domainlist[domainlist].description} [ {t}Edit{/t} ] [ {t}Delete{/t} ]

 

{t}No such domains in database.{/t}

 

{include file="scroller.html" loop=$domainlist}
{t 0=$listdata.total}Total: $0{/t} {t}New Domain{/t}

{include file="footer.html"}