AddConference: ajout de validation

Login: tentative de repérage de la touche entrée
This commit is contained in:
Frederic Debuire
2008-02-15 21:39:22 +00:00
parent 363238ce30
commit 1618337b39
7 changed files with 82 additions and 31 deletions

View File

@@ -30,25 +30,25 @@
<td class="formLabel"><fmt:message key="conference2.article" />
</td>
<td><form:input onclick="ds_sh(this);" path="dateArticle"
cssStyle="cursor: text" /> <form:errors path="dateArticle" /></td>
cssStyle="cursor: text" /> <div class="formError"><form:errors path="dateArticle" /></div></td>
</tr>
<tr>
<td class="formLabel"><fmt:message key="conference2.evaluation" />
</td>
<td><form:input onclick="ds_sh(this);" path="dateEvaluation"
cssStyle="cursor: text" /> <form:errors path="dateEvaluation" />
cssStyle="cursor: text" /> <div class="formError"><form:errors path="dateEvaluation" /></div>
</td>
</tr>
<tr>
<td class="formLabel"><fmt:message key="conference2.start" />
</td>
<td><form:input onclick="ds_sh(this);" path="dateStart"
cssStyle="cursor: text" /> <form:errors path="dateStart" /></td>
cssStyle="cursor: text" /> <div class="formError"><form:errors path="dateStart" /></div></td>
</tr>
<tr>
<td class="formLabel"><fmt:message key="conference2.end" /></td>
<td><form:input onclick="ds_sh(this);" path="dateEnd"
cssStyle="cursor: text" /> <form:errors path="dateEnd" /></td>
cssStyle="cursor: text" /> <div class="formError"><form:errors path="dateEnd" /></div></td>
</tr>
</tbody>
<tfoot>