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/edit/svc_broadband.cgi | 62 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 60 insertions(+), 2 deletions(-) (limited to 'httemplate/edit') diff --git a/httemplate/edit/svc_broadband.cgi b/httemplate/edit/svc_broadband.cgi index 2668bf419..16116f52d 100644 --- a/httemplate/edit/svc_broadband.cgi +++ b/httemplate/edit/svc_broadband.cgi @@ -67,11 +67,19 @@ % %my $p1 = popurl(1); % -%my ($ip_addr, $speed_up, $speed_down, $blocknum) = +%my ($ip_addr, $speed_up, $speed_down, $blocknum, $mac_addr, +% $latitude, $longitude, $altitude, $vlan_profile, $auth_key) = % ($svc_broadband->ip_addr, % $svc_broadband->speed_up, % $svc_broadband->speed_down, -% $svc_broadband->blocknum); +% $svc_broadband->blocknum, +% $svc_broadband->mac_addr, +% $svc_broadband->latitude, +% $svc_broadband->longitude, +% $svc_broadband->altitude, +% $svc_broadband->vlan_profile, +% $svc_broadband->auth_key, +% ); % % @@ -164,6 +172,56 @@ Service #<%$svcnum ? $svcnum : "(NEW)"%>

% } + + MAC Address + + + + + + Latitude + + + + + + Longitude + + + + + + Altitude + + + + + + VLAN Profile + +% if ( $part_svc->part_svc_column('vlan_profile')->columnflag eq 'F' ) { + + <%$vlan_profile%> +% } else { + + +% } + + + + + Authentication Key + +% if ( $part_svc->part_svc_column('auth_key')->columnflag eq 'F' ) { + + <%$auth_key%> +% } else { + + +% } + + + % %foreach my $field ($svc_broadband->virtual_fields) { % if ( $part_svc->part_svc_column($field)->columnflag ne 'F' && -- cgit v1.2.1