{extends file="layout.html"} {block name=title}LMS: {$layout.pagetitle|striphtml}{/block} {block name=module_content}

{$layout.pagetitle}

{$lastonline_limit = ConfigHelper::getConfig('phpui.lastonline_limit')}

{block name="nodelist-list-header"} {if $pagination->getTotal() != 0} {/if} {/block} {block name="nodelist-list-footer"} {if $pagination->getTotal() != 0} {/if} {/block} {block name="nodelist-list-body"} {foreach $nodelist as $node} {if $nodelist[nodelist.index_next].ownerid == $node.ownerid && $filter.order == "owner"}{cycle print=false}{/if} {foreachelse} {/foreach} {/block}
{trans("Name:")}{if $filter.order == "name"} {/if}
{trans("Customer:")}{if $filter.order == "owner"} {/if}
{trans("Location:")}{if $filter.order == "location"} {/if} {trans("Node ID:")}{if $filter.order == "id"} {/if}
{trans("Customer ID:")}{if $filter.order == "ownerid"} {/if}
{trans("Network:")} / {trans("IP address:")}{if $filter.order == "ip"} {/if}({trans("Pub. IP address:")}) {if $filter.order == "ip_pub"}{/if}
{trans("MAC address:")}{if $filter.order == "mac"} {/if}
{t a=$pagination->getTotal()}Total: $a{/t}
{trans("Filter:")}  {trans("Status:")} {if count($networks) > 1} {trans("Network:")} {else} {/if} {if !empty($nodegroups) && count($nodegroups)} {trans("Group:")} {else} {/if} {if count($customergroups) > 0} {trans("Customers Group:")} {else} {/if} {if !empty($NNprojects)} {trans("Project:")} {else} {/if}
{persistent_filter}
{include file="pagination.html"}
{include file="pagination.html"}
{trans("Total:")}
{trans("Connected:")}
{trans("Disconnected:")}
{if $filter.total}{$filter.total}{else}0{/if}
{if $filter.totalon}{$filter.totalon}{else}0{/if}
{if $filter.totaloff}{$filter.totaloff}{else}0{/if}
{if $node.lastonline} {if ($smarty.now-$node.lastonline) > $lastonline_limit} {else} {/if} {else} {/if} {if $node.info} {/if} {$node.name}
{$node.owner|truncate:40:"...":true|replace:" ":" "}
{$node.location}{if $node.borough_name}
({$node.state_name} / {$node.district_name} / {$_BOROUGHTYPES[$node.borough_type]} {$node.borough_name}){/if}
({$node.id|string_format:"%04d"})
({$node.ownerid|string_format:"%04d"})
{$node.netname} / {$node.ip} {if $node.ip_pub != "0.0.0.0"}({$node.ip_pub}){/if}
 {$node.mac|replace:",":"
\"\" "}
{if ! $node.access}{trans( {if ! $node.warning}{trans( {trans( {trans( {trans(

{trans("No such nodes in database.")}

{/block}