JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
update wfpl and templates
[contractor-progress.git] / template.html
index 552caef..4f6f622 100644 (file)
@@ -1,46 +1,46 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html lang="en" class="no-js">
 <head>
-  <title>JasonWoof -- Website Services</title>
-  <link rel="stylesheet" href="style_4.css" type="text/css" />
-  <link rel="stylesheet" href="tasks_2.css" type="text/css" />
+       <script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script>
+       <title>JasonWoof -- ~title~</title>
+       <!--[if lt IE 9]>
+               <script src="html5.js"></script>
+       <![endif]-->
+       <style>
+               @font-face {
+                       font-family: 'jasonwooflogo';
+                       src: url('jasonwooflogo.eot');
+                       src: url('jasonwooflogo.eot?#iefix') format('embedded-opentype'), url('jasonwooflogo.woff') format('woff'), url('jasonwooflogo.ttf') format('truetype'), url('jasonwooflogo.svg#jasonwooflogo') format('svg');
+                       font-weight: normal;
+                       font-style: normal;
+               }
+               header {
+                       font: 52px jasonwooflogo;
+               }
+       </style>
+       <link rel="stylesheet" href="style_11.css">
+       <link rel="stylesheet" href="tasks_11.css">
 </head>
 
-<body onload="document.getElementById('screen_height').style.height = (window.innerHeight ? window.innerHeight : document.documentElement.clientWidth) + 'px'">
-  <div id="background"></div>
-  <div id="background2"></div>
-
-  <div id="box0">
-    <div id="screen_height" style="height: 10px; width: 0px; float: left"></div>
-    <div id="box1">
-      <div id="box2">
-        <div id="box3">
-          <p id="logo"></p>
-
-          <div id="body" class="~basename~_body">
-            <!--~logout_bar~-->
-            <!--~message_container start~-->
-                 <div style="border: 2px solid red; background: #fbb; padding: 5px; margin: 20px 0px">
-                 <!--~message_box start~-->
-                     <!--~message_divider start~-->
-                         <hr />
-                     <!--~end~-->
-                     <p style="font-size: 120%; padding: 5px; margin: 0px">~message_text.html~</p>
-                 <!--~end~-->
-                 </div>
-            <!--~end~-->
-            <!--~main_body~-->
-          </div>
-          <div id="agpl_footer"><a href="http://gitorious.org/contractor-progress/contractor-progress">The code</a> that runs this website is licensed under the <a href="http://www.gnu.org/licenses/agpl.html">AGPL</a>.</div>
+<body id="~$basename~_body" class="real_body_tag">
+       <div id="centerer"><div id="centerer2">
+               <div id="lsquig"><div id="lsquigi"></div></div>
+               <div id="rsquig"><div id="rsquigi"></div></div>
+               <header>JasonWoof<br>&bull;</header>
+               <nav>
+                       ~menu~
+               </nav>
 
-          <div id="badges">
-            <a href="http://www.fsf.org/register_form?referrer=4579" title="Please support the Free Software Foundation"><img width="88" height="31" src="images/fsf4579.png" alt="[FSF Associate Member]" /></a> &nbsp; &nbsp; <a href="http://en.wikinews.org/wiki/Main_Page" title="News by and for the community"><img width="88" height="31" src="images/wikinews_badge.png" alt="[WikiNews]" /></a> &nbsp; &nbsp; <a href="http://endsoftpatents.org/innovating-without-patents" title="Software patents inhibit progress"><img width="88" height="31" src="images/esp-iwp.png" alt="[Innovating Without Patents]" /></a>
-          </div>
-        </div>
-      </div>
-    </div>
-  </div>
+               <div id="main-body">
+                       <article>
+                               <!--~logout_bar~-->
+                               ~$body~
+                       </article>
+                       <div style="clear: both"></div>
+               </div>
+               <div style="clear: both"></div>
+               <footer>
+                       Jason Woof
+               </footer>
+       </div></div>
 </body>
 </html>