34 lines
1023 B
Plaintext
34 lines
1023 B
Plaintext
<%@ include file="/WEB-INF/decorators/include.jsp"%>
|
|
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="./stylesheets/calendar.css" type="text/css" />
|
|
<script src="./stylesheets/calendar.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<h2 align="center"><fmt:message key="conference.titleMenu" /></h2>
|
|
|
|
<form:form commandName="formConference" name="monForm">
|
|
|
|
<fmt:message key="conference2.start" /><input onclick="ds_sh(this);" name="date" style="cursor: text" /><br /><br />
|
|
<fmt:message key="conference2.end" /><input onclick="ds_sh(this);" name="date2" style="cursor: text" /><br /><br />
|
|
<br />
|
|
|
|
<fmt:message key="conference2.article" /><input onclick="ds_sh(this);" name="date3" style="cursor: text" /><br /><br />
|
|
<fmt:message key="conference2.evaluation" /><input onclick="ds_sh(this);" name="date4" style="cursor: text" /><br /><br />
|
|
|
|
|
|
<input type="submit" name="_target0" value="Back">
|
|
<input type="submit" name="_target2" value="Next" />
|
|
|
|
</form:form>
|
|
|
|
<br />
|
|
<a href="<c:url value="main.htm"/>">Home</a>
|
|
|
|
</body>
|
|
</html>
|
|
|