diverse modifs

This commit is contained in:
Jialin Wang
2008-02-20 17:16:17 +00:00
parent 6d68056378
commit 880149bae9
3 changed files with 11 additions and 4 deletions

View File

@@ -191,7 +191,7 @@ preference.like=Like
preference.indifferent=Indifferent
preference.dislike=Dislike
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
# Conference Form
@@ -242,7 +242,8 @@ evaluation.headPage=Here is a report of the evaluation
evaluation.titleArticle=The title of article is
evaluation.note=The note for the criterion
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

View File

@@ -9,7 +9,8 @@
<h4 class="title"><fmt:message key="preference.title" /></h4>
<p class="formHelp">
Choose the preference you have for each article.
<fmt:message key="preference.help"/>
</p>
<form:form method="post" commandName="choosePreference">

View File

@@ -6,6 +6,11 @@
<h4 class="title"><fmt:message key="evaluation.choose" /></h4>
<p class="formHelp">
<fmt:message key="evaluation.help"/>
</p>
<c:forEach items="${listArticle}" var="article">
<ul class="article">
<li class="title">Title: <a href="<c:url value="${article.URL_article}"/>">${article.title}</a></li>
@@ -18,7 +23,7 @@
</c:when>
<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:choose>