Files
yacos/YACOSWeb/WebContent/WEB-INF/jsp/addConference.jsp
Nicolas Michard e8cccaf588 Sitemesh : layout des vues integré
pour faire une nouvelle page : creer jsp ds jsp / mettre balise include/html/head/body et le contenu dans body.
Sitemesh decorera la page automatiquement suivant le layout main.jsp dans decorators pour tte les url (du moins pour l'instant)
2008-01-20 15:37:53 +00:00

24 lines
664 B
Plaintext

<%@ include file="/WEB-INF/decorators/include.jsp"%>
<html>
<head></head>
<body>
<h2 align="center"><fmt:message key="conference.titleMenu" /></h2>
<form:form commandName="formConference" name="monForm">
<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 />
<input type="submit" align="middle" name="_target1" value="Next" />
</form:form>
<br />
<a href="<c:url value="main.htm"/>">Home</a>
</body>
</html>