From 87d3eb7c7c29fdaa12f1620aecb504db2d8b846a Mon Sep 17 00:00:00 2001 From: Ken Raffenetti Date: Mon, 11 Sep 2006 22:26:31 +0000 Subject: more web changes git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2242 ce84e21b-d406-0410-9b95-82705330c041 --- .../Hostbase/hostbase/webtemplates/results.html | 125 ++------------------- 1 file changed, 11 insertions(+), 114 deletions(-) (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/results.html') diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/results.html b/src/lib/Server/Hostbase/hostbase/webtemplates/results.html index 1825f6d95..4413e0527 100644 --- a/src/lib/Server/Hostbase/hostbase/webtemplates/results.html +++ b/src/lib/Server/Hostbase/hostbase/webtemplates/results.html @@ -1,86 +1,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - -
Argonne National Laboratory
- Mathematics - and Computer Science
- - - - - - - - - - - - - - - - - - - - - - - - - -
-
MCS - Home > - -
- - - - - - -
+{% extends "base.html" %} + +{% block pagebanner %} +
+

Search Results

+
+
+{% endblock %} +{% block content %} + {% if hosts %} @@ -107,35 +34,5 @@ No hosts matched your query
Click the back button on your browser to edit your search {% endif %} - - -
- - - - - - - - - -

- - - - - - -
U.S. Department of EnergyThe University of ChicagoOffice of Science - Department of Energy
- - - -
Privacy & Security Notice | Contact Us
- - +{% endblock %} \ No newline at end of file -- cgit v1.2.3-1-g7c22