root/tags/rel0_59/templates/navbar_revision_info.tt

Revision 942, 0.5 kB (checked in by kake, 22 months ago)

Split out "modules" from navbar.tt into separate templates - navbar_*.tt - to make it easier for people to change their order in a custom template.

Line 
1[% UNLESS not_editable %]
2  <div class="navbar_revision">
3    [% IF current %]
4      <div id="navbar_version">Revision [% version %].</div>
5      <div id="navbar_last_edited">Last edited [% last_modified %].</div>
6    [% ELSE %]
7      <div id="navbar_this_revision_info">
8        This is revision [% version %] (as of [% last_modified %]).
9      </div>
10      <div id="navbar_current_version_link">
11        <a href="[% cgi_url %]?[% node_param %]">View current version.</a>
12      </div>
13    [% END %]
14  </div>
15[% END %]
Note: See TracBrowser for help on using the browser.