source: ether_2012/trunk/web/init.jsp @ 345

Last change on this file since 345 was 345, checked in by vmipsl, 13 years ago

install

File size: 868 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
5<tiles:insert page="/resources/templates/templateEther.jsp" flush="true">
6
7    <tiles:put name="insertCss" type="string"></tiles:put>
8    <tiles:put name="insertJsOrJsp" type="string"></tiles:put>
9
10    <tiles:put name="title" type="string"><spring:message code="label.ether"/> - <spring:message code="label.home"/></tiles:put>
11    <tiles:put name="nav" type="string"><spring:message code="label.home"/></tiles:put>
12
13
14    <%-- ****************** CONTENT ****************** --%>
15    <tiles:put name="bodytitle" type="string"><spring:message code="label.home"/></tiles:put>
16
17    <tiles:put name="body" type="string">
18        zzzzzz
19    </tiles:put>
20
21</tiles:insert>
Note: See TracBrowser for help on using the repository browser.