Improve visibility of the website
[proteocache.git] / webapp / view / reportJobStatistics.jsp
index e515b73..0ce608c 100644 (file)
                <jsp:include page="fragments/mainmenu.jsp" />
                <spring:url value="/stat/oneday" var="onedayquery" />
 
+       <div class="panel panel-default">
+       <div class="panel-heading">
+
                <c:choose>
                        <c:when test="${flag == 'AllDates,off'}">
-                               <p  style="font-weight:bold;">Jobs statistics for the whole period</p>
+                               <p style="font-weight:bold;">Jobs statistics for the whole period</p>
                        </c:when>
                        <c:otherwise>
-                               <p  style="font-weight:bold;">
+                               <p style="font-weight:bold;">
                                        Jobs statistics for the time period: <c:out value="${data1}" /> to <c:out value="${data2}"/>
                                </p>
                        </c:otherwise>
                </c:choose>
-               <!-- <h3>For test only! Time execution: ${timeExecution} ms</h3>-->
-               <c:choose>
 
+       </div>
+       <div class="panel-body">
+
+               <c:choose>
                        <c:when test="${result == null}">
                                <p>No jobs for this period</p>
                        </c:when>
                                </div>
                        </c:otherwise>
                </c:choose>
+
+       </div>
+       </div>
+
                <jsp:include page="fragments/footer.jsp" />
        </div>
 </body>