source: extensions/Versa/template/notification.tpl @ 31833

Last change on this file since 31833 was 31833, checked in by lexming, 7 years ago

Initial commit

  • Property svn:executable set to *
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
6<div id="mainBox">
7{if isset($MENUBAR)}{$MENUBAR}{/if}
8{combine_script id='menu.switch' load='footer' require='jquery' path='themes/versa/js/menuswitch.js'}
9
10<div id="contentBox">
11
12<div id="content" class="content">
13
14  <div class="titrePage">
15    <ul class="categoryActions">
16    </ul>
17    <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Notification'|@translate}</h2>
18  </div>
19 
20  {include file='infos_errors.tpl'}
21
22  <div class="notification">
23  <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>
24
25  <dl>
26    <dt>
27      <a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a><br><br>
28    </dt>
29    <dt>
30      <a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a>
31    </dt>
32  </dl>
33  </div>
34</div> <!-- content -->
35</div> <!-- contentBox -->
36</div> <!-- mainBox -->
Note: See TracBrowser for help on using the repository browser.