{if $nodeinfo.division}
|
{icon name="division"}
|
{trans("Division")}
|
{$nodeinfo.division|escape}
|
{/if}
|
{icon name="type"}
|
{trans("Type")}
|
{$_NETELEMENTTYPES[$nodeinfo.type]}
|
|
{icon name="status"}
|
{trans("Status")}
|
{$_NETELEMENTSTATUSES[$nodeinfo.status]}
|
|
{icon name="invproject"}
|
{trans("Project")}
|
{if $nodeinfo.invprojectid == ''}
{trans("none")}
{else}
{$nodeinfo.projectname|escape}
{/if}
|
{if $nodeinfo.location}
|
{icon name="home"}
|
{trans("Location")}
|
{if $nodeinfo.location_name}{$nodeinfo.location_name}, {/if}{$nodeinfo.location}
{if $nodeinfo.location_borough_name}
({$nodeinfo.location_state_name} / {$nodeinfo.location_district_name} / {$_BOROUGHTYPES[$nodeinfo.location_borough_type]} {$nodeinfo.location_borough_name})
{/if}
|
{/if}
{if $nodeinfo.longitude || $nodeinfo.latitude}
|
{icon name="location"}
|
{trans("GPS longitude")}
|
{$nodeinfo.longitude}
|
|
{icon name="location"}
|
{trans("GPS latitude")}
|
{$nodeinfo.latitude}
|
|
|
{button type="link" icon="map" label="Show on map"
href="?m=netdevmap&lon={$nodeinfo.longitude}&lat={$nodeinfo.latitude}"}
{show_on_map_button
type='google'
latitude=$nodeinfo.latitude
longitude=$nodeinfo.longitude
label=true
}
{show_on_map_button
type='geoportal'
latitude=$nodeinfo.latitude
longitude=$nodeinfo.longitude
label=true
}
{show_on_map_button
type='netstork'
latitude=$nodeinfo.latitude
longitude=$nodeinfo.longitude
label=true
}
|
{/if}
|
{icon name="user"}
|
{trans("Ownership")}
|
{$_NETELEMENTOWNERSHIPS[$nodeinfo.ownership]}
{if ($nodeinfo.ownership>= $smarty.const.NET_ELEMENT_OWNERSHIP_SHARED)}
({strip}
{if empty($foreign_entity)}
{$nodeninfo.coowner}
{else}
{$foreign_entity.name}
{if !empty($foreign_entity.type)}, {trans("TEN")} {$foreign_entity.id}{/if}
{/if}
{/strip})
{/if}
|
{if !empty($nodeinfo.ownerid)}
|
{icon name="customer"}
|
{trans("Owner")}
|
{$nodeinfo.owner}
|
{/if}
|
{icon name="share"}
|
{trans("Sharing surface")}
|
{if $nodeinfo.uip == 1}
{icon name="check"}
{else}
-
{/if}
|
|
{icon name="antenna"}
|
{trans("Antennas installation")}
|
{if $nodeinfo.miar == 1}
{icon name="check"}
{else}
-
{/if}
|
{if !empty($nodeinfo.flags)}
|
{icon name="options" class="fa-fw"}
|
{trans("Flags")}
|
{strip}
{foreach $nodeinfo.flags as $flag}
{$_NETWORK_NODE_FLAGS[$flag]}
{if !$flag@last},{/if}
{/foreach}
{/strip}
|
{/if}
{if !empty($nodeinfo.services)}
|
{icon name="money" class="fa-fw"}
|
{trans("Services")}
|
{foreach $nodeinfo.services as $service}
{strip}
-
{$_NETWORK_NODE_SERVICES[$service]}
{/strip}
{/foreach}
|
{/if}
{if $nodeinfo.info}
|
{icon name="note"}
|
{trans('Note')}
|
{$nodeinfo.info|escape}
|
{/if}
|
{icon name="user"}
|
{trans('Created')}
|
{$nodeinfo.createtime|date_format:"Y-m-d (l)"}
|
|
{icon name="calendar"}
|
{trans('Last inspection')}
|
{if $nodeinfo.lastinspectiontime}
{$nodeinfo.lastinspectiontime|date_format:"Y-m-d (l)"}
{else}
-
{/if}
|
|
{icon name="phone"}
|
{trans('Administrative contact')}
|
{$nodeinfo.admcontact}
|