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

Import medias files and cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/web/data/access/files.jsp

    r89 r161  
    11<%@ page import="com.medias.Context" contentType="text/html; charset=UTF-8"%> 
    2 <%@ page import="com.medias.Context" %> 
    32<%@ page language="java" contentType="text/html; charset=UTF-8"%> 
    43<%@ taglib uri="/WEB-INF/tlds/struts-tiles.tld" prefix="tiles"%> 
     
    3332                </div> 
    3433                 
    35                 <div class="submit"> 
    36                         <html:link page="/JeuxAccess.do"><bean:message key="app.access.back"/></html:link> 
    37                 </div> 
     34                <%--div class="submit"> 
     35                        <html:link page="/JeuxAccess.do"><bean:message key="data.access.jeux"/></html:link> 
     36                </div--%> 
    3837                 
    3938                <table> 
     
    4948                        </th></tr> 
    5049                        <tr><td> 
    51                         <%--logic:present name="SES_USER"--%> 
     50                        <%--logic:present name="SES_USER" scope="session"--%> 
    5251                                <html:link titleKey="data.access.downloading" page="/ZipGame.do" paramId="path" paramName="path"> 
    53                                         <html:img page="/resources/images/utils/text.png" alt="file"/> 
     52                                        <html:img page="/images/utils/text.png" alt="file"/> 
    5453                                        <bean:message arg0="${nomJeu}" key="data.access.files.dowload.zip"/> 
    5554                                </html:link> 
    5655                        <%--/logic:present> 
    57                         <logic:notPresent name="SES_USER"> 
    58                                 <html:link titleKey="data.access.downloading.logon" page="/InitLogonAccess.do" name="paramsName" scope="page"> 
    59                                         <html:img page="/resources/images/utils/text.png" alt="file"/> 
    60                                         <bean:message arg0="${nomJeu}" key="data.access.files.dowload.com.medias.zip"/> 
     56                        <logic:notPresent name="SES_USER" scope="session"> 
     57                                <html:link titleKey="data.access.downloading.logon" page="/InitLogonAccess.do" paramName="access" paramId="source"> 
     58                                        <html:img page="/images/utils/text.png" alt="file"/> 
     59                                        <bean:message arg0="${nomJeu}" key="data.access.files.dowload.zip"/> 
    6160                                </html:link> 
    6261                        </logic:notPresent--%> 
     
    6564                        <nested:iterate property="fichiers" indexId="fId"> 
    6665                        <tr><td> 
    67                                 <html:img page="/resources/images/utils/text.png" alt="file"/> 
     66                                <html:img page="/images/utils/text.png" alt="file"/> 
    6867                                <nested:define id="file" property="fichierNom"/> 
    6968                                <bean:define id="pathFile" value="${path}/${file}"/> 
     
    7776                <div class="hdp" align="right"> 
    7877                        <html:link page="/data/access/files.jsp" anchor="top" titleKey="app.hdp"> 
    79                                 <html:img page="/resources/images/utils/hdp1.png"/> 
     78                                <html:img page="/images/utils/hdp1.png"/> 
    8079                        </html:link> 
    8180                </div> 
    8281                <div class="submit"> 
    83                         <html:link page="/JeuxAccess.do"><bean:message key="app.access.back"/></html:link> 
     82                        <html:link page="/JeuxAccess.do"><bean:message key="data.access.jeux"/></html:link> 
    8483                </div> 
    8584                 
Note: See TracChangeset for help on using the changeset viewer.