Changeset 1065
- Timestamp:
- 06/11/07 03:26:08 (16 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
Changes (modified) (1 diff)
-
README.CSS (modified) (1 diff)
-
templates/node.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r1060 r1065 17 17 If an unknown action is supplied to wiki.cgi, redirect to 18 18 action=display (partial fix for #102) 19 Added new div#nonexistent_node_message for displaying message when 20 someone tries to view a nonexistent node. 19 21 20 22 0.60 13 May 2007 -
trunk/README.CSS
r1036 r1065 284 284 Used in: node.tt 285 285 Purpose: Display the node name and an "edit this page" link. 286 287 div#nonexistent_node_message 288 Used in: node.tt 289 Purpose: Display message when someone tries to view a nonexistent node. 286 290 287 291 div#rdf_link -
trunk/templates/node.tt
r1051 r1065 50 50 [% IF not (content || coord_field_1_value || coord_field_2_value || wgs84_lat || wgs84_long) %] 51 51 </div> 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>? 52 <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> 53 53 [% ELSE %] 54 54 <div id="title_edit_link">
