Clean up JSP code
[proteocache.git] / webapp / view / reportProteinSequences.jsp
index 8bc1213..19a7a79 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">
 <%@ page trimDirectiveWhitespaces="true"%>
 <%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%>
@@ -17,7 +16,6 @@
 
        <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>
                                        ${prot}</p>
                        </c:otherwise>
                </c:choose>
-               <!-- <h3>Time execution: ${timeExecution} ms</h3>-->
-
        </div>
-       <div class="panel-body">
 
+       <div class="panel-body">
                <c:choose>
                        <c:when test="${njobs == 0}">
                                <p>No jobs found</p>