Improve visibility of the website
[proteocache.git] / webapp / view / reportProteinSequences.jsp
index 8893d5e..8bc1213 100644 (file)
@@ -15,6 +15,9 @@
                <spring:url value="/sequence/query" var="searchquery" />
                <spring:url value="/joblog/query" var="jobquery" />
 
+       <div class="panel panel-default">
+       <div class="panel-heading">
+
                <c:choose>
                        <c:when test="${flag == 'whole'}">
                                <p style="font-weight:bold;">Jobs for the protein sequence: ${prot}</p>
@@ -26,6 +29,9 @@
                </c:choose>
                <!-- <h3>Time execution: ${timeExecution} ms</h3>-->
 
+       </div>
+       <div class="panel-body">
+
                <c:choose>
                        <c:when test="${njobs == 0}">
                                <p>No jobs found</p>
@@ -89,6 +95,9 @@
                        </c:otherwise>
                </c:choose>
 
+       </div>
+       </div>
+
                <jsp:include page="fragments/footer.jsp" />
        </div>
 </body>