Correction générale

This commit is contained in:
Frederic Debuire
2008-02-25 23:22:25 +00:00
parent 90f615cbab
commit 87e8364511
32 changed files with 372 additions and 242 deletions

View File

@@ -30,7 +30,7 @@
<fmt:formatDate value="${message.dateMessage}" dateStyle="short" />
</td>
<td width="25%" align="center" valign="top">${message.user.firstName} ${message.user.lastName}</td>
<td width="60%" align="left"><b>${message.title}</b><br />${message.message}</td>
<td width="60%" align="left"><b>${message.title}:</b><br />${message.message}</td>
</tr>
</c:when>
<c:otherwise>
@@ -65,6 +65,7 @@
<div>
<form:label path="message">Your message</form:label>
<form:textarea path="message" cols="60" rows="10" />
<span class="formError"><form:errors path="message" /></span>
</div>
</fieldset>
@@ -72,6 +73,6 @@
</form:form>
<br />
<a href="main.htm" class="back_link"> Main</a>
<a class="back_link" href="main.htm">Main</a>
</body>
</html>