JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
reorganized main page, and got my name out of the code
[contractor-progress.git] / template.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6   <title>JasonWoof -- Website Services</title>
7   <link rel="stylesheet" href="style_4.css" type="text/css" />
8   <link rel="stylesheet" href="tasks_2.css" type="text/css" />
9 </head>
10
11 <body onload="document.getElementById('screen_height').style.height = (window.innerHeight ? window.innerHeight : document.documentElement.clientWidth) + 'px'">
12   <div id="background"></div>
13   <div id="background2"></div>
14
15   <div id="box0">
16     <div id="screen_height" style="height: 10px; width: 0px; float: left"></div>
17     <div id="box1">
18       <div id="box2">
19         <div id="box3">
20           <p id="logo"></p>
21
22           <div id="body" class="~basename~_body">
23             <!--~logout_bar~-->
24             <!--~wfpl_messages {~-->
25               <!--~ first {~-->
26                 <div style="border: 2px solid red; background: #fbb; padding: 5px; margin: 20px 0px">
27               <!--~}~-->
28                   <p style="font-size: 120%; padding: 5px; margin: 0px">~data html~</p>
29               <!--~ sep {~-->
30                   <hr />
31               <!--~}~-->
32               <!--~ last {~-->
33                 </div>
34               <!--~}~-->
35             <!--~}~-->
36             <!--~main_body~-->
37           </div>
38           <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>
39
40           <div id="badges">
41             <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>
42           </div>
43         </div>
44       </div>
45     </div>
46   </div>
47 </body>
48 </html>