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

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

{/block}