Updated website
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Fri, 8 Nov 2013 13:47:37 +0000 (13:47 +0000)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Fri, 8 Nov 2013 13:47:37 +0000 (13:47 +0000)
website/AllReports.jsp
website/Index.jsp
website/ReportSequenceProtein.jsp

index b470feb..ea597a9 100644 (file)
@@ -7,5 +7,5 @@
        else if (query.equals("protein"))
                response.sendRedirect("QuerySequenceProtein.jsp");
        else if (query.equals("log"))
-               response.sendRedirect("LogQuery.jsp");
-%>
+               response.sendRedirect("QueryLogInfo.jsp");
+%>
\ No newline at end of file
index e113e4b..56f3a6b 100644 (file)
@@ -11,7 +11,8 @@
                <h3>Choose query type</h3>
                <input type="radio" name="query" value="protein" Checked>Search by protein sequence<br/>
                <input type="radio" name="query" value="date">Search by date<br/>
-               <input type="radio" name="query" value="length">Usage statistics by job time execution<br/>             
+               <input type="radio" name="query" value="log">Log information for current job<br/>               
+               <input type="radio" name="query" value="length">Usage statistics by job time execution<br/>     
                <input type="submit" name="Search" value="Search"/>
        </form>
 </body>
index 3f6028a..0459668 100644 (file)
@@ -29,7 +29,7 @@
                                                <td
                                                        style="text-align: left; border-buttom: dotted; font-family: monospace"><a
                                                        title="Click to view predictions"
-                                                       href="ProtServlet?prot=${res.prot}&protein=whole&Search=Search+sequence&counterJob=${counter}">${res.prot}</a>
+                                                       href="ServletSequenceProtein?prot=${res.prot}&protein=whole&Search=Search+sequence&counterJob=${counter}">${res.prot}</a>
                                                </td>
                                        </tr>
                                </c:forEach>