From f9596fcf9d732905d91d5fffea42a6a15ce59cbc Mon Sep 17 00:00:00 2001 From: makkalot Date: Sat, 12 Jul 2008 00:07:07 +0300 Subject: the layout for dynamic widget part --- funcweb/funcweb/templates/widgets.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 funcweb/funcweb/templates/widgets.html (limited to 'funcweb') diff --git a/funcweb/funcweb/templates/widgets.html b/funcweb/funcweb/templates/widgets.html new file mode 100644 index 0000000..13fe8f7 --- /dev/null +++ b/funcweb/funcweb/templates/widgets.html @@ -0,0 +1,30 @@ + + + + +
+
+
Widget
+
+
+
Description :${description}
+
+ + ${ET(minion_form.display(displays_on='genshi'))} + + + Run Method + +
+
+
+
+
+ + + + + + -- cgit