projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Event fee reporting, RT#81713
[freeside.git]
/
httemplate
/
elements
/
tr-coords.html
1
<TR>
2
<TH ALIGN="right"><% mt('Coordinates') |h %></TH>
3
<TD COLSPAN=7>
4
<% $latitude %>, <% $longitude %>
5
<& /elements/coord-links.html, @_ &>
6
</TD>
7
</TR>
8
<%init>
9
10
my ($latitude, $longitude, $name, $agentnum) = @_;
11
12
</%init>