Changeset 1178
- Timestamp:
- 06/26/08 23:12:09 (2 months ago)
- Files:
-
- trunk/Changes (modified) (1 diff)
- trunk/MANIFEST (modified) (1 diff)
- trunk/t/85_universal_edit_link.t (added)
- trunk/templates/header.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Changes
r1168 r1178 20 20 * Model relationship of neighborhood to parent city. 21 21 * Reduce acres of whitespace in output and clean up indenting. 22 Added a Universal Edit Link (http://universaleditbutton.org/) 22 23 23 24 0.62 8 June 2008 trunk/MANIFEST
r1117 r1178 145 145 t/78_about.t 146 146 t/79_host_blacklist.t 147 t/85_universal_edit_link.t 147 148 t/templates/15_test.tt 148 149 wiki.cgi trunk/templates/header.tt
r1099 r1178 56 56 <meta name="robots" content="noindex,nofollow" /> 57 57 [% END %] 58 [% UNLESS not_editable %] 59 <link rel="alternate" type="application/wiki" title="Edit this page!" 60 href="[% source_site or full_cgi_url %]?id=[% node_param %];action=edit"> 61 [% END %] 58 62 [% IF enable_gmaps AND display_google_maps AND gmaps_api_key %] 59 63 <script src="http://maps.google.com/maps?file=api&v=2&key=[% gmaps_api_key %]" type="text/javascript"></script>
