Edit C:\Users\Administrator\Desktop\Back\galaxie - Copy\netbusiness\publication\read.jsp
<% /****************************************************************************** * Copyright (c) 2000-2010 e-Deal * * e-Deal S.A. * 55 rue Brillat Savarin * 75013 Paris * France * * T: +33 (0)1 53 80 80 30 * F: +33 (0)1 73 01 69 77 * http://www.e-deal.com * * La diffusion de ce code source sous quelque forme que ce soit sans * l'autorisation de E-DEAL est interdite. * * Vous êtes autorisés à modifier ce code source uniquement pour votre usage * propre et sous réserve que les mentions de copyright demeurent intactes. * * Ce code est fourni en l'état. Aucune garantie d'aucune sorte, explicite ou * implicite n'est donnée. En aucun cas E-DEAL ne pourra être tenu pour * responsable des dommages pouvant résulter de l'utilisation de ce code * source. ******************************************************************************/ %> <%@page session="true"%> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="com.edeal.frontline.FlContext" %> <%@ page import="com.edeal.frontline.Utils" %> <%@ page import="com.edeal.frontline.FieldNotInitializedException" %> <%@ page import="com.edeal.frontline.BasicBean" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <jsp:useBean class="com.edeal.frontline.PublicationBean" id="Publication" scope="request"/> <% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); FlRequest flRequest = new FlRequest(request); FlContext context = flRequest.getContext(); String id = null; try { id = Publication.getPubID(); } catch (FieldNotInitializedException fnie) { } String photoID = null; try { photoID = Publication.getPubPhotoID(); } catch (FieldNotInitializedException e) { } String filmUrl = null; String filmID = null; try{ filmUrl = Publication.getPubFilmUrl(); if(filmUrl != null && filmUrl.split("v=").length>1) filmID = filmUrl.split("v=")[1]; }catch(FieldNotInitializedException e){} String photoUrl = null; try{ photoUrl = Publication.getPubPhotoUrl(); }catch(FieldNotInitializedException e){} %> <script type="text/javascript"> function doOnLoad(){ _grid__PUBSTATS_js_.render(); } function openSocialNetWork(name){ window.open('http://www.'+name+'.com', 'socialNetwork', 'width=1024,height=768,scrollbars,resizable'); } </script> <fl:bigTabs objectTitle="<%= Utils.getMessage(session, \"F7045\", \"Publication\") %>" listTitle="<%= Utils.getMessage(session, \"L30A2\", false, true, \"Liste des publications\") %>" ou="<%= \"/read_publication.fl\" + (id != null ? \"?id=\" + id : \"\") %>" > <table class="container" cellpadding="0"> <tr> <td colspan="5" class="titreFiche"><fl:getProperty name="Publication" property="PubTitle" alt="" /></td> </tr> <tr class="ligne_separation"><td colspan="4"></td></tr> </table> <table class="container" cellpadding="0"> <tr><td colspan="5" class="ligne_separation"/></tr> <tr> <td class="column2"> <table class="container" cellpadding="0"> <fl:fieldRead property="PubCode"/> <fl:fieldRead property="PubGroupCode"/> <fl:fieldRead property="PubWebLink"/> <%if(photoUrl != null){%> <tr> <td class="column2" colspan="5"> <table class="container" cellpadding="1"> <tr><td><fl:label field="PubPhotoID" code="F600A"/></td></tr> <tr><td><img src="<%=photoUrl%>" width="90px"/></td></tr> </table> </td> </tr> <%} %> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"> <table class="container" cellpadding="0"> <fl:fieldRead property="PubLastPublishDate"/> </table> </td> </tr> </table> <table class="container" cellpadding="0"> <%if(filmID != null){%> <tr> <td class="column2" colspan="5"> <table class="container" cellpadding="1"> <tr><td><fl:label field="PubFilmID" code="F704C"/></td></tr> <tr> <td> <object> <param name="movie" value="http://www.youtube.com/v/<%=filmID%>?fs=1&hl=fr_FR&rel=0"></param> <param name="allowFullScreen" value="true"></param> <param name="allowscriptaccess" value="always"></param> <embed src="http://www.youtube.com/v/<%=filmID %>?fs=1&hl=fr_FR&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed> </object> </td> </tr> </table> </td> </tr> <%} %> <tr> <td class="column2" colspan="5"> <table class="container" cellpadding="1"> <tr><td><fl:label field="PubDescSmall" code="F7049"/></td></tr> <tr><td><fl:getProperty name="Publication" property="PubDescSmall" alt=""/></td></tr> </table> </td> </tr> <tr> <td class="column2" colspan="5"> <table class="container" cellpadding="1"> <tr><td><fl:label field="PubDescLarge" code="F704A"/></td></tr> <tr><td><fl:getProperty name="Publication" property="PubDescLarge" alt=""/></td></tr> </table> </td> </tr> </table> <table class="container" cellpadding="0"> <tr class="ligne_separation"><td></td></tr> <tr class="ligne_separation_couleur"><td></td></tr> <tr class="ligne_separation"><td></td></tr> </table> <link href="<fl:webapp/>/css/smalltabs_css.jsp" rel="stylesheet" type="text/css"> <fl:smallTabs name="PubOutlets"> <fl:sTab id="Outlets" title="<%= Utils.getMessage(session, \"L7060\", false, true, \"Status de(s) publication(s)\") %>"> <fl:grid height="150px" name="PUBSTATS" ajaxUrl="<%= \"/embedded_list_ajax.fl?code=PUBSTATS&PbsPubID=\" + id %>"/> </fl:sTab> </fl:smallTabs> </fl:bigTabs>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de