Some tweaks with Reporting JSPs
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Fri, 22 Nov 2013 12:29:29 +0000 (12:29 +0000)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Fri, 22 Nov 2013 12:29:29 +0000 (12:29 +0000)
website/ReportLogInfo.jsp
website/ReportSequenceProtein.jsp

index 97ec1f3..0d8b367 100644 (file)
@@ -5,9 +5,13 @@
 <%@ taglib uri="http://displaytag.sf.net" prefix="dt" %>
 <h3>Jobs log information for: ${IdJob}</h3>
 <h3>Time execution: ${timeExecution} ms</h3>
-<p> Date Start : ${result.logInfo.dateStart}<br/>
- Date End   : ${result.logInfo.dateEnd}<br/>
- IP            : ${result.logInfo.ip}</p>
+
+<p>
+       Start timestamp : ${result.logInfo.dateStart}<br/>
+       End timestamp  : ${result.logInfo.dateEnd}<br/>
+       IP: ${result.logInfo.ip}
+</p>
+
 <table border="1" style="border-collapse: collapse; white-space: nowrap">
 <tbody>
 <tr>
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