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
<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>
<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>