Commit de choose
Policy failures: Code warning - failed on resource submissionArticle.jsp. Reason: Undefined attribute value (center)., line 21 - failed on resource submissionArticle.jsp. Reason: Undefined attribute value (center)., line 22 - failed on resource submissionArticle.jsp. Reason: Undefined attribute value (center)., line 2 Override reason: huhu
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
|
||||
|
||||
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
<script language="JavaScript">
|
||||
function Ajouter(form) {
|
||||
var o=new Option(form.secondaryauthor.value);
|
||||
form.liste.options[form.liste.options.length]=o;
|
||||
}
|
||||
|
||||
function Supprimer(form) {
|
||||
form.liste.options[liste.options.selectedIndex]=null;
|
||||
form.liste.options[form.liste.options.selectedIndex]=null;
|
||||
}
|
||||
</SCRIPT>
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -24,28 +24,28 @@ function Supprimer(form) {
|
||||
<form:form method="post" enctype="multipart/form-data" commandName="submissionArticle">
|
||||
|
||||
|
||||
<fmt:message key="form.submission.article.title" /> <form:input path="title"/> <br/><br />
|
||||
<fmt:message key="form.submission.article.theme" /> <form:input path="theme"/> <br/><br />
|
||||
<form:label path="title"><fmt:message key="form.submission.article.title" /></form:label> <form:input path="title"/> <br/><br />
|
||||
<form:label path="theme"><fmt:message key="form.submission.article.theme" /></form:label> <form:input path="theme"/> <br/><br />
|
||||
|
||||
<hr /> <br />
|
||||
|
||||
<fmt:message key="form.submission.listauthor" /> <br /><br />
|
||||
<fmt:message key="form.submission.mainauthor" /> <form:input path="mainauthor" /> <br/><br />
|
||||
<fmt:message key="form.submission.secondaryauthor" /> <form:input path="secondaryauthor" />
|
||||
<label for="listauthor"><fmt:message key="form.submission.listauthor" /></label> <br /><br />
|
||||
<form:label path="mainauthor"><fmt:message key="form.submission.mainauthor" /></form:label> <form:input path="mainauthor" /> <br/><br />
|
||||
<form:label path="secondaryauthor"><fmt:message key="form.submission.secondaryauthor" /></form:label> <form:input path="secondaryauthor" />
|
||||
<input type="button" name="addSecondary" onClick="Ajouter(this.form)" value=<fmt:message key="button.add" />> <br/><br />
|
||||
|
||||
<form:select path="liste" size="5" ondblclick="Supprimer(this.form)" itemValue="test">
|
||||
<form:select path="liste" size="5" ondblclick="Supprimer(this.form)" multiple="true">
|
||||
|
||||
</form:select>
|
||||
<br /><br />
|
||||
|
||||
<hr />
|
||||
<br />
|
||||
File : <input type="file" name="file"/>
|
||||
File <input type="file" name="file"/>
|
||||
|
||||
<br /><br />
|
||||
|
||||
<input type="submit" value=<fmt:message key="button.cancel" />>
|
||||
<input type="reset" value=<fmt:message key="button.reset" />>
|
||||
<input type="submit" value=<fmt:message key="button.OK" />> <br/><br/>
|
||||
|
||||
</form:form>
|
||||
|
||||
Reference in New Issue
Block a user