summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-07-13 10:59:59 +0300
committermakkalot <makkalot@gmail.com>2008-07-13 10:59:59 +0300
commit53bcdd002b38b6f7ac9f9c6f74db08cfa5f50cc0 (patch)
treec4d27c0b08b9009a634b6614e77bd92b6abafbb3 /funcweb
parent4be3bc47dca6422868c7fdf276a7af44cd3fc0fd (diff)
downloadfunc-53bcdd002b38b6f7ac9f9c6f74db08cfa5f50cc0.tar.gz
func-53bcdd002b38b6f7ac9f9c6f74db08cfa5f50cc0.tar.xz
func-53bcdd002b38b6f7ac9f9c6f74db08cfa5f50cc0.zip
remove the borders of minions text so it can expand
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/templates/index.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/funcweb/funcweb/templates/index.html b/funcweb/funcweb/templates/index.html
index 89841ae..43d345a 100644
--- a/funcweb/funcweb/templates/index.html
+++ b/funcweb/funcweb/templates/index.html
@@ -8,15 +8,13 @@
<div class="emptyimagebox" id="emptyimagebox"></div>
<div class="minioncontent" id="minioncontent">
- <div class="minionsbigbox" id="minionsbigbox">
- <div class="minions" id="minions">
- <div align="center" class="graytexts">Minions</div>
- </div>
-
+ <div class="minionsbigbox" id="minionsbigbox" py:if="minions">
+ <div align="center" class="graytexts">Methods</div>
<div id="minionstexts" py:for="minion in minions">
<a onclick="myj('#resultcontent').hide();myj('#widgetcontent').hide();myj('#methotdscontent').hide();myj('#modulescontent').hide().load('/funcweb/minion/${minion}').show('slow');" href="#modulescontent" class="minionstextblue">${minion}</a>
</div>
</div>
+ <div class="errorbox" id="errorbox" py:if="not minions">There is no minion to display with that glob, try something different</div>
</div>
<div class="emptyimagebox" id="emptyimagebox"></div>