source: extensions/floOS/notification.tpl @ 4193

Last change on this file since 4193 was 3618, checked in by flop25, 15 years ago

update global with pwg 2.0.3

File size: 981 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'|@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="{'return to homepage'|@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'|@translate}</a>
22    </dt>
23  </dl>
24</div>
Note: See TracBrowser for help on using the repository browser.