move jsp for reports to a separate dir
[proteocache.git] / webapp / view / reports / TimeExecution.jsp
similarity index 95%
rename from webapp/view/reportTimeExecution.jsp
rename to webapp/view/reports/TimeExecution.jsp
index d434a2c..2411b12 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="/stat/exectime/results?date1=${date1}&date2=${date2}&option=${option}" var="the_query" />
 
        <!-- reload and CSV buttons -->
        </div>
        </div>
 
-       <jsp:include page="fragments/footer.jsp" />
+       <jsp:include page="../fragments/footer.jsp" />
        </div>
 </body>
 </html>
\ No newline at end of file