Add the "Reload" and "CSV" buttons
[proteocache.git] / webapp / view / reportJobStatisticsOneDay.jsp
index 82a3def..23af0ac 100644 (file)
@@ -12,6 +12,7 @@
                <jsp:include page="fragments/mainmenu.jsp" />
                <spring:url value="/job/results" var="job_query" />
                <spring:url value="/stat/onedaystat?date=${date}&status=${status}" var="the_query" />
+               <spring:url value="/sequence/sequence/results" var="sequence_query" />
 
        <ul class="nav navbar-nav navbar-right">
                <li>
                                                        <td>Job with alignment</td>
                                        </c:when>
                                        <c:otherwise>
-                                               <td style="text-align: left; border-buttom: dotted; font-family: monospace">${res.value}</td>
+                                               <td style="text-align: left; border-buttom: dotted; font-family: monospace">
+                                               <!-- ${res.value}-->
+                                               <a title="Click to view all jobs" href="${sequence_query}?sequence=${res.value}&searchtype=whole">
+                                               <script>
+                                                       document.write(shorten('${res.value}', 108));
+                                               </script>
+                                               </a>
+                                               </td>
                                        </c:otherwise>
                                        </c:choose>