Edit C:\galaxie\Back\galaxie\admin\metadatatransfer\content_detail.jsp
<%@page import="org.apache.commons.lang.StringUtils"%><% /****************************************************************************** * Copyright (c) 2000-2006 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.FlContext" %><%@ page import="com.edeal.frontline.Utils" %><%@ page import="com.edeal.frontline.navigation.FlRequest" %><%@ page import="com.edeal.frontline.EnterpriseBean" %><%@ page import="com.edeal.frontline.FieldNotInitializedException" %><%@ page import="java.util.Vector" %><%@ page import="com.edeal.frontline.LinkBean" %><%@ page import="java.util.Hashtable" %><%@ page import="com.edeal.frontline.navigation.WebUtils" %><%@ page import="com.edeal.frontline.DataDictionary" %><%@ page import="com.edeal.frontline.controller.actions.SelectAction" %><%@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); String id = flRequest.getParameter("id"); String content = flRequest.getRequestParameterOrAttribute("content"); if(Utils.isEmpty(content)) content = ""; String fldName = flRequest.getRequestParameterOrAttribute("fldName"); String title = ""; if("MfcNewValue".equalsIgnoreCase(fldName)){ title = Utils.getMessage(session, "F0106", false, true, "Champ destination"); }else if("MfcOldValue".equalsIgnoreCase(fldName)){ title = Utils.getMessage(session, "F0107", false, true, "Champ source"); } String label = flRequest.getRequestParameterOrAttribute("label"); String fldSql = flRequest.getRequestParameterOrAttribute("fldSql"); if (StringUtils.isEmpty(label)) { label = fldSql; fldSql = null; } String labelCode = fldSql == null ? "F600E" : "L602F"; %> <html> <head> <title><fl:getMessage code="F0108" alt="Transfert des environnements"/></title> <link rel="stylesheet" type="text/css" href="<fl:webapp/>/css/common_css.jsp"> <link rel="stylesheet" type="text/css" href="<fl:webapp/>/css/master_css.jsp"> </head> <body> <div id="object_css" style="top: 0px; left: 0px; bottom: 0px; height: 100%;"> <fl:bigTabs ignoreList="true" objectTitle="<%= title %>"> <table class="container" cellpadding="0"> <tr class="ligne_separation"><td></td></tr> <tr> <td class="column2"> <table class="data_column" cellpadding="0"> <tr class="fieldline"> <td id="FldName_label" class="dataLabel"><fl:label code="<%= labelCode %>"/></td> <td id="FldName_value" class="dataValue"> <div><%= Utils.formatToWeb(label, false) %></div> </td> </tr> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"> <% if (fldSql != null) { %> <table class="data_column" cellpadding="0"> <tr class="fieldline"> <td id="FldName_label" class="dataLabel"><fl:label code="F600E"/></td> <td id="FldName_value" class="dataValue"> <div><%= Utils.formatToWeb(fldSql, false) %></div> </td> </tr> </table> <% } else { %> <% } %> </td> </tr> </table> <table style="width: 100%; height: 90%; overflow:auto;" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td> <div style="height: 400px; overflow: auto;"> <%= Utils.formatToWeb(content, false) %> </div> </td> </tr> </table> </fl:bigTabs> <br> <table class="container" width="100%"> <tr class="fieldline"> <td colspan="2" style="text-align: center;"> <a href="javascript:window.close()"><img src="<fl:webapp/>/icons/ico/fermer_red_long.gif"></a> </td> </tr> </table> </div> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de