source: tapas/web/init.jsp @ 416

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

User : ajout laboratoire & pays
BO : idem
Création compte : idem
DataProtocole?
Clean accent properties
Language

File size: 1.0 KB
RevLine 
[384]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" %>
[416]4<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
[376]5
[384]6<tiles:insert page="/resources/templates/templateEther.jsp" flush="true">
[376]7
[396]8    <tiles:put name="insertCss" type="string"/>
[400]9    <tiles:put name="insertJsOrJsp" type="string"/>
[376]10
[400]11    <tiles:put name="title" type="string"><spring:message code="app.title"/> - <spring:message code="title.home"/></tiles:put>
[384]12    <tiles:put name="nav" type="string"><a href=""><spring:message code="label.home"/></a></tiles:put>
[376]13
14
[384]15    <%-- ****************** CONTENT ****************** --%>
[388]16    <tiles:put name="bodytitle" type="string"><spring:message code="title.home"/></tiles:put>
[376]17
[384]18    <tiles:put name="body" type="string">
[416]19        <c:if test="${not empty errors}">
20            <div id="errors"><spring:message code="${errors}"/></div>
21        </c:if>
22
[400]23        PAGE ACCUEIL TAPAS
[416]24
[384]25    </tiles:put>
[376]26
[384]27</tiles:insert>
Note: See TracBrowser for help on using the repository browser.