summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-15 00:26:53 +0300
committermakkalot <makkalot@gmail.com>2008-06-15 00:26:53 +0300
commit83a9970b426ff334315841b6aa2b91ecb81226dc (patch)
treea9b111c063a5e0294e683b3a654acb5dfb737c89 /funcweb
parent4676909acf44c0c2f91eece7ba66fc61b79b1d94 (diff)
downloadthird_party-func-83a9970b426ff334315841b6aa2b91ecb81226dc.tar.gz
third_party-func-83a9970b426ff334315841b6aa2b91ecb81226dc.tar.xz
third_party-func-83a9970b426ff334315841b6aa2b91ecb81226dc.zip
the html form to submit arguments
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/templates/method_args.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/funcweb/funcweb/templates/method_args.html b/funcweb/funcweb/templates/method_args.html
new file mode 100644
index 0000000..42946a8
--- /dev/null
+++ b/funcweb/funcweb/templates/method_args.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:py="http://genshi.edgewall.org/"
+ xmlns:xi="http://www.w3.org/2001/XInclude">
+
+<body>
+ <div py:if="minion_form" id="men">
+ ${ET(minion_form.display(displays_on='genshi'))}
+ </div>
+</body>
+</html>
+