summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-07-13 11:02:28 +0300
committermakkalot <makkalot@gmail.com>2008-07-13 11:02:28 +0300
commit897fc4edb7670db761c02c095286a6124bd8514a (patch)
tree4a03d3ad8077cf03925ef9f5c59ecea119eecf62 /funcweb
parent1791ea1b3387789a474c1854338b685bee42e496 (diff)
downloadfunc-897fc4edb7670db761c02c095286a6124bd8514a.tar.gz
func-897fc4edb7670db761c02c095286a6124bd8514a.tar.xz
func-897fc4edb7670db761c02c095286a6124bd8514a.zip
look and feel fixes
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/templates/methods.html5
-rw-r--r--funcweb/funcweb/templates/modules.html4
-rw-r--r--funcweb/funcweb/templates/result.html4
-rw-r--r--funcweb/funcweb/templates/widgets.html4
4 files changed, 4 insertions, 13 deletions
diff --git a/funcweb/funcweb/templates/methods.html b/funcweb/funcweb/templates/methods.html
index 1df3010..9f06cbb 100644
--- a/funcweb/funcweb/templates/methods.html
+++ b/funcweb/funcweb/templates/methods.html
@@ -6,10 +6,7 @@
<body>
<div class="methodsbigbox" id="methodsbigbox">
<span py:for="minion, methods in modules.items()">
- <div class="minions" id="minions">
- <div align="center" class="graytexts">${module}</div>
- </div>
-
+ <div align="center" class="graytexts">${minion}.${module}</div>
<div class="minionstextblue" id="methodstextbox" py:for="method in methods">
<a href="#widgetcontent" onclick="myj('#resultcontent').hide();myj('#widgetcontent').hide().load('/funcweb/method_display/${minion}/${module}/${method}').show('slow')" class="minionstextblue">${method}</a>
</div>
diff --git a/funcweb/funcweb/templates/modules.html b/funcweb/funcweb/templates/modules.html
index 27c881c..2d8107b 100644
--- a/funcweb/funcweb/templates/modules.html
+++ b/funcweb/funcweb/templates/modules.html
@@ -5,12 +5,10 @@
<body>
<div class="modulesbigbox" id="modulesbigbox">
<span py:for="minion, modules in modules.items()">
- <div class="minions" id="minions">
<div align="center" class="graytexts">${minion}</div>
- </div>
<div class="modulestexts" id="modulestexts" py:for="module in modules">
- <a href="#methotdscontent" class="minionstextblue" onclick="myj('#methotdscontent').hide().load('/funcweb/minion/${minion}/${module}').show('slow')">${module}</a>
+ <a href="#methotdscontent" class="minionstextblue" onclick="myj('#widgetcontent').hide();myj('#resultcontent').hide();myj('#methotdscontent').hide().load('/funcweb/minion/${minion}/${module}').show('slow')">${module}</a>
</div>
</span>
</div>
diff --git a/funcweb/funcweb/templates/result.html b/funcweb/funcweb/templates/result.html
index d69ac09..7c3d6d1 100644
--- a/funcweb/funcweb/templates/result.html
+++ b/funcweb/funcweb/templates/result.html
@@ -5,9 +5,7 @@
<body>
<div class="resultbigbox" id="resultbigbox">
- <div class="minions" id="minions">
- <div align="center" class="graytexts">Result</div>
- </div>
+ <div align="center" class="graytexts">Result</div>
<div class="resultbox" id="resultbox">${result}</div>
</div>
</body>
diff --git a/funcweb/funcweb/templates/widgets.html b/funcweb/funcweb/templates/widgets.html
index 13fe8f7..28f1384 100644
--- a/funcweb/funcweb/templates/widgets.html
+++ b/funcweb/funcweb/templates/widgets.html
@@ -5,9 +5,7 @@
<body>
<div class="widgetbgbox" id="widgetbgbox">
- <div class="minions" id="minions">
- <div align="center" class="graytexts">Widget</div>
- </div>
+ <div align="center" class="graytexts">${minion}.${module}.${method}</div>
<div class="inwidgetbox" id="inwidgetbox">
<div class="widgetdescrition" id="widgetdescrition" py:if="description" align="center">Description :${description}</div>
<div class="widgetresult" id="widgetresult" align="center">