Edit C:\Users\Administrator\Desktop\Back\galaxie - Copy\sales\localite_\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.DataDictionary" %> <%@ page import="com.edeal.frontline.FieldNotInitializedException" %> <%@ page import="com.edeal.frontline.FrontlineException" %> <%@ page import="com.edeal.frontline.custom.Localite_Bean"%> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <jsp:useBean class="com.edeal.frontline.custom.Localite_Bean" id="Localite_" scope="request"/> <link href="<fl:webapp/>/css/smalltabs_css.jsp" rel="stylesheet" type="text/css"> <link rel="stylesheet" type="text/css" href="<fl:webapp/>/css/common_css.jsp"> <% 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 id = null; try { id = Localite_.getID(); } catch (FieldNotInitializedException fnie) {} /*Pour savoir si le pays est FR afin dafficher le code INSEE */ boolean affInsee = false; String codeDep = null; try{ codeDep = (String)Localite_.getLo_Dep(); }catch(FieldNotInitializedException e){ } String paysVal = ""; String regVal = ""; String regid = ""; String region = ""; String paysid = ""; String pays = ""; if(codeDep != null) { try{ regVal = (String)dico.getRefDisp("Dp_", "Te2", codeDep); regid = dico.getRefIdByCode("Rg_", "Te2", regVal); region = (String)dico.getRefDisp("Rg_", "Te1",regid); paysVal = (String)dico.getRefDisp("Rg_", "Te2", regid); paysid = dico.getRefIdByCode("Ctr", "Te2", paysVal); pays = (String)dico.getRefDisp("Ctr", "Te1", paysid); }catch(FrontlineException e){ } } if(paysid.equals(dico.getRefIdByCode("Ctr", "Val", "FR"))){ affInsee = true; } /*Pour savoir si la localité est rattachée à une autre localité */ String codeLocParente = null; boolean affAcces = true; try{ codeLocParente = (String)Localite_.getLo_RattID(); }catch(FieldNotInitializedException e){ codeLocParente = ""; affAcces = false; } %> <script type="text/javascript" language="javascript"> </script> <fl:bigTabs objectTitle="Localité" ou="<%= \"read_localite_.fl\" + (id != null ? \"?id=\" + id : \"\")%>" > <table class="container" cellpadding="0"> <tr> <td colspan="5" width="100%"> <table> <tr> <td style="width: 100%" class="titreFiche"> <%= Localite_.getLo_Nom()%> </td> </tr> </table> </td> </tr> <tr><td colspan="5" class="ligne_separation"/></tr> <tr class="ligne_separation"><td></td></tr> <tr><td colspan="5" class="ligne_separation"/></tr> <tr class="ligne_separation"><td></td></tr> <tr> <td class="column2"> <table class="data_column" cellpadding="0"> <fl:fieldRead property="Lo_NomTri"/> <tr class="ligne_separation"><td></td></tr> <td class="titreInterneSmalltabs" colspan="5"> <fl:getMessage code="L8293" alt="Localisation"/> </td> <tr class="ligne_separation"><td></td></tr> <tr><td colspan="5" class="ligne_separation"/></tr> <% if(pays != null && ! pays.equalsIgnoreCase("")) { %> <tr class="fieldline"> <td id="Lo_Pays_label" class="dataLabel"><div><label for="Lo_Pays" title="Pays">Pays</label></div></td> <td id="Lo_Pays_value" class="dataValue"><div title="<%=pays%>"><%=pays%></div></td> </tr> <%} %> <% if(region != null && ! region.equalsIgnoreCase("")) { %> <tr class="fieldline"> <td id="Lo_Reg_label" class="dataLabel"><div><label for="Lo_Reg" title="Region">Région</label></div></td> <td id="Lo_Reg_value" class="dataValue"><div title="<%=region%>"><%=region%></div></td> </tr> <%} %> <fl:fieldRead property="Lo_Dep"/> <fl:fieldRead property="Lo_Cdpost"/> <fl:fieldRead property="Lo_RattID" separator="<br>" bean="true" href="true" disp="<%= flRequest.computeURL(\"/read_localite_.fl\") %>"/> <% if (affAcces){ %> <fl:fieldRead property="Lo_Acces"/> <%} %> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"> <table class="data_column" cellpadding="0"> <% if (affInsee){ %> <fl:fieldRead property="Lo_Insee"/> <%}%> <fl:fieldRead property="Lo_Nbhab"/> <fl:fieldRead property="Lo_Alt"/> <tr class="ligne_separation"><td></td></tr> <td class="titreInterneSmalltabs" colspan="5"> <fl:getMessage code="LF00E" alt="Coordonnées GPS"/> </td> <tr><td colspan="5" class="ligne_separation"/></tr> <fl:fieldRead property="Lo_GpsX"/> <fl:fieldRead property="Lo_GpsY"/> </table> </td> </tr> <tr class="ligne_separation"><td></td></tr> </table> </fl:bigTabs>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de