[% USE JSON.Escape %] [% IF criteria %] [% page_title = "Map of $criteria_title - $site_name" %] [% ELSE %] [% page_title = "Map of all nodes - $site_name" %] [% END %] [% INCLUDE header.tt %] [% INCLUDE banner.tt %] [%# NOTE: the "content" div is closed off in footer.tt %]

Map of [% IF criteria %] [% links = [] %] [% FOREACH criterion = criteria %] [% links.push( '' _ criterion.name _ '' ) %] [% END %] [% links.join( ' and ' ) %] [% ELSE %] all nodes [% END %] (view as a list)

[% INCLUDE index_form.tt %]
    [% IF no_nodes_on_map %] [% FOREACH node = nodes %]
  • [% node.name %]
  • [% END %] [% ELSE %] [% i = 0 %] [% FOREACH node = nodes %] [% i = i + 1 %]
  • [% IF node.has_geodata %] [% node.name | html %] [% ELSE %] [% node.name | html %] (not on map — view info) [% END %]
  • [% END %] [% END %]
[% IF no_nodes_on_map %]

No pages with geodata - nothing to display on map!

[% ELSE %]

Sorry! JavaScript is required to view the map - you may prefer to view the results as a list instead.

[% END %]
[% INCLUDE footer.tt %]