source: server/trunk/web/root/templates/includes/footer.tt @ 175

Last change on this file since 175 was 175, checked in by nanardon, 13 years ago
  • w3c fix on the w3c link...
  • Property svn:keywords set to Id
File size: 866 bytes
Line 
1<!-- $Id$ -->
2</div>
3<div class="sophie_footer">
4<hr style="clear: both">
5<p style="text-align: center">
6<a href="http://www.perl.org/"><img height="64" width="64" src="[% c.uri_for('/static/images', 'perl.png') -%]" alt="Perl"></a> ::
7<a href="http://catalyst.perl.org/"><img height="64" src="[% c.uri_for('/static/images', 'catalyst.png') -%]" alt="Catalyst"></a> ::
8<a href="http://www.postgresql.org/"><img height="64" width="64" src="[% c.uri_for('/static/images', 'postgresql.png') -%]" alt="PostgreSQL"></a> ::
9<a href="http://www.rpm.org/"><img height="64" width="64" src="[% c.uri_for('/static/images', 'rpmlogo.png') -%]" alt="RPM"></a>
10<span id="w3c">
11<a href="http://validator.w3.org/check?uri=referer">
12    <img src="http://www.w3.org/Icons/valid-xhtml10"
13    alt="Valid XHTML 1.0 Strict" height="31" width="88"></a>
14</span>
15</p>
16</div>
17</body>
18</html>
Note: See TracBrowser for help on using the repository browser.