Changeset 222


Ignore:
Timestamp:
10/17/11 15:58:12 (13 years ago)
Author:
vmipsl
Message:

EVO_MGI_011

Location:
ether_megapoli/trunk/web
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/web/resources/templates/mainTemplate.jsp

    r220 r222  
    4848 
    4949        <div id="title_tools" class="title_tools span-24"> 
    50             <div id="title" class="span-17" align="center"><h0><bean:message key="app.fulltitle"/></h0></div> 
     50            <div id="title" class="span-17" align="center"> 
     51                <h0><bean:message key="app.fulltitle"/></h0> 
     52            </div> 
    5153 
    5254            <div id="tools" class="span-7 last" align="right"> 
    53                 <div class="span-1 colborder"><html:link page="/index.jsp"><h4><bean:message key="app.home"/></h4></html:link></div> 
     55                <div class="span-1 colborder"><html:link page="/index.jsp"><h4><bean:message key="app.home"/></h4> 
     56                </html:link></div> 
    5457 
    5558                <div class="span-1 colborder"> 
    5659                    <logic:notEqual name="lang" value="en"> 
    57                         <html:link page="/English.do" paramName="relativePageUri" paramId="requestUri" titleKey="app.en"><h4><bean:message key="app.en"/></h4></html:link> 
     60                        <html:link page="/English.do" paramName="relativePageUri" paramId="requestUri" 
     61                                   titleKey="app.en"><h4><bean:message key="app.en"/></h4></html:link> 
    5862                    </logic:notEqual> 
    5963                    <logic:equal name="lang" value="en"> 
    60                         <html:link page="/French.do" paramName="relativePageUri" paramId="requestUri" titleKey="app.fr"><h4><bean:message key="app.fr"/></h4></html:link> 
     64                        <html:link page="/French.do" paramName="relativePageUri" paramId="requestUri" titleKey="app.fr"> 
     65                            <h4><bean:message key="app.fr"/></h4></html:link> 
    6166                    </logic:equal> 
    6267                </div> 
    6368 
    64                 <div class="span-1 colborder"><html:link page="/index.jsp"><h4><bean:message key="app.connexion"/></h4></html:link></div> 
     69                <div class="span-1 colborder"><html:link page="/index.jsp"><h4><bean:message key="app.connexion"/></h4> 
     70                </html:link></div> 
    6571 
    6672                <div class="span-1 last"> 
    6773                    <html:link href="mailto:${webmaster}?subject=[MEGAPOLI]"> 
    68                         <h4><html:img page="/resources/images/utils/enveloppe.jpg" titleKey="app.webmaster" altKey="app.webmaster" width="17px" height="15px"/></h4> 
     74                        <h4><html:img page="/resources/images/utils/enveloppe.jpg" titleKey="app.webmaster" 
     75                                      altKey="app.webmaster" width="17px" height="15px"/></h4> 
    6976                    </html:link> 
    7077                </div> 
     
    8895                </html:link> 
    8996 
    90                 <html:link page="/JeuxAccess.do"><h3>&nbsp;-&nbsp;<bean:message key="data.access.jeux"/></h3></html:link> 
    91                 <html:link page="/ParametresAccess.do"><h3>&nbsp;-&nbsp;<bean:message key="data.access.param"/></h3></html:link> 
    92                 <html:link page="/CapteursAccess.do"><h3>&nbsp;-&nbsp;<bean:message key="data.access.capt"/></h3></html:link> 
    93                 <html:link page="/PlateformesAccess.do"><h3>&nbsp;-&nbsp;<bean:message key="data.access.plat"/></h3></html:link> 
     97                <html:link page="/JeuxAccess.do"><h3>&nbsp;-&nbsp;<bean:message key="data.access.jeux"/></h3> 
     98                </html:link> 
     99                <html:link page="/ParametresAccess.do"><h3>&nbsp;-&nbsp;<bean:message key="data.access.param"/></h3> 
     100                </html:link> 
     101                <html:link page="/CapteursAccess.do"><h3>&nbsp;-&nbsp;<bean:message key="data.access.capt"/></h3> 
     102                </html:link> 
     103                <html:link page="/PlateformesAccess.do"><h3>&nbsp;-&nbsp;<bean:message key="data.access.plat"/></h3> 
     104                </html:link> 
    94105            </div> 
    95106 
     
    98109 
    99110                <logic:notPresent name="SES_USER" scope="session"> 
    100                     <html:link page="/InitLogonAccess.do" paramName="access" paramId="source"><h3>&nbsp;-&nbsp;<bean:message key="data.access.extract"/></h3></html:link> 
     111                    <html:link page="/InitLogonAccess.do" paramName="access" paramId="source"><h3> 
     112                        &nbsp;-&nbsp;<bean:message key="data.access.extract"/></h3></html:link> 
    101113                </logic:notPresent> 
    102114                <logic:present name="SES_USER" scope="session"> 
    103                     <html:link page="/DataAccess.do"><h3>&nbsp;-&nbsp;<bean:message key="data.access.extract"/></h3></html:link> 
     115                    <html:link page="/DataAccess.do"><h3>&nbsp;-&nbsp;<bean:message key="data.access.extract"/></h3> 
     116                    </html:link> 
    104117                </logic:present> 
    105118 
    106119                <logic:notPresent name="SES_USER" scope="session"> 
    107                     <html:link page="/InitLogon.do" paramName="upload" paramId="source"><h3>&nbsp;-&nbsp;<bean:message key="data.upload"/></h3></html:link> 
     120                    <html:link page="/InitLogon.do" paramName="upload" paramId="source"><h3>&nbsp;-&nbsp;<bean:message 
     121                            key="data.upload"/></h3></html:link> 
    108122                </logic:notPresent> 
    109123                <logic:present name="SES_USER" scope="session"> 
    110                     <html:link page="/PrepareTree.do"><h3>&nbsp;-&nbsp;<bean:message key="data.upload"/></h3></html:link> 
     124                    <html:link page="/PrepareTree.do"><h3>&nbsp;-&nbsp;<bean:message key="data.upload"/></h3> 
     125                    </html:link> 
    111126                </logic:present> 
    112127            </div> 
    113128 
    114129            <div id="menuVisualization" class="span-4 last"> 
    115                 <html:link page="/visualization?methodName=view"><h2><bean:message key="all.visualization"/></h2></html:link> 
     130                <html:link page="/visualization?methodName=view"><h2><bean:message key="all.visualization"/></h2> 
     131                </html:link> 
    116132 
    117                 <html:link page="/visualization?methodName=viewParametersByPlateform"><h3>&nbsp;-&nbsp;<bean:message key="data.visualization"/></h3></html:link> 
    118                 <html:link page="/visualization/inWork.jsp"><h3>&nbsp;-&nbsp;<bean:message key="simulation.visualization"/></h3></html:link> 
     133                <html:link page="/visualization?methodName=viewParametersByPlateform"><h3>&nbsp;-&nbsp;<bean:message 
     134                        key="data.visualization"/></h3></html:link> 
     135                <html:link page="/visualization/inWork.jsp"><h3>&nbsp;-&nbsp;<bean:message 
     136                        key="simulation.visualization"/></h3></html:link> 
    119137            </div> 
    120138        </div> 
     
    143161        <table width="100%" style="color:white;font-size: 12px"> 
    144162            <tr> 
    145                 <td align="left">&copy; 2010-2011 <html:link href="http://www.sedoo.fr" target="help" 
    146                                                              titleKey="app.linksedoo">Sedoo</html:link> / CNRS 
     163                <td align="left">&copy; 2010-2011 <html:link href="http://www.ipsl.fr" target="help" 
     164                                                             titleKey="app.linkIPSL">IPSL</html:link> / CNRS 
    147165                </td> 
    148166                <td align="center"><bean:message key="app.infonavig"/></td> 
    149                 <td align="right"><i><bean:message key="app.lastModified"/> : <bean:write 
    150                         name="lastModified"/></i></td> 
     167                <td align="right"> 
     168                    <i><bean:message key="app.lastModified"/> : <bean:write name="lastModified"/></i> 
     169                </td> 
    151170            </tr> 
    152171        </table> 
  • ether_megapoli/trunk/web/resources/templates/template.jsp

    r170 r222  
    307307 
    308308<div id="pageFooter"> 
    309     <table width="100%" style="color:white;font-size: 12px"> 
     309    <table width="100%" style="color:white;font-size: 12px; margin-top:-10px"> 
    310310        <tr> 
    311             <td align="left">&copy; 2010-2011 <html:link href="http://www.sedoo.fr" target="help" 
    312                                                          titleKey="app.linksedoo">Sedoo</html:link> / CNRS 
    313             </td> 
    314             <td align="center"><bean:message key="app.infonavig"/> 
    315             </td> 
    316             <td align="right"><i><bean:message key="app.lastModified"/> : <bean:write name="lastModified"/></i> 
    317             </td> 
     311            <td rowspan="2" align="left">&copy; 2010-2011 <html:link href="http://www.ipsl.fr" target="help" titleKey="app.linkIPSL">IPSL</html:link> / CNRS</td> 
     312            <td rowspan="2" align="center"><bean:message key="app.infonavig"/></td> 
     313            <td align="right"><i><bean:message key="app.version"/>&nbsp;1</i></td> 
     314        </tr> 
     315        <tr> 
     316            <td align="right"><i><bean:message key="app.lastModified"/> : <bean:write name="lastModified"/></i></td> 
    318317        </tr> 
    319318    </table> 
  • ether_megapoli/trunk/web/resources/templates/template2.jsp

    r213 r222  
    279279 
    280280 
    281         <div id="pageFooter"> 
    282       <table width="100%" style="color:white;font-size: 12px"> 
    283       <tr><td align="left">&copy; 2010-2011 <html:link href="http://www.sedoo.fr" target="help" titleKey="app.linksedoo">Sedoo</html:link> / CNRS 
    284       </td><td align="center"><bean:message key="app.infonavig"/> 
    285       </td><td align="right"><i><bean:message key="app.lastModified"/> : <bean:write name="lastModified"/></i> 
    286       </td></tr> 
    287       </table> 
    288       <%--div id="copyright"> 
    289         &copy; 2010-2011 Sedoo / CNRS 
    290       </div> 
    291       <div id="datestamp"> 
    292         <bean:message key="app.lastModified"/> : <bean:write name="lastModified"/> 
    293           </div--%> 
    294         </div> 
     281    <div id="pageFooter"> 
     282        <table width="100%" style="color:white;font-size: 12px; margin-top:-10px"> 
     283            <tr> 
     284                <td rowspan="2" align="left">&copy; 2010-2011 <html:link href="http://www.ipsl.fr" target="help" titleKey="app.linkIPSL">IPSL</html:link> / CNRS </td> 
     285                <td rowspan="2" align="center"><bean:message key="app.infonavig"/></td> 
     286                <td align="right"><i><bean:message key="app.version"/>&nbsp;1</i></td> 
     287            </tr> 
     288            <tr> 
     289                <td align="right"><i><bean:message key="app.lastModified"/> : <bean:write name="lastModified"/></i></td> 
     290            </tr> 
     291        </table> 
     292    </div> 
    295293 
    296294 
  • ether_megapoli/trunk/web/resources/templates/templateEther.jsp

    r171 r222  
    238238 
    239239    <div id="pageFooter"> 
    240         <table width="100%" style="color:white;font-size: 12px"> 
     240        <table width="100%" style="color:white;font-size: 12px; margin-top:-10px"> 
    241241            <tr> 
    242                 <td align="left">&copy; 2010-2011 <html:link href="http://www.sedoo.fr" target="help" 
    243                                                              titleKey="app.linksedoo">Sedoo</html:link> / CNRS 
    244                 </td> 
    245                 <td align="center"><bean:message key="app.infonavig"/></td> 
     242                <td rowspan="2" align="left">&copy; 2010-2011 <html:link href="http://www.ipsl.fr" target="help" titleKey="app.linkIPSL">IPSL</html:link> / CNRS </td> 
     243                <td rowspan="2" align="center"><bean:message key="app.infonavig"/></td> 
     244                <td align="right"><i><bean:message key="app.version"/>&nbsp;1</i></td> 
     245            </tr> 
     246            <tr> 
    246247                <td align="right"><i><bean:message key="app.lastModified"/> : <bean:write name="lastModified"/></i></td> 
    247248            </tr> 
  • ether_megapoli/trunk/web/src/ApplicationResources.properties

    r220 r222  
    2828app.linkmegapoli=Aller sur le site web MEGAPOLI 
    2929app.linksedoo=Aller sur le site web SEDOO 
     30app.linkIPSL=Aller sur le site web IPSL 
    3031app.nopage=Page en cours de construction... 
    3132app.admin=administrateur 
    3233app.infonavig=Ce site est test\u00E9 avec les navigateurs Firefox 3 et Google Chrome 12 
    3334app.data=Donn\u00E9es 
     35app.version=Version 
    3436 
    3537#contacts 
  • ether_megapoli/trunk/web/src/ApplicationResources_en.properties

    r220 r222  
    2828app.linkmegapoli=Go to MEGAPOLI website 
    2929app.linksedoo=Go to SEDOO website 
     30app.linkIPSL=Go to IPSL website 
    3031app.nopage=Page en cours de construction... 
    3132app.admin=webmaster 
    3233app.infonavig=This website is tested for web browsers Firefox 3 and Google Chrome 12 
    3334app.data=Data 
     35app.version=Version 
    3436 
    3537#contacts 
Note: See TracChangeset for help on using the changeset viewer.