source: trunk/themes/default/template/notification.tpl @ 13788

Last change on this file since 13788 was 12878, checked in by rvelices, 12 years ago

bug 2553 hide menubar/register on indentification page if gallery is locked or guest_access is false

  • Property svn:eol-style set to LF
File size: 1.2 KB
Line 
1{html_head}
2<link rel="alternate" type="application/rss+xml" title="{'Photos only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}"> 
3<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (photos, comments)'|@translate}" href="{$U_FEED}"> 
4{/html_head}
5
6{if isset($MENUBAR)}{$MENUBAR}{/if}
7<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
8
9  <div class="titrePage">
10    <ul class="categoryActions">
11      <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button">
12        <span class="pwg-icon pwg-icon-home">&nbsp;</span><span class="pwg-button-text">{'Home'|@translate}</span>
13      </a></li>
14    </ul>
15    <h2>{'Notification'|@translate}</h2>
16  </div>
17 
18  {include file='infos_errors.tpl'}
19
20  <div class="notification">
21  <p>{'The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'|@translate}</p>
22
23  <dl>
24    <dt>
25      <a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a><br><br>
26    </dt>
27    <dt>
28      <a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a>
29    </dt>
30  </dl>
31  </div>
32</div>
Note: See TracBrowser for help on using the repository browser.