source: ether_megapoli/trunk/web/index.jsp @ 408

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

Page d'accueil

File size: 2.3 KB
Line 
1<%@ page contentType="text/html; charset=UTF-8" %>
2<%@ page language="java" contentType="text/html; charset=UTF-8" %>
3<%@ taglib uri="/WEB-INF/tlds/struts-tiles.tld" prefix="tiles" %>
4<%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %>
5<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %>
6<%@ taglib prefix="ether" tagdir="/WEB-INF/tags" %>
7
8<tiles:insert page="/resources/templates/templateMegapoli.jsp" flush="true">
9
10    <tiles:put name="insertCss" type="string"></tiles:put>
11    <tiles:put name="insertJsOrJsp" type="string"></tiles:put>
12
13
14    <tiles:put name="title" type="string"><bean:message key="app.title"/> - <bean:message key="data"/></tiles:put>
15    <tiles:put name="nav" type="string"><html:link page="/index.jsp"><bean:message key="app.home"/></html:link></tiles:put>
16
17
18    <%-- ****************** CONTENT ****************** --%>
19    <tiles:put name="bodytitle" type="string"><bean:message key="data.title"/></tiles:put>
20
21    <tiles:put name="body" type="string">
22        <center>
23            <table width="80%">
24                <tr>
25                    <td><img src="resources/images/logo_seven.png" width="100px"/></td>
26                    <td><img src="resources/images/logo_europe.jpg" width="100px"/></td>
27                    <td><img src="resources/images/logo_CNRS_INSU.jpg" width="120px"/></td>
28                    <td><img src="resources/images/logo_ANR.jpg" width="110px"/></td>
29                    <td><img src="resources/images/logo_IDF.jpg" width="110px"/></td>
30                    <td><img src="resources/images/logo_ademe.jpg" width="100px"/></td>
31                </tr>
32            </table>
33        </center>
34        <BR/>
35
36        <bean:message key="data.home.intro1"/><BR/><BR/>
37        <bean:message key="data.home.intro2"/><BR/><BR/>
38        <bean:message key="data.home.intro3"/>
39        <ul>
40            <li><bean:message key="data.home.intro4"/></li>
41            <li><bean:message key="data.home.intro5"/></li>
42            <li><bean:message key="data.home.intro6"/></li>
43            <li><bean:message key="data.home.intro7"/></li>
44            <li><bean:message key="data.home.intro8"/></li>
45        </ul>
46
47        <bean:message key="data.home.intro9"/> <a href="http://megapoli.info/">http://megapoli.info/</a>.
48        <BR/>
49    </tiles:put>
50
51</tiles:insert>
Note: See TracBrowser for help on using the repository browser.