Improved style
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Fri, 22 Nov 2013 18:34:55 +0000 (18:34 +0000)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Fri, 22 Nov 2013 18:34:55 +0000 (18:34 +0000)
website/ReportSequenceProtein.jsp

index 65ee824..b7632d7 100644 (file)
 
                <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>