From vbriand@users.chorem.org Fri Jan 21 15:54:13 2011 From: vbriand@users.chorem.org To: bow-commits@list.chorem.org Subject: [Bow-commits] r175 - in trunk/src/main: resources/i18n webapp/css webapp/jsp Date: Fri, 21 Jan 2011 15:54:13 +0100 Message-ID: <20110121145413.599EF15AF5@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7363808679718168220==" --===============7363808679718168220== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: vbriand Date: 2011-01-21 15:54:13 +0100 (Fri, 21 Jan 2011) New Revision: 175 Url: http://chorem.org/repositories/revision/bow/175 Log: Fixed the design on the login, forgotPassword and register pages which was br= oken because Struts2 generates ugly ""s everywhere Modified: trunk/src/main/resources/i18n/bow_fr_FR.properties trunk/src/main/webapp/css/connexion.css trunk/src/main/webapp/jsp/forgotPassword.jsp trunk/src/main/webapp/jsp/login.jsp trunk/src/main/webapp/jsp/register.jsp Modified: trunk/src/main/resources/i18n/bow_fr_FR.properties =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/resources/i18n/bow_fr_FR.properties 2011-01-21 11:22:45 UT= C (rev 174) +++ trunk/src/main/resources/i18n/bow_fr_FR.properties 2011-01-21 14:54:13 UT= C (rev 175) @@ -28,7 +28,7 @@ bow.login.email.wrongformat=3DVotre adresse email est invalide bow.login.password=3DMot de passe bow.login.password.required=3DVeuillez entrer votre mot de passe -bow.login.repeatPassword=3DRetapez votre mot de passe +bow.login.repeatPassword=3DConfirmation bow.login.repeatPassword.required=3DVeuillez retaper votre mot de passe bow.login.submit=3DConnexion bow.login.title=3DConnexion Modified: trunk/src/main/webapp/css/connexion.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/src/main/webapp/css/connexion.css 2011-01-21 11:22:45 UTC (rev 174) +++ trunk/src/main/webapp/css/connexion.css 2011-01-21 14:54:13 UTC (rev 175) @@ -78,10 +78,10 @@ color:#804561; width:225px; position:relative; - margin:15px auto; + margin:15px 15px -20px 0px; } =20 -#formFrame form p{ +#formFrame form table td label{ color:#804561; font-size:16px; font-weight:bold; @@ -101,7 +101,7 @@ font-size: 12px; } =20 -#formFrame #register{ +#formFrame #registerLink, #formFrame #loginLink{ bottom:50px; font-size:14px; } @@ -117,7 +117,7 @@ font-size: 10px; } =20 -input[type=3D"submit"] { +input[type=3D"submit"]{ float:right; margin-top:20px; background:url('/bow/img/fdboutonV.jpg') repeat-x; @@ -127,5 +127,19 @@ font-weight:bold; border:none; width:auto; - padding: 2px; + padding:2px; } + +#formFrame input[type=3D"submit"]{ + position:absolute; + bottom:40px; + right:30px; +} + +#forgotPassword{ + margin-top:50px; +} + +#register{ + margin-top:35px; +} Modified: trunk/src/main/webapp/jsp/forgotPassword.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/jsp/forgotPassword.jsp 2011-01-21 11:22:45 UTC (rev= 174) +++ trunk/src/main/webapp/jsp/forgotPassword.jsp 2011-01-21 14:54:13 UTC (rev= 175) @@ -40,11 +40,11 @@

- +

- <= /s:a> + Modified: trunk/src/main/webapp/jsp/login.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/jsp/login.jsp 2011-01-21 11:22:45 UTC (rev 174) +++ trunk/src/main/webapp/jsp/login.jsp 2011-01-21 14:54:13 UTC (rev 175) @@ -13,25 +13,17 @@ -
-
-

- -

- - -

-

- -

-
- <= /s:a>
- -
-
+
+
+

+ +

+

+ +
+
+ +
+
Modified: trunk/src/main/webapp/jsp/register.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/jsp/register.jsp 2011-01-21 11:22:45 UTC (rev 174) +++ trunk/src/main/webapp/jsp/register.jsp 2011-01-21 14:54:13 UTC (rev 175) @@ -40,13 +40,13 @@

- - - + + +

- + --===============7363808679718168220==--