Fix problem with monospace font
[proteocache.git] / webapp / view / reports / Job.jsp
index e042564..ec7c4a1 100644 (file)
 <jsp:include page="../fragments/header.jsp" />
 <body>
        <div class="container">
-               <jsp:include page="../fragments/mainmenu.jsp" />
+               <sec:authorize access="hasRole('ROLE_USER')">
+                       <jsp:include page="../fragments/mainmenu.jsp" />
+               </sec:authorize>
+               <sec:authorize access="isAnonymous()">
+                       <jsp:include page="../fragments/publicmenu.jsp" />
+               </sec:authorize>
+
                <spring:url value="/sequence/results" var="sequence_query" />
                <spring:url value="/admin/ip/results" var="ip_query" />
                <spring:url value="/job/results?IdJob=${IdJob}" var="the_query" />
@@ -71,7 +77,7 @@
                                </thead>
                                <tr>
                                        <td>Protein</td>
-                                       <td >
+                                       <td style="text-align: left; border-buttom: dotted; font-family: monospace">
                                                <a title="Click to view other jobs" href="${sequence_query}?sequence=${result.sequence}&searchtype=whole">${result.sequence}</a>
                                        </td>
                                </tr>