summaryrefslogtreecommitdiff
path: root/httemplate/elements/standardize_locations.html
blob: 5a4ee0f80e5cbf7ffac151eae9d7ba3bbd984f25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<% include('/elements/init_overlib.html') %>

<% include( '/elements/xmlhttp.html',
              'url'  => $p.'misc/xmlhttp-address_standardize.html',
              'subs' => [ 'address_standardize' ],
              #'method' => 'POST', #could get too long?
          )
%>

<SCRIPT TYPE="text/javascript">
  <% include('/elements/standardize_locations.js', %options) %>
</SCRIPT>

<%init>

my (%options) = @_;

</%init>