report list
list article
This commit is contained in:
@@ -10,39 +10,40 @@
|
|||||||
You have successfully evaluated the article.<br/>
|
You have successfully evaluated the article.<br/>
|
||||||
You can modify your evaluation immediately or later.<br/>
|
You can modify your evaluation immediately or later.<br/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<div id="account_data">
|
||||||
|
<p class="legend">Article</p>
|
||||||
|
<fieldset>
|
||||||
|
<div>
|
||||||
|
<label><fmt:message key="evaluation.titleArticle" /></label>
|
||||||
|
<span class="content">${report.article.title}</span>
|
||||||
|
</div>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
<p class="legend">Notes</p>
|
||||||
|
<fieldset>
|
||||||
|
<c:forEach items="${report.ratings}" var="rating">
|
||||||
|
<label><fmt:message key="evaluation.note" /> <b>${rating.criterion.name}</b> is : </label>
|
||||||
|
<span class="content">${rating.value}</span><br />
|
||||||
|
</c:forEach>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
<p class="legend">Comments</p>
|
||||||
|
<fieldset>
|
||||||
|
<div>
|
||||||
|
<label><fmt:message key="evaluation.commentPCMember" /></label>
|
||||||
|
<span class="content">${report.commentPCMember}</span>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label><fmt:message key="evaluation.commentAuthor" /></label>
|
||||||
|
<span class="content">${report.commentAuthor}</span>
|
||||||
|
</div>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<table>
|
<a class="back_link" href="<c:url value="${whereIcome}"/>">Modify the evaluation</a>
|
||||||
<tr>
|
|
||||||
<td><fmt:message key="evaluation.titleArticle" /></td>
|
|
||||||
<td>${report.article.title}</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<c:forEach items="${report.ratings}" var="rating">
|
|
||||||
<tr>
|
|
||||||
<td><fmt:message key="evaluation.note" /></td>
|
|
||||||
<td>${rating.criterion.name} is:</td>
|
|
||||||
<td>${rating.value}</td>
|
|
||||||
</tr>
|
|
||||||
</c:forEach>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td><fmt:message key="evaluation.commentPCMember" /></td>
|
|
||||||
<td>${report.commentPCMember}</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td><fmt:message key="evaluation.commentAuthor" /></td>
|
|
||||||
<td>${report.commentAuthor}</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td colspan="2">
|
|
||||||
<a class="back_link" href="<c:url value="${whereIcome}"/>">Modify the evaluation</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -6,28 +6,49 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h4 class="title">Article's details</h4>
|
<h4 class="title">Article's details</h4>
|
||||||
|
|
||||||
<div class="article cbb">
|
|
||||||
<h2>${article.title}</h2>
|
<div id="account_data">
|
||||||
<p class="author">Author: <b>${article.mainAuthor.firstName}
|
<h2>${article.title}</h2>
|
||||||
${article.mainAuthor.lastName}</b></p>
|
|
||||||
<c:if test="${article.secondaryAuthors!=null}">
|
<p class="legend">Authors</p>
|
||||||
<p class="secondaryAuthors">Secondary Authors:
|
<fieldset>
|
||||||
<ul>
|
<div>
|
||||||
<c:forEach items="${article.secondaryAuthors}" var="sAuthor">
|
<label>Principal Author :</label>
|
||||||
<li>${sAuthor}</li>
|
<span class="content"><b>${article.mainAuthor.firstName} ${article.mainAuthor.lastName}</b></span>
|
||||||
</c:forEach>
|
</div>
|
||||||
</ul>
|
<c:if test="${article.secondaryAuthors!=null}">
|
||||||
</c:if>
|
<div>
|
||||||
|
<label>Secondary Authors : </label>
|
||||||
<p class="topic">Topic: <b>${article.topic}</b></p>
|
<ul>
|
||||||
<p class="topic">State of article: <b>${article.state}</b></p>
|
<c:forEach items="${article.secondaryAuthors}" var="sAuthor">
|
||||||
<p class="article_url"><a
|
<li>${sAuthor}</li>
|
||||||
href="
|
</c:forEach>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</c:if>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
<p class="legend">Topic</p>
|
||||||
|
<fieldset>
|
||||||
|
<label>Topic : </label>
|
||||||
|
<span class="content"><b>${article.topic}</b></span>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
<p class="legend">State</p>
|
||||||
|
<fieldset>
|
||||||
|
<div>
|
||||||
|
<label>State of article : </label>
|
||||||
|
<span class="content"><b>${article.state}</b></span>
|
||||||
|
</div>
|
||||||
|
</fieldset>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
<a class="download" href="
|
||||||
<c:url value="/download.htm">
|
<c:url value="/download.htm">
|
||||||
<c:param name="articleId" value="${article.id}"/>
|
<c:param name="articleId" value="${article.id}"/>
|
||||||
</c:url>">Download</a></p>
|
</c:url>">Download</a>
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -17,36 +17,32 @@
|
|||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${not empty listReport }">
|
<c:when test="${not empty listReport }">
|
||||||
<c:forEach items="${listReport}" var="report" varStatus="current">
|
<c:forEach items="${listReport}" var="report" varStatus="current">
|
||||||
|
|
||||||
<table>
|
<div id="account_data">
|
||||||
<tr>
|
<p class="legend"><fmt:message key="report.referee" />: ${report.referee.firstName} ${report.referee.lastName}</p>
|
||||||
<td><fmt:message key="report.referee" />: ${report.referee.firstName} ${report.referee.lastName}</td>
|
<fieldset>
|
||||||
</tr>
|
<div>
|
||||||
<tr>
|
<label><fmt:message key="evaluation.titleArticle" /></label>
|
||||||
<td><fmt:message key="evaluation.titleArticle" /></td>
|
<span class="content">${report.article.title}</span>
|
||||||
<td>${report.article.title}</td>
|
</div>
|
||||||
</tr>
|
<br />
|
||||||
|
<c:forEach items="${container[current.index]}" var="rating">
|
||||||
<c:forEach items="${container[current.index]}" var="rating">
|
<label><fmt:message key="evaluation.note" /> <b>${rating.criterion.name}</b> is : </label>
|
||||||
<tr>
|
<span class="content">${rating.value}</span><br />
|
||||||
<td><fmt:message key="evaluation.note" /></td>
|
</c:forEach>
|
||||||
<td>${rating.criterion.name} is:</td>
|
|
||||||
<td>${rating.value}</td>
|
|
||||||
</tr>
|
<div>
|
||||||
</c:forEach>
|
<label><fmt:message key="evaluation.commentPCMember" /></label>
|
||||||
|
<span class="content">${report.commentPCMember}</span>
|
||||||
<tr>
|
</div>
|
||||||
<td><fmt:message key="evaluation.commentPCMember" /></td>
|
<div>
|
||||||
<td>${report.commentPCMember}</td>
|
<label><fmt:message key="evaluation.commentAuthor" /></label>
|
||||||
</tr>
|
<span class="content">${report.commentAuthor}</span>
|
||||||
|
</div>
|
||||||
<tr>
|
</fieldset>
|
||||||
<td><fmt:message key="evaluation.commentAuthor" /></td>
|
|
||||||
<td>${report.commentAuthor}</td>
|
</div>
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
|
|||||||
@@ -14,7 +14,12 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<center><h2 class="maintitle">${conferenceReport.title}</h2></center>
|
<center><h2 class="maintitle" title="${conferenceReport.title}">
|
||||||
|
${fn:substring(conferenceReport.title, 0, 40)}
|
||||||
|
<c:if test="${fn:length(conferenceReport.title) > 41}">
|
||||||
|
...
|
||||||
|
</c:if>
|
||||||
|
</h2></center>
|
||||||
<h3 class="descriptionTitle"><fmt:message key="conference.detail.description" /></h3>
|
<h3 class="descriptionTitle"><fmt:message key="conference.detail.description" /></h3>
|
||||||
<div class="textBox">
|
<div class="textBox">
|
||||||
${conferenceReport.description }
|
${conferenceReport.description }
|
||||||
|
|||||||
@@ -503,6 +503,12 @@ a.manage_link:hover {
|
|||||||
color: #f00;
|
color: #f00;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#account_data fieldset div span.content{
|
||||||
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
|
color:#847d6e;
|
||||||
|
font-size:11px;
|
||||||
|
}
|
||||||
|
|
||||||
a.back_link {
|
a.back_link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding-left: 50px;
|
padding-left: 50px;
|
||||||
@@ -512,6 +518,15 @@ a.back_link {
|
|||||||
color: #008281;
|
color: #008281;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
a.download {
|
||||||
|
text-decoration: none;
|
||||||
|
padding-left: 50px;
|
||||||
|
background: url(../images/cc-download_manager-32x32.png) no-repeat left top;
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
color: #008281;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
a.back_link:hover{
|
a.back_link:hover{
|
||||||
color: #003e82;
|
color: #003e82;
|
||||||
@@ -797,4 +812,4 @@ div.user_new {
|
|||||||
display:none;
|
display:none;
|
||||||
height:0px;
|
height:0px;
|
||||||
width:0px;
|
width:0px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user