]> ruin.nu Git - ndwebbie.git/blob - root/lib/site/html.tt2
Converted check/stats page
[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 %]: [% 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         <link rel="icon" type="image/ico" href="/favicon.ico">
9         <script type="text/javascript" src="/static/js/raid.js"></script>
10         <script type="text/javascript" src="/static/js/jquery-1.2.6.min.js"></script>
11 </head>
12  <body>
13 [% content %]
14
15 <script type="text/javascript">
16 <!--
17 $(document).ready(function(){
18         $('.hidden').hide();
19         $('a[rel="external"]').click(function() {
20                 window.open( $(this).attr('href') );
21                 return false;
22         });
23 });
24 -->
25 </script>
26 </body>
27 </html>