source: Ballon/out/artifacts/geisa_artifact/resources/templates/templateGeisa.jsp @ 848

Last change on this file since 848 was 766, checked in by npipsl, 11 years ago
File size: 10.5 KB
Line 
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" %>
4<%@ taglib prefix="ether" tagdir="/WEB-INF/tags" %>
5
6<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
7
8<HTML>
9<HEAD>
10    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
11    <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
12
13    <title><tiles:getAsString name="title"/></title>
14    <link rel="shortcut icon" type="image/x-icon" href="resources/images/logo_Ether.jpg"/>
15
16    <%--<ether:htmlCss cssFile="apycom.com-5-red/menu"/> --%>
17    <ether:htmlCss cssFile="apycom.com-4-steel-blue/menu"/>
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="button"/>
21    <%--<ether:htmlCss cssFile="complexButton"/>--%>
22    <ether:htmlCss cssFile="mainEther"/>
23    <ether:htmlCss cssFile="ether"/>
24    <ether:htmlCss cssFile="geisa"/>
25
26    <ether:htmlJs jsFile="library/jquery-1.4.2.min"/>
27    <ether:htmlJs jsFile="library/jquery.class"/>
28    <ether:htmlJs jsFile="library/jquery.protify-0.3"/>
29    <ether:htmlJs jsFile="classesForJQuery/etherHelper"/>
30    <ether:htmlJs jsFile="classesForJQuery/Button"/>
31    <ether:htmlJs jsFile="classesForJQuery/LoginButton"/>
32    <%--<ether:htmlJs jsFile="apycom.com-5-red/menu"/>--%>
33    <ether:htmlJs jsFile="apycom.com-4-steel-blue/menu"/>
34    <%--<ether:htmlJs jsFile="TwitterLogin/javascripts/jquery.tipsy"/>--%>
35    <%--<ether:htmlJs jsFile="jquery-ui-1.8.16.custom/js/jquery-ui-1.8.16.custom.min"/>--%>
36
37    <jsp:include page="templateEther_script.jsp"/>
38
39    <tiles:insert attribute="insertCss"/>
40    <tiles:insert attribute="insertJsOrJsp"/>
41</HEAD>
42
43<BODY>
44
45<%-- ************************************************************************************************************** --%>
46<%-- **************************************************** WRAPPER ************************************************* --%>
47<%-- ************************************************************************************************************** --%>
48<div class="pageWrapper">
49
50    <%-- ****************** TITLE & LOGOS ****************** --%>
51
52    <div id="title_tools" class="containerTapas">
53        <div id="logoGeisa" class="containerLogoLeft">
54            <a href="#"><img src="resources/images/logo_Geisa90-90.jpg" height="80px" width="80px"></a>
55        </div>
56        <div id="title" class="containerTitle"><spring:message code="app.Geisafulltitle"/></div>
57        <div id="logoEther" class="containerLogoRight">
58            <a href="#"><img src="resources/images/ether.jpg" height="80px" width="80px"></a>
59        </div>
60
61    </div>
62
63
64    <%-- ****************** MENU ****************** --%>
65       <div id="containerCenter" class="containerTapas containerCenter">
66           <%-- <div id="menu" class="containerMenu">
67                <ul class="menu">
68                    <li><a href="#" class="parent"><span>Graphics options</span></a>
69
70                        <div>
71                            <ul>
72                                <li><a href="#" class="parent"><span>Database contents</span></a>
73                                    <div>
74                                        <ul>
75                                            <li><a href="#"><span>GEISA 2009 </span></a></li>
76                                            <li><a href="#"><span>GEISA 2003 </span></a></li>
77                                            <li><a href="#"><span>GEISA-IASI 2009</span></a></li>
78                                            <li><a href="#"><span>GEISA-IASI 2003</span></a></li>
79                                        </ul>
80                                    </div>
81                                </li>
82                                <li><a href="#"  class="parent"><span>Global representation</span></a>
83                                    <div>
84                                        <ul>
85                                            <li><a href="#"><span>GEISA 2009 </span></a></li>
86                                            <li><a href="#"><span>GEISA 2003 </span></a></li>
87                                            <li><a href="#"><span>GEISA-IASI 2009</span></a></li>
88                                            <li><a href="#"><span>GEISA-IASI 2003</span></a></li>
89                                        </ul>
90                                    </div>
91                                </li>
92                                <li><a href="#"  class="parent"><span>Absorption power</span></a>
93                                    <div>
94                                        <ul>
95                                            <li><a href="#"><span>GEISA 2009 </span></a></li>
96                                            <li><a href="#"><span>GEISA 2003 </span></a></li>
97                                            <li><a href="#"><span>GEISA-IASI 2009</span></a></li>
98                                            <li><a href="#"><span>GEISA-IASI 2003</span></a></li>
99                                        </ul>
100                                    </div>
101                                </li>
102                                <li><a href="#"><span>Comparison</span></a></li>
103                            </ul>
104                        </div>
105                    </li>
106                    <li><a href="#" class="parent"><span>Geisa main menu</span></a>
107
108                        <div>
109                            <ul>
110                                <li><a href="#"><span>Home</span></a>
111                                <li><a href="#"><span>GEISA 2009 </span></a></li>
112                                <li><a href="#"><span>GEISA 2003 </span></a></li>
113                                <li><a href="#"><span>GEISA-IASI 2009</span></a></li>
114                                <li><a href="#"><span>GEISA-IASI 2003</span></a></li>
115                            </ul>
116                        </div>
117                    </li>
118
119                </ul>
120            </div>  --%>
121
122
123
124
125        <%-- ****************** CONTENT ****************** --%>
126
127        <tiles:insert attribute="body"/>
128    </div>
129
130    <%-- ****************** BOTTOM ****************** --%>
131    <div id="containerBottom" class="containerTapas containerBottom" align="right">
132       <div id="containerBottomCopy" class="containerBottomCopy">Copyright 2013 CNES-CNRS</div>
133    </div>
134</div>
135
136<div style="visibility:hidden"><a href="http://apycom.com/">Apycom jQuery Menus</a></div>
137
138
139<script type="text/javascript">
140    var templateTexts = $A( "" );
141    templateTexts["label.home"] = '<spring:message code="label.home"/>';
142    templateTexts["label.language.fr"] = '<spring:message code="label.language.fr"/>';
143    templateTexts["label.language.en"] = '<spring:message code="label.language.en"/>';
144    templateTexts["label.mail"] = '<spring:message code="label.mail"/>';
145    templateTexts["label.map"] = '<spring:message code="label.map"/>';
146    templateTexts["label.atmosphere.chemistry"] = '<spring:message code="label.atmosphere.chemistry"/>';
147    templateTexts["label.activities"] = '<spring:message code="label.activities"/>';
148    templateTexts["label.data.services"] = '<spring:message code="label.data.services"/>';
149    templateTexts["label.community"] = '<spring:message code="label.community"/>';
150    templateTexts["label.pole.presentation"] = '<spring:message code="label.pole.presentation"/>';
151    templateTexts["label.users.committee"] = '<spring:message code="label.users.committee"/>';
152    templateTexts["label.laboratories"] = '<spring:message code="label.laboratories"/>';
153    templateTexts["label.workshops"] = '<spring:message code="label.workshops"/>';
154    templateTexts["label.ether.letter"] = '<spring:message code="label.ether.letters"/>';
155    templateTexts["label.informations"] = '<spring:message code="label.informations"/>';
156
157    //    templateTexts["app.en"] = '<bean:message key="app.en"/>';
158    //    templateTexts["app.fr"] = '<bean:message key="app.fr"/>';
159    <%--templateTexts["data.upload.metadata.contact.mail"] = '<bean:message key="data.upload.metadata.contact.mail"/>';--%>
160    <%--templateTexts["data.access.extract.short"] = '<bean:message key="data.access.extract.short"/>';--%>
161    <%--templateTexts["data.upload.short"] = '<bean:message key="data.upload.short"/>';--%>
162    <%--templateTexts["app.backoffice"] = '<bean:message key="app.backoffice"/>';--%>
163    <%--templateTexts["app.backoffice.help"] = '<bean:message key="app.backoffice.help"/>';--%>
164
165    <%--templateTexts["app.credits"] = '<bean:message key="app.credits"/>';--%>
166    <%--templateTexts["app.mentions"] = '<bean:message key="app.mentions"/>';--%>
167    <%--templateTexts["app.infos"] = '<bean:message key="app.infos"/>';--%>
168    <%--templateTexts["login.dataProtocolAccept"] = "<bean:message key="login.dataProtocolAccept"/>";--%>
169    <%--templateTexts["login.dataProtocolFields"] = "<bean:message key="login.dataProtocolFields"/>";--%>
170    <%--templateTexts["login.dataProtocol.account"] = "<bean:message key="login.dataProtocol.account"/>";--%>
171    <%--templateTexts["<%=WebException.WebCode.USER_ALREADY_EXISTS%>"] = "<bean:message key="login.dataProtocol.alreadyExist"/>";--%>
172
173    <%--// Needed texts if you use the library LoginButton.js--%>
174    <%--var loginTexts = $A( "" );--%>
175    <%--loginTexts["app.connexion"] = '<bean:message key="app.connexion"/>';--%>
176    <%--loginTexts["login"] = '<bean:message key="login"/>';--%>
177    <%--loginTexts["login.password"] = '<bean:message key="login.password"/>';--%>
178    <%--loginTexts["login.sign"] = '<bean:message key="login.sign"/>';--%>
179    <%--loginTexts["login.pwdForget"] = '<bean:message key="login.pwdForget"/>';--%>
180    <%--loginTexts["login.loginForget"] = '<bean:message key="login.loginForget"/>';--%>
181    <%--loginTexts["login.loginForget.help"] = '<bean:message key="login.loginForget.help"/>';--%>
182    <%--loginTexts["login.inscription"] = '<bean:message key="login.inscription"/>';--%>
183    <%--loginTexts["login.error.notFound"] = "<bean:message key='login.error.notFound'/>";--%>
184    <%--loginTexts["login.error.wrongPassword"] = "<bean:message key='login.error.wrongPassword'/>";--%>
185    <%--loginTexts["login.error.failed"] = "<bean:message key='login.error.failed' arg0="<%=Context.getWebmaster( request )%>"/>";--%>
186    <%--loginTexts["login.error.notAccepted"] = "<bean:message key='login.error.notAccepted'/>";--%>
187    <%--loginTexts["login.text"] = "<bean:message key="login.text"/>";--%>
188
189    var interfaceTemplate = new InterfaceTemplate();
190</script>
191
192</BODY>
193</HTML>
Note: See TracBrowser for help on using the repository browser.