Clean up JSP code
[proteocache.git] / webapp / view / reportJobLog.jsp
index 2c204df..b886aa9 100644 (file)
@@ -1,4 +1,3 @@
-<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
 <%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%>
                <spring:url value="/sequence/querysequence" var="searchquery" />
                <spring:url value="/ip/query" var="ipquery" />
 
-       <div class="panel panel-default">
-       <div class="panel-heading">
-               <p style="font-weight:bold;">Information for the job ${IdJob}</p>
-       </div>
-       <div class="panel-body">
-
-               <p>Start timestamp : ${result.logInfo.dateStart}</p>
-               <p>End timestamp : ${result.logInfo.dateEnd}</p>
-               <p>IP: <a title="Click to view other jobs" href="${ipquery}?ip=${result.logInfo.ip}&Search=Search">${result.logInfo.ip}</a></p>
+               <div class="panel panel-default">
+               <div class="panel-heading">
+                       <p style="font-weight:bold;">Information for the job ${IdJob}</p>
+               </div>
+               <div class="panel-body">
+                       <p>Start timestamp : ${result.logInfo.dateStart}</p>
+                       <p>End timestamp : ${result.logInfo.dateEnd}</p>
+                       <p>IP: <a title="Click to view other jobs" href="${ipquery}?ip=${result.logInfo.ip}&Search=Search">${result.logInfo.ip}</a></p>
 
-               <table class="table table-striped table-hover table-bordered">
+                       <table class="table table-striped table-hover table-bordered">
                        <tbody>
                                <tr>
                                        <td>Sequence</td>
                                        </tr>
                                </c:forEach>
                        </tbody>
-               </table>
-
-       </div>
-       </div>
+                       </table>
+               </div>
+               </div>
 
                <jsp:include page="fragments/footer.jsp" />
        </div>