Unicode fixes
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / wrapper / root.tt
CommitLineData
3cb66fff 1<html>
2<head>
9db2b8f2 3<title>[% loc('moose page title') %]</title>
3cb66fff 4<link rel="stylesheet" href="css/style.css" type="text/css">
91d99a11 5<link rel="stylesheet" href="css/facebox.css" type="text/css">
6<script language="javascript" src="js/jquery-1.3.2.min.js"></script>
7<script language="javascript" src="js/facebox.js"></script>
8<script language="javascript">
9
10jQuery(document).ready(function($) {
11 $('a[rel*=facebox]').facebox();
12 $('a[href^=http]').attr('target', '_blank');
13});
14
15</script>
3cb66fff 16</head>
17<body>
91d99a11 18<h1 style="background-image:url('images/header_bg_[% current_page.name %].jpg')">[% loc('header moose') %]</h1>
19<h2>[% loc('header moose subtitle') %]</h2>
20[% INCLUDE 'shared/nav.tt' %]
21<div class="content">
22 [% content %]
23</div>
24<div class="footer">
25 [% INCLUDE 'shared/footer.tt' %]
26</div>
27<div id="code_sample" style="display:none">
7d44d2b1 28[% INCLUDE 'code/point.tt' %]
91d99a11 29</div>
3cb66fff 30</body>
31</html>