Edit C:\Users\Administrator\Desktop\Back\galaxie\service\faqheader\edit_categorie2.jsp
<% /****************************************************************************** * Copyright (c) 2000-2004 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. * * CVS Info for $RCSfile$ * * $Revision$ * $Author$ $Date$ ******************************************************************************/ %><%@page session="true" import="com.edeal.frontline.*,java.util.*"%> <%@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()); String contextPath = (String) session.getAttribute("contextPath"); FlContext context = null; if (contextPath != null) { context = Frontline.getContext(contextPath); } else { context = Frontline.getContext(request.getContextPath()); } DataDictionary dico = context.getDataDictionary(); String secLoad = request.getParameter("secLoad"); %><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/master_css.jsp" type="text/css"> <script language="javascript" src="<fl:webapp/>/js/utils.js"></script> <script language="javascript"> function doOnLoad() { <%if (!"true".equals(secLoad)){ %> window.open('<fl:webapp/>/service/faqheader/edit_categorie.jsp?secLoad=true','', 'menubar=no,status=yes,toolbar=no,scrollbars=yes,resizable=yes,height=300,width=600'); window.close(); <%}%> } function doSearchCat(field) { var win = window.open('<fl:webapp/>/select_faq_cat.fl?field='+field, 'SelectActor', 'menubar=no,status=no,toolbar=no,scrollbars=yes,resizable=yes,width=450,height=450'); } function delCat(field){ document.getElementById(field).value=''; } function doSubmit(){ var f = window.document.forms[0]; if (f.FahCatLev1.value!='' && f.FahCatLev1.value!=''){ f.$$returnedHtmlHead.value='<scr'+'ipt language=\"javascript\">alert(\'<%=Utils.getMessage(session, "L1042", true, "Le libellé de la catégorie a été changé.")%>\');window.top.close();</scr'+'ipt>'; f.action = '<fl:webapp/>/faqheader_change_cat.fl?OldCat='+f.FahCatLev1.value+'&NewCat='+f.FahCatLev2.value; f.submit(); }else{ alert('<%=Utils.getMessage(session, "M1011", true, "Vous devez choisir la catégorie que vous voulez renommer et la valeur.")%>'); } } window.onload = doOnLoad; </script> </head> <body> <div class="main_body" style="height: 100%; border:none;"> <form method="post" action="doSubmit();"> <input type="hidden" name="$$returnedHtmlHead" value=""> <input type="hidden" name="$$returnedHtmlBody" value="..."> <fl:bigTabs objectTitle="<%=Utils.getMessage(session, \"F2029\", false, true, \"Catégorie\")%>"> <table class="container"> <tr class="fieldline" > <td class="titrePartie" colspan="2"><fl:getMessage code="L62BA" alt="Modification"/> d'une <fl:getMessage code="F2029" alt="Catégorie"/></td> </tr> <tr class="fieldline" > <td class="ligne_separation_couleur" colspan="2"></td> </tr> <tr class="fieldline" > <td class="ligne_separation"></td> </tr> <tr> <td> <table> <tr> <td class="column2"> <table class="data_column" cellpadding="0" border=0> <tr class="fieldline"> <td class="dataLabel" style="width: 10%"><fl:getMessage code="L1051" alt="Ancienne Valeur"/> </td> <td width="90%"> <fl:input property="FahCatLev1" width="50%" mandatoryMsgCode="M1011"/> <a href="javascript:doSearchCat('FahCatLev1')"><img src="<fl:webapp/>/icons/ico/rechercher.gif" alt="<fl:getMessage code="A3053" alt="Choisir une catégorie"/>" align="middle"></a> <a href="javascript:delCat('FahCatLev1');"><img src="<fl:webapp/>/icons/ico/supprimer.gif" alt="" align="middle"></a> </td> </tr> <tr class="fieldline"> <td class="dataLabel" style="width: 10%"><fl:getMessage code="L1052" alt="Nouvelle Valeur"/> </td> <td width="90%"> <fl:input property="FahCatLev2" width="50%" mandatoryMsgCode="M1011"/> </td> </tr> </table> </td> <td class="separation"><div class="separation"></div></td> </tr> </table> </td> </tr> <tr class="fieldline" > <td class="ligne_separation"></td> </tr> <tr> <td style="text-align: center" colspan="2"> <a href="javascript:doSubmit()"><img src="<fl:webapp/>/icons/ico/cochevalid.gif" border="0"></a> <a href="javascript:window.close()"><img src="<fl:webapp/>/icons/ico/close.gif" border="0"></a> </td> </tr> </table> </fl:bigTabs> </form> </div> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de