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

Last change on this file since 2824 was 2677, checked in by vdigital, 16 years ago

Some icons (Thanks to Stripy).
Small cleanup in goto/picture.css (More must come later).
Notification and help pages have been reviewed.
Swap rating stars in Sylvia.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 970 bytes
Line 
1{* $Id: notification.tpl 2677 2008-10-06 21:44:05Z vdigital $ *}
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.