Edit C:\Users\Administrator\Desktop\Back\galaxie\service\faqheader\edit_categorie.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=no,resizable=yes,height=160,width=800'); 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.FahCatLev2.value!=''){ f.$$returnedHtmlHead.value='<scr'+'ipt language=\"javascript\">window.top.close();</scr'+'ipt>'; f.action = '<fl:webapp/>/faqheader_change_cat.fl?OldCat='+f.FahCatLev1.value+'&NewCat='+f.FahCatLev2.value; alert('<%=Utils.getMessage(session, "M610C", true, "Le libellé de la catégorie a été changé.")%>'); f.submit(); }else{ alert('<%=Utils.getMessage(session, "M1011", true, "Vous devez choisir la catégorie que vous voulez renommer et la valeur.")%>'); } } </script> </head> <body onload="doOnLoad()"> <div class="main_body" style="height: 100%; border:none;padding-top: 5px;"> <form method="post" action="doSubmit();"> <input type="hidden" name="$$returnedHtmlHead" value=""> <input type="hidden" name="$$returnedHtmlBody" value="..."> <fl:bigTabs objectTitle="<%=Utils.getMessage(session, \"L1005\", false, true, \"Renommer cat.\")%>"> <table class="data_column" cellpadding="0" border=0 width="100%" align="center"> <tr> <td class="column2"> <table class="data_column" cellpadding="0" border=0 width="100%"> <tr> <td class="dataLabel"> <fl:getMessage code="L1051" alt="Ancienne Valeur"/> </td> <td class="ligne_separation"></td> <td style="width: 55%"> <fl:input property="FahCatLev1" mandatoryMsgCode="M1011"/> </td> <td style="padding-left: 5px;" nowrap> <a href="javascript:doSearchCat('FahCatLev1')"><img style="vertical-align: middle;" 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 style="vertical-align: middle;" src="<fl:webapp/>/icons/ico/supprimer.gif" alt="" align="middle"></a> </td> </tr> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"> <table class="data_column" cellpadding="0" border=0 width="100%"> <tr class="fieldline"> <td class="dataLabel" style="width: 25%"> <fl:getMessage code="L1052" alt="Nouvelle Valeur"/> </td> <td style="width: 55%"> <fl:input property="FahCatLev2" mandatoryMsgCode="M1011"/> </td> </tr> </table> </td> </tr> <tr class="fieldline" > <td class="ligne_separation"></td> </tr> </table> </fl:bigTabs> <br> <table class="container" width="100%"> <tr class="fieldline"> <td style=" text-align: center" colspan="2"> <a href="javascript:doSubmit()"><img src="<fl:webapp/>/icons/ico/valid_green_long.gif" alt="<fl:getMessage code="A3053" alt="Choisir une catégorie"/>"></a> <a href="javascript:window.close()"><img src="<fl:webapp/>/icons/ico/fermer_red_long.gif" alt=""></a> </td> </tr> </table> </form> </div> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de