JWS-121 & JWS-111 Adding ‘timestamp’ (string formatted date + time) to the HttpServ...
[jabaws.git] / website / statpages / MonthlySummary.jsp
index 1aecb93..382642d 100644 (file)
@@ -8,7 +8,7 @@ Date: May 2011
 <%@ taglib uri="http://displaytag.sf.net" prefix="dt" %>
 
 <c:import url="../template_header.jsp" >
-       <c:param name="title">JABAWS Usage Statistics</c:param>
+       <c:param name="title">Usage Statistics</c:param>
        <c:param name="html_custom_css"><link href="${pageContext.request.contextPath}/static/css/table.css"
                                                                                  rel="stylesheet"></c:param>
 </c:import>
@@ -22,10 +22,13 @@ Date: May 2011
                        <div class="panel-body">
                                <div style="margin: 20px ">
                                        <ul>
-                                               <li>Server: <a href="${pageContext.request.scheme}://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}">
+                                               <li><strong>Server:</strong> <a href="${pageContext.request.scheme}://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}">
                                                        ${pageContext.request.scheme}://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}
                                                </a> </li>
-                                               <li>Time of execusion: ${timeexec} msec</li>
+                                               <li><strong>Time of execution:</strong> ${timeexec} sec</li>
+                                               <li><strong>Usage Statistics as of:</strong> ${timestamp}</li>
+                                               <li><a href="${pageContext.request.contextPath}/PublicAnnualStat" title="JABAWS server usage statistics."
+                                               id="show_hidden2"><i class="fa fa-bar-chart" aria-hidden="true"></i> Refresh Usage Statistics</a></li>
                                        </ul>
                                        <br/>
                                        <table class="center its" style="width: 600px ">
@@ -97,7 +100,7 @@ Date: May 2011
                                                The summary for each column is displayed in the last row of the table.
                                        </div> <!-- Help text enclosing dev end -->
                                        <c:if test="${!isAdmin}">
-                                               <br/><p><a href="AnnualStat">Please login as administrator</a> to view the detailed statistics (<a href=man_stats.html#helpUsageStats>help</a>)</p>
+                                               <br/><p><a href="AnnualStat">Please login as administrator</a> to view the detailed statistics (<a href=docs/stats.html>help</a>)</p>
                                        </c:if>
 
                                </div><!-- margin div -->