comparison src/main/webapp/componentes/paginator.jsp @ 39:37840afb7b80

new: full text search
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Fri, 04 Dec 2015 14:28:44 +0100
parents 881e7591f3e4
children 910cfd8521dd
comparison
equal deleted inserted replaced
38:8b7a204fa929 39:37840afb7b80
29 <%=sessionBean.getBooksPage().getPaginator().getRecordStatus() %> 29 <%=sessionBean.getBooksPage().getPaginator().getRecordStatus() %>
30 30
31 <% } else if (formName.equals("searchForm")) { %> 31 <% } else if (formName.equals("searchForm")) { %>
32 <%=sessionBean.getSearchPage().getPaginator().getRecordStatus() %> 32 <%=sessionBean.getSearchPage().getPaginator().getRecordStatus() %>
33 33
34 <% } else if (formName.equals("fullTextSearchForm")) { %>
35 <%=sessionBean.getFullTextSearchPage().getPaginator().getRecordStatus() %>
36
34 <% } %> 37 <% } %>
35 </td> 38 </td>
36 <td> 39 <td>
37 <input 40 <input
38 type="image" 41 type="image"