source: ether_statistics/web/data/catalogResume.jsp @ 569

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

Nouveau projet

File size: 1.8 KB
Line 
1<%@ page language="java" contentType="text/html; charset=UTF-8"%>
2<%@ taglib uri="/WEB-INF/tlds/struts-tiles.tld" prefix="tiles"%>
3<%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html"%>
4<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean"%>
5
6<tiles:insert page="/resources/templates/templateMegapoli.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"><bean:message key="app.title"/> -  <bean:message key="data.access"/></tiles:put>
12    <tiles:put name="nav" type="string">
13        <html:link page="/index.jsp"><bean:message key="app.home"/></html:link>&nbsp;&gt;
14        <html:link page="/data?methodName=viewCatalogResume"><bean:message key="data.access"/></html:link>
15    </tiles:put>
16
17    <%--****************** CONTENT ****************** --%>
18        <tiles:put name="bodytitle" type="string"><bean:message key="data.access"/></tiles:put>
19
20        <tiles:put name="body" type="string">
21                <bean:message key="data.access.intro3"/>
22                <bean:define id="access" value="access"/>
23
24                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;
25                <html:link page="/JeuxAccess.do"><bean:message key="data.access.jeux"/></html:link>
26
27        <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;
28                <html:link page="/data?methodName=viewParameters"><bean:message key="data.access.param"/></html:link>
29
30        <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;
31                <html:link page="/CapteursAccess.do"><bean:message key="data.access.capt"/></html:link>
32
33        <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;
34                <html:link page="/data?methodName=viewPlateforms"><bean:message key="data.access.plat"/></html:link>
35        </tiles:put>
36</tiles:insert>
Note: See TracBrowser for help on using the repository browser.