summaryrefslogtreecommitdiff
path: root/programs/templates/detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'programs/templates/detail.html')
-rw-r--r--programs/templates/detail.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/programs/templates/detail.html b/programs/templates/detail.html
new file mode 100644
index 0000000..64da0f5
--- /dev/null
+++ b/programs/templates/detail.html
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+ <title>Results for %(run)s: %(test)s</title>
+ <link rel="stylesheet" href="../detail.css"/>
+ </head>
+ <body>
+ <h1>%(run)s:</h1>
+ <h2 class="%(result)s">%(test)s &#8212; %(result)s</h1>
+ <h3>Command:</h3>
+ <pre>%(command)s</pre>
+ <h3>Output:</h3>
+ <pre>%(output)s</pre>
+ <h3>Errors:</h3>
+ <pre>%(errors)s</pre>
+ <h3>Return code:</h3>
+ <pre>%(return_code)s</pre>
+ </body>
+</html>