move jsp for reports to a separate dir
[proteocache.git] / webapp / view / reports / JobStatisticsOneDay.jsp
similarity index 93%
rename from webapp/view/reportJobStatisticsOneDay.jsp
rename to webapp/view/reports/JobStatisticsOneDay.jsp
index 23af0ac..0ac72a1 100644 (file)
@@ -6,10 +6,10 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
 
 <html>
-<jsp:include page="fragments/header.jsp" />
+<jsp:include page="../fragments/header.jsp" />
 <body>
        <div class="container">
-               <jsp:include page="fragments/mainmenu.jsp" />
+               <jsp:include page="../fragments/mainmenu.jsp" />
                <spring:url value="/job/results" var="job_query" />
                <spring:url value="/stat/onedaystat?date=${date}&status=${status}" var="the_query" />
                <spring:url value="/sequence/sequence/results" var="sequence_query" />
@@ -70,7 +70,7 @@
        </div>
        </div>
 
-       <jsp:include page="fragments/footer.jsp" />
+       <jsp:include page="../fragments/footer.jsp" />
        </div>
 </body>
 </html>
\ No newline at end of file