diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/userBoard.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/userBoard.jsp index 30690b2..207f023 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/userBoard.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/userBoard.jsp @@ -145,11 +145,22 @@ function showArticleReferee() {
| Title | +State | +Conference | +Download | +|||||||||||||||||||||
| ${article.title} | -+ |
+ ${fn:substring(article.title, 0, 40)}
+ |
+
|
- - ${article.conference.title} + |
+
+ ${fn:substring(article.conference.title, 0, 45)}
+ |
- + |
|
| ${article.title} | -
- |
- - ${article.conference.title} - | -
-
- |
+
| Title | +State | +Conference | +Download | +||||
|
+ ${fn:substring(article.title, 0, 40)}
+ |
+
+ |
+
+
+ ${fn:substring(article.conference.title, 0, 45)}
+ |
+
+
+ |
| Title | +Delegated to... | +State | +Conference | +Download | +|||
| ${article.title} | -+ |
+ ${fn:substring(article.title, 0, 30)}
+ |
+
|
@@ -328,12 +371,17 @@ function showArticleReferee() {
- ${article.conference.title} - | -
-
+ |
+
+
+ ${fn:substring(article.conference.title, 0, 27)}
+ |
+
+
|