Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the OpenGuides CPAN distribution.

Report information
The Basics
Id: 8852
Status: resolved
Priority: 0/
Queue: OpenGuides

People
Owner: Nobody in particular
Requestors: dom [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.45
Fixed in: (no value)



Subject: node.tt doesn't look for osie_x
There is a bug in node.tt that makes the Irish grid coordinates not work. More details from Kake...
Fixed in svn. Index: templates/node.tt =================================================================== --- templates/node.tt (revision 678) +++ templates/node.tt (revision 691) @@ -46,7 +46,7 @@ </form> </div> [% END %] -[% IF (latitude AND longitude) OR (os_x AND os_y) %] +[% IF (latitude AND longitude) OR (os_x AND os_y) OR (osie_x AND osie_y) %] <div id="coordinates"> [% END %] [% IF os_x AND os_y %] @@ -54,11 +54,16 @@ &nbsp;&nbsp;&nbsp; <small>OS Y co-ord: [% CGI.escapeHTML(os_y) %]</small> &nbsp;&nbsp;&nbsp; +[% ELSIF osie_x AND osie_y %] + <small>OS IE X co-ord: [% CGI.escapeHTML(osie_x) %]</small> + &nbsp;&nbsp;&nbsp; + <small>OS IE Y co-ord: [% CGI.escapeHTML(osie_y) %]</small> + &nbsp;&nbsp;&nbsp; [% END %] [% IF latitude AND longitude %] <small>(Latitude: [% latitude %] Longitude: [% longitude %])</small> [% END %] -[% IF (latitude AND longitude) OR (os_x AND os_y) %] +[% IF (latitude AND longitude) OR (os_x AND os_y) OR (osie_x AND osie_y)%] </div> [% END %] <div id="rdf_link">