summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-coords.html
blob: ef5e76bab0aadc51f89c5742c0af081d2253c42b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<TR>
  <TH ALIGN="right"><% mt('Coordinates') |h %></TH>
  <TD COLSPAN=7>
    <% $latitude %>,&nbsp;<% $longitude %>
    <& /elements/coord-links.html, @_ &>
  </TD>
</TR>
<%init>

my ($latitude, $longitude, $name, $agentnum) = @_;

</%init>