Changeset 1036 for trunk/templates
- Timestamp:
- 05/15/07 17:55:05 (19 months ago)
- Files:
-
- 1 modified
-
trunk/templates/node.tt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/node.tt
r988 r1036 28 28 [% END %] 29 29 30 <div id="node_title"> 30 31 [% IF current %] 31 32 [% IF backlinks_in_title AND is_indexable_node %] … … 48 49 [% END %] 49 50 [% IF not (content || coord_field_1_value || coord_field_2_value || latitude || longitude) %] 51 </div> 50 52 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>? 51 53 [% ELSE %] 54 <div id="title_edit_link"> 55 <a href="[% full_cgi_url %]?action=edit;id=[% node_param %]">Edit this page</a> 56 </div> 57 </div> 52 58 [% INCLUDE display_metadata.tt %] 53 59
