summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/templates/minion.html
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-15 00:24:22 +0300
committermakkalot <makkalot@gmail.com>2008-06-15 00:24:22 +0300
commit6948a2fcbeba31fff17a1f08381ff103dbe655a2 (patch)
tree69568fd1143df803abd376737faf4856b07b2ba7 /funcweb/funcweb/templates/minion.html
parent858723f6f4f3763040e02c5e9a2fa692ad97444f (diff)
downloadfunc-6948a2fcbeba31fff17a1f08381ff103dbe655a2.tar.gz
func-6948a2fcbeba31fff17a1f08381ff103dbe655a2.tar.xz
func-6948a2fcbeba31fff17a1f08381ff103dbe655a2.zip
some html work to showup method args
Diffstat (limited to 'funcweb/funcweb/templates/minion.html')
-rw-r--r--funcweb/funcweb/templates/minion.html5
1 files changed, 3 insertions, 2 deletions
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 @@
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude">
+
<body>
- <div id="modules" class="modules">
+ <div id="modules" class="modules">
<ul py:for="minion, mods in modules.items()">
<h2>${minion[:13]}</h2>
<li py:for="module in mods">
- <a href="#" onclick="$('#col4').hide();$('#col3').hide().load('/minion/${minion}/${module}').show('slow');">${module}</a>
+ <a href="#" onclick="myj('#col4').hide();myj('#col3').hide().load('/minion/${minion}/${module}').show('slow');">${module}</a>
</li>
</ul>
</div>