JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
a5eef756708e42fde988aeb26f4a6bf9b788b9de
[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="style4.css" type="text/css" />
8   <link rel="stylesheet" href="tasks2.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             <!--~message_container start~-->
25                  <div style="border: 2px solid red; background: #fbb; padding: 5px; margin: 20px 0px">
26                  <!--~message_box start~-->
27                      <!--~message_divider start~-->
28                          <hr />
29                      <!--~end~-->
30                      <p style="font-size: 120%; padding: 5px; margin: 0px">~message_text.html~</p>
31                  <!--~end~-->
32                  </div>
33             <!--~end~-->
34             <!--~main_body~-->
35           </div>
36           <div id="agpl_footer"><a href="http://github.com/JasonWoof/progress/tree/master">The code</a> that runs this website is licensed under the <a href="http://www.gnu.org/licenses/agpl.html">AGPL</a>.</div>
37
38           <div id="badges">
39             <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>
40           </div>
41         </div>
42       </div>
43     </div>
44   </div>
45 </body>
46 </html>