source: trunk/template/yoga/notification.tpl @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 1.0 KB
Line 
1{* $Id: /piwigo/trunk/template/yoga/notification.tpl 7025 2009-03-09T19:41:45.898712Z nikrou  $ *}
2{html_head}
3<link rel="alternate" type="application/rss+xml" title="{'Image only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}">
4<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed'|@translate}" href="{$U_FEED}">
5{/html_head}
6<div id="content" class="content">
7
8  <div class="titrePage">
9    <ul class="categoryActions">
10      <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>
11    </ul>
12    <h2>{'Notification'|@translate}</h2>
13  </div>
14
15  <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>
16
17  <dl>
18    <dt>
19      <a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a><br><br>
20    </dt>
21    <dt>
22      <a href="{$U_FEED}">{'Complete RSS feed'|@translate}</a>
23    </dt>
24  </dl>
25</div>
Note: See TracBrowser for help on using the repository browser.