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

Last change on this file since 8665 was 8076, checked in by rvelices, 13 years ago

css sprites (still ongoing)

  • Property svn:eol-style set to LF
File size: 1.0 KB
RevLine 
[7474]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}
[2352]5<div id="content" class="content">
[859]6
7  <div class="titrePage">
8    <ul class="categoryActions">
[8076]9                <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button">
10                        <span class="pwg-icon pwg-icon-home">&nbsp;</span><span class="pwg-button-text">{'Home'|@translate}</span>
11                </a></li>
[859]12    </ul>
[2223]13    <h2>{'Notification'|@translate}</h2>
[859]14  </div>
15
[6951]16  <p>{'The RSS notification feed provides notification on news from this website : new pictures, updated albums, new comments. Use a RSS feed reader.'|@translate}</p>
[859]17
[2677]18  <dl>
19    <dt>
[3185]20      <a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a><br><br>
[2677]21    </dt>
22    <dt>
[5021]23      <a href="{$U_FEED}">{'Complete RSS feed (images, comments)'|@translate}</a>
[2677]24    </dt>
25  </dl>
[859]26</div>
Note: See TracBrowser for help on using the repository browser.