New JPS code
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Sat, 2 Nov 2013 12:10:41 +0000 (12:10 +0000)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Sat, 2 Nov 2013 12:10:41 +0000 (12:10 +0000)
website/AllReports.jsp
website/Index.jsp

index 110bc3e..601c6b2 100644 (file)
@@ -6,4 +6,6 @@
                response.sendRedirect("JobLength.jsp");
        else if (query.equals("protein"))
                response.sendRedirect("Sequence.jsp");
+       else if (query.equals("log"))
+               response.sendRedirect("LogQuery.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>