initial import of cut up site
[scpubgit/nwepm.git] / share / templates / layout.html
CommitLineData
ce585b65 1<html xmlns="http://www.w3.org/1999/xhtml" data-wrap="html">
2
3 <head>
4 <title class="page title"></title>
5 <meta name="keywords" content="Perl, North-west, Mongers" />
6 <meta name="copyright" content="North West England Perl Mongers 2013" />
7 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
9 <link rel="stylesheet" type="text/css" href="/static/style/layout.css" />
10 <link rel="stylesheet" type="text/css" href="/static/style/basic.css" />
11
12 </head>
13 <body>
14
15 <div id="navbar">
16 <ul>
17 <li class="current"><a href="">Index</a></li>
18 <li><a href="">Meetings</a></li>
19 </ul>
20 </div>
21
22 <div id="navbarname">
23 </div>
24
25 <div id="header">
26
27 </div>
28
29 <div id="content">
30 <div id="contentleft">
31 <div data-replace="content-of: body" />
32 </div>
33
34 <div id ="contentright">
35 right
36 </div>
37
38 <div id ="contentbottom">
39
40 </div>
41
42
43
44
45 </div>
46
47 <div id="footer">
48 <p>
49 &copy; 2008-13 North West England Perl Mongers<br />
50 Site design: Mark Keating, Ian Norton<br />
51 All Rights Reserved<br />
52 </p>
53 </div>
54
55
56 </body>
57</head>