source: tapas/web/resources/templates/templateEther.jsp @ 386

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

clean

File size: 9.2 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="TwitterLogin/front"/>--%>
18    <ether:htmlCss cssFile="jquery-ui-1.8.16.custom/jquery-ui-1.8.16.custom"/>
19    <ether:htmlCss cssFile="button"/>
20    <%--<ether:htmlCss cssFile="complexButton"/>--%>
21    <ether:htmlCss cssFile="mainEther"/>
22    <ether:htmlCss cssFile="tapas"/>
23
24    <ether:htmlJs jsFile="library/jquery-1.4.2.min"/>
25    <ether:htmlJs jsFile="library/jquery.class"/>
26    <ether:htmlJs jsFile="library/jquery.protify-0.3"/>
27    <ether:htmlJs jsFile="classesForJQuery/etherHelper"/>
28    <ether:htmlJs jsFile="classesForJQuery/Button"/>
29    <ether:htmlJs jsFile="classesForJQuery/LoginButton"/>
30    <ether:htmlJs jsFile="apycom.com-5-red/menu"/>
31    <%--<ether:htmlJs jsFile="TwitterLogin/javascripts/jquery.tipsy"/>--%>
32    <%--<ether:htmlJs jsFile="jquery-ui-1.8.16.custom/js/jquery-ui-1.8.16.custom.min"/>--%>
33
34    <jsp:include page="templateEther_script.jsp"/>
35
36    <tiles:insert attribute="insertCss"/>
37    <tiles:insert attribute="insertJsOrJsp"/>
38</HEAD>
39
40<BODY>
41
42<%-- ************************************************************************************************************** --%>
43<%-- **************************************************** WRAPPER ************************************************* --%>
44<%-- ************************************************************************************************************** --%>
45<div class="pageWrapper">
46
47    <%-- ****************** TITLE & TOOLS ****************** --%>
48    <div id="title_tools" class="containerTapas">
49        <div id="title" class="containerTitle"><spring:message code="app.fulltitle"/></div>
50
51        <div id="tools" align="right">
52            <div id="loginModule" align="right"></div>
53        </div>
54
55    </div>
56
57    <%-- ****************** LOGO ****************** --%>
58    <div id="logo" class="containerLogo">
59        <a href="#"><img src="resources/images/logo_tapas.jpg" height="110px" width="110px"></a>
60    </div>
61
62    <%-- ****************** NAV ****************** --%>
63    <div id="nav" class="containerNav"><tiles:insert attribute="nav"/></div>
64
65    <%-- ****************** MENU ****************** --%>
66    <div id="menu" class="containerMenu">
67        <ul class="menu">
68            <li><a href="#" class="parent"><span>Home</span></a>
69
70                <div>
71                    <ul>
72                        <li><a href="#" class="parent"><span>Sub Item 1</span></a>
73
74                            <div>
75                                <ul>
76                                    <li><a href="#"><span>Sub Item 1.1</span></a></li>
77                                    <li><a href="#"><span>Sub Item 1.2</span></a></li>
78                                    <li><a href="#"><span>Sub Item 1.3</span></a></li>
79                                </ul>
80                            </div>
81                        </li>
82                        <li><a href="#"><span>Sub Item 2</span></a></li>
83                        <li><a href="#"><span>Sub Item 3</span></a></li>
84                    </ul>
85                </div>
86            </li>
87            <li><a href="#" class="parent"><span>Product Info</span></a>
88
89                <div>
90                    <ul>
91                        <li><a href="#" class="parent"><span>Sub Item 1</span></a>
92
93                            <div>
94                                <ul>
95                                    <li><a href="#"><span>Sub Item 1.1</span></a></li>
96                                    <li><a href="#"><span>Sub Item 1.2</span></a></li>
97                                </ul>
98                            </div>
99                        </li>
100                        <li><a href="#"><span>Sub Item 3</span></a></li>
101                        <li><a href="#"><span>Sub Item 4</span></a></li>
102                    </ul>
103                </div>
104            </li>
105            <li><a href="#"><span>Help</span></a></li>
106        </ul>
107    </div>
108
109    <%-- ****************** TITLE CONTENT ****************** --%>
110    <div id="titleContent" class="containerTitleContent"><tiles:insert attribute="bodytitle"/>
111        <div id="titleContentBorder" class="containerTitleContentBorder"></div>
112    </div>
113
114    <%-- ****************** CONTENT ****************** --%>
115    <div id="containerCenter" class="containerTapas containerCenter">
116        <tiles:insert attribute="body"/>
117    </div>
118
119    <%-- ****************** BOTTOM ****************** --%>
120    <div id="containerBottom" class="containerTapas containerBottom" align="right">
121        &copy; 2010-2011 <html:link href="http://ether.ipsl.jussieu.fr" target="help">ETHER&nbsp;</html:link>/ CNRS
122    </div>
123</div>
124
125<div style="visibility:hidden"><a href="http://apycom.com/">Apycom jQuery Menus</a></div>
126
127
128<script type="text/javascript">
129    var templateTexts = $A( "" );
130    templateTexts["label.home"] = '<spring:message code="label.home"/>';
131    templateTexts["label.language.fr"] = '<spring:message code="label.language.fr"/>';
132    templateTexts["label.language.en"] = '<spring:message code="label.language.en"/>';
133    templateTexts["label.mail"] = '<spring:message code="label.mail"/>';
134    templateTexts["label.map"] = '<spring:message code="label.map"/>';
135    templateTexts["label.atmosphere.chemistry"] = '<spring:message code="label.atmosphere.chemistry"/>';
136    templateTexts["label.activities"] = '<spring:message code="label.activities"/>';
137    templateTexts["label.data.services"] = '<spring:message code="label.data.services"/>';
138    templateTexts["label.community"] = '<spring:message code="label.community"/>';
139    templateTexts["label.pole.presentation"] = '<spring:message code="label.pole.presentation"/>';
140    templateTexts["label.users.committee"] = '<spring:message code="label.users.committee"/>';
141    templateTexts["label.laboratories"] = '<spring:message code="label.laboratories"/>';
142    templateTexts["label.workshops"] = '<spring:message code="label.workshops"/>';
143    templateTexts["label.ether.letter"] = '<spring:message code="label.ether.letters"/>';
144    templateTexts["label.informations"] = '<spring:message code="label.informations"/>';
145
146    //    templateTexts["app.en"] = '<bean:message key="app.en"/>';
147    //    templateTexts["app.fr"] = '<bean:message key="app.fr"/>';
148    <%--templateTexts["data.upload.metadata.contact.mail"] = '<bean:message key="data.upload.metadata.contact.mail"/>';--%>
149    <%--templateTexts["data.access.extract.short"] = '<bean:message key="data.access.extract.short"/>';--%>
150    <%--templateTexts["data.upload.short"] = '<bean:message key="data.upload.short"/>';--%>
151    <%--templateTexts["app.backoffice"] = '<bean:message key="app.backoffice"/>';--%>
152    <%--templateTexts["app.backoffice.help"] = '<bean:message key="app.backoffice.help"/>';--%>
153
154    <%--templateTexts["app.credits"] = '<bean:message key="app.credits"/>';--%>
155    <%--templateTexts["app.mentions"] = '<bean:message key="app.mentions"/>';--%>
156    <%--templateTexts["app.infos"] = '<bean:message key="app.infos"/>';--%>
157    <%--templateTexts["login.dataProtocolAccept"] = "<bean:message key="login.dataProtocolAccept"/>";--%>
158    <%--templateTexts["login.dataProtocolFields"] = "<bean:message key="login.dataProtocolFields"/>";--%>
159    <%--templateTexts["login.dataProtocol.account"] = "<bean:message key="login.dataProtocol.account"/>";--%>
160    <%--templateTexts["<%=WebException.WebCode.USER_ALREADY_EXISTS%>"] = "<bean:message key="login.dataProtocol.alreadyExist"/>";--%>
161
162    <%--// Needed texts if you use the library LoginButton.js--%>
163    <%--var loginTexts = $A( "" );--%>
164    <%--loginTexts["app.connexion"] = '<bean:message key="app.connexion"/>';--%>
165    <%--loginTexts["login"] = '<bean:message key="login"/>';--%>
166    <%--loginTexts["login.password"] = '<bean:message key="login.password"/>';--%>
167    <%--loginTexts["login.sign"] = '<bean:message key="login.sign"/>';--%>
168    <%--loginTexts["login.pwdForget"] = '<bean:message key="login.pwdForget"/>';--%>
169    <%--loginTexts["login.loginForget"] = '<bean:message key="login.loginForget"/>';--%>
170    <%--loginTexts["login.loginForget.help"] = '<bean:message key="login.loginForget.help"/>';--%>
171    <%--loginTexts["login.inscription"] = '<bean:message key="login.inscription"/>';--%>
172    <%--loginTexts["login.error.notFound"] = "<bean:message key='login.error.notFound'/>";--%>
173    <%--loginTexts["login.error.wrongPassword"] = "<bean:message key='login.error.wrongPassword'/>";--%>
174    <%--loginTexts["login.error.failed"] = "<bean:message key='login.error.failed' arg0="<%=Context.getWebmaster( request )%>"/>";--%>
175    <%--loginTexts["login.error.notAccepted"] = "<bean:message key='login.error.notAccepted'/>";--%>
176    <%--loginTexts["login.text"] = "<bean:message key="login.text"/>";--%>
177
178    var interfaceTemplate = new InterfaceTemplate();
179</script>
180
181</BODY>
182</HTML>
Note: See TracBrowser for help on using the repository browser.