source: ether_2012/trunk/web/resources/templates/templateEther.jsp @ 345

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

install

File size: 5.9 KB
Line 
1<%@ taglib uri="/WEB-INF/tlds/struts-tiles.tld" prefix="tiles" %>
2<%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %>
3<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %>
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" href="<html:rewrite page='/resources/images/megapoli/favicon.ico'/>">--%>
15
16    <ether:htmlCss cssFile="apycom.com-4-steel-blue/menu"/>
17    <ether:htmlCss cssFile="button"/>
18    <ether:htmlCss cssFile="complexButton"/>
19    <ether:htmlCss cssFile="TwitterLogin/front"/>
20    <ether:htmlCss cssFile="ether"/>
21    <ether:htmlCss cssFile="megapoli"/>
22    <ether:htmlCss cssFile="backoffice"/>
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/ComplexButton"/>
30    <ether:htmlJs jsFile="classesForJQuery/LoginButton"/>
31    <ether:htmlJs jsFile="apycom.com-4-steel-blue/menu"/>
32    <ether:htmlJs jsFile="TwitterLogin/javascripts/jquery.tipsy"/>
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    <%-- ****************** LOGO ETHER ****************** --%>
48    <div id="logoEther" class="containerLogoEther">
49        <html:link href="http://ether.ipsl.jussieu.fr" target="help"><img src="resources/images/logo_Ether.jpg" width="80px" height="80px"/></html:link>
50    </div>
51
52    <%-- ****************** TITLE & TOOLS ****************** --%>
53    <div id="tools" class="containerTools">
54        <div id="title"></div>
55
56        <div id="tools" align="right">
57            <div id="loginModule" align="right"></div>
58        </div>
59
60    </div>
61
62    <%-- ****************** LOGO ****************** --%>
63    <div id="logo" class="containerLogo">
64        <%--<html:link href="http://megapoli.dmi.dk/" target="help" titleKey="app.linkmegapoli">--%>
65            <%--<html:img page="/resources/images/logo_Megapoli_white.png" height="110px" width="110px" altKey="app.home"/>--%>
66        <%--</html:link>--%>
67    </div>
68
69    <%-- ****************** MENU ****************** --%>
70    <div id="menuBO" class="containerMenu"></div>
71
72    <%-- ****************** TITLE CONTENT ****************** --%>
73    <div id="titleContent" class="containerTitleContent"><tiles:insert attribute="bodytitle"/>
74        <div id="titleContentBorder" class="containerTitleContentBorder"></div>
75    </div>
76
77    <%-- ****************** CONTENT ****************** --%>
78    <div id="containerCenter" class="containerEther containerCenter">
79        <tiles:insert attribute="body"/>
80    </div>
81
82    <%-- ****************** BOTTOM ****************** --%>
83    <div id="containerBottom" class="containerEther containerBottom" align="right">
84        &copy; 2010-2011 <html:link href="http://ether.ipsl.jussieu.fr" target="help">ETHER&nbsp;</html:link>/ CNRS
85    </div>
86
87</div>
88
89<%--<script type="text/javascript">--%>
90    <%--var templateTexts = $A( "" );--%>
91    <%--templateTexts["app.home"] = '<bean:message key="app.home"/>';--%>
92    <%--templateTexts["bo.fulltitle"] = '<bean:message key="bo.fulltitle"/>';--%>
93    <%--templateTexts["app.en"] = '<bean:message key="app.en"/>';--%>
94    <%--templateTexts["app.fr"] = '<bean:message key="app.fr"/>';--%>
95    <%--templateTexts["data.upload.metadata.contact.mail"] = '<bean:message key="data.upload.metadata.contact.mail"/>';--%>
96    <%--templateTexts["bo.user"] = '<bean:message key="bo.user"/>';--%>
97    <%--templateTexts["bo.site"] = '<bean:message key="bo.site"/>';--%>
98
99    <%--// Needed texts if you use the library LoginButton.js--%>
100    <%--var loginTexts = $A( "" );--%>
101    <%--loginTexts["app.connexion"] = '<bean:message key="app.connexion"/>';--%>
102    <%--loginTexts["login"] = '<bean:message key="login"/>';--%>
103    <%--loginTexts["login.password"] = '<bean:message key="login.password"/>';--%>
104    <%--loginTexts["login.sign"] = '<bean:message key="login.sign"/>';--%>
105    <%--loginTexts["login.pwdForget"] = '<bean:message key="login.pwdForget"/>';--%>
106    <%--loginTexts["login.loginForget.help"] = '<bean:message key="login.loginForget.help"/>';--%>
107    <%--loginTexts["login.loginForget"] = '<bean:message key="login.loginForget"/>';--%>
108    <%--loginTexts["login.error.notFound"] = "<bean:message key='login.error.notFound' arg0="<%=Context.getWebmaster( request )%>"/>";--%>
109    <%--loginTexts["login.error.wrongPassword"] = "<bean:message key='login.error.wrongPassword'/>";--%>
110    <%--loginTexts["login.error.failed"] = "<bean:message key='login.error.failed' arg0="<%=Context.getWebmaster( request )%>"/>";--%>
111    <%--loginTexts["login.error.notAccepted"] = "<bean:message key='login.error.notAccepted'/>";--%>
112    <%--loginTexts["<%=UserRole.ADMINISTRATOR%>"] = '<bean:message key="app.administrator"/>';--%>
113    <%--loginTexts["<%=UserRole.TECHNICIEN%>"] = '<bean:message key="app.technician"/>';--%>
114    <%--loginTexts["<%=UserRole.COORDINATOR%>"] = '<bean:message key="app.coordinator"/>';--%>
115
116    <%--var interfaceTemplate = new InterfaceTemplate();--%>
117<%--</script>--%>
118
119<%--<div style="visibility:hidden"><a href="http://apycom.com/">Apycom jQuery Menus</a></div>--%>
120
121</BODY>
122</HTML>
Note: See TracBrowser for help on using the repository browser.