Files
yacos/YACOSWeb/WebContent/WEB-INF/jsp/addConference4.jsp
Frederic Debuire c4b39a0e3b 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
2008-01-17 15:51:56 +00:00

44 lines
1.2 KiB
Plaintext

<%@ include file="/WEB-INF/jsp/include.jsp"%>
<%@ page session="false"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<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" />
</head>
<body>
<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">
<fieldset><legend>Criteria</legend> Label : <input
type="text"> Notation : Between <input type="text">
and <input type="text"></fieldset>
<input type="button" value="Add criteria">
<br /><br />
<input type="submit" alignment="center" name="_target2" value="Back">
<input type="submit" alignment="center" name="_target4" value="Next" />
</form:form> <br />
<a href="<c:url value="main.htm"/>">Home</a></div>
</div>
<div class="footer">&nbsp;</div>
</div>
</body>
</html>