From bbrossaud@users.chorem.org Wed Jun 2 17:51:02 2010 From: bbrossaud@users.chorem.org To: bow-commits@list.chorem.org Subject: [Bow-commits] r61 - trunk/src/main/webapp Date: Wed, 02 Jun 2010 17:51:02 +0200 Message-ID: <20100602155102.861BF15926@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0655199426995187986==" --===============0655199426995187986== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: bbrossaud Date: 2010-06-02 17:51:02 +0200 (Wed, 02 Jun 2010) New Revision: 61 Url: http://chorem.org/repositories/revision/bow/61 Log: added footer in openSearchResult.jsp Modified: trunk/src/main/webapp/openSearchResult.jsp Modified: trunk/src/main/webapp/openSearchResult.jsp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/src/main/webapp/openSearchResult.jsp 2010-06-02 15:17:28 UTC (rev 6= 0) +++ trunk/src/main/webapp/openSearchResult.jsp 2010-06-02 15:51:02 UTC (rev 6= 1) @@ -1,10 +1,8 @@ <%@page contentType=3D"text/html" pageEncoding=3D"UTF-8"%> <%@page import=3D"org.chorem.bow.Bookmark" %> <%@page import=3D"org.chorem.bow.BookmarkActions" %> -<%@page import=3D"java.util.HashMap" %> <%@page import=3D"java.text.SimpleDateFormat" %> <%@page import=3D"java.util.Iterator" %> -<%@page import=3D"java.util.Map" %> <%@page import=3D"java.util.Set" %> <%@page import=3D"java.util.ArrayList" %> <%@page import=3D"java.util.List" %> @@ -12,11 +10,13 @@ =20 <% BookmarkActions bookmarkActions =3D (BookmarkActions) request.ge= tAttribute("bookmarkActions"); - String searchLine =3D ""; if (bookmarkActions !=3D null) { - searchLine =3D bookmarkActions.getSearchLine(); - } - String url =3D (String) request.getAttribute("bowUrl"); + String searchLine =3D ""; + if (bookmarkActions !=3D null) { + searchLine =3D bookmarkActions.getSearchLine(); + } + String version =3D (String) request.getAttribute("version"); + String url =3D (String) request.getAttribute("bowUrl"); %> =20 @@ -27,8 +27,8 @@

Results

=20 <% if (bookmarkActions !=3D null) { - List bookmarkList =3D bookmarkActions.getB= ookmarks(); - if (!bookmarkList.isEmpty()) { + List bookmarkList =3D bookmarkActions.= getBookmarks(); + if (!bookmarkList.isEmpty()) { %> @@ -99,16 +99,12 @@ %>

No Bookmarks found

<% } - } + } %> - + + " /> + " /> + - \ No newline at end of file + +<%}%> \ No newline at end of file --===============0655199426995187986==--