Edit C:\Users\Administrator\Desktop\Back\galaxie - Copy\netbusiness\outboundlog\read.jsp
<% /****************************************************************************** * Copyright (c) 2000-2005 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.DataDictionary" %> <%@ page import="com.edeal.frontline.PersonBean" %> <%@ page import="com.edeal.frontline.SilhouetteBean" %> <%@ page import="com.edeal.frontline.FrontlineException" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <script type="text/javascript" language="javascript" src="<fl:webapp/>/js/checkFields.jsp"></script> <script type="text/javascript" language="javascript" src="<fl:webapp/>/js/format_tel.jsp"></script> <script type="text/javascript" language="javascript" src="<fl:link url="/admin/site/site_js.jsp"/>"></script> <script language="javascript" type="text/javascript" src="<fl:webapp/>/js/smalltabs.jsp"></script> <link rel="stylesheet" type="text/css" href="<fl:webapp/>/css/smalltabs_css.jsp"> <jsp:useBean class="com.edeal.frontline.OutBoundLogBean" id="OutBoundLog" 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(); DataDictionary dico = context.getDataDictionary(); String listTitle = flRequest.getRequestParameterOrAttribute("list.title"); String id = null; try { id = OutBoundLog.getID(); } catch (FieldNotInitializedException fnie) { } String personID = Utils.getTableID(context, "Person"); String visName = null; String visType = null; try { if(personID.equals(OutBoundLog.getOblTyvID())) { try { visName = (new PersonBean(OutBoundLog.getOblVisitorID(), session)).toString(); }catch (FrontlineException e){} visType = "Personne"; } else { try { visName = (new SilhouetteBean(OutBoundLog.getOblVisitorID(), session)).toString(); }catch (FrontlineException e){} visType = "Silhouette"; } } catch (FieldNotInitializedException ex) { visName = ""; visType = ""; } catch (Exception ex) { visName = Utils.getMessage(session, "F603D", "[Le visiteur a été supprimé]") ; visType = Utils.getMessage(session, "F603D", "[Le visiteur a été supprimé]") ; } %> <html> <head> <title><fl:getMessage code="L2025" alt="e-Deal"/></title> <link rel="stylesheet" href="<fl:webapp/>/css/common_css.jsp" type="text/css"> <link rel="stylesheet" href="<fl:webapp/>/css/tooltip.css" type="text/css"> <link rel="stylesheet" href="<fl:webapp/>/css/master_css.jsp" type="text/css"> </head> <body style="padding-right: 20px"> <div id="object_css" style="top:0px;left: 0px;height:100%;width:100%"> <fl:bigTabs objectTitle="<%= Utils.getMessage(session, \"L6454\", false, true, \"Fiche log sortant\") %>"> <table class="container" cellpadding="0"> <tr> <td class="dataValue" style="vertical-align:top; width: 100%"> <table class="data_column" cellpadding="0"> <fl:fieldRead property="OblDate"/> <fl:fieldRead property="OblPageName"/> <fl:fieldRead property="OblOri"/> <fl:fieldRead property="OblOriID" bean="true"/> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="dataValue" style="vertical-align:top; width: 100%"> <table class="data_column" cellpadding="0"> <fl:fieldRead property="OblOdrID" bean="true"/> <fl:fieldRead property="OblWop" bean="true"/> <fl:fieldRead property="OblTimeRange"/> <fl:fieldRead property="IblCookie"/> </table> </td> </tr> <tr> <td class="dataValue" style="vertical-align:top; width: 100%"> <table class="data_column" cellpadding="0"> <tr class="fieldline"> <td id="IblVisitorID_label" class="dataLabel"> <fl:getMessage code="F0018" alt="Visiteur"/> </td> <td id="IblVisitorID_value" class="dataValue"> <%= Utils.formatToWeb(visName, false) %> </td> </tr> <tr class="fieldline"> <td id="IblTyvID_label" class="dataLabel"> <fl:getMessage code="F001B" alt="Type de visiteur"/> </td> <td id="IblTyvID_value" class="dataValue"> <%= Utils.formatToWeb(visType, false) %> </td> </tr> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="dataValue" style="vertical-align:top; width: 100%"> <table class="data_column" cellpadding="0"> <fl:fieldRead property="OblHostName"/> <fl:fieldRead property="OblRemoteIP"/> <fl:fieldRead property="OblBrowser"/> </table> </td> </tr> </table> </fl:bigTabs> <div id="waiting" style="display:none"><fl:getMessage code="L639B" alt="Chargement ..."/></div> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de