{include file="google-maps.html"}
({$nodeinfo.id|string_format:"%04d"})
{if ConfigHelper::checkValue(ConfigHelper::checkConfig('phpui.public_ip', 'true'))} {/if} {if $netdevices} {/if}
{trans("Network:")}
{if (ConfigHelper::checkConfig('phpui.show_assigned_networks_only')) && ConfigHelper::checkValue(ConfigHelper::checkConfig('phpui.public_ip', 'true'))} {/if}
{trans("IP address:")} {trans("Select first free address")}
{trans("Pub. IP address:")}
{trans("MAC address:")} {mac_address_selection form="nodeedit" macs=$nodeinfo.macs}
{trans("Password:")} »»»
{trans("Net devices:")}
»»» »»»
{trans("Investment project:")}
{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("Type:")} {foreach $_SESSIONTYPES as $idx => $sessiontype}
{/foreach}
{trans("Determine GPS coordinates automatically")}
{trans( {trans("GPS longitude:")} »»»
{trans( {trans("GPS latitude:")} »»»
{trans(
{trans("Status:")}
{trans("Notices:")}
{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}';"}