Some tweaks with Reporting JSPs
[proteocache.git] / website / ReportSequenceProtein.jsp
index 5225bf5..88cd29f 100644 (file)
                        <thead>
                                <tr>
                                        <th style="text-align: centre">ID</th>
-                                       <th style="text-align: centre">Prediction</th>
+                                       <th style="text-align: centre">Predictions</th>
                                </tr>
                        </thead>
                        <tbody>
                                <c:forEach items="${result}" var="res" varStatus="status">
                                        <tr>
-                                               <td rowspan="2">${res.id}</td>
+                                               <td rowspan="2"><a href="ServletLogInfo?IdJob=${res.id}">${res.id}</a></td>
                                                <c:if test="${flag == 'whole'}">
                                                        <td
                                                                style="text-align: left; border-buttom: dotted; font-family: monospace"><c:out