source: extensions/stripped_responsive/template/notification.tpl @ 32018

Last change on this file since 32018 was 29910, checked in by JanisV, 9 years ago

Fixed pages

  • Property svn:executable set to *
File size: 1.1 KB
RevLine 
[29449]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                        <a href="{$U_HOME}">{'Home'|@translate}</a>
9                        {$LEVEL_SEPARATOR}{'Notification'|@translate}
10                </h2>
11        </div>
12</div>
13<div id="content">
[29453]14    {if !$stripped_responsive.menuOnRight}
15          {if isset($MENUBAR)}{$MENUBAR}{/if}
16    {/if}
[29449]17        <div id="content_cell">
18                <div class="content_block notification">
19                        <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>
20                        <ul>
21                                <li><a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a></li>
22                                <li><a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a></li>
23                        </ul>
24                </div>
25        </div>
[29453]26    {if $stripped_responsive.menuOnRight}
27          {if isset($MENUBAR)}{$MENUBAR}{/if}
28    {/if}
[29910]29    <div style="clear: both;"></div>
[29449]30</div>
Note: See TracBrowser for help on using the repository browser.