From bpoussin@users.chorem.org Wed Apr 20 15:36:20 2011 From: bpoussin@users.chorem.org To: bow-commits@list.chorem.org Subject: [Bow-commits] r248 - trunk/bow-ui/src/main/webapp/jsp Date: Wed, 20 Apr 2011 15:36:20 +0200 Message-ID: <20110420133620.46EE516DCA@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0083386879169617304==" --===============0083386879169617304== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: bpoussin Date: 2011-04-20 15:36:20 +0200 (Wed, 20 Apr 2011) New Revision: 248 Url: http://chorem.org/repositories/revision/bow/248 Log: suppression des tabulations et reformatage Modified: trunk/bow-ui/src/main/webapp/jsp/search.jsp Modified: trunk/bow-ui/src/main/webapp/jsp/search.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/bow-ui/src/main/webapp/jsp/search.jsp 2011-04-20 13:25:07 UTC (rev = 247) +++ trunk/bow-ui/src/main/webapp/jsp/search.jsp 2011-04-20 13:36:20 UTC (rev = 248) @@ -31,71 +31,71 @@ BookmarkActions bookmarkActions =3D (BookmarkActions) request.getAttribute("= bookmarkActions"); =20 if (bookmarkActions !=3D null) { - %> +%> =20 =20 - - - - - - - <s:text name=3D"bow.search.title" /> - - - - - -
-

- -

- - - - - 0}"> - - - - - - - - -

-
-
-
- <% - List bookmarkList =3D bookmarkActions.getBookmarks(); - - if (!bookmarkList.isEmpty()) { - SimpleDateFormat sdf =3D new SimpleDateFormat("dd/MM/yyyy"); - for (BowBookmark bookmark : bookmarkList) { - request.setAttribute("bookmark", bookmark); - request.setAttribute("sdf", sdf); - %> - - - - - <% - } - } - else { %> -

- <% } %> -

- + + =20 + + + =20 + + <s:text name=3D"bow.search.title" /> + + + + + +
+

+ +

+ + + + + 0}"> + + + + + + + + +

+
+
+
+ <% + List bookmarkList =3D bookmarkActions.getBookma= rks(); + =20 + if (!bookmarkList.isEmpty()) { + SimpleDateFormat sdf =3D new SimpleDateFormat("dd/MM/yyy= y"); + for (BowBookmark bookmark : bookmarkList) { + request.setAttribute("bookmark", bookmark); + request.setAttribute("sdf", sdf); + %> + + + + + <% + } + } else { %> +

+ <% + } %> +
+ <% } %> --===============0083386879169617304==--