From 4a54e68baa0fe7c4171d57c3eb0e1579aa21ae77 Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 23 Dec 2006 05:37:47 +0000 Subject: inital prizm support --- httemplate/view/svc_broadband.cgi | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'httemplate/view') diff --git a/httemplate/view/svc_broadband.cgi b/httemplate/view/svc_broadband.cgi index 1800541f0..010439e90 100644 --- a/httemplate/view/svc_broadband.cgi +++ b/httemplate/view/svc_broadband.cgi @@ -33,6 +33,12 @@ % $ip_addr, % $ip_gateway, % $ip_netmask, +% $mac_addr, +% $latitude, +% $longitude, +% $altitude, +% $vlan_profile, +% $auth_key, % ) = ( % $router->getfield('routername'), % $router->getfield('routernum'), @@ -41,6 +47,12 @@ % $svc_broadband->getfield('ip_addr'), % $addr_block->ip_gateway, % $addr_block->NetAddr->mask, +% $svc_broadband->mac_addr, +% $svc_broadband->latitude, +% $svc_broadband->longitude, +% $svc_broadband->altitude, +% $svc_broadband->vlan_profile, +% $svc_broadband->auth_key, % ); % @@ -90,6 +102,30 @@ IP Gateway <%$ip_gateway%> + + MAC Address + <%$mac_addr%> + + + Latitude + <%$latitude%> + + + Longitude + <%$longitude%> + + + Altitude + <%$altitude%> + + + VLAN Profile + <%$vlan_profile%> + + + Authentication Key + <%$auth_key%> + % %foreach (sort { $a cmp $b } $svc_broadband->virtual_fields) { -- cgit v1.2.1