JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
change the css filename so safari doesn't use the new html with the old css
[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="style3.css" type="text/css" />
8   <link rel="stylesheet" href="tasks2.css" type="text/css" />
9 </head>
10
11 <body>
12   <div id="background"></div>
13   <div id="background2"></div>
14
15   <div id="box0">
16     <div id="box1">
17       <div id="box2">
18         <div id="box3">
19           <p id="logo"></p>
20
21           <div id="body" class="~basename~_body">
22             <!--~logout_bar~-->
23             <!--~message_container start~-->
24                  <div style="border: 2px solid red; background: #fbb; padding: 5px; margin: 20px 0px">
25                  <!--~message_box start~-->
26                      <!--~message_divider start~-->
27                          <hr />
28                      <!--~end~-->
29                      <p style="font-size: 120%; padding: 5px; margin: 0px">~message_text.html~</p>
30                  <!--~end~-->
31                  </div>
32             <!--~end~-->
33             <!--~main_body~-->
34           </div>
35           <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>
36
37           <div id="badges">
38             <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>
39           </div>
40         </div>
41       </div>
42     </div>
43   </div>
44 </body>
45 </html>