source: tapas/web/init.jsp @ 384

Last change on this file since 384 was 384, checked in by vmipsl, 12 years ago

clean

File size: 938 bytes
Line 
1<%@ page contentType="text/html;charset=UTF-8" language="java" %>
2<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
3<%@ taglib prefix="tiles" uri="/WEB-INF/tlds/struts-tiles.tld" %>
4<%@ taglib prefix="ether" tagdir="/WEB-INF/tags" %>
5
6<tiles:insert page="/resources/templates/templateEther.jsp" flush="true">
7
8    <tiles:put name="insertCss" type="string"></tiles:put>
9    <tiles:put name="insertJsOrJsp" type="string"></tiles:put>
10
11    <tiles:put name="title" type="string"><spring:message code="app.title"/> - <spring:message code="title.home"/></tiles:put>
12    <tiles:put name="nav" type="string"><a href=""><spring:message code="label.home"/></a></tiles:put>
13
14
15    <%-- ****************** CONTENT ****************** --%>
16    <tiles:put name="bodytitle" type="string"><bean:message key="title.home"/></tiles:put>
17
18    <tiles:put name="body" type="string">
19
20        CONTENU INIT
21
22    </tiles:put>
23
24</tiles:insert>
Note: See TracBrowser for help on using the repository browser.