change a jsp page (make a link a real link)
authorSasha <Main-laptop2>
Mon, 29 Jul 2013 09:54:07 +0000 (10:54 +0100)
committerSasha <Main-laptop2>
Mon, 29 Jul 2013 09:54:07 +0000 (10:54 +0100)
statpages/ServicesStatus.jsp

index 533f172..b9c4fb2 100644 (file)
@@ -17,7 +17,9 @@ TODO refactor
 </c:import>  \r
 <div style="margin: 20px ">\r
 <h2 style="text-align: center;">JABAWS Services Status</h2>\r
-<h2 style="text-align: center;">Server: <span style="color: green">${pageContext.request.scheme}://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}</span> </h2>\r
+<h2 style="text-align: center;">Server: \r
+<a href="${pageContext.request.scheme}://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}">\r
+<span style="color: green">${pageContext.request.scheme}://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}</span></a></h2>\r
 <br/>\r
 <p>All the services were tested while this page was loading. If you want to test the services again, just reload this page. Click on the service status to see the results of the testing.</p>\r
 <table class="its" >\r
@@ -74,4 +76,4 @@ the HTTP code response service checker. It responds with HTTP status code depend
 of the web service.\r
 For more information please refer to <a href="man_serverwar.html#usingWsTester">Testing JABAWS server</a> help page.</p>\r
 </div><!-- margin div -->      \r
-<jsp:include page="footer.jsp" />
\ No newline at end of file
+<jsp:include page="footer.jsp" />\r