source: extensions/stripped/template/notification.tpl @ 14687

Last change on this file since 14687 was 14687, checked in by Zaphod, 12 years ago

version 2.2.0.beta2 for Piwigo 2.4

File size: 1.1 KB
Line 
1{html_head}
2<link rel="alternate" type="application/rss+xml" title="{'Photos only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}"> 
3<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (photos, comments)'|@translate}" href="{$U_FEED}"> 
4{/html_head}
5<div class="titrePage">
6        <div class="browsePath">
7                <h2>
8                        {if isset($MENUBAR)}
9                                <span id="menuswitcher" title="{'Show/hide menu'|@translate}">{'Menu'|@translate}</span><span class="arrow"> »</span>
10                        {/if}
11                        <a href="{$U_HOME}">{'Home'|@translate}</a>
12                        {$LEVEL_SEPARATOR}{'Notification'|@translate}
13                </h2>
14        </div>
15</div>
16<div id="content">
17        {if isset($MENUBAR)}{$MENUBAR}{/if}
18        <div id="content_cell">
19                <div class="content_block notification">
20                        <p>{'The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'|@translate}</p>
21                        <ul>
22                                <li><a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a></li>
23                                <li><a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a></li>
24                        </ul>
25                </div>
26        </div>
27</div>
Note: See TracBrowser for help on using the repository browser.