-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlayout.html.st
58 lines (56 loc) · 1.59 KB
/
layout.html.st
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>$sitetitle$ - $pagetitle$</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/screen.css" />
<link rel="stylesheet" type="text/css" media="print" href="css/print.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript"></script>
<script src="js/nav.js" type="text/javascript"></script>
</head>
<body >
<div id="doc" class="yui-t2">
<div id="logoimg">
<!--
<div id="hd" role="banner">
<h1>Eos Dance School</h1>
</div>
-->
<div id="bd" role="main">
<div id="yui-main">
<div class="yui-b">
<div class="yui-g">
$contents$
</div>
</div>
</div>
<div class="yui-b">$nav$</div>
</div>
<div id="ft" role="contentinfo">
<span>
<br/>
<br/>
<br/>
<br/>
Email: <script type="text/javascript"
>
<!--
h='eosdance.co.uk';a='@';n='ari';e=n+a+h;
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+'<code>'+e+'</code>'+'<\/'+'a'+'>');
// -->
</script
><noscript
>ari at eosdance dot co dot uk</noscript
>
| Phone: 07833 148510
<!--
<img id="logo" src="generated_images/grand_jete_with_sun_background_and_gradient.png"/>
-->
</span>
</div>
</div>
</div>
</body>
</html>