diff --git a/YACOSWeb/WebContent/WEB-INF/classes/messages.properties b/YACOSWeb/WebContent/WEB-INF/classes/messages.properties index a5a809a..9a51c91 100644 --- a/YACOSWeb/WebContent/WEB-INF/classes/messages.properties +++ b/YACOSWeb/WebContent/WEB-INF/classes/messages.properties @@ -9,7 +9,7 @@ disclaimer.link.about=About ################### # LOGIN FORM -login.title=Login and/or create a new user +login.title=Create an user or log in login.btn.connexion=Connexion login.btn.logout=Logout login.field.login=Login diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/loginFull.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/loginFull.jsp index 94bc514..251f0ac 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/loginFull.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/loginFull.jsp @@ -6,38 +6,73 @@

-
+



-

-

- -
+

+ + - + + + + + + + + +
-
-

-
- -
-
-
-

:

-
- :
- :
-   
+
-

- - - -
+
+ + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+ + +    +
+ " class="forgot_pwd"> - - +
+
+ +
+
+ +
+ +
diff --git a/YACOSWeb/WebContent/images/button_follow_32x32.png b/YACOSWeb/WebContent/images/button_follow_32x32.png new file mode 100644 index 0000000..ddd27fb Binary files /dev/null and b/YACOSWeb/WebContent/images/button_follow_32x32.png differ diff --git a/YACOSWeb/WebContent/images/user_card_add.png b/YACOSWeb/WebContent/images/user_card_add.png new file mode 100644 index 0000000..fd26565 Binary files /dev/null and b/YACOSWeb/WebContent/images/user_card_add.png differ diff --git a/YACOSWeb/WebContent/images/user_card_locked.png b/YACOSWeb/WebContent/images/user_card_locked.png new file mode 100644 index 0000000..bc7de22 Binary files /dev/null and b/YACOSWeb/WebContent/images/user_card_locked.png differ diff --git a/YACOSWeb/WebContent/images/user_new.png b/YACOSWeb/WebContent/images/user_new.png new file mode 100644 index 0000000..4fc758c Binary files /dev/null and b/YACOSWeb/WebContent/images/user_new.png differ diff --git a/YACOSWeb/WebContent/stylesheets/base.css b/YACOSWeb/WebContent/stylesheets/base.css index cb9b4e6..1efdab5 100644 --- a/YACOSWeb/WebContent/stylesheets/base.css +++ b/YACOSWeb/WebContent/stylesheets/base.css @@ -202,10 +202,79 @@ textarea { color: #333; } + +/* @group Account Login */ +.newuser { + background: url(../images/user_card_add.png) no-repeat left top; + height: 48px; +} + +.existingaccount { + background: url(../images/user_card_locked.png) no-repeat left top; + height: 48px; +} + +div .titleLogin{ + color: #847d6e; + margin-left: 60px; + margin-top: 10px; + font-weight: bold; +} + +p.content_login { + color: #847d7d; + margin-bottom: 15px; +} + +a.register_link { + text-decoration: none; + padding-right: 50px; + background: url(../images/button_follow_32x32.png) no-repeat right top; + padding-top: 10px; + padding-bottom: 10px; + color: #008281; + font-weight: bold; +} + +a.register_link:hover { + color: #003e82; +} + +a.submit_link{ + text-decoration: none; + padding-right: 50px; + background: url(../images/button_follow_32x32.png) no-repeat right top; + padding-top: 10px; + padding-bottom: 10px; + color: #008281; + font-weight: bold; + } + +a.submit_link:hover{ + color: #003e82; + } + +a.forgot_pwd { + text-decoration: none; + font-size: smaller; + color: #008281; +} + +a.forgot_pwd:hover { + color: #003e82; +} + +table.content_table { + color: #847d7d; + margin-left: 10px; + width: 300px; +} + +/* @end */ + /* @group mainmenu */ #main #mainmenu { - width: 150px; float: left; } @@ -274,7 +343,7 @@ textarea { #maincontent > * { margin-top: 10px; - margin-right: 10px; + margin-right: 20px; } #main #maincontent h4.title {