diff src/main/webapp/public/publicCodex.jsp @ 19:7f4e574966bd

info zu ref anzeigen
author dwinter
date Mon, 13 Apr 2015 11:14:52 +0000
parents 27883e041333
children 176a21acd008
line wrap: on
line diff
--- a/src/main/webapp/public/publicCodex.jsp	Fri Apr 10 17:18:04 2015 +0000
+++ b/src/main/webapp/public/publicCodex.jsp	Mon Apr 13 11:14:52 2015 +0000
@@ -342,11 +342,13 @@
 									</c:forEach>
 									<tr><td class="tdTitle">References</td><td></td><td><table class="tableContent">
 									<tbody>
-										<c:forEach var="ref" items="${codexPage.getReferenceList()}" varStatus="loop">
+										<c:forEach var="ref" items="${codexPage.getReferenceList().keySet()}">
 										<tr>
-										<td id="bibl-entry-codex-${loop.index}">
-                                          <c:out value="${ref}"/>
-                                          <script>showBibliographyEntryFormatted("${ref}", "#bibl-entry-codex-${loop.index}")</script>
+										<td  style="text-align">	<c:out value="${ref}"/>
+										</td>
+										</tr>
+										<tr>
+										<td  style="text-align">	<c:out value="${codexPage.getReferenceList()[ref]}"/>
 										</td>
 										</tr>