Remove still unsupported methods of RegistryWS
[jabaws.git] / statpages / MonthlySummary.jsp
index 81db03a..41bfd1d 100644 (file)
@@ -2,16 +2,26 @@
 Author: Peter Troshin\r
 Date: May 2011\r
 --%>\r
-<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>\r
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>\r
 <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>\r
 <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>\r
 <%@ taglib uri="http://displaytag.sf.net" prefix="dt" %>\r
 \r
-<jsp:include page="header.jsp" />\r
+<c:import url="header.jsp" >\r
+       <c:param name="title">JABAWS Usage Statistics</c:param>\r
+</c:import>  \r
 \r
 <div style="margin: 20px ">  \r
 \r
 <h1>JABAWS Usage Statistics</h1>\r
+\r
+<ul style="font-weight: bold;">\r
+       <li>Server: <a href="${pageContext.request.scheme}://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}">\r
+       ${pageContext.request.scheme}://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}\r
+       </a> </li>\r
+       <li>Time of execusion: ${timeexec} msec</li>\r
+</ul>\r
+\r
 <table class="center its" style="width: 600px "> \r
 <thead>\r
 <tr>\r
@@ -81,7 +91,7 @@ For each month the table contains the following information.
 The summary for each column is displayed in the last row of the table.\r
 </div> <!-- Help text enclosing dev end -->\r
 <c:if test="${!isAdmin}">\r
-<br/><p><a href="AnnualStat">Please login as administrator</a> to view the detailed statistics (<a href=man_usagestats.html#helpUsageStats>help</a>)</p>\r
+<br/><p><a href="AnnualStat">Please login as administrator</a> to view the detailed statistics (<a href=man_stats.html#helpUsageStats>help</a>)</p>\r
 </c:if>\r
 \r
 </div> <!-- page enclosing div end -->\r