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

Last change on this file since 19703 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
RevLine 
[7474]1{html_head}
[8711]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}"> 
[7474]4{/html_head}
[10812]5
6{if isset($MENUBAR)}{$MENUBAR}{/if}
[12878]7<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
[859]8
9  <div class="titrePage">
[10824]10    <ul class="categoryActions">
11    </ul>
[14240]12    <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Notification'|@translate}</h2>
[859]13  </div>
[12764]14 
15  {include file='infos_errors.tpl'}
[859]16
[11182]17  <div class="notification">
[8711]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>
[859]19
[2677]20  <dl>
21    <dt>
[8711]22      <a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a><br><br>
[2677]23    </dt>
24    <dt>
[8711]25      <a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a>
[2677]26    </dt>
27  </dl>
[11182]28  </div>
[859]29</div>
Note: See TracBrowser for help on using the repository browser.