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

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