source: branches/gettext/themes/default/template/notification.tpl @ 5167

Last change on this file since 5167 was 5167, checked in by nikrou, 14 years ago

Feature 1451 :

  • improve speed to generate pages when locales is not present on system
  • default domain in now piwigo
  • each plugin can have is own domain ({'...'|@translate:my_plugin})
  • Property svn:eol-style set to LF
File size: 978 bytes
Line 
1{html_head}
2<link rel="alternate" type="application/rss+xml" title="{'Image only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}">
3<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}">
4{/html_head}
5<div id="content" class="content">
6
7  <div class="titrePage">
8    <ul class="categoryActions">
9      <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"></a></li>
10    </ul>
11    <h2>{'Notification'|@translate}</h2>
12  </div>
13
14  <p>{'The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'|@translate}</p>
15
16  <dl>
17    <dt>
18      <a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a><br><br>
19    </dt>
20    <dt>
21      <a href="{$U_FEED}">{'Complete RSS feed (images, comments)'|@translate}</a>
22    </dt>
23  </dl>
24</div>
Note: See TracBrowser for help on using the repository browser.