From 17334653cf15d9d23a3652c2369e761d6ddd1d6e Mon Sep 17 00:00:00 2001 From: j2blake Date: Mon, 26 Sep 2011 17:00:28 +0000 Subject: [PATCH] NIHVIVO-336 Use an internal style-sheet in startupStatus-displayRaw.ftl, since we won't be able to get an external CSS file if the servlet filters are broken. --- webapp/web/css/startupStatus.css | 2 +- .../body/admin/startupStatus-displayRaw.ftl | 31 ++++++++++++++++++- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/webapp/web/css/startupStatus.css b/webapp/web/css/startupStatus.css index 58a8176e7..9bd8afecf 100644 --- a/webapp/web/css/startupStatus.css +++ b/webapp/web/css/startupStatus.css @@ -1,6 +1,6 @@ /* $This file is distributed under the terms of the license in /doc/license.txt$ */ -/* Styles for Freemarker template startupStatus-display and startupStatus-displayRaw */ +/* Styles for Freemarker template startupStatus-display */ table.item { border: thin solid black; diff --git a/webapp/web/templates/freemarker/body/admin/startupStatus-displayRaw.ftl b/webapp/web/templates/freemarker/body/admin/startupStatus-displayRaw.ftl index 8ccc2e614..de14436bc 100644 --- a/webapp/web/templates/freemarker/body/admin/startupStatus-displayRaw.ftl +++ b/webapp/web/templates/freemarker/body/admin/startupStatus-displayRaw.ftl @@ -6,6 +6,9 @@ "raw" because this template works outside of the usual framework, in case the Freemarker context didn't initialize properly. + + This file can't even include a reference to an external CSS file, in case + the servlet routing filters are broken. --> <#macro statusItem item> @@ -44,7 +47,33 @@ Startup Status - + +