From 510c55e843ea0a1c049b39a9f57ff044190fcbd9 Mon Sep 17 00:00:00 2001 From: Ken Raffenetti Date: Tue, 29 Aug 2006 16:33:36 +0000 Subject: Added all the django application code includes database models, file templates, and web apps git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2135 ce84e21b-d406-0410-9b95-82705330c041 --- .../Hostbase/hostbase/webtemplates/errors.html | 126 +++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 src/lib/Server/Hostbase/hostbase/webtemplates/errors.html (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/errors.html') diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/errors.html b/src/lib/Server/Hostbase/hostbase/webtemplates/errors.html new file mode 100644 index 000000000..83f5cd014 --- /dev/null +++ b/src/lib/Server/Hostbase/hostbase/webtemplates/errors.html @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
Argonne National Laboratory
+ Mathematics + and Computer Science
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
MCS + Home > + +
+ + + +
+#if $failures +There were errors in the following fields

+#for $failure in $failures + +$failure
+ +#end for +#end if +
+Press the back button on your browser and edit those field(s) +
+ + + + + + + + + +

+ + + + + + +
U.S. Department of EnergyThe University of ChicagoOffice of Science - Department of Energy
+ + + +
Privacy & Security Notice | Contact Us
+ + + + -- cgit v1.2.3-1-g7c22