]> ruin.nu Git - ndwebbie.git/blob - root/lib/site/html.tt2
5ece0acdd96bdb58840f79cb8c44c69401318819
[ndwebbie.git] / root / lib / site / html.tt2
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4         <title>[% site.title %]: [% title or template.title %]</title>
5         <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
6         <link rel="stylesheet" type="text/css" href="/static/default.css">
7         <link rel="stylesheet" type="text/css" href="/static/css/[% user.css or "black" %].css">
8 [%- FOR s IN site.stylesheets %]
9         <link rel="stylesheet" type="text/css" href="/static/[% s %]">
10 [%- END %]
11         <link rel="icon" type="image/ico" href="/static/favicon.ico">
12         <script type="text/javascript" src="/static/js/raid.js"></script>
13         <script type="text/javascript" src="/static/js/jquery-1.3.2.min.js"></script>
14 </head>
15  <body>
16 [% content %]
17
18 <script type="text/javascript">
19 <!--
20 $(document).ready(function(){
21         $('.hidden').hide();
22         $('a[rel*="external"]').click(function() {
23                 window.open( $(this).attr('href') );
24                 return false;
25         });
26 });
27 -->
28 </script>
29 </body>
30 </html>