A bug fix, help text for stat jsp pages and style improvements
[jabaws.git] / statpages / MonthlySummary.jsp
index 78f2fe2..4e3bbea 100644 (file)
@@ -9,6 +9,8 @@ Date: May 2011
 \r
 <jsp:include page="header.jsp" />\r
 \r
+<div style="margin: 20px ">  \r
+\r
 <h1>JABAWS Usage Statistics</h1>\r
 <table class="center its" style="width: 600px "> \r
 <thead>\r
@@ -42,7 +44,7 @@ Date: May 2011
 <td>${monthTotal.value.abandoned}</td>\r
 </tr>\r
 </c:forEach>\r
-<tr>\r
+<tr style="font-weight: bolder;">\r
 <td>Total:</td>\r
 <td>${total.total}</td>\r
 <td>${total.incomplete}</td>\r
@@ -52,5 +54,21 @@ Date: May 2011
 </tbody>\r
 </table>\r
 \r
-\r
+<div style="width: 600px">\r
+<h3>Help</h3>\r
+<p>\r
+The table contains the number of jobs processed by JABAWS per month, for the whole \r
+period when the statistics was collected</p> \r
+For each month the table contains the following information.  \r
+<ul>\r
+       <li>The period of time for which statistics is displayed. For example Jan 2011 means period of time from the first of \r
+       January to the 31 of January.</li>\r
+       <li>Total - the total number of jobs accepted by JABAWS</li>\r
+       <li>Incomplete - the number of jobs for which the result file was not found or was empty</li>\r
+       <li>Cancelled - the number of jobs cancelled by the user</li>\r
+       <li>Abandoned - the number of jobs which result(s) were not collected</li>\r
+</ul>\r
+The summary for each column is displayed in the last row of the table.\r
+</div> <!-- Help text enclosing dev end -->\r
+</div> <!-- page enclosing div end -->\r
 <jsp:include page="footer.jsp" />
\ No newline at end of file