MojoMojo

 view release on metacpan or  search on metacpan

root/themes/purple-pleasure/navbar.tt  view on Meta::CPAN

[%# This template is deprecated. See the corresponding .tt file in the madrid-pm theme instead. %]
<div id="toplinks">
    <ul>
[% IF (user) %]
    [% IF (user.login == page_user.login  AND (template.name=="page/view.tt" OR template.name.search('^user'))) +%]
        <li><a class="navOn" href="[% c.uri_for(user.link,'.prefs') %]" title="[% loc('User Preferences') %]" rel="nofollow">[% c.fixw(user.login) %]</a></li>
    [% ELSE %]
        [% IF user.active %]
            [% IF (!rev OR rev==page.content_version) %]
                [% IF (c.pref('anonymous_user') OR user.can_edit(page.path)) +%]
        <li><a title="[% loc('Change page content') %]" href="[% c.uri_for('edit')%]" accesskey="E" rel="nofollow">[% loc('Edit page') %]</a></li>
                [% END %]
            [% END +%]
        <li><a href="[% c.uri_for(user.link) %]" title="[% loc('Go to your user page') %]">[% c.fixw(user.login) %]</a></li>
        [% ELSE +%]
        <li><a href="[% c.uri_for(user.link,'.prefs') %]" title="[% loc('User Preferences') %]" rel="nofollow">[% c.fixw(user.login) %]</a></li>
        [% END %]
    [% END +%]
        <li><a href="[% base %]/.logout">[% loc('Log out') %]</a></li>
[% ELSE +%]
        <li><a href="[% c.uri_for('login') %]" title="[% loc('Get in there') %]" accesskey="L">[% loc('Log in') %]</a></li>
    [%+ IF(c.pref('open_registration')) %]
        <li><a href="[% c.uri_for('register') %]">[% loc('Register') %]</a></li>
    [% END %]
[% END %]
        <li><a[% ' class="navOn"' IF template.name == 'page/subtree.tt' %] href="[% c.uri_for('subtree') %]" title="[% loc('Alphabetically sorted list of pages') %]" accesskey="A">[% loc('Sub pages') %]</a></li>
        <li><a[% ' class="navOn"' IF template.name =='page/recent.tt' %] href="[% c.uri_for('recent') %]" title="[% loc('Pages sorted by when they were last changed') %]" accesskey="U">[% loc('Recent') %]</a></li>
[% IF (pictures OR photo) +%]
        <li><a[% ' class="navOn"' IF c.req.action == 'tags' %] href="[% c.uri_for('gallery','tags') %]" title="[% loc('All tags on photos') %]" accesskey="T">[% loc('Tags') %]</a></li>
[% ELSE +%]
        <li><a[% ' class="navOn"' IF c.req.action == 'tags' %] href="[% c.uri_for('tags') %]" title="[% loc('All tags in this path') %]" accesskey="T">[% loc('Tags') %]</a></li>
[% END %]
        <li><a[% ' class="navOn"' IF c.req.action == 'users' %] href="[% c.uri_for('users') %]" title="[% loc('Who wrote what') %]" accesskey="">[% loc('Authors') %]</a></li>
        <li><a[% ' class="navOn"' IF template.name == 'feeds.tt' %] href="[% c.uri_for('feeds') %]" title="[% loc('Subscribe to changes by RSS') %]" accesskey="">[% loc('Feeds') %]</a></li>
        <li><a[% ' class="navOn"' IF template.name =='export.tt' %] href="[% c.uri_for('export') %]" title="[% loc('Download a ZIP of this page and its subpages') %]" accesskey="X" rel="nofollow">[% loc('Export') %]</a></li>
    </ul>
</div>
<div id="pagenav">
    <ul>
[% IF (c.req.action=="view") %]
        <li class="navOn">[% loc('Page') %]</li>
[% ELSE %]
        <li><a title="[ %loc('The Wikilicious page') %]" href="[% c.uri_for('view') %]">[% loc('Page') %]</a></li>
[% END %]
[% IF (page.has_photos) %]
    [% IF pictures %]
        <li class="navOn">[% loc('Gallery') %]</li>
    [% ELSE %]
        <li><a title="[% loc('Photo Album') %]" href="[% c.uri_for('gallery') %]">[% loc('Gallery') %]</a></li>
    [% END %]
[% ELSE%]
    <li>[% loc('Gallery') %]</li>
[% END %]
[% IF ( c.model('DBIC::Person').get_user(page.name) )  %]
    [% IF (c.req.action=="profile") %]
        <li class="navOn">[% loc('Profile') %]</li>
    [% ELSE %]
        <li><a title="[% loc('User Profile') %]" href="[% c.uri_for('profile') %]">[% loc('Profile') %]</a></li>
    [% END %]
    [% IF (c.req.action=="prefs")%]
        <li class="navOn">[% loc('Preferences') %]</li>
    [% ELSE %]
        <li><a title="[% loc('User Settings') %]" href="[% c.uri_for(user.link,'.prefs') %]">[% loc('Preferences') %]</a></li>
    [% END %]
[% END %]
    </ul>
</div>



( run in 0.652 second using v1.01-cache-2.11-cpan-8dfa8b56332 )