summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-16 12:19:12 +0300
committermakkalot <makkalot@gmail.com>2008-06-16 12:19:12 +0300
commit05341feebfa9d1f8dbf531fb1c1249edf910d960 (patch)
treea859b902255fb9ca9c88cd09e4894756a1eba816 /funcweb
parent8912b953e675a2922b9497dd7adca3e6d364f2b2 (diff)
downloadthird_party-func-05341feebfa9d1f8dbf531fb1c1249edf910d960.tar.gz
third_party-func-05341feebfa9d1f8dbf531fb1c1249edf910d960.tar.xz
third_party-func-05341feebfa9d1f8dbf531fb1c1249edf910d960.zip
add the magic jquery part for the method_args template for link execution
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/templates/method_args.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/funcweb/funcweb/templates/method_args.html b/funcweb/funcweb/templates/method_args.html
index 42946a8..2e7d4bd 100644
--- a/funcweb/funcweb/templates/method_args.html
+++ b/funcweb/funcweb/templates/method_args.html
@@ -7,6 +7,10 @@
<div py:if="minion_form" id="men">
${ET(minion_form.display(displays_on='genshi'))}
</div>
+ <div py:if="not minion_form" id="men">
+ <a href="#" onclick="myj('#results').hide().load('/execute_link/${minion}/${module}/${method}/').show('slow');">Run Method</a>
+ <div class="results" id="results" />
+ </div>
</body>
</html>