Mercurial > hg > LGServices
diff src/main/webapp/pages/books.jsp @ 24:07f7594ba56e
add filters to lastEditor and editTime in books page
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 25 Jun 2015 10:53:52 +0200 |
parents | 2c6f44ef34ab |
children | ce2e3f2814c0 |
line wrap: on
line diff
--- a/src/main/webapp/pages/books.jsp Tue Jun 23 16:21:59 2015 +0200 +++ b/src/main/webapp/pages/books.jsp Thu Jun 25 10:53:52 2015 +0200 @@ -368,7 +368,16 @@ </table> </td> </tr> - + <tr> + <td> + <input type="text" name="lastEditorFilter" value="<%= sessionBean.getBooksPage().getLastEditorFilter()%>" size="7"/> + </td> + <td> + <input type="image" + onclick="setAction('filter', 'booksForm');" + src="<%=sessionBean.getApplicationBean().getFilterImage()%>"/> + </td> + </tr> </table> </td> <td> @@ -390,6 +399,16 @@ </table> </td> </tr> + <tr> + <td> + <input type="text" name="editTimeFilter" value="<%= sessionBean.getBooksPage().getEditTimeFilter()%>" size="7"/> + </td> + <td> + <input type="image" + onclick="setAction('filter', 'booksForm');" + src="<%=sessionBean.getApplicationBean().getFilterImage()%>"/> + </td> + </tr> </table> </td> <td>