summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-coords.html
blob: 3248dc2dea4b4f4e9ca530dd06f192a598e242d6 (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=5>
    <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>