Changeset 1178

Show
Ignore:
Timestamp:
06/26/08 23:12:09 (2 months ago)
Author:
kake
Message:

Added a Universal Edit Link + test (ta Bob).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Changes

    r1168 r1178  
    2020        * Model relationship of neighborhood to parent city. 
    2121        * Reduce acres of whitespace in output and clean up indenting. 
     22        Added a Universal Edit Link (http://universaleditbutton.org/) 
    2223 
    23240.62    8 June 2008 
  • trunk/MANIFEST

    r1117 r1178  
    145145t/78_about.t 
    146146t/79_host_blacklist.t 
     147t/85_universal_edit_link.t 
    147148t/templates/15_test.tt 
    148149wiki.cgi 
  • trunk/templates/header.tt

    r1099 r1178  
    5656    <meta name="robots" content="noindex,nofollow" /> 
    5757  [% 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 %] 
    5862  [% IF enable_gmaps AND display_google_maps AND gmaps_api_key %] 
    5963    <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=[% gmaps_api_key %]" type="text/javascript"></script>