diff --git a/YACOSWeb/WebContent/WEB-INF/classes/messages.properties b/YACOSWeb/WebContent/WEB-INF/classes/messages.properties index cecd41b..0284195 100644 --- a/YACOSWeb/WebContent/WEB-INF/classes/messages.properties +++ b/YACOSWeb/WebContent/WEB-INF/classes/messages.properties @@ -5,6 +5,12 @@ title=Yacos disclaimer.text=Copyrights © 2008. Yacos Team. All rights reserved. disclaimer.link.about=About +################### +# LOGIN FORM +login.btn.submit=Submit +login.btn.logout=Logout +login.field.login=Login + ################### # REGISTRATION USER register.title=User Registration diff --git a/YACOSWeb/WebContent/WEB-INF/decorators/main.jsp b/YACOSWeb/WebContent/WEB-INF/decorators/main.jsp index d479402..1a95304 100644 --- a/YACOSWeb/WebContent/WEB-INF/decorators/main.jsp +++ b/YACOSWeb/WebContent/WEB-INF/decorators/main.jsp @@ -23,7 +23,17 @@
- + + + + + + + + + + +
diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/login.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/login.jsp index 28e468d..acdd52a 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/login.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/login.jsp @@ -1,46 +1,16 @@ <%@ include file="/WEB-INF/decorators/include.jsp"%> -<%@ page import="org.acegisecurity.context.SecurityContextHolder" %> - -
- - - - - - - - - - - - - - - - - - - -
User: -
Password:
Se souvenir de moi
-
- - - Logout - - - - -

Welcome: <%= SecurityContextHolder.getContext().getAuthentication().getName() %>

-
- - +
+ Connexion : + + + +
\ No newline at end of file diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/secure/userinformation.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/secure/userinformation.jsp new file mode 100644 index 0000000..cf18096 --- /dev/null +++ b/YACOSWeb/WebContent/WEB-INF/jsp/secure/userinformation.jsp @@ -0,0 +1,15 @@ +<%@ include file="/WEB-INF/decorators/include.jsp"%> + + + + + + + Firstname Lastname ()
+ You currently follow 4 conferences
+ You have the following rights : Author, Chairman, PC Member
+ Change my profile
+ + + + \ No newline at end of file diff --git a/YACOSWeb/WebContent/stylesheets/base.css b/YACOSWeb/WebContent/stylesheets/base.css index b9bca58..53fae8d 100644 --- a/YACOSWeb/WebContent/stylesheets/base.css +++ b/YACOSWeb/WebContent/stylesheets/base.css @@ -21,12 +21,56 @@ body { position: relative; } +/* @group Login */ + #userlogin{ - background-color: #28fffd; margin-left: 500px; + text-decoration: none; height: 100px; + position: relative; + font-size: smaller; + color: #8d0000; } +#userlogin #connexion{ + color: #8d0000; + text-decoration: none; +} +#userlogin #connexion:hover{ + color: #ea984b; +} + +#userlogin form{ + bottom: 0; + position: absolute; + right: 0; +} +#userlogin form input{ + background-color: #fff8f9; + border: 1px solid #ea984b; + width: 90px; + color: #e59448; + height: 14px; +} + +#submit_btn { + background-color: #fff8f9; + border: 1px solid #ea984b; + color: #e59448; + height: 14px; + text-decoration: none; + padding-right: 2px; + padding-left: 2px; + padding-top: 1px; +} + +#submit_btn:hover { + background-color: #fea551; + color: #fff; +} + +/* @end */ + /* @group header */ #header { @@ -43,11 +87,11 @@ body { } #logotexte img{ - float: left; width: 304px; height: 78px; margin-left: 170px; margin-top: 10px; + float: left; } #header #bar{ @@ -142,8 +186,8 @@ body { margin: 18px auto; position: relative; color: #b8b8b8; - font-size: 10px; text-align: center; + font-size: 10px; } #globalfooter a{