JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added unit testing framework
[wfpl.git] / unit_tests / 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>wfpl unit test results</title>
7   <meta name="robots" content="none" />
8   <style type="text/css">
9     .row_even, .row_odd {
10       font: 14px monospace;
11       margin-top: -1px;
12       border: 1px dotted black;
13       padding: 5px;
14     }
15     .row_even {
16       background-color: #ccf;
17     }
18     .row_odd {
19       background-color: #cfc;
20     }
21   </style>
22 </head>
23
24 <body>
25   <h1>wfpl unit tests</h1>
26   
27   <!--~message_container start~-->
28     <!--~message_box start~-->
29       <div class="row_~row.evenodd~">~message_text.htmlbrnbsp~</div>
30     <!--~end~-->
31   <!--~end~-->
32 </body>
33 </html>