JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added more unit tests
[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   <!--~wfpl_messages {~-->
28       <div class="row_~row evenodd~">~data htmlbrnbsp~</div>
29   <!--~}~-->
30 </body>
31 </html>