diff options
author | Ivan Kohler <ivan@freeside.biz> | 2021-03-17 22:16:16 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2021-03-17 22:16:16 -0700 |
commit | 5bf0ab2d129310be344a9654c14796c7424138a8 (patch) | |
tree | 78ddb68d1a60f8d455640e0681df6a8cbaf92b31 /httemplate/search/477.html | |
parent | 20961c94ea06ad3aa71fad2bd7f6903f83f02ebc (diff) |
contractually guaranteed speed no longer required as of 2020, RT#85671
Diffstat (limited to 'httemplate/search/477.html')
-rw-r--r-- | httemplate/search/477.html | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/httemplate/search/477.html b/httemplate/search/477.html index 84fd7fb9f..9a4126121 100644 --- a/httemplate/search/477.html +++ b/httemplate/search/477.html @@ -67,6 +67,9 @@ a.download { <a class="download" href="<% $cgi->self_url %>">Download</a> </caption> % my $header = ".header_$partname"; +% $header .= '_old' if $partname eq 'fbd' && $date < 1569826800; #9/30/2019 +% # ( halfway between the two filing "as of" dates when it changed + % my $data = $this_part->{data}; % my $error = $this_part->{error}; <thead> @@ -168,7 +171,7 @@ if ( $cgi->param('type') eq 'csv' ) { my $part_titles = FS::Report::FCC_477->parts; </%init> -<%def .header_fbd> +<%def .header_fbd_old> <TR CLASS="head"> <TD ROWSPAN=2>Census Block</TD> <TD ROWSPAN=2>DBA Name</TD> @@ -185,6 +188,20 @@ my $part_titles = FS::Report::FCC_477->parts; <TD>Up</TD> </TR> </%def> +<%def .header_fbd> + <TR CLASS="head"> + <TD ROWSPAN=2>Census Block</TD> + <TD ROWSPAN=2>DBA Name</TD> + <TD ROWSPAN=2>Technology</TD> + <TD ROWSPAN=2>Consumer?</TD> + <TD COLSPAN=2>Advertised Speed (Mbps)</TD> + <TD ROWSPAN=2>Business?</TD> + </TR> + <TR CLASS="subhead"> + <TD>Down</TD> + <TD>Up</TD> + </TR> +</%def> <%def .header_fbs> <TR CLASS="head"> <TD ROWSPAN=2>Census Tract</TD> |