Ignore:
Timestamp:
08/26/11 11:37:35 (13 years ago)
Author:
vmipsl
Message:

Import medias files and cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/web/index.jsp

    r89 r154  
    1010 
    1111        <bean:define type="java.lang.String" id="relativePath" value="<%=Context.getRelativePath(request)%>"/> 
     12        <bean:define type="java.lang.String" id="webmaster" value="<%=Context.getWebmaster(request)%>"/> 
    1213 
    1314        <tiles:put name="nav" type="string"> 
    14                 <html:link page="/index.jsp"><bean:message key="app.home"/></html:link>&gt; 
     15                <ul><li><html:link page="/index.jsp"><bean:message key="app.home"/></html:link></li></ul> 
    1516        </tiles:put> 
    16  
     17         
    1718        <tiles:put name="title" type="string"> 
    18                 <bean:message key="app.title"/> - <bean:message key="app.welcome"/> 
     19                <bean:message key="app.title"/> - <bean:message key="data"/> 
    1920        </tiles:put> 
    2021 
    2122        <tiles:put name="bodytitle" type="string"> 
    22                 <bean:message key="app.welcome"/> 
     23                <bean:message key="data.title"/> 
    2324        </tiles:put> 
    2425 
    2526        <tiles:put name="body" type="string"> 
    26                 <%-- Place here the content of your page --%> 
    27                 <table width="100%" height="100%"> 
    28                         <tr><td align="center" valign="middle"> 
    29                                 <html:img page="/resources/images/megapoli/megapoli.jpg" alt="Logo MEGAPOLI"/> 
    30                         </td></tr> 
    31                 </table> 
    3227                <html:errors/> 
     28 
     29                <bean:message key="data.intro0"/> 
     30                <bean:message key="data.intro1"/><html:link href="mailto:${webmaster}?subject=[MEGAPOLI]">webmaster</html:link>.                 
     31                <bean:define id="upload" value="upload"/> 
     32                <bean:define id="access" value="access"/> 
     33                <ul> 
     34                        <li> 
     35                                <html:link page="/data/access/access.jsp"><bean:message key="data.access"/></html:link> 
     36                                 : <bean:message key="data.access.intro"/> 
     37                        </li> 
     38                        <li> 
     39                                <logic:notPresent name="SES_USER" scope="session"> 
     40                                        <html:link page="/InitLogonAccess.do" paramName="access" paramId="source"><bean:message key="data.access.extract"/></html:link> 
     41                                </logic:notPresent> 
     42                                <logic:present name="SES_USER" scope="session"> 
     43                                        <html:link page="/DataAccess.do"><bean:message key="data.access.extract"/></html:link> 
     44                                </logic:present> 
     45                                 : <bean:message key="data.access.intro2"/> 
     46                        </li> 
     47                        <li> 
     48                                <logic:notPresent name="SES_USER" scope="session"> 
     49                                        <html:link page="/InitLogon.do" paramName="upload" paramId="source"><bean:message key="data.upload"/></html:link> 
     50                                </logic:notPresent> 
     51                                <logic:present name="SES_USER" scope="session"> 
     52                                        <html:link page="/PrepareTree.do"><bean:message key="data.upload"/></html:link> 
     53                                </logic:present> 
     54                                 : <bean:message key="data.upload.intro"/> 
     55                        </li> 
     56                </ul> 
    3357        </tiles:put> 
    34  
    3558</tiles:insert> 
Note: See TracChangeset for help on using the changeset viewer.