diverse modifs
This commit is contained in:
@@ -191,7 +191,7 @@ preference.like=Like
|
|||||||
preference.indifferent=Indifferent
|
preference.indifferent=Indifferent
|
||||||
preference.dislike=Dislike
|
preference.dislike=Dislike
|
||||||
preference.ok=You have successfully chosen all your preferences about each article
|
preference.ok=You have successfully chosen all your preferences about each article
|
||||||
|
evaluation.help=Choose the preference you have for each article.
|
||||||
dispatch.title=Dispatch the articles to the members
|
dispatch.title=Dispatch the articles to the members
|
||||||
|
|
||||||
# Conference Form
|
# Conference Form
|
||||||
@@ -242,7 +242,8 @@ evaluation.headPage=Here is a report of the evaluation
|
|||||||
evaluation.titleArticle=The title of article is
|
evaluation.titleArticle=The title of article is
|
||||||
evaluation.note=The note for the criterion
|
evaluation.note=The note for the criterion
|
||||||
evaluation.thisArticle=evaluate this article
|
evaluation.thisArticle=evaluate this article
|
||||||
evaluation.choose=Choose a article to evaluate
|
evaluation.choose=Choose a article to evaluate
|
||||||
|
evaluation.help=Choose an article that you would like to evaluate
|
||||||
|
|
||||||
invitation.send=Send an invitation
|
invitation.send=Send an invitation
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,8 @@
|
|||||||
<h4 class="title"><fmt:message key="preference.title" /></h4>
|
<h4 class="title"><fmt:message key="preference.title" /></h4>
|
||||||
|
|
||||||
<p class="formHelp">
|
<p class="formHelp">
|
||||||
Choose the preference you have for each article.
|
<fmt:message key="preference.help"/>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<form:form method="post" commandName="choosePreference">
|
<form:form method="post" commandName="choosePreference">
|
||||||
|
|||||||
@@ -6,6 +6,11 @@
|
|||||||
|
|
||||||
<h4 class="title"><fmt:message key="evaluation.choose" /></h4>
|
<h4 class="title"><fmt:message key="evaluation.choose" /></h4>
|
||||||
|
|
||||||
|
<p class="formHelp">
|
||||||
|
<fmt:message key="evaluation.help"/>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
<c:forEach items="${listArticle}" var="article">
|
<c:forEach items="${listArticle}" var="article">
|
||||||
<ul class="article">
|
<ul class="article">
|
||||||
<li class="title">Title: <a href="<c:url value="${article.URL_article}"/>">${article.title}</a></li>
|
<li class="title">Title: <a href="<c:url value="${article.URL_article}"/>">${article.title}</a></li>
|
||||||
@@ -18,7 +23,7 @@
|
|||||||
</c:when>
|
</c:when>
|
||||||
|
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<li class="article_url"><a title="Click to modify evaluation" href="<c:url value="evaluation.htm?id=${article.id}"/>"><img src="./images/cc-button_ok-128x128.png.png" alt="Click to modify evaluation" /></a></li>
|
<li class="article_url"><a title="Click to modify evaluation" href="<c:url value="evaluation.htm?id=${article.id}"/>"><img src="./images/cc-button_ok-128x128.png" alt="Click to modify evaluation" /></a></li>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user