{include file="google-maps.html"}
{trans("Name:")}
{trans("Status:")}
{foreach $_NETELEMENTSTATUSES as $idx => $status}
{$status}
{/foreach}
{trans("Producer:")}
{trans("Model:")}
»»»
{trans("Serial number:")}
{trans("Ports number:")}
{trans("Customer:")}
{if isset($netdevinfo.ownerid)} {customerlist form="netdevedit" customers=$customers selected=$netdevinfo.ownerid selectname="customer" inputname="netdev[ownerid]" select_id="ownerid_select" input_id="ownerid_input" customOnChange="customerChanged()"} {else} {customerlist form="netdevedit" customers=$customers selected="" selectname="customer" inputname="netdev[ownerid]" select_id="ownerid_select" input_id="ownerid_input" customOnChange="customerChanged()"} {/if}
{trans("Location:")}
{trans("Location:")}
{if isset($netdevinfo.ownerid)} {location_box prefix = "netdev"} {else} {location_box prefix = "netdev" address_id = "{$netdevinfo.address_id}" location_name = "{$netdevinfo.location_name}" location_state_name = "{$netdevinfo.location_state_name}" location_state = "{$netdevinfo.location_state}" location_city_name = "{$netdevinfo.location_city_name}" location_city = "{$netdevinfo.location_city}" location_street_name = "{$netdevinfo.location_street_name}" location_street = "{$netdevinfo.location_street}" location_house = "{$netdevinfo.location_house}" location_flat = "{$netdevinfo.location_flat}" location_zip = "{$netdevinfo.location_zip}" location_country_id = "{$netdevinfo.location_country}" teryt = "{$netdevinfo.teryt}" } {/if}
{trans("Determine GPS coordinates automatically")}
{trans("GPS longitude:")}
»»»
{trans("GPS latitude:")}
»»»
{if ConfigHelper::checkConfig('phpui.radius')}
{trans("Shortname:")}
{trans("Type:")}
{foreach $nastypes as $key => $item}
{$item.name}
{/foreach}
{trans("Max clients:")}
{trans("Secret:")}
{trans("Community:")}
{/if} {if isset($channels)}
{trans("Channel:")}
- {trans("none")} -
{foreach from=$channels item=item}
{$item.name}
{/foreach}
{/if}
{trans("Purchase date:")}
{trans("Guarantee period:")}
{foreach from=$_GUARANTEEPERIODS key=key item=period}
{$period}
{/foreach}
{trans("Description:")}
{$netdevinfo.description}
{trans("Investment project:")}
- {trans("none")} -
{trans("New project")}
{trans("From root device")}
{foreach $NNprojects as $project}
{$project.name}
{/foreach}
{trans("Net node:")}
{trans("None")}
{foreach $NNnodes as $node}
{$node.name}
{/foreach}
{trans("Submit")}
{trans("Cancel")}