{include file="header.html"}

{$layout.pagetitle}

{if $emptydb}


{t}No such devices in database.{/t}
{elseif !$ming && $type == 'flash'}


{t}Your PHP does not support Ming library required for map generation!{/t}
{elseif $ming && (!$type || $type=='flash')}

{elseif $gd} {* default if $type is not set or not 'flash' *}

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

{else}


{t}Your PHP does not support GD library required for map generation!{/t}
{/if} {if !$emptydb}

{t}Start map from:{/t}

{/if} {include file="footer.html"}