diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp index 67a1c9c..6a9d90d 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp @@ -69,8 +69,11 @@ - diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/loginFull.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/loginFull.jsp index 826ff21..f596946 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/loginFull.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/loginFull.jsp @@ -48,11 +48,15 @@ - - diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/main.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/main.jsp index 957a5c7..14957c4 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/main.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/main.jsp @@ -101,6 +101,9 @@ ">

+
" class="chooseConferenceLink"> + Please choose a conference +
diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/manageArticle.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/manageArticle.jsp index a2ae9af..d08310d 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/manageArticle.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/manageArticle.jsp @@ -33,49 +33,53 @@
${article.title}
Show Conference you are registered in
- Conference you are not registered in
+
+ + Conference you are registered in
+ Conference you are not registered in
+
Only upcoming conferences
- + + -    + +
- - - - - - + + + + +
-
    -
  • -

    Secondary Authors:

    -
      - -
    • ${sAuthor}
    • -
      -
    -
  • -
  • -

    Topic:

    - ${article.topic} -
  • -
  • -

    Abstract :

    - ${article.abstractText} -
  • -
-
- ">DownloadDownload - - ">ModifyModify - DeleteDelete - + + + + + + + - - -
+ Secondary Authors: + + ${sAuthor},  + +

+ Topic : + ${article.topic} +

+ Abstract : + ${article.abstractText} +
+ "> + DownloadDownload + +
-
"> + "> + +
-   + "> + ModifyModify + -
-
+ +
+ + + DeleteDelete + + +
+ diff --git a/YACOSWeb/WebContent/images/ti-text-html-128x128.png b/YACOSWeb/WebContent/images/ti-text-html-128x128.png new file mode 100644 index 0000000..0ff4dd4 Binary files /dev/null and b/YACOSWeb/WebContent/images/ti-text-html-128x128.png differ diff --git a/YACOSWeb/WebContent/login.jsp b/YACOSWeb/WebContent/login.jsp index 725f450..2cef3ca 100644 --- a/YACOSWeb/WebContent/login.jsp +++ b/YACOSWeb/WebContent/login.jsp @@ -12,7 +12,9 @@
             -    + diff --git a/YACOSWeb/WebContent/stylesheets/base.css b/YACOSWeb/WebContent/stylesheets/base.css index 93db7d9..22609e4 100644 --- a/YACOSWeb/WebContent/stylesheets/base.css +++ b/YACOSWeb/WebContent/stylesheets/base.css @@ -329,6 +329,23 @@ a.submit_link{ a.submit_link:hover{ color: #003e82; } + +a.chooseConferenceLink{ + background: url(../images/ti-text-html-128x128.png) no-repeat center top; + color: #008281; + text-align: center; + padding-top: 128px; + width: 130px; + text-decoration: none; + font-weight: bold; + display: block; + margin-right: auto; + margin-left: auto; +} + +a.chooseConferenceLink:hover{ + color: #003e82; +} a.forgot_pwd { text-decoration: none;