summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-01-17 13:49:32 -0500
committerLuke Macken <lmacken@redhat.com>2008-01-17 13:49:32 -0500
commit6ae309121ca3a02f23aec05da4eb33cae03c7491 (patch)
treef5718dd102536afc3608614f2fef9ca5f96abcf0 /funcweb
parent2808ed22c0e77f412584e467ebfea74058f56035 (diff)
downloadfunc-6ae309121ca3a02f23aec05da4eb33cae03c7491.tar.gz
func-6ae309121ca3a02f23aec05da4eb33cae03c7491.tar.xz
func-6ae309121ca3a02f23aec05da4eb33cae03c7491.zip
Add the run.html template to display our results in
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/templates/run.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/funcweb/funcweb/templates/run.html b/funcweb/funcweb/templates/run.html
new file mode 100644
index 0000000..ed9a2a4
--- /dev/null
+++ b/funcweb/funcweb/templates/run.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:py="http://genshi.edgewall.org/"
+ xmlns:xi="http://www.w3.org/2001/XInclude">
+<body>
+ <div class="results">
+ <h2>${cmd}</h2>
+ ${results.values()[0]}
+ </div>
+</body>
+</html>