{include file="header.html"}

{$layout.pagetitle}

{if $listdata.total != 0} {/if} {cycle values="light,lucid" print=false} {section name=recordslist loop=$recordslist start=$start max=$pagelimit} {sectionelse} {/section} {if $listdata.total != 0} {/if}
{t}Host:{/t} {t}TTL{/t}: {t}Type{/t}: {t}Priority:{/t} {t}Content{/t}: {t 0=$listdata.total}Total: $0{/t} 
{t}Domain:{/t}
{t}New Record{/t}
{include file="scroller.html" loop=$recordslist adlink=$suffix}
{$recordslist[recordslist].name} {$recordslist[recordslist].ttl} {$recordslist[recordslist].type} {$recordslist[recordslist].prio} {$recordslist[recordslist].content} {if $showaddedit} [ {t}Edit{/t} ] {if $recordslist[recordslist].type != "SOA"} [ {t}Delete{/t} ] {/if} {/if}

 

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

 

{include file="scroller.html" loop=$recordslist adlink=$suffix}
{if $showaddedit} {t}New Record{/t} {/if}

{include file="footer.html"}