presenting perl skin
[catagits/App-IdiotBox.git] / share / skin / presentingperl / html / layout.html
1 <html>
2   <head>
3     <title>
4       Perl Resource/Media Vault
5     </title>
6     <link rel="stylesheet" type="text/css" href="/style/layout.css">
7     <link rel="stylesheet" type="text/css" href="/style/basic.css">
8   </head>
9     <body>
10
11     <div id="wrap1">
12       <div id="wrap2">
13         <div id="main-content">
14         </div>
15
16         <div id="footer">
17           <p class="footer">
18             Site Copyright &copy; Shadowcat Systems Limited 2005-10 <br />
19             The Barracks, White Cross, South Road, Lancaster, LA1 4XQ <br /> <br />
20             Media Copyright &copy; the right to be associated with this work remains with 
21             the author [1]<br /> <br />
22             <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">
23             <img alt="Creative Commons License" 
24                  style="border-width:0" 
25                  src="http://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png" /></a><br />
26                  This <span xmlns:dc="http://purl.org/dc/elements/1.1/" 
27                             href="http://purl.org/dc/dcmitype/MovingImage" rel="dc:type">
28                  work</span> is licensed under a 
29                  <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">
30                  Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 
31                  Unported License</a>.<br /><br />
32             Powered by: <img src="http://external.shadowcatprojects.net/data/common/images/idiot-box.png"
33                              alt="Idiot box logo" /> Idiot Box<br />
34             [1] Unless otherwise stated
35           </p>
36         </div>
37       
38       </div>
39     </div>
40
41     <div id="navbar">
42       <ul>
43         <li><a href="http://www.presentingperl.org">Home</a></li>
44       </ul>
45     </div>
46
47     <div id="logo">
48       <h1 class="notseen">Presenting Perl</h1> 
49     </div>
50
51   </body>
52 </html>
53