Modification CSS formulaire d'ajout de conference
This commit is contained in:
@@ -8,36 +8,58 @@
|
||||
<body>
|
||||
|
||||
|
||||
<h4 class="title">
|
||||
<c:choose>
|
||||
<c:when test="${param['action'] eq 'modify'}">
|
||||
<fmt:message key="conference.titleModify" />
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<fmt:message key="conference.titleAdd" />
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</h4>
|
||||
<h4 class="title"><c:choose>
|
||||
<c:when test="${param['action'] eq 'modify'}">
|
||||
<fmt:message key="conference.titleModify" />
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<fmt:message key="conference.titleAdd" />
|
||||
</c:otherwise>
|
||||
</c:choose></h4>
|
||||
|
||||
<fmt:message key="step">
|
||||
<fmt:param value="2" />
|
||||
<fmt:param value="5" />
|
||||
</fmt:message>
|
||||
|
||||
<p class="formHelp"><fmt:message key="conference.help.step2" /></p>
|
||||
<form:form commandName="formConference" name="monForm">
|
||||
Step (2/5) <br/>
|
||||
|
||||
This step is used to define some date like the starting date for the conference.<br/>
|
||||
You have just to click on a field and the calendar will appear.<br/>
|
||||
<br/>
|
||||
|
||||
<fmt:message key="conference2.start" /><form:input onclick="ds_sh(this);" path="dateStart" cssStyle="cursor: text" /> <form:errors path="dateStart" /><br /><br />
|
||||
<fmt:message key="conference2.end" /><form:input onclick="ds_sh(this);" path="dateEnd" cssStyle="cursor: text" /> <form:errors path="dateEnd" /><br /><br />
|
||||
<br />
|
||||
|
||||
<fmt:message key="conference2.article" /><form:input onclick="ds_sh(this);" path="dateArticle" cssStyle="cursor: text" /> <form:errors path="dateArticle" /><br /><br />
|
||||
<fmt:message key="conference2.evaluation" /><form:input onclick="ds_sh(this);" path="dateEvaluation" cssStyle="cursor: text" /> <form:errors path="dateEvaluation" /><br /><br />
|
||||
|
||||
|
||||
<input type="submit" name="_target0" value="Back">
|
||||
<input type="submit" name="_target2" value="Next" />
|
||||
|
||||
</form:form>
|
||||
<table class="form">
|
||||
<tbody>
|
||||
<tr>
|
||||
<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>
|
||||
</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" />
|
||||
</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>
|
||||
</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>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td><input type="submit" name="_target0" value="Back" /> <input
|
||||
type="submit" name="_target2" value="Next" /></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form:form>
|
||||
|
||||
<br />
|
||||
<a href="<c:url value="main.htm"/>">Home</a>
|
||||
|
||||
Reference in New Issue
Block a user