source: branches/2.4/themes/default/template/notification.tpl @ 16930

Last change on this file since 16930 was 14240, checked in by Zaphod, 12 years ago

feature 2588: template harmonization
All templates (tags, comments etc...) have now a "Home" link at the beginning of the page title (like index.tpl), instead of a home icon.

  • Property svn:eol-style set to LF
File size: 1.0 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    </ul>
12    <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Notification'|@translate}</h2>
13  </div>
14 
15  {include file='infos_errors.tpl'}
16
17  <div class="notification">
18  <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>
19
20  <dl>
21    <dt>
22      <a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a><br><br>
23    </dt>
24    <dt>
25      <a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a>
26    </dt>
27  </dl>
28  </div>
29</div>
Note: See TracBrowser for help on using the repository browser.