source: branches/1.5/template/yoga/notification.tpl @ 11761

Last change on this file since 11761 was 939, checked in by chrisaga, 19 years ago

bug 206 fixed: PNG thumbnails clipped with IE

  • added class="icon" to recent.png (functions_html.inc.php)
  • added class="button" to al png button images (*.tpl)
  • changed pngfix.js to only fix icon or button images

template improvement: category prettier and simpler (a little bit)

  • got rid of one SPAN level
  • content.css more readable
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 502 bytes
Line 
1<div id="content">
2
3  <div class="titrePage">
4    <ul class="categoryActions">
5      <li><a href="{U_HOME}" title="{lang:return to homepage}"><img src="./template/yoga/theme/home.png" class="button" alt="{lang:home}"/></a></li>
6    </ul>
7    <h2>{lang:Notification}</h2>
8  </div>
9
10  <p>{lang:The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.}</p>
11
12  <p><a href="{FEED_URL}">{lang:RSS feed}</a></p>
13</div>
Note: See TracBrowser for help on using the repository browser.