Mercurial > hg > ismi-richfaces
diff src/main/webapp/public/publicCodex.jsp @ 16:0d0a3b757981
fixes for bibliographic reference display (by dwinter).
author | casties |
---|---|
date | Fri, 10 Apr 2015 15:49:50 +0000 |
parents | 17551d9f091f |
children | 27883e041333 |
line wrap: on
line diff
--- a/src/main/webapp/public/publicCodex.jsp Wed Apr 08 18:10:36 2015 +0000 +++ b/src/main/webapp/public/publicCodex.jsp Fri Apr 10 15:49:50 2015 +0000 @@ -340,6 +340,19 @@ <td> </tr> </c:forEach> + <tr><td class="tdTitle">References</td><td></td><td><table class="tableContent"> + <tbody> + <c:forEach var="ref" items="${codexPage.getReferenceList()}"> + <tr> + <td style="text-align"> <c:out value="${ref}"/> + </td> + </tr> + + </c:forEach> + </tbody> + </table> + + </td></tr> </tbody> </table>