summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/templates/groups_main.html
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-08-26 14:51:26 -0400
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-08-26 14:51:26 -0400
commit31f096ef3065c13945c96b815ff4feeaf1a46e11 (patch)
tree399ad8a88ecba9611f5b38b5982c3520c777139e /funcweb/funcweb/templates/groups_main.html
parent44733335dd76b59e211e8397f008abdba79a3b5f (diff)
parent41f53ee4a0edb6899b8377dabbdba525cb6d1844 (diff)
downloadfunc-31f096ef3065c13945c96b815ff4feeaf1a46e11.tar.gz
func-31f096ef3065c13945c96b815ff4feeaf1a46e11.tar.xz
func-31f096ef3065c13945c96b815ff4feeaf1a46e11.zip
Merge branch 'master' into cmd_run_env
Diffstat (limited to 'funcweb/funcweb/templates/groups_main.html')
-rw-r--r--funcweb/funcweb/templates/groups_main.html19
1 files changed, 19 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..4fdce0d
--- /dev/null
+++ b/funcweb/funcweb/templates/groups_main.html
@@ -0,0 +1,19 @@
+<!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>
+ <a name="miniongroupcontents"/>
+
+ </body>
+</html>