Add a possible path to the Jpred archive in the cluster
[proteocache.git] / webapp / view / reportProteinSequencesCounter.jsp
index 4f38666..93af680 100644 (file)
@@ -13,8 +13,7 @@
 <body>
        <div class="container">
                <jsp:include page="fragments/mainmenu.jsp" />
-               <spring:url value="/sequence/querysequence" var="searchquery" />
-               <spring:url value="/joblog/query" var="jobquery" />
+               <spring:url value="/sequence/sequence/results" var="sequence_query" />
 
        <div class="panel panel-default">
        <div class="panel-heading">
@@ -39,9 +38,9 @@
                        <tbody>
                                <c:forEach items="${results}" var="res">
                                        <tr>
-                                               <td>${res.totalId}</td>
+                                               <td>${res.totaljobs}</td>
                                                <td style="text-align: left; border-buttom: dotted; font-family: monospace">
-                                                       <a title="Click to view all jobs" href="${searchquery}?sequence=${res.prot}&protein=whole&Search=Search">${res.prot}</a>
+                                                       <a title="Click to view all jobs" href="${sequence_query}?sequence=${res.name}&searchtype=whole">${res.name}</a>
                                                </td>
                                        </tr>
                                </c:forEach>