From 83a9970b426ff334315841b6aa2b91ecb81226dc Mon Sep 17 00:00:00 2001 From: makkalot Date: Sun, 15 Jun 2008 00:26:53 +0300 Subject: the html form to submit arguments --- funcweb/funcweb/templates/method_args.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 funcweb/funcweb/templates/method_args.html (limited to 'funcweb') 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 @@ + + + + +
+ ${ET(minion_form.display(displays_on='genshi'))} +
+ + + -- cgit