diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2017-10-17 14:22:19 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2017-10-17 14:22:19 -0700 |
| commit | dfbcb60e8b9207bd9aa7ebd297ff9d2599121bf5 (patch) | |
| tree | 71955c86e09289dddd636a1f54c091e2d52b3000 /httemplate/misc/openmap.html | |
| parent | 929783d1045757abbe5c84ff2439547b0f8eca23 (diff) | |
| parent | 689738f7c234903160cbe23f337c11f8c0621f00 (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/misc/openmap.html')
| -rw-r--r-- | httemplate/misc/openmap.html | 17 |
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> </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'); |
