{include file="header.html"} {include file="netdevheader.html"}

{$layout.pagetitle}

{if !$gderror && !$emptydb}

{section name=devicemap loop=$devicemap} {/section} {section name=nodemap loop=$nodemap} {/section}

{t}Begin map from:{/t}

{elseif $gderror}


{t}Your PHP do not support Graphic Library required for map generation!{/t}
{elseif $emptydb}


{t}No such devices in database!{/t}
{/if} {include file="footer.html"}