Edit C:\galaxie\deploy\Tomcat6\webapps\galaxie\sales\tsactfidelite_\edit.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.TsactFidelite_Bean"%> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <jsp:useBean class="com.edeal.frontline.custom.TsactFidelite_Bean" id="TsactFidelite_" 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 = TsactFidelite_.getID(); } catch (FieldNotInitializedException fnie) {} %> <script type="text/javascript" language="javascript"> function doSubmit() { var f = document.forms[0]; return true; } </script> <fl:form action="save_tsactfidelite_.fl" bean="TsactFidelite_"> <fl:bigTabs objectTitle="Transaction de fidélité" ou="<%= \"edit_tsactfidelite_.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:fieldEdit property="Tf_TransactionID"/> </td> </tr> </table> </td> </tr> <tr class="ligne_separation"><td></td></tr> <tr> <td class="column2"> <table class="data_column" cellpadding="0"> <tr class="fieldLine"> <fl:fieldEdit property="Tf_Upd"/> <fl:fieldEdit property="Tf_NoAdherent"/> <fl:fieldEdit property="Tf_ModID"/> <fl:fieldEdit property="Tf_NbrNuits"/> <fl:fieldEdit property="Tf_Mbm"/> <fl:fieldEdit property="Tf_CreID"/> <fl:fieldEdit property="Tf_ArtLib"/> <fl:fieldEdit property="Tf_IDTransaction"/> <fl:fieldEdit property="Tf_NbrPers"/> <fl:fieldEdit property="Tf_ID"/> <fl:fieldEdit property="Tf_CrDt"/> <fl:fieldEdit property="Tf_NbrPoints"/> <fl:fieldEdit property="Tf_ArticleID"/> <fl:fieldEdit property="Tf_IDCarte"/> <fl:fieldEdit property="Tf_Montant"/> <fl:fieldEdit property="Tf_Mbs"/> <fl:fieldEdit property="Tf_Guest"/> <fl:fieldEdit property="Tf_Date"/> </tr> </table> </td> </tr> <tr class="ligne_separation"><td></td></tr> </table> </fl:bigTabs> </fl:form>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de