changeset 71:38dc1f0e2451

show instance name on public (publicCodex, publicWitness) pages.
author casties
date Thu, 17 Dec 2015 17:31:07 +0100
parents 954d6200336d
children 70207f24937e
files src/main/webapp/public/header.jsp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/webapp/public/header.jsp	Wed Dec 16 20:53:12 2015 +0100
+++ b/src/main/webapp/public/header.jsp	Thu Dec 17 17:31:07 2015 +0100
@@ -16,7 +16,7 @@
 			</div>
 			<div id="headerContent">
 				<h1>
-					<a href="${contextBean.getAppBean().getRoot()}">ISMI Lab</a>
+					<a href="${contextBean.getAppBean().getRoot()}">${ApplicationBean1.confService.instanceName}</a>
 				</h1>
 				<p>Islamic Scientific Manuscripts Initiative</p>
 			</div>