{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}
{if (ConfigHelper::checkConfig('phpui.show_assigned_networks_only')) && ConfigHelper::checkValue(ConfigHelper::checkConfig('phpui.public_ip', 'true'))} {/if}
{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:")}
{mac_address_selection form="nodeedit" macs=$nodeinfo.macs}
{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" required = true customOnChange = "customer_change();" version = 2 }
{trans("Location:")}
{if $nodeinfo.address_id && $nodeinfo.ownerid} {$selected_address_id = $nodeinfo.address_id} {else} {$selected_address_id = null} {/if} {include file="customer/customeraddresses.html" id="customer_addresses" name="nodeedit[address_id]" trigger="address_id" selected_address_id=$selected_address_id}
{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}
{button type="submit" id="save-button" icon="save" label="Submit"} {button id="cancel-button" icon="cancel" label="Cancel" onclick="location.href = '?m=nodeinfo&id={$nodeinfo.id}';"}