summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-07-12 00:07:45 +0300
committermakkalot <makkalot@gmail.com>2008-07-12 00:07:45 +0300
commitfa867f875110a3ada20e74c780206f390f78a88f (patch)
tree7672c2fb9f4852518d09fa658c457b3933151944 /funcweb
parentf9596fcf9d732905d91d5fffea42a6a15ce59cbc (diff)
downloadfunc-fa867f875110a3ada20e74c780206f390f78a88f.tar.gz
func-fa867f875110a3ada20e74c780206f390f78a88f.tar.xz
func-fa867f875110a3ada20e74c780206f390f78a88f.zip
a place to display some beuautiful results
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/templates/result.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/funcweb/funcweb/templates/result.html b/funcweb/funcweb/templates/result.html
new file mode 100644
index 0000000..d69ac09
--- /dev/null
+++ b/funcweb/funcweb/templates/result.html
@@ -0,0 +1,15 @@
+<!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="resultbigbox" id="resultbigbox">
+ <div class="minions" id="minions">
+ <div align="center" class="graytexts">Result</div>
+ </div>
+ <div class="resultbox" id="resultbox">${result}</div>
+ </div>
+</body>
+</html>
+