Ajout Conférence work
Policy failures: Code warning - failed on resource AddConferenceController2.java. Reason: The import java.util.Date is never used, line 14 - failed on resource SArticleController.java. Reason: The local variable liste is never read, line 40 - failed on resource SArticleController.java. Reason: The local variable secondaryauthor is never read, line 3 Override reason: hehe
This commit is contained in:
@@ -1,45 +1,53 @@
|
||||
<%@ include file="/WEB-INF/jsp/include.jsp"%>
|
||||
<%@ page session="false" %>
|
||||
<%@ 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" />
|
||||
<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 = 'main.htm';
|
||||
form.submit();
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<jsp:include page="/WEB-INF/jsp/header.jsp" />
|
||||
|
||||
|
||||
<div class="mainBloc">
|
||||
<div class="header"> </div>
|
||||
<div class="content">
|
||||
|
||||
<jsp:include page="/WEB-INF/jsp/menu.jsp" />
|
||||
<div class="mainBloc">
|
||||
<div class="header"> </div>
|
||||
<div class="content"><jsp:include page="/WEB-INF/jsp/menu.jsp" />
|
||||
<div id="main_content">
|
||||
|
||||
|
||||
|
||||
<h2 align="center">Add new conference</h2>
|
||||
|
||||
<form:form commandName="formConference">
|
||||
<form:form commandName="formConference" name="monForm">
|
||||
|
||||
Formulaire ici
|
||||
|
||||
<input type="submit" value="<fmt:message key="button.OK" />"/> <br/><br/>
|
||||
|
||||
</form:form>
|
||||
|
||||
|
||||
|
||||
<a href="<c:url value="main.htm"/>">Home</a>
|
||||
<input type="submit" value="<fmt:message key="button.OK" />" />
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<a href="javascript:doSubmit();">Test</a>
|
||||
|
||||
</form:form> <a href="<c:url value="main.htm"/>">Home</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"> </div>
|
||||
<div class="footer"> </div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
38
YACOSWeb/WebContent/WEB-INF/jsp/addConference2.jsp
Normal file
38
YACOSWeb/WebContent/WEB-INF/jsp/addConference2.jsp
Normal file
@@ -0,0 +1,38 @@
|
||||
<%@ 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"> </div>
|
||||
<div class="content"><jsp:include page="/WEB-INF/jsp/menu.jsp" />
|
||||
<div id="main_content">
|
||||
|
||||
|
||||
<h2 align="center">Add new conference</h2>
|
||||
|
||||
<form:form commandName="formConference" name="monForm">
|
||||
|
||||
Formulaire ici
|
||||
|
||||
<input type="submit" value="<fmt:message key="button.OK" />" />
|
||||
<br />
|
||||
<br />
|
||||
|
||||
</form:form> <a href="<c:url value="main.htm"/>">Home</a></div>
|
||||
</div>
|
||||
<div class="footer"> </div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user