summaryrefslogtreecommitdiff
path: root/httemplate/misc/openmap.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-10-14 17:04:23 -0700
committerIvan Kohler <ivan@freeside.biz>2017-10-14 17:04:23 -0700
commit5dabafc5e63ae7559ca6d2867e653660b981e639 (patch)
tree4321703a47774935cd941a3a5764bf4b733f2ccf /httemplate/misc/openmap.html
parent5ac72e74de9e105c8952eee7cf905ab9116926e1 (diff)
parentfba604e65e810922ce0269cc887b5c57ce135352 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/misc/openmap.html')
-rw-r--r--httemplate/misc/openmap.html17
1 files changed, 9 insertions, 8 deletions
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 @@
-<html>
-<head>
- <title>Find Census Tract Map</title>
- <link rel="stylesheet" href="elements/leaflet/leaflet.css"/>
- <script src="elements/leaflet/leaflet.js"></script>
-</head>
-<body>
- <h1>Please select your location on the map</h1>
+<& /elements/header-logo.html, { title => 'Find Census Tract Map', head => $head, } &>
+
+<P><h1>Please select your location on the map</h1></P>
+<P>&nbsp;</P>
<table>
<tr>
<td valign=top>
@@ -79,6 +75,11 @@ local $SIG{__DIE__}; #disable Mason error trap
my $DEBUG = 0;
+my $head = '
+ <link rel="stylesheet" href="elements/leaflet/leaflet.css"/>
+ <script src="elements/leaflet/leaflet.js"></script>
+';
+
my $census_year = $cgi->param('census_year');
my $pre = $cgi->param('pre');
my $zip_code = $cgi->param('zip_code');