calendar javascript
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 49 - 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 74 - failed on resource AddConferenceController.java. Reason: The local variable conference is never read, line 90 - failed on resource addConference5.jsp. Reason: Undefined attribute name (alignment)., line 27 ... and more. Override reason: haa
This commit is contained in:
@@ -6,16 +6,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title><fmt:message key="title" /></title>
|
||||
<link rel="stylesheet" href="./stylesheets/base.css" type="text/css" />
|
||||
|
||||
<script type="text/javascript">
|
||||
function doSubmit()
|
||||
{
|
||||
var form = document.monForm;
|
||||
form.action = 'addConference.htm';
|
||||
form.submit();
|
||||
}
|
||||
</script>
|
||||
<!-- <link rel="stylesheet" href="./stylesheets/base.css" type="text/css" /> -->
|
||||
|
||||
</head>
|
||||
<body>
|
||||
@@ -32,16 +23,12 @@ form.submit();
|
||||
<h2 align="center"><fmt:message key="conference.titleMenu" /></h2>
|
||||
|
||||
<form:form commandName="formConference" name="monForm">
|
||||
|
||||
<input type="hidden" name="typeAction" value="">
|
||||
|
||||
<fmt:message key="conference.title" /> <input type="text" name="title"/> <br/><br />
|
||||
<fmt:message key="conference.description" /> <textarea name="description"></textarea> <br/><br />
|
||||
<fmt:message key="conference.otherInformations" /> <textarea name="otherInformations"></textarea> <br/><br />
|
||||
|
||||
<br />
|
||||
|
||||
<a href="javascript:doSubmit();">Next</a>
|
||||
|
||||
<input type="submit" alignment="center" name="_target1" value="Next" />
|
||||
|
||||
</form:form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user