summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/templates/groups_main.html
diff options
context:
space:
mode:
Diffstat (limited to 'funcweb/funcweb/templates/groups_main.html')
-rw-r--r--funcweb/funcweb/templates/groups_main.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/funcweb/funcweb/templates/groups_main.html b/funcweb/funcweb/templates/groups_main.html
new file mode 100644
index 0000000..5965c47
--- /dev/null
+++ b/funcweb/funcweb/templates/groups_main.html
@@ -0,0 +1,18 @@
+<!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">
+ <xi:include href="master.html"/>
+ <head/>
+ <body>
+ <xi:include href="add_group.html" />
+ <div class="minioncontent" id="groupscontent">
+ <xi:include href="list_group.html" />
+ </div>
+
+ <div class="minioncontent" id="miniongroupcontents">
+ <!-- group_minion ends here -->
+ </div>
+
+ </body>
+</html>