Modifications de choose preference et début d'écran du CU d'inscription

This commit is contained in:
2008-01-10 11:13:42 +00:00
parent 2cf2c73e65
commit 01889e0fea
12 changed files with 282 additions and 22 deletions

View File

@@ -21,10 +21,13 @@
<div id="main_content">
<h2 align="center"><fmt:message key="preference.title" /></h2>
<c:if test="${message}">
<fmt:message key="${message}"/>
</c:if>
<form:form method="post" commandName="choosePreference">
<c:if test="${not empty articleList}">
<c:if test="${not empty articleList}">
<table>
<c:forEach items="${articleList}" var="article" varStatus="i">