source: extensions/Slim/template/notification.tpl @ 18811

Last change on this file since 18811 was 18811, checked in by Miklfe, 11 years ago
File size: 1.1 KB
Line 
1{php}   global $Slim;   $this->assign( 'Slim', $Slim );{/php}
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{if ($Slim.style_slim)==1}
9{php}
10header("Refresh: 2; index.php" );
11{/php}
12
13<div>
14<h3>{'You are not authorized to access the requested page'|@translate}</h3>
15</div>
16{else}
17
18{$MENUBAR}
19<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
20<div id="infoBlock">
21  <div class="titrePage">
22   
23    <h2>{'Notification'|@translate}</h2>
24  </div>
25</div>
26  <div class="notification">
27  <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>
28
29  <dl>
30    <dt>
31      <a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a><br><br>
32    </dt>
33    <dt>
34      <a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a>
35    </dt>
36  </dl>
37  </div>
38</div>
39{/if}
Note: See TracBrowser for help on using the repository browser.