summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-coords.html
blob: 5ac5ed4e45ed695101f2145272554ced32167b95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<TR>
  <TD ALIGN="right"><% mt('Latitude') |h %></TD>
  <TD COLSPAN=7>
    <FONT STYLE="background-color: #ffffff; border: 1px solid #ffffff"><% $latitude %></FONT>
    &nbsp;<% mt('Longitude') |h %>
    <FONT STYLE="background-color: #ffffff; border: 1px solid #ffffff"><% $longitude %></FONT>
    <& /elements/coord-links.html, @_ &>
  </TD>
</TR>
<%init>

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

</%init>