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

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

version 2.1.0

File size: 1.2 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{php}
6        global $conf;
7        $this->assign('LEVEL_SEPARATOR', $conf[ 'level_separator' ]);
8{/php}
9<div class="titrePage">
10        <div class="browsePath">
11                <h2>
12                        {if isset($MENUBAR)}
13                                <span id="menuswitcher" title="{'Show/hide menu'|@translate}">{'Menu'|@translate}</span><span class="arrow"> »</span>
14                        {/if}
15                        <a href="{$U_HOME}">{'Home'|@translate}</a>
16                        {$LEVEL_SEPARATOR}{'Notification'|@translate}
17                </h2>
18        </div>
19</div>
20<div id="content">
21        {if isset($MENUBAR)}{$MENUBAR}{/if}
22        <div id="content_cell">
23                <div class="content_block notification">
24                        <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>
25                        <ul>
26                                <li><a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a></li>
27                                <li><a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a></li>
28                        </ul>
29                </div>
30        </div>
31</div>
Note: See TracBrowser for help on using the repository browser.