<c:otherwise>
<thead>
- <tr>
- <th style="text-align: centre">Job ID</th>
- <th style="text-align: centre">annotation</th>
- <th style="text-align: centre">Sequence</th>
+ <tr style="text-align: centre">
+ <th>Job ID</th>
+ <th>annotation</th>
+ <th>Sequence</th>
</tr>
</thead>
<tbody>
<c:forEach items="${results}" var="res" varStatus="status">
<c:set var="ann" value="${res.predictions}"/>
- <tr style="border-bottom: double">
+ <tr style="border-bottom: double">
<th rowspan="${ann.mapsize + 2}"><a title="Click to view the job log" href="ServletLogInfo?IdJob=${res.id}">${res.id}</a></th>
</tr>
<tr style="border-bottom: double ">
<td style="text-align: center; font-weight: bold; font-family: monospace" >Protein Sequence</td>
- <!-- <td style="text-align: left; border-buttom: dotted; font-family: monospace"><c:out value="${res.prot}" /></td> -->
<c:if test="${flag == 'whole'}">
<td style="text-align: left; border-buttom: dotted; font-family: monospace"><c:out value="${res.prot}" /></td>
</c:if>