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)
28 lines
632 B
Plaintext
28 lines
632 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">
|
|
|
|
<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" align="middle" name="_target2" value="Back">
|
|
<input type="submit" align="middle" name="_target4" value="Next" />
|
|
|
|
|
|
</form:form> <br />
|
|
<a href="<c:url value="main.htm"/>">Home</a>
|
|
|
|
</body>
|
|
</html> |