From 6948a2fcbeba31fff17a1f08381ff103dbe655a2 Mon Sep 17 00:00:00 2001 From: makkalot Date: Sun, 15 Jun 2008 00:24:22 +0300 Subject: some html work to showup method args --- funcweb/funcweb/templates/master.html | 15 ++++++++++----- funcweb/funcweb/templates/method.html | 9 ++++----- funcweb/funcweb/templates/minion.html | 5 +++-- funcweb/funcweb/templates/minions.html | 6 +++--- funcweb/funcweb/templates/module.html | 2 +- funcweb/funcweb/templates/run.html | 5 +++-- 6 files changed, 24 insertions(+), 18 deletions(-) (limited to 'funcweb') diff --git a/funcweb/funcweb/templates/master.html b/funcweb/funcweb/templates/master.html index ab14ca0..33d14f9 100644 --- a/funcweb/funcweb/templates/master.html +++ b/funcweb/funcweb/templates/master.html @@ -9,9 +9,8 @@ + -
+

Func

diff --git a/funcweb/funcweb/templates/method.html b/funcweb/funcweb/templates/method.html index 1f67ce9..af20d86 100644 --- a/funcweb/funcweb/templates/method.html +++ b/funcweb/funcweb/templates/method.html @@ -2,18 +2,17 @@ + +
${minion}.${module}.${method} - -
+ +
-
diff --git a/funcweb/funcweb/templates/minion.html b/funcweb/funcweb/templates/minion.html index f171b00..dcb5c6f 100644 --- a/funcweb/funcweb/templates/minion.html +++ b/funcweb/funcweb/templates/minion.html @@ -2,12 +2,13 @@ + -
+
diff --git a/funcweb/funcweb/templates/minions.html b/funcweb/funcweb/templates/minions.html index 94ccbc1..605080f 100644 --- a/funcweb/funcweb/templates/minions.html +++ b/funcweb/funcweb/templates/minions.html @@ -3,14 +3,14 @@ xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude"> - + -
+
diff --git a/funcweb/funcweb/templates/module.html b/funcweb/funcweb/templates/module.html index 2d433f6..f169007 100644 --- a/funcweb/funcweb/templates/module.html +++ b/funcweb/funcweb/templates/module.html @@ -7,7 +7,7 @@
diff --git a/funcweb/funcweb/templates/run.html b/funcweb/funcweb/templates/run.html index cb17cdd..7ae047b 100644 --- a/funcweb/funcweb/templates/run.html +++ b/funcweb/funcweb/templates/run.html @@ -2,7 +2,8 @@ - - ${results.values()[0]} + + + ${results.values()[0]} -- cgit