From sletellier@users.chorem.org Tue May 31 16:37:54 2011 From: sletellier@users.chorem.org To: vradi-commits@list.chorem.org Subject: [Vradi-commits] r80 - in trunk/vradi-web/src/main/webapp: WEB-INF/jsp css Date: Tue, 31 May 2011 16:37:54 +0200 Message-ID: <20110531143754.D900115976@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4210923849170753045==" --===============4210923849170753045== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: sletellier Date: 2011-05-31 16:37:54 +0200 (Tue, 31 May 2011) New Revision: 80 Url: http://chorem.org/repositories/revision/vradi/80 Log: Fix search.jsp layout Modified: trunk/vradi-web/src/main/webapp/WEB-INF/jsp/search.jsp trunk/vradi-web/src/main/webapp/css/search.css Modified: trunk/vradi-web/src/main/webapp/WEB-INF/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/vradi-web/src/main/webapp/WEB-INF/jsp/search.jsp 2011-05-31 12:46:4= 5 UTC (rev 79) +++ trunk/vradi-web/src/main/webapp/WEB-INF/jsp/search.jsp 2011-05-31 14:37:5= 4 UTC (rev 80) @@ -18,59 +18,76 @@ - - +
+
+ + =20 - - - -
- - - - - - - - - -
- +
+
+
+ + + + +
+ +
+
+
+ + + + + + +
+ +
+
+
+
+ =20 - " - sortable=3D"true" - sortProperty=3D"<%=3DInfogene.FQ_FIELD_INFOGE= NE_CREATIONDATE%>" - decorator=3D"<%=3DDateFormatColumnDecorator.c= lass.getName()%>"/> + " + sortable=3D"true" + sortProperty=3D"<%=3DInfogene.FQ_= FIELD_INFOGENE_CREATIONDATE%>" + decorator=3D"<%=3DDateFormatColum= nDecorator.class.getName()%>"/> =20 - " - sortable=3D"true" - sortProperty=3D"<%=3DInfogene.FQ_FIELD_INFOGE= NE_OBJET%>" - decorator=3D"<%=3DEscapeScriptColomnDecorator= .class.getName()%>"/> + " + sortable=3D"true" + sortProperty=3D"<%=3DInfogene.FQ_= FIELD_INFOGENE_OBJET%>" + decorator=3D"<%=3DEscapeScriptCol= omnDecorator.class.getName()%>"/> =20 - - <%=3D"formNoteList/" + ((For= m)f).getWikittyId()%> - - - + + <%=3D"formNoteLi= st/" + ((Form)f).getWikittyId()%> + + + +
+
+
\ No newline at end of file Modified: trunk/vradi-web/src/main/webapp/css/search.css =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/css/search.css 2011-05-31 12:46:45 UTC (r= ev 79) +++ trunk/vradi-web/src/main/webapp/css/search.css 2011-05-31 14:37:54 UTC (r= ev 80) @@ -1,4 +1,25 @@ +/* Layout */ +div.left{ + float:left; +} =20 +#searchActionPanel { + float:right; +} + +#contentPanel { + padding-left: 10%; +} + +#queryPanel { + float:left; + width: 85%; +} + +textarea { + width: 100%; +} + /* Tableau */ table {border-collapse:collapse; width: 100%;} .subTable th {font-weight: normal;} --===============4210923849170753045==--