fix query log info, jobs by counter
[proteocache.git] / website / AllReports.jsp
index 601c6b2..ea597a9 100644 (file)
@@ -1,11 +1,11 @@
 <%
        String query = request.getParameter("query");
        if (query.equals("date"))
-               response.sendRedirect("Sample.jsp");
+               response.sendRedirect("QueryJobsByDate.jsp");
        else if (query.equals("length"))
-               response.sendRedirect("JobLength.jsp");
+               response.sendRedirect("QueryTimeExecition.jsp");
        else if (query.equals("protein"))
-               response.sendRedirect("Sequence.jsp");
+               response.sendRedirect("QuerySequenceProtein.jsp");
        else if (query.equals("log"))
-               response.sendRedirect("LogQuery.jsp");
+               response.sendRedirect("QueryLogInfo.jsp");
 %>
\ No newline at end of file