Ajout d'un calendrier qui marche.
Continuation du CU créer Conf... Policy failures: Code warning - failed on resource AddConferenceController.java. Reason: Map is a raw type. References to generic type Map<K,V> should be parameterized, line 55 - failed on resource AddConferenceController.java. Reason: The import java.util.HashMap is never used, line 3 - failed on resource AddConferenceController.java. Reason: The local variable conference is never read, line 80 - failed on resource AddConferenceController.java. Reason: The local variable conference is never read, line 96 - failed on resource addConference.jsp. Reason: Undefined attribute name (alignment)., line 31 ... and more. Override reason: yeah
This commit is contained in:
@@ -24,14 +24,28 @@
|
||||
|
||||
<form:form commandName="formConference" name="monForm">
|
||||
|
||||
<br /> Page 3
|
||||
<fieldset><legend>Information</legend> Page's numbers <input
|
||||
type="text"> File's type : <select>
|
||||
<option>PDF</option>
|
||||
<option>Tex/Latec</option>
|
||||
<option>Word</option>
|
||||
|
||||
</select></fieldset>
|
||||
|
||||
<br />
|
||||
|
||||
<hr />
|
||||
|
||||
<br />
|
||||
|
||||
<input type="submit" alignment="center" name="_target3" value="Next" />
|
||||
Informations compl<70>mentaires : <textarea></textarea>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
<input type="submit" alignment="center" name="_target1" value="Back">
|
||||
<input type="submit" alignment="center" name="_target3" value="Next" />
|
||||
|
||||
</form:form>
|
||||
|
||||
<br />
|
||||
</form:form> <br />
|
||||
<a href="<c:url value="main.htm"/>">Home</a></div>
|
||||
</div>
|
||||
<div class="footer"> </div>
|
||||
|
||||
Reference in New Issue
Block a user