JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added unit testing framework
[wfpl.git] / unit_tests / template.html
diff --git a/unit_tests/template.html b/unit_tests/template.html
new file mode 100644 (file)
index 0000000..42e1063
--- /dev/null
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <title>wfpl unit test results</title>
+  <meta name="robots" content="none" />
+  <style type="text/css">
+    .row_even, .row_odd {
+      font: 14px monospace;
+      margin-top: -1px;
+      border: 1px dotted black;
+      padding: 5px;
+    }
+    .row_even {
+      background-color: #ccf;
+    }
+    .row_odd {
+      background-color: #cfc;
+    }
+  </style>
+</head>
+
+<body>
+  <h1>wfpl unit tests</h1>
+  
+  <!--~message_container start~-->
+    <!--~message_box start~-->
+      <div class="row_~row.evenodd~">~message_text.htmlbrnbsp~</div>
+    <!--~end~-->
+  <!--~end~-->
+</body>
+</html>