diff src/main/webapp/pages/books.jsp @ 12:d57fe2179f61

Improvement of book page
author "jurzua <jurzua@mpiwg-berlin.mpg.de>"
date Tue, 26 May 2015 18:02:03 +0200
parents efe0e7174139
children 9c6e74761f60
line wrap: on
line diff
--- a/src/main/webapp/pages/books.jsp	Tue May 26 14:59:37 2015 +0200
+++ b/src/main/webapp/pages/books.jsp	Tue May 26 18:02:03 2015 +0200
@@ -217,8 +217,8 @@
 						<!-- TODO -->
 						<td>TODO<input type="submit" value="edit" onclick="setAction('editToc', 'booksForm');"/></td>
 						<td>TODO<input type="checkbox" name="finished" value="0" <%= (book.getTocCorrection() == 1) ? "checked" : "" %>/><label>Finished</label></td>
-						<td>TODO:last editor</td>
-						<td>TODO:edit time</td>
+						<td><%= (book.getCurrentSectionVersion() == null) ? "" : book.getCurrentSectionVersion().getEditor() %></td>
+						<td><%= (book.getCurrentSectionVersion() == null) ? "" : book.getCurrentSectionVersion().getDate() %></td>
 					</tr>
 					
 					<% } %>