{include file="google-maps.html"}
({$nodeinfo.id|string_format:"%04d"})
{trans("Network:")}
{trans("- automatic selection -")}
{foreach $networks as $net}
{$net.name|truncate:20:"":true}: {$net.address}/{$net.prefix}
{/foreach}
{trans("the whole network")}
{trans("IP address:")}
»»»
{trans("Select first free address")}
{if ConfigHelper::checkValue(ConfigHelper::checkConfig('phpui.public_ip', 'true'))}
{trans("Pub. IP address:")}
»»»
{/if}
{trans("MAC address:")}
{foreach from=$nodeinfo.macs item=item key=key}
»»»
{/foreach}
{trans("Add MAC address")} »»»
{trans("Password:")}
»»»
{if $netdevices}
{trans("Net devices:")}
»»»
- {trans("no device")} -
{section name="netdev" loop=$netdevices}
{$netdevices[netdev].name} {if $netdevices[netdev].producer}/ {$netdevices[netdev].producer}{/if} {if $netdevices[netdev].location}({$netdevices[netdev].location }){/if}
{/section}
»»»
{foreach from=$_LINKTYPES item=item key=key}
{$item}
{/foreach}
- {trans("none")} -
{foreach $nodeinfo.radiosectors as $radiosector}
{$radiosector.name}
{/foreach}
{trans("- unknown -")}
{foreach $_LINKTECHNOLOGIES[$nodeinfo.linktype] as $linktechnologyidx => $linktechnology}
{$linktechnology}
{/foreach}
{foreach from=$_LINKSPEEDS item=item key=key}
{$item}
{/foreach}
{/if}
{trans("Investment project:")}
- {trans("none")} -
{trans("New project")}
{trans("From root device")}
{foreach $NNprojects as $project}
{$project.name}
{/foreach}
{trans("Customer:")}
{customerlist form = "editnode" customers = $customers selected = $nodeinfo.ownerid selectname = "nodeedit[customerid]" select_id = "customerid_select" inputname = "nodeedit[ownerid]" input_id = "customerid_input" firstoption = "" selecttip = "Assign node to customer" customOnChange = "customer_change();" }
{trans("Location:")}
{trans("Options:")}
{trans("MAC checking")}
{trans("Half duplex")}
{trans("Type:")}
{foreach $_SESSIONTYPES as $idx => $sessiontype}
{$sessiontype.label}
{/foreach}
{trans("Determine GPS coordinates automatically")}
{trans("GPS longitude:")}
»»»
{trans("GPS latitude:")}
»»»
{$nodeinfo.info}
{trans("Status:")}
{trans("connected")}
{trans("disconnected")}
{trans("Notices:")}
{trans("enabled")}
{trans("disabled")}
{trans("Created:")}
{trans("Modified:")}
{$nodeinfo.createdby}, {$nodeinfo.creationdateh}
{if $nodeinfo.moddate}{$nodeinfo.modifiedby}, {$nodeinfo.moddateh}{else}-{/if}
{trans("Submit")}
{trans("Cancel")}