source: ether_statistics/web/init.jsp @ 583

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

clean

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