create DateBean, UserBean, TotalBean
[proteocache.git] / webapp / view / reportJobLog.jsp
index b886aa9..91b7b8f 100644 (file)
                        <p style="font-weight:bold;">Information for the job ${IdJob}</p>
                </div>
                <div class="panel-body">
-                       <p>Start timestamp : ${result.logInfo.dateStart}</p>
-                       <p>End timestamp : ${result.logInfo.dateEnd}</p>
-                       <p>IP: <a title="Click to view other jobs" href="${ipquery}?ip=${result.logInfo.ip}&Search=Search">${result.logInfo.ip}</a></p>
+                       <p>Start timestamp : ${result.dateStart}</p>
+                       <p>End timestamp : ${result.dateEnd}</p>
+                       <p>IP: <a title="Click to view other jobs" href="${ipquery}?ip=${result.ip}&Search=Search">${result.ip}</a></p>
 
                        <table class="table table-striped table-hover table-bordered">
                        <tbody>
                                <tr>
                                        <td>Sequence</td>
                                        <td style="text-align: left; border-buttom: dotted; font-family: monospace">
-                                               <a title="Click to view other jobs" href="${searchquery}?sequence=${result.logInfo.sequence}&protein=whole&Search=Search">${result.logInfo.sequence}</a>
+                                               <a title="Click to view other jobs" href="${searchquery}?sequence=${result.sequence}&protein=whole&Search=Search">${result.sequence}</a>
                                        </td>
                                </tr>
-                               <c:forEach items="${result.logInfo.prediction}" var="pred">
+                               <c:forEach items="${result.prediction}" var="pred">
                                        <tr>
                                                <td>${pred.key}</td>
                                                <td