Edit C:\galaxie\Back\galaxie\decision\decisiondata\read.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.Utils" %> <%@ page import="com.edeal.frontline.FieldNotInitializedException" %> <%@ page import="com.edeal.frontline.DataDictionary" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <link rel="stylesheet" type="text/css" href="<fl:webapp/>/css/smalltabs_css.jsp"> <jsp:useBean class="com.edeal.frontline.DecisionDataBean" id="DecisionData" scope="request"/> <% 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 listTitle = flRequest.getRequestParameterOrAttribute("list.title"); String id = null; try { id = DecisionData.getID(); } catch (FieldNotInitializedException fnie) { } String reportType=null; try { reportType=DecisionData.getDdaType(); } catch (FieldNotInitializedException fnie) {} %> <fl:bigTabs objectTitle="<%= Utils.getMessage(session, \"L6436\", false, true, \"Analyse\") %>" ou="<%= \"/read_decisiondata.fl?id=\" + id %>"> <table class="container" cellpadding="0"> <tr> <td colspan="3" class="titreFiche"><fl:getProperty name="DecisionData" property="DdaName" alt="" /></td> </tr> <tr class="ligne_separation"><td colspan="3"></td></tr> </table> <% if (context.getAutoDisplayManager().hasEntry("DecisionData", "DecisionData 1") && false) { %> <fl:autodisplay name="DecisionData" zone="DecisionData 1"/> <% } %> <table class="container" cellpadding="0"> <tr> <td class="column2"> <table class="data_column" cellpadding="0"> <fl:fieldRead property="DdaCode"/> <fl:fieldRead property="DdaType"/> <fl:fieldRead property="DdaIcon"/> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"> <table class="data_column" cellpadding="0"> <fl:fieldRead property="DdaObjID" bean="true"/> <fl:fieldRead property="DdaStatus"/> </table> </td> </tr> </table> <fl:notes name="DdaComment" title="<%= Utils.getMessage(session, \"F2024\", \"Notes\") %>" nbPix="35"><fl:getProperty name="Person" property="DdaComment" alt=" " edit="false" /></fl:notes> <% if (dico.getRefIdByCode("DdaType","MANAGER").equals(reportType)) { %> <table class="container" cellpadding="0"> <tr> <td class="column2"> <table class="data_column" cellpadding="0"> <fl:fieldRead property="DdaDivebook" alt=""/> <fl:fieldRead property="DdaDefaultArea"/> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"> <table class="data_column" cellpadding="0"> <fl:fieldRead property="DdaDefaultDir"/> <fl:fieldRead property="DdaDefaultTopic"/> </table> </td> </tr> </table> <table class="container ddablock type_<%= dico.getRefIdByCode("DdaType","REPORTER") %> type_<%= dico.getRefIdByCode("DdaType","MANAGER") %>" cellpadding="0"> <tr> <td><fl:label field="DdaReportParams" labelClassName="titrePartie"/></td> </tr> <tr> <td class="dataValue noPaddingLeft"> <fl:getProperty name="DecisionData" property="DdaReportParams" alt=""/> </td> </tr> </table> <% } %> <% if (dico.getRefIdByCode("DdaType","REPORTER").equals(reportType)) { %> <table class="container" cellpadding="0"> <tr> <td class="column2"> <table class="data_column" cellpadding="0"> <fl:fieldRead property="DdaPortalPage" alt=""/> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"> </td> </td> </tr> </table> <table class="container ddablock type_<%= dico.getRefIdByCode("DdaType","REPORTER") %> type_<%= dico.getRefIdByCode("DdaType","MANAGER") %>" cellpadding="0"> <tr> <td><fl:label field="DdaReportParams" labelClassName="titrePartie"/></td> </tr> <tr> <td class="dataValue noPaddingLeft"> <fl:getProperty name="DecisionData" property="DdaReportParams" alt=""/> </td> </tr> </table> <% } %> <% if (dico.getRefIdByCode("DdaType","DIV5").equals(reportType)) { %> <table class="container" cellpadding="0"> <tr> <td class="column2"> <table class="data_column" cellpadding="0"> <fl:fieldRead property="DdaServer"/> <fl:fieldRead property="DdaDivebook"/> <fl:fieldRead property="DdaLogin"/> <fl:fieldRead property="DdaDefaultArea"/> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"> <table class="data_column" cellpadding="0"> <fl:fieldRead property="DdaDefaultDir"/> <fl:fieldRead property="DdaPwd"/> <fl:fieldRead property="DdaDefaultTopic"/> </table> </td> </tr> </table> </div> <% } %> <fl:smallTabs name="DdaTabs"> <fl:sTab id="Dispo" title="<%= Utils.getMessage(session, \"L60C5\", \"Disponibilité\") %>"> <table class="container"> <tr> <td class="column2"> <table class="container" cellpadding="0"> <fl:fieldRead property="DdaAuthRoles"/> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"></td> </tr> </table> </fl:sTab> </fl:smallTabs> </fl:bigTabs>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de