source: extensions/gally/gally-default/template/notification.tpl @ 22090

Last change on this file since 22090 was 12592, checked in by grum, 12 years ago

feature:2499 - compatibility with Piwigo 2.3

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1<!-- **GBL** >NOTIFICATION> -->
2
3{html_head}
4<link rel="alternate" type="application/rss+xml" title="{'Photos only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}">
5<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (photos, comments)'|@translate}" href="{$U_FEED}">
6{/html_head}
7
8<div id="content" class="content">
9
10  <div class="titrePage" id='titrePageID'>
11
12    {if isset($MENUBAR)}
13      {if #menuAnimated# == "noswitch"}
14        {$MENUBAR}
15      {else}
16      <div id="menuswitcher">
17        <a id="icon_menu" class="button" onclick="gallyCP.switchmenu('', '{$ROOT_URL}{$themeconf.icon_dir}/');">&nbsp;
18        </a>
19      </div>
20      {/if}
21    {/if}
22
23    <ul class="categoryActions">
24      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}"></a></li>
25    </ul>
26    <h2>{'Notification'|@translate}</h2>
27  </div>
28
29  {if #menuAnimated# != "noswitch" and isset($MENUBAR)}
30    {$MENUBAR}
31  {/if}
32
33  <div id="content2">
34    <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>
35
36    <p><span class="rssFeed"></span><a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a></p>
37    <p><span class="rssFeed"></span><a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a></p>
38  </div>
39</div>
40
41<!-- **GBL** <NOTIFICATION< -->
Note: See TracBrowser for help on using the repository browser.