Further work on statistics display
[jabaws.git] / statpages / MonthlySummary.jsp
index 6c08d4d..78f2fe2 100644 (file)
@@ -9,18 +9,18 @@ Date: May 2011
 \r
 <jsp:include page="header.jsp" />\r
 \r
-<h2>Web Services Usage Statistics</h2>\r
-<table class="its"> \r
+<h1>JABAWS Usage Statistics</h1>\r
+<table class="center its" style="width: 600px "> \r
 <thead>\r
 <tr>\r
 <th rowspan="2">Month</th>\r
 <th colspan="4" style="text-align: center">Number of Jobs</th>\r
 </tr>\r
 <tr>\r
-<th>Total</th>\r
-<th>Incomplete</th>\r
-<th>Cancelled</th>\r
-<th>Abandoned</th>\r
+<th title="Total number of jobs received">Total</th>\r
+<th title="The number of jobs with no result">Incomplete</th>\r
+<th title="The number of cancelled jobs">Cancelled</th>\r
+<th title="The number of jobs started but not collected by the user">Abandoned</th>\r
 </tr>\r
 </thead>\r
 <tbody>\r
@@ -35,7 +35,7 @@ Date: May 2011
        </c:otherwise>\r
 </c:choose>\r
 \r
-<td><a href="DisplayStat?datetime=${monthTotal.key.time}"><fmt:formatDate value="${monthTotal.key}" type="date" pattern="MMM yyyy"/></a></td>\r
+<td><a title="Click to view the detailed statistics for the period" href="DisplayStat?datetime=${monthTotal.key.time}"><fmt:formatDate value="${monthTotal.key}" type="date" pattern="MMM yyyy"/></a></td>\r
 <td>${monthTotal.value.total}</td>\r
 <td>${monthTotal.value.incomplete}</td>\r
 <td>${monthTotal.value.cancelled}</td>\r