From 3f1134a665925748b13dc3832e1cfd5722b9c9e8 Mon Sep 17 00:00:00 2001 From: Ken Raffenetti Date: Mon, 11 Sep 2006 16:55:45 +0000 Subject: modifying web templates git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2239 ce84e21b-d406-0410-9b95-82705330c041 --- .../Hostbase/hostbase/webtemplates/base.html | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/lib/Server/Hostbase/hostbase/webtemplates/base.html (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/base.html') diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/base.html b/src/lib/Server/Hostbase/hostbase/webtemplates/base.html new file mode 100644 index 000000000..04c519717 --- /dev/null +++ b/src/lib/Server/Hostbase/hostbase/webtemplates/base.html @@ -0,0 +1,35 @@ + + + + {% block title %}BCFG2 - Hostbase{% endblock %} + + + + {% block extra_header_info %}{% endblock %} + + + + + + +
+
+ {% block pagebanner %}{% endblock %} + {% block content %}{% endblock %} + +
+
+ + -- cgit v1.2.3-1-g7c22