source: ether_statistics/web/project/statistics.jsp @ 586

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

clean

File size: 8.0 KB
Line 
1<%@ page language="java" import="com.ether.WebException" %>
2<%@ taglib prefix="ether" tagdir="/WEB-INF/tags" %>
3<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
4
5<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
6
7<HTML>
8<HEAD>
9    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
10    <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
11
12    <title><spring:message code="title"/></title>
13    <link rel="shortcut icon" href="<html:rewrite page='/resources/images/megapoli/favicon.ico'/>">
14
15    <ether:htmlCss cssFile="button"/>
16    <ether:htmlCss cssFile="complexButton"/>
17    <ether:htmlCss cssFile="TwitterLogin/front"/>
18    <ether:htmlCss cssFile="jquery-ui-1.8.16.custom/jquery-ui-1.8.16.custom"/>
19    <ether:htmlCss cssFile="ether"/>
20    <ether:htmlCss cssFile="statistics"/>
21
22    <ether:htmlJs jsFile="library/jquery-1.4.2.min"/>
23    <ether:htmlJs jsFile="library/jquery.class"/>
24    <ether:htmlJs jsFile="library/jquery.protify-0.3"/>
25    <ether:htmlJs jsFile="classesForJQuery/etherHelper"/>
26    <ether:htmlJs jsFile="classesForJQuery/Button"/>
27    <ether:htmlJs jsFile="classesForJQuery/ComplexButton"/>
28    <ether:htmlJs jsFile="classesForJQuery/LoginButton"/>
29    <ether:htmlJs jsFile="classesForJQuery/Slide"/>
30    <ether:htmlJs jsFile="TwitterLogin/javascripts/jquery.tipsy"/>
31    <ether:htmlJs jsFile="jquery-ui-1.8.16.custom/js/jquery-ui-1.8.16.custom.min"/>
32
33    <%--<ether:htmlJsp jspFile="templateMegapoli_script"/>--%>
34
35</HEAD>
36
37<BODY>
38<a name="top"></a>
39
40<%-- ************************************************************************************************************** --%>
41<%-- *************************************************** LOGO ETHER *********************************************** --%>
42<%-- ************************************************************************************************************** --%>
43<div id="linkLogoEther" class="containerLinkLogoEther"></div>
44
45<div id="logoEther" class="containerLogoEther">
46    <html:link href="http://ether.ipsl.jussieu.fr" target="help"><img src="resources/images/logo_Ether.jpg" width="80px" height="80px"/></html:link>
47</div>
48
49<%-- ************************************************************************************************************** --%>
50<%-- **************************************************** WRAPPER ************************************************* --%>
51<%-- ************************************************************************************************************** --%>
52<div class="pageWrapper">
53
54    <%-- ****************** TITLE & TOOLS ****************** --%>
55    <div id="title_tools" class="containerMegapoli">
56        <div id="title"></div>
57
58        <div id="tools" align="right">
59            <div id="loginModule" align="right"></div>
60        </div>
61
62    </div>
63
64    <%-- ****************** LOGO ****************** --%>
65    <div id="logo" class="containerLogo">
66        <html:link href="http://megapoli.dmi.dk/" target="help" titleKey="app.linkmegapoli">
67            <html:img page="/resources/images/logo_Megapoli_white.png" height="110px" width="110px" altKey="app.home"/>
68        </html:link>
69    </div>
70
71    <%-- ****************** NAV ****************** --%>
72    <div id="nav" class="containerNav"><tiles:insert attribute="nav"/></div>
73
74    <%-- ****************** MENU ****************** --%>
75    <div id="menu" class="containerMenu">
76        <ul class="menu">
77            <li>
78                <html:link page="/data?methodName=viewCatalogResume" paramName="access" paramId="source">
79                    <span><bean:message key="data.access"/></span>
80                </html:link>
81                <div>
82                    <ul>
83                        <li><html:link page="/JeuxAccess.do"><span><bean:message key="data.access.jeux"/></span></html:link></li>
84                        <li><html:link page="/data?methodName=viewParameters"><span><bean:message key="data.access.param"/></span></html:link></li>
85                        <li><html:link page="/CapteursAccess.do"><span><bean:message key="data.access.capt"/></span></html:link></li>
86                        <li><html:link page="/data?methodName=viewPlateforms"><span><bean:message key="data.access.plat"/></span></html:link></li>
87                    </ul>
88                </div>
89            </li>
90
91            <li>
92                <html:link page="/data?methodName=viewDataResume" paramName="access" paramId="source">
93                    <span><bean:message key="app.data"/></span>
94                </html:link>
95                <div id="menuData"></div>
96            </li>
97
98            <li class="last">
99                <html:link page="/visualization?methodName=view"><span><bean:message key="visualization"/></span></html:link>
100                <div>
101                    <ul>
102                        <li><html:link page="/visualization?methodName=viewParametersByPlateform"><span><bean:message key="visualization.data"/></span></html:link></li>
103                        <li><html:link page="/simulation?methodName=viewSimulation"><span><bean:message key="simulation.visualization"/></span></html:link></li>
104                    </ul>
105                </div>
106            </li>
107
108        </ul>
109    </div>
110
111    <%-- ****************** TITLE CONTENT ****************** --%>
112    <div id="titleContent" class="containerTitleContent"><tiles:insert attribute="bodytitle"/>
113        <div id="titleContentBorder" class="containerTitleContentBorder"></div>
114    </div>
115
116    <%-- ****************** CONTENT ****************** --%>
117    <div id="containerCenter" class="containerMegapoli containerCenter">
118        <tiles:insert attribute="body"/>
119    </div>
120
121    <%-- ****************** BOTTOM ****************** --%>
122    <div id="containerBottom" class="containerMegapoli containerBottom" align="right">
123        &copy; 2010-2011 <html:link href="http://ether.ipsl.jussieu.fr" target="help">ETHER&nbsp;</html:link>/ CNRS
124    </div>
125
126</div>
127
128<%-- ************************************************************************************************************** --%>
129<%-- **************************************************** SLIDES ************************************************** --%>
130<%-- ************************************************************************************************************** --%>
131<%--<div id="hideSlide" class="containerSlide"></div>--%>
132<div id="creditSlide" class="containerSlide"></div>
133<div id="mentionSlide" class="containerSlide"></div>
134<div id="infoSlide" class="containerSlide"></div>
135
136<script type="text/javascript">
137    var templateTexts = $A( "" );
138    templateTexts["app.home"] = '<bean:message key="app.home"/>';
139    templateTexts["app.fulltitle"] = '<bean:message key="app.fulltitle"/>';
140    templateTexts["app.en"] = '<bean:message key="app.en"/>';
141    templateTexts["app.fr"] = '<bean:message key="app.fr"/>';
142    templateTexts["data.upload.metadata.contact.mail"] = '<bean:message key="data.upload.metadata.contact.mail"/>';
143    templateTexts["data.access.extract.short"] = '<bean:message key="data.access.extract.short"/>';
144    templateTexts["data.upload.short"] = '<bean:message key="data.upload.short"/>';
145    templateTexts["app.backoffice"] = '<bean:message key="app.backoffice"/>';
146    templateTexts["app.backoffice.help"] = '<bean:message key="app.backoffice.help"/>';
147
148    templateTexts["app.credits"] = '<bean:message key="app.credits"/>';
149    templateTexts["app.mentions"] = '<bean:message key="app.mentions"/>';
150    templateTexts["app.infos"] = '<bean:message key="app.infos"/>';
151    templateTexts["login.dataProtocolAccept"] = "<bean:message key="login.dataProtocolAccept"/>";
152    templateTexts["login.dataProtocolFields"] = "<bean:message key="login.dataProtocolFields"/>";
153    templateTexts["login.dataProtocol.account"] = "<bean:message key="login.dataProtocol.account"/>";
154    templateTexts["<%=WebException.WebCode.USER_ALREADY_EXISTS%>"] = "<bean:message key="login.dataProtocol.alreadyExist"/>";
155
156    var interfaceTemplate = new InterfaceTemplate();
157</script>
158
159<div style="visibility:hidden"><a href="http://apycom.com/">Apycom jQuery Menus</a></div>
160
161</BODY>
162</HTML>
Note: See TracBrowser for help on using the repository browser.