From bpoussin@users.chorem.org Mon May 30 12:58:46 2011 From: bpoussin@users.chorem.org To: vradi-commits@list.chorem.org Subject: [Vradi-commits] r72 - trunk/vradi-web/src/main/webapp/WEB-INF/jsp/decorators Date: Mon, 30 May 2011 12:58:46 +0200 Message-ID: <20110530105846.36E7D15913@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5688824229779557427==" --===============5688824229779557427== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: bpoussin Date: 2011-05-30 12:58:46 +0200 (Mon, 30 May 2011) New Revision: 72 Url: http://chorem.org/repositories/revision/vradi/72 Log: suppression de l'include d'un script jquery completement incompatible avec le= plugin struts-jquery (le plugin ne fonctionne plus) Et surtout quelle est l'interet de cet include alors qu'on a le plugin ? Modified: trunk/vradi-web/src/main/webapp/WEB-INF/jsp/decorators/main.jsp Modified: trunk/vradi-web/src/main/webapp/WEB-INF/jsp/decorators/main.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/vradi-web/src/main/webapp/WEB-INF/jsp/decorators/main.jsp 2011-05-3= 0 10:49:57 UTC (rev 71) +++ trunk/vradi-web/src/main/webapp/WEB-INF/jsp/decorators/main.jsp 2011-05-3= 0 10:58:46 UTC (rev 72) @@ -1,7 +1,11 @@ <%@page contentType=3D"text/html; charset=3DUTF-8" pageEncoding=3D"UTF-8" %> + <%@taglib prefix=3D"decorator" uri=3D"http://www.opensymphony.com/sitemesh/d= ecorator" %> <%@taglib prefix=3D"page" uri=3D"http://www.opensymphony.com/sitemesh/page" = %> + <%@taglib prefix=3D"s" uri=3D"/struts-tags" %> +<%@taglib prefix=3D"sj" uri=3D"/struts-jquery-tags"%> + Vradi web : <decorator:title default=3D"Vradi web" /> +<%-- + XXX poussin 20110530 met-on ces entete dans le template ou sur chaque page= ? + + +--%> +<%-- + XXX poussin 20110530 qu'elle est l'interet de ce script ??? Surtout qu'il = fait planter le plugin jquery :( + +--%>
--===============5688824229779557427==--