]> ruin.nu Git - ndwebbie.git/blobdiff - root/lib/site/html.tt2
Converted check/stats page
[ndwebbie.git] / root / lib / site / html.tt2
index 4c9f5b5e6c5390c9c396770972de17a7e1e10615..4671c42d0049bcd5412c9e4e2a4177aa2d783088 100644 (file)
 </head>
  <body>
 [% content %]
+
+<script type="text/javascript">
+<!--
+$(document).ready(function(){
+       $('.hidden').hide();
+       $('a[rel="external"]').click(function() {
+               window.open( $(this).attr('href') );
+               return false;
+       });
+});
+-->
+</script>
 </body>
 </html>