<%/****************************************************************************** * 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.Utils" %> <%@ page import="com.edeal.frontline.FieldNotInitializedException" %> <%@ page import="com.edeal.frontline.custom.Reservation_Bean"%> <%@ page import="com.edeal.frontline.EnterpriseBean"%> <%@ page import="com.edeal.frontline.PersonBean"%> <%@page import="com.edeal.frontline.FrontlineException"%> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <% 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 = Reservation_.getID(); } catch (FieldNotInitializedException fnie) {} String rs_HotelID = null; String IDhotel = null; try { rs_HotelID = Reservation_.getRs_HotelID(); EnterpriseBean tiers = new EnterpriseBean(rs_HotelID,context); IDhotel = (String)tiers.getCustomProperty("EntHotelID_"); } catch (FieldNotInitializedException fnie) { }catch (FrontlineException fe) { } String perMail = ""; String perPhone = ""; String perReservIT_ = ""; try { String rs_Contact = Reservation_.getRs_Contact(); PersonBean contact = new PersonBean(rs_Contact,context); perMail = contact.getPerMail(); perPhone = contact.getPerPhone(); perReservIT_ = (String)contact.getCustomProperty("PerReservIT_"); } catch (FieldNotInitializedException fnie) { }catch (FrontlineException fe) { } %> " ou="<%= \"read_reservation_.fl\" + (id != null ? \"?id=\" + id : \"\")%>" >
"/> "/> "/>
<%= Utils.formatToWeb(IDhotel, true) %>
   
 
<%= Utils.formatToWeb(perReservIT_, true) %>
<%= Utils.formatToWeb(perPhone, true) %>
<%= Utils.formatToWeb(perMail, true) %>
   
 
   
 
   
 
"/> "/>
 
   
 
   
 
" nbPix="32"> <%-- Fichiers --%> ">