Changeset 1112 for sites/oxford.openguides.org/templates/node.tt
- Timestamp:
- 07/05/07 22:19:19 (18 months ago)
- Files:
-
- 1 modified
-
sites/oxford.openguides.org/templates/node.tt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/oxford.openguides.org/templates/node.tt
r1074 r1112 46 46 [% END %] 47 47 48 <div id="node_title"> 48 49 [% IF current %] 49 50 [% IF backlinks_in_title AND is_indexable_node %] … … 66 67 [% END %] 67 68 [% IF not (content || coord_field_1_value || coord_field_2_value || latitude || longitude) %] 68 We don't have a node called "[% node_param %]". Would you like to <a href="[% full_cgi_url %]?action=edit;id=[% node_param %]">create it</a>? 69 </div> 70 <div id="nonexistent_node_message">We don't have a node called "[% node_param %]". Would you like to <a href="[% full_cgi_url %]?action=edit;id=[% node_param %]">create it</a>?</div> 69 71 [% ELSE %] 72 <div id="title_edit_link"> 73 <a href="[% full_cgi_url %]?action=edit;id=[% node_param %]">Edit this page</a> 74 </div> 75 </div> 70 76 [% INCLUDE display_metadata.tt %] 71 77 … … 124 130 <small> 125 131 (Latitude: 132 <!-- titles using the wgs84 versions here are for microformats --> 126 133 <abbr class="latitude" title="[% wgs84_lat %]">[% latitude %]</abbr> 127 134 Longitude:
