Edit C:\galaxie\deploy\Tomcat6\webapps\galaxie\sales\contrat_\quicklook.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.custom.Contrat_Bean"%> <%@ page import="com.edeal.frontline.Utils" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <jsp:useBean class="com.edeal.frontline.custom.Contrat_Bean" id="Contrat_" 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; boolean isTaciteRec = false; boolean isEncoursProc = false; try { id = Contrat_.getID(); } catch (FieldNotInitializedException fnie) {} try { isTaciteRec = Contrat_.isCt_TaciteRecond(); } catch (FieldNotInitializedException fnie) { } try { isEncoursProc = Contrat_.isCt_EnCoursProc(); } catch (FieldNotInitializedException fnie) { } %> <script type="text/javascript" language="javascript"> function doOnLoad() { _grid__CONPROD_js_.render(); _grid__CONPART_js_.render(); _grid__SIGNATAIRE_js_.render(); _grid__CORRCON_js_.render(); } </script> <fl:bigTabs objectTitle="<%=Utils.getMessage(session, \"LF015\", \"Contrat\")%>" ou="<%= \"read_contrat_.fl\" + (id != null ? \"?id=\" + id : \"\")%>" > <table class="container" cellpadding="0"> <tr> <td colspan="5" width="100%"> <table> <tr> <td style="width: 100%" class="titreFiche"> <fl:fieldRead property="Ct_NumContrat"/> </td> </tr> </table> </td> </tr> <tr class="ligne_separation"><td></td></tr> <tr> <td class="column2"> <table class="data_column" cellpadding="0"> <fl:fieldRead property="Ct_TypeContrat"/> <tr class="fieldline"> <td id="CtVoie_label" class="dataLabel"><span style="color:#0000;font-weight: bold;"> </span></td> </tr> <% if(isTaciteRec) { %> <tr class="fieldline"> <td id="Ct_label" class="dataLabel"><fl:getMessage code="FF09E" alt="Tacite reconduction"/></td> <td id="Apercu_value" class="dataValue"><input type="checkbox" disabled="disabled" checked="checked"/></td> </tr> <fl:fieldRead property="Ct_Recurrence"/> <%} else { %> <tr class="fieldline"> <td id="Ct_label" class="dataLabel"><fl:getMessage code="FF09E" alt="Tacite reconduction"/></td> <td id="Apercu_value" class="dataValue"><input type="checkbox" disabled="disabled"/></td> </tr> <%} %> <tr class="fieldline"> <td id="CtVoie_label" class="dataLabel"><span style="color:#0000;font-weight: bold;"> </span></td> </tr> <fl:fieldRead property="Ct_ContratPrincipal" bean="true" href="true" disp="<%= flRequest.computeURL(\"/read_contrat_.fl\") %>"/> <tr class="fieldline"> <td id="CtVoie_label" class="dataLabel"><span style="color:#0000;font-weight: bold;"> </span></td> </tr> <fl:fieldRead property="Ct_DateSignature"/> <fl:fieldRead property="Ct_DateEffet"/> <fl:fieldRead property="Ct_DateFin"/> <fl:fieldRead property="Ct_DateAlerteEch"/> <fl:fieldRead property="Ct_ModeReg"/> <fl:fieldRead property="Ct_Statut"/> <fl:fieldRead property="Ct_TypeInterface"/> <fl:fieldRead property="Ct_StatutProcedure"/> <fl:fieldRead property="Ct_DateProchAudit"/> <fl:fieldRead property="Ct_LoginPrincipal"/> <fl:fieldRead property="Ct_Marque"/> <fl:fieldRead property="Ct_CodeContrat"/> <fl:fieldRead property="Ct_LocationEnseigne"/> <fl:fieldRead property="Ct_DateEnCoursProc"/> <fl:fieldRead property="Ct_DateAdhesion"/> <fl:fieldRead property="Ct_NombreChambres"/> <fl:fieldRead property="Ct_ContratHonore"/> <fl:fieldRead property="Ct_FrequenceInterface"/> <fl:fieldRead property="Ct_DateDerniereVerif"/> <fl:fieldRead property="Ct_EnCoursProc"/> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2" > <table class="data_column" cellpadding="0"> <fl:fieldRead property="Ct_InterlocuteurPrivilegie" bean="true" href="true" disp="<%= flRequest.computeURL(\"/read_actor.fl\") %>"/> </table> </td> </tr> <tr class="ligne_separation"><td></td></tr> </table> <table> <fl:fieldRead property="Ct_Commentaires"/> </table> <fl:smallTabs name="Contrat_DonneesTech"> <fl:sTab id="DonneesTech" title="<%= Utils.getMessage(session, \"LF060\", \"Données techniques\") %>"> <table class="container" cellpadding="0"> <tr> <td class="column2"> <table class="data_column" cellpadding="0"> <fl:fieldRead property="Ct_TauxCommission"/> <fl:fieldRead property="Ct_NatureContrat"/> <fl:fieldRead property="Ct_DelaiPaiement"/> <fl:fieldRead property="Ct_Garantie" postText=" €"/> <tr class="fieldline"> <td id="CtVoie_label" class="dataLabel"><span style="color:#0000;font-weight: bold;"> </span></td> </tr> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"> <table class="data_column" cellpadding="0"> <fl:fieldRead property="Ct_InterlocuteursTechniques" bean="true" href="true" disp="<%= flRequest.computeURL(\"/read_actor.fl\") %>"/> </table> </td> </tr> </table> </fl:sTab> </fl:smallTabs> <fl:smallTabs name="Contrat_Signataires"> <fl:sTab id="Signataires" title="<%=Utils.getMessage(session, \"LF066\", \"Signataires\") %>" > <fl:grid name="SIGNATAIRE" ajaxUrl="<%= \"/embedded_list_ajax.fl?code=SIGNATAIRE&Sg_Contrat=\" + id %>"/> </fl:sTab> </fl:smallTabs> <fl:smallTabs name="Contrat_Todos"> <fl:sTab id="Todos" title="<%=Utils.getMessage(session, \"LF011\", \"Todos\") %>" > <fl:grid name="CORRCON" ajaxUrl="<%= \"/embedded_list_ajax.fl?code=CORRCON&IntContratID_=\" + id %>"/> </fl:sTab> </fl:smallTabs> <fl:smallTabs name="Contrat_Fichiers"> <fl:sTab id="Fichiers" title="<%=Utils.getMessage(session, \"L201C\", false, true, \"Fichiers\")%>"> <table class="container" cellpadding="0"> <tr class="fieldline"> <td> <fl:attach name="Contrat_" colID="Ct_Fichiers" edit="false" /> </td> </tr> </table> </fl:sTab> </fl:smallTabs> <fl:smallTabs name="Contrat_Produits"> <fl:sTab id="Produits" title="<%= Utils.getMessage(session, \"F2048\", \"Produits\") %>"> <fl:grid name="CONPROD" ajaxUrl="<%= \"/embedded_list_ajax.fl?code=CONPROD&Cr_Contrat=\" + id %>"/> </fl:sTab> </fl:smallTabs> <fl:smallTabs name="Contrat_Partenaires"> <fl:sTab id="Partenaires" title="<%=Utils.getMessage(session, \"LF067\", \"Partenaires\") %>" > <fl:grid name="CONPART" ajaxUrl="<%= \"/embedded_list_ajax.fl?code=CONPART&Cp_Contrat=\" + id %>"/> </fl:sTab> </fl:smallTabs> <fl:smallTabs name="Contrat_Historique"> <fl:sTab id="Historique" title="<%=Utils.getMessage(session, \"L6555\", \"Historique\")%>"> <table class="container" cellpadding="0"> <tr> <% if(isEncoursProc) { %> <tr class="fieldline"> <td id="Ct_label" class="dataLabel"><fl:getMessage code="FF0DD" alt="En cours de procédure"/></td> <td id="Apercu_value" class="dataValue"><input type="checkbox" disabled="disabled" checked="checked"/></td> </tr> <fl:fieldRead property="Ct_Recurrence"/> <%} else { %> <tr class="fieldline"> <td id="Ct_label" class="dataLabel"><fl:getMessage code="FF0DD" alt="En cours de procédure"/></td> <td id="Apercu_value" class="dataValue"><input type="checkbox" disabled="disabled"/></td> </tr> <%} %> <fl:fieldRead property="Ct_DateEnCoursProc"/> <fl:fieldRead property="Ct_StatutProcedure"/> </tr> </table> </fl:sTab> </fl:smallTabs> </fl:bigTabs>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de