comparison 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
comparison
equal deleted inserted replaced
23:dcc160f7db38 24:07f7594ba56e
366 src="<%=sessionBean.getApplicationBean().getDownImage()%>"/> 366 src="<%=sessionBean.getApplicationBean().getDownImage()%>"/>
367 </td></tr> 367 </td></tr>
368 </table> 368 </table>
369 </td> 369 </td>
370 </tr> 370 </tr>
371 371 <tr>
372 <td>
373 <input type="text" name="lastEditorFilter" value="<%= sessionBean.getBooksPage().getLastEditorFilter()%>" size="7"/>
374 </td>
375 <td>
376 <input type="image"
377 onclick="setAction('filter', 'booksForm');"
378 src="<%=sessionBean.getApplicationBean().getFilterImage()%>"/>
379 </td>
380 </tr>
372 </table> 381 </table>
373 </td> 382 </td>
374 <td> 383 <td>
375 <table class="sortTable"> 384 <table class="sortTable">
376 <tr> 385 <tr>
387 onclick="setAction('sortByDateDown', 'booksForm');" 396 onclick="setAction('sortByDateDown', 'booksForm');"
388 src="<%=sessionBean.getApplicationBean().getDownImage()%>"/> 397 src="<%=sessionBean.getApplicationBean().getDownImage()%>"/>
389 </td></tr> 398 </td></tr>
390 </table> 399 </table>
391 </td> 400 </td>
401 </tr>
402 <tr>
403 <td>
404 <input type="text" name="editTimeFilter" value="<%= sessionBean.getBooksPage().getEditTimeFilter()%>" size="7"/>
405 </td>
406 <td>
407 <input type="image"
408 onclick="setAction('filter', 'booksForm');"
409 src="<%=sessionBean.getApplicationBean().getFilterImage()%>"/>
410 </td>
392 </tr> 411 </tr>
393 </table> 412 </table>
394 </td> 413 </td>
395 <td> 414 <td>
396 <table class="sortTable"> 415 <table class="sortTable">