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:
@@ -49,3 +49,11 @@ conference.otherInformations=Complementary information
|
||||
conference.linkMenu.title=Adding Conference
|
||||
conference.linkMenu.choose=Choosing current conference
|
||||
conference.linkMenu.change=Change current conference
|
||||
|
||||
conference2.title=Calendar
|
||||
conference2.date=Conference's date
|
||||
conference2.start=Start :
|
||||
conference2.end=End :
|
||||
conference2.abstract=Abstract's deadline
|
||||
conference2.article=Article's deadline
|
||||
conference2.evaluation=Evaluation's deadline
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -6,29 +6,13 @@
|
||||
<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 doSubmit2()
|
||||
{
|
||||
var form = document.monForm2;
|
||||
form.action = 'addConference2.htm';
|
||||
form.submit();
|
||||
}
|
||||
|
||||
function doBack()
|
||||
{
|
||||
var form = document.monForm2;
|
||||
form.action = 'addConference2.htm';
|
||||
form.typeAction.value = 'back';
|
||||
form.submit();
|
||||
}
|
||||
</script>
|
||||
<!-- <link rel="stylesheet" href="./stylesheets/base.css" type="text/css" /> -->
|
||||
<script src="./stylesheets/calendar.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<jsp:include page="/WEB-INF/jsp/header.jsp" />
|
||||
<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" />
|
||||
|
||||
|
||||
<div class="mainBloc">
|
||||
@@ -37,25 +21,30 @@ form.submit();
|
||||
<div id="main_content">
|
||||
|
||||
|
||||
<h2 align="center">Add new conference</h2>
|
||||
|
||||
<form:form commandName="formConference2" name="monForm2">
|
||||
<h2 align="center"><fmt:message key="conference.titleMenu" /></h2>
|
||||
|
||||
<input type="hidden" name="typeAction" value="">
|
||||
<form:form commandName="formConference" name="monForm">
|
||||
|
||||
|
||||
Formulaire ici
|
||||
<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)">
|
||||
|
||||
<br />
|
||||
<a href="javascript:doSubmit2();">Next</a>
|
||||
<br />
|
||||
<a href="javascript:doBack();">Back</a>
|
||||
<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)">
|
||||
|
||||
<input type="submit" name="_target2" value="Next" />
|
||||
<input type="submit" name="_target0" value="Back">
|
||||
|
||||
</form:form>
|
||||
|
||||
<br />
|
||||
<a href="<c:url value="main.htm"/>">Home</a></div>
|
||||
</div>
|
||||
<div class="footer"> </div>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1,12 +1,41 @@
|
||||
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
||||
pageEncoding="UTF-8"%>
|
||||
<%@ 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=UTF-8">
|
||||
<title>Insert title here</title>
|
||||
<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>
|
||||
Haha conf 3
|
||||
|
||||
<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"><fmt:message key="conference.titleMenu" /></h2>
|
||||
|
||||
<form:form commandName="formConference" name="monForm">
|
||||
|
||||
<br /> Page 3
|
||||
|
||||
<input type="submit" alignment="center" name="_target3" value="Next" />
|
||||
<input type="submit" alignment="center" name="_target1" value="Back">
|
||||
|
||||
</form:form>
|
||||
|
||||
<br />
|
||||
<a href="<c:url value="main.htm"/>">Home</a></div>
|
||||
</div>
|
||||
<div class="footer"> </div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
39
YACOSWeb/WebContent/WEB-INF/jsp/addConference4.jsp
Normal file
39
YACOSWeb/WebContent/WEB-INF/jsp/addConference4.jsp
Normal file
@@ -0,0 +1,39 @@
|
||||
<%@ 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"><fmt:message key="conference.titleMenu" /></h2>
|
||||
|
||||
<form:form commandName="formConference" name="monForm">
|
||||
|
||||
<br /> Page 4
|
||||
|
||||
<input type="submit" alignment="center" name="_target4" value="Next" />
|
||||
<input type="submit" alignment="center" name="_target2" value="Back">
|
||||
|
||||
</form:form>
|
||||
|
||||
<br />
|
||||
<a href="<c:url value="main.htm"/>">Home</a></div>
|
||||
</div>
|
||||
<div class="footer"> </div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
39
YACOSWeb/WebContent/WEB-INF/jsp/addConference5.jsp
Normal file
39
YACOSWeb/WebContent/WEB-INF/jsp/addConference5.jsp
Normal file
@@ -0,0 +1,39 @@
|
||||
<%@ 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"><fmt:message key="conference.titleMenu" /></h2>
|
||||
|
||||
<form:form commandName="formConference" name="monForm">
|
||||
|
||||
<br /> Page 5
|
||||
|
||||
<input type="submit" alignment="center" name="_finish" value="Next" />
|
||||
<input type="submit" alignment="center" name="_target3" value="Back">
|
||||
|
||||
</form:form>
|
||||
|
||||
<br />
|
||||
<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