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:
Frederic Debuire
2008-01-17 15:51:56 +00:00
parent 9c8fabfa1b
commit c4b39a0e3b
12 changed files with 350 additions and 263 deletions

View File

@@ -6,36 +6,36 @@
<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" /> -->
<link rel="stylesheet" href="./stylesheets/base.css" type="text/css" />
<link rel="stylesheet" href="./stylesheets/calendar.css" type="text/css" />
<script src="./stylesheets/calendar.js"></script>
</head>
<body>
<input type="text" value="dd/mm/yy" onfocus="this.select();lcs(this)" onclick="event.cancelBubble=true;this.select();lcs(this)"/>
<!--<jsp:include page="/WEB-INF/jsp/header.jsp" />
<jsp:include page="/WEB-INF/jsp/header.jsp" />
<div class="mainBloc">
<div class="header">&nbsp;</div>
<div class="content"><jsp:include page="/WEB-INF/jsp/menu.jsp" />
<div id="main_content">
<h2 align="center"><fmt:message key="conference.titleMenu" /></h2>
<form:form commandName="formConference" name="monForm">
<fmt:message key="conference2.start" /><input type="text" value="dd/mm/yy" onfocus="this.select();lcs(this)" onclick="event.cancelBubble=true;this.select();lcs(this)"/>
<fmt:message key="conference2.end" /><input type="text" value="dd/mm/yy" onfocus="this.select();lcs(this)" onclick="event.cancelBubble=true;this.select();lcs(this)">
<fmt:message key="conference2.abstract" /><input type="text" value="dd/mm/yy" onfocus="this.select();lcs(this)" onclick="event.cancelBubble=true;this.select();lcs(this)">
<fmt:message key="conference2.article" /><input type="text" value="dd/mm/yy" onfocus="this.select();lcs(this)" onclick="event.cancelBubble=true;this.select();lcs(this)">
<fmt:message key="conference2.evaluation" /><input type="text" value="dd/mm/yy" onfocus="this.select();lcs(this)" onclick="event.cancelBubble=true;this.select();lcs(this)">
<fmt:message key="conference2.start" /><input onclick="ds_sh(this);" name="date" style="cursor: text" /><br />
<fmt:message key="conference2.end" /><input onclick="ds_sh(this);" name="date2" style="cursor: text" /><br />
<br />
<fmt:message key="conference2.article" /><input onclick="ds_sh(this);" name="date3" style="cursor: text" /><br />
<fmt:message key="conference2.evaluation" /><input onclick="ds_sh(this);" name="date4" style="cursor: text" /><br />
<input type="submit" name="_target2" value="Next" />
<input type="submit" name="_target0" value="Back">
<input type="submit" name="_target2" value="Next" />
</form:form>
@@ -43,7 +43,7 @@
<a href="<c:url value="main.htm"/>">Home</a></div>
</div>
<div class="footer">&nbsp;</div>
</div>-->
</div>
</body>
</html>