From 7e2a4d3ae0e73311ebb4fe01869544c6047f59c8 Mon Sep 17 00:00:00 2001
From: Christopher Burger
Date: Wed, 4 Oct 2017 11:37:20 -0400
Subject: RT# 76968 - added header logo and css to map page, fixed address look
up error, added leaflet to license
---
httemplate/misc/openmap.html | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
(limited to 'httemplate/misc/openmap.html')
diff --git a/httemplate/misc/openmap.html b/httemplate/misc/openmap.html
index 6ccc72491..73f107142 100644
--- a/httemplate/misc/openmap.html
+++ b/httemplate/misc/openmap.html
@@ -1,11 +1,7 @@
-
-
- Find Census Tract Map
-
-
-
-
- Please select your location on the map
+<& /elements/header-logo.html, { title => 'Find Census Tract Map', head => $head, } &>
+
+Please select your location on the map
+
@@ -79,6 +75,11 @@ local $SIG{__DIE__}; #disable Mason error trap
my $DEBUG = 0;
+my $head = '
+
+
+';
+
my $census_year = $cgi->param('census_year');
my $pre = $cgi->param('pre');
my $zip_code = $cgi->param('zip_code');
--
cgit v1.2.1
|