X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fopenmap.html;h=15de2882af9e9a6e31c65e4ce7e09de830ab6a47;hb=HEAD;hp=6ccc724916e0cb05b37e2e78cfb403f9d0eb25fb;hpb=6f94e176aa7b143eb9f1fa5c3a1cdd362361636f;p=freeside.git diff --git a/httemplate/misc/openmap.html b/httemplate/misc/openmap.html index 6ccc72491..15de2882a 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

+

 

@@ -15,50 +11,44 @@ -
+
Retrieving Map.
+'; + my $census_year = $cgi->param('census_year'); my $pre = $cgi->param('pre'); my $zip_code = $cgi->param('zip_code'); my $address = $cgi->param('address'); -my $loc = $zip_code ? $zip_code : $address; +my $loc = $zip_code ? $zip_code.', United States' : $address; - \ No newline at end of file +