From b3d1bdf3ca79e181d82320c4305410b367ca99ca Mon Sep 17 00:00:00 2001 From: makkalot Date: Fri, 1 Aug 2008 23:20:03 +0300 Subject: template changes for goup forms --- funcweb/funcweb/templates/group_minion.html | 13 ++++++++----- funcweb/funcweb/templates/group_small.html | 16 ++++++++++++---- funcweb/funcweb/templates/list_group.html | 2 +- funcweb/funcweb/templates/minion_small.html | 20 +++++++++++++++----- 4 files changed, 36 insertions(+), 15 deletions(-) (limited to 'funcweb') diff --git a/funcweb/funcweb/templates/group_minion.html b/funcweb/funcweb/templates/group_minion.html index bc45fe8..5d9ea7a 100644 --- a/funcweb/funcweb/templates/group_minion.html +++ b/funcweb/funcweb/templates/group_minion.html @@ -1,10 +1,13 @@
+ xmlns:py="http://genshi.edgewall.org/" + xmlns:xi="http://www.w3.org/2001/XInclude"> - - +
+ +
+
+ +
- -
diff --git a/funcweb/funcweb/templates/group_small.html b/funcweb/funcweb/templates/group_small.html index 2638c2f..eff3965 100644 --- a/funcweb/funcweb/templates/group_small.html +++ b/funcweb/funcweb/templates/group_small.html @@ -1,19 +1,27 @@ -
+
Group
+
-
Group1 + +
${host}
+
+ + Select all:
+
diff --git a/funcweb/funcweb/templates/list_group.html b/funcweb/funcweb/templates/list_group.html index 49cd8b7..6c6ce8c 100644 --- a/funcweb/funcweb/templates/list_group.html +++ b/funcweb/funcweb/templates/list_group.html @@ -4,7 +4,7 @@
Groups
- +
diff --git a/funcweb/funcweb/templates/minion_small.html b/funcweb/funcweb/templates/minion_small.html index e3206b2..b180576 100644 --- a/funcweb/funcweb/templates/minion_small.html +++ b/funcweb/funcweb/templates/minion_small.html @@ -1,18 +1,28 @@ -
+
+
Minions
+
-
Minion1 + +
${minion}
+
Select all: -
+
-- cgit