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