Divers changement:
Ajout d'image pour le download (à changer) Changement de choose preference
This commit is contained in:
@@ -6,11 +6,13 @@
|
||||
|
||||
|
||||
|
||||
<h4 class="title"><fmt:message key="preference.title" /></h4>
|
||||
|
||||
<h4 class="title"><fmt:message key="preference.title" /></h4>
|
||||
|
||||
<form:form method="post" commandName="choosePreference">
|
||||
<spring:message var="message"/>
|
||||
<p class="formHelp">
|
||||
Choose the preference you have for each article.
|
||||
</p>
|
||||
|
||||
<form:form method="post" commandName="choosePreference">
|
||||
<c:if test="${not empty articleList}">
|
||||
<table>
|
||||
<c:forEach items="${articleList}" var="article" varStatus="i">
|
||||
@@ -30,8 +32,16 @@
|
||||
</table>
|
||||
<input type="submit" name="submit" value="<fmt:message key="button.OK"/>"/>
|
||||
</c:if>
|
||||
</form:form>
|
||||
|
||||
</form:form>
|
||||
|
||||
<c:if test="${param['message'] eq 'done'}">
|
||||
<p class="formOk">
|
||||
You have successfully updated the preference.<br/>
|
||||
You can modify your choices immediately or later.<br/>
|
||||
</p>
|
||||
</c:if>
|
||||
|
||||
<br />
|
||||
<a href="<c:url value="main.htm"/>">Home</a>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user