Updated website
[proteocache.git] / website / AllReports.jsp
index 110bc3e..ea597a9 100644 (file)
@@ -1,9 +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("QueryLogInfo.jsp");
 %>
\ No newline at end of file