presenting perl skin
[catagits/App-IdiotBox.git] / share / skin / presentingperl / html / layout.html
diff --git a/share/skin/presentingperl/html/layout.html b/share/skin/presentingperl/html/layout.html
new file mode 100644 (file)
index 0000000..8bb5ee8
--- /dev/null
@@ -0,0 +1,53 @@
+<html>
+  <head>
+    <title>
+      Perl Resource/Media Vault
+    </title>
+    <link rel="stylesheet" type="text/css" href="/style/layout.css">
+    <link rel="stylesheet" type="text/css" href="/style/basic.css">
+  </head>
+    <body>
+
+    <div id="wrap1">
+      <div id="wrap2">
+        <div id="main-content">
+        </div>
+
+        <div id="footer">
+          <p class="footer">
+            Site Copyright &copy; Shadowcat Systems Limited 2005-10 <br />
+            The Barracks, White Cross, South Road, Lancaster, LA1 4XQ <br /> <br />
+            Media Copyright &copy; the right to be associated with this work remains with 
+            the author [1]<br /> <br />
+            <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">
+            <img alt="Creative Commons License" 
+                 style="border-width:0" 
+                 src="http://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png" /></a><br />
+                 This <span xmlns:dc="http://purl.org/dc/elements/1.1/" 
+                            href="http://purl.org/dc/dcmitype/MovingImage" rel="dc:type">
+                 work</span> is licensed under a 
+                 <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">
+                 Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 
+                 Unported License</a>.<br /><br />
+            Powered by: <img src="http://external.shadowcatprojects.net/data/common/images/idiot-box.png"
+                             alt="Idiot box logo" /> Idiot Box<br />
+            [1] Unless otherwise stated
+          </p>
+        </div>
+      
+      </div>
+    </div>
+
+    <div id="navbar">
+      <ul>
+        <li><a href="http://www.presentingperl.org">Home</a></li>
+      </ul>
+    </div>
+
+    <div id="logo">
+      <h1 class="notseen">Presenting Perl</h1> 
+    </div>
+
+  </body>
+</html>
+