Edit C:\galaxie\deploy\Tomcat6\webapps\galaxie\admin\sla\read.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. * * ******************************************************************************/ %> <%@page session="true" import="com.edeal.frontline.*,java.util.*,com.edeal.frontline.custom.*,com.edeal.frontline.navigation.FlRequest"%> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <%@ page import="com.edeal.frontline.grid.GridData" %> <jsp:useBean class="com.edeal.frontline.SLABean" id="SLA" scope="request"/><% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); FlRequest flRequest = new FlRequest(request); FlContext context = null; context = flRequest.getContext(); DataDictionary dico = context.getDataDictionary(); String SfwID = flRequest.getRequestParameterOrAttribute("SfwID"); String slaID = null; try { slaID = SLA.getSlaID(); } catch (FieldNotInitializedException e) {} %> <script type="text/javascript" language="javascript"> function refreshSls() { _grid__STATE_EMB_js_.render() } function doOnLoad() { refreshSls(); } </script> <fl:bigTabs objectTitle="<%= Utils.getMessage(session, \"L655C\", false, true, \"SLA\") %>" ou="<%= \"/read_sla.fl?id=\" + slaID%>"> <table class="container" cellpadding="0"> <tr> <td colspan="5"> <table class="container" cellpadding="0"> <tr class="fieldline"> <td class="labelTitreFiche"> <fl:getProperty name="SLA" property="SlaLabel" alt=""/> </td> </tr> </table> </td> </tr> <tr class="ligne_separation"><td></td></tr> <tr> <td class="column2"> <table class="data_column" cellpadding="0"> <fl:fieldRead property="SlaCode"/> <fl:fieldRead property="SlaObjID" bean="true"/> <fl:fieldRead property="SlaTzoID"/> <tr> <td class="dataLabel"><fl:getMessage code="L655F" alt="Champs associés"/></td> <td> <table class="container"> <tr> <td class="dataValue"><fl:getProperty name="SLA" property="SlaField1" alt="" bean="true"/></td> </tr> <tr> <td class="dataValue"><fl:getProperty name="SLA" property="SlaField2" alt="" bean="true"/></td> </tr> <tr> <td class="dataValue"><fl:getProperty name="SLA" property="SlaField3" alt="" bean="true"/></td> </tr> </table> </td> </tr> <fl:fieldRead property="SlaMsgAlarm" bean="true" href="true" disp="<%=\"/read_messages.fl?SfwID=\"+SfwID%>"/> <fl:fieldRead property="SlaMsgFinalAlert" bean="true" href="true" disp="<%=\"/read_messages.fl?SfwID=\"+SfwID%>"/> <fl:fieldRead property="SlaMsgDelay" bean="true" href="true" disp="<%=\"/read_messages.fl?SfwID=\"+SfwID %>"/> <fl:fieldRead property="SlaMsgDelayAlert" bean="true" href="true" disp="<%=\"/read_messages.fl?SfwID=\"+SfwID %>"/> <fl:fieldRead property="SlaMsgOver" bean="true" href="true" disp="<%=\"/read_messages.fl?SfwID=\"+SfwID %>"/> <fl:fieldRead property="SlaMsgOverAlert" bean="true" href="true" disp="<%=\"/read_messages.fl?SfwID=\"+SfwID %>"/> <fl:fieldRead property="SlaUrl"/> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"> <table class="data_column" cellpadding="0"> <fl:fieldRead property="SlaSssID"/> <fl:fieldRead property="SlaJouID"/> <tr> <td class="dataLabel"><fl:label code="L6560"/></td> <td class="dataValue"> <fl:getProperty name="SLA" alt=" " property="SlaBeginHour"/> - <fl:getProperty name="SLA" alt=" " property="SlaEndHour"/> </td> </tr> <!-- fl:fieldEdit property="SlaHolidays"/--> <tr> <td class="dataLabel"><fl:getMessage code="L6562" alt="Jours fériés"/></td> <td class="dataValue"> <fl:getProperty name="SLA" alt=" " property="SlaHolidays" separator="<br>"/> </td> </tr> </table> </td> </tr> <tr class="ligne_separation"><td colspan="3"> </td></tr> </table> <link href="<fl:webapp/>/css/smalltabs_css.jsp" rel="stylesheet" type="text/css"> <fl:smallTabs name="SlaRead"> <fl:sTab hideLink="true" id="EtatSLA" title="<%= Utils.getMessage(session, \"L6566\", \"Etat SLA\") %>" onselect="refreshSls();"> <div> <fl:grid height="150" displayFirst="true" name="STATE_EMB" ajaxUrl="<%= \"/embedded_list_ajax.fl?SlsSLAID=\" + SLA.getID()%>"/> </div> </fl:sTab> </fl:smallTabs> </fl:bigTabs> <% /****************************************************************************** * CVS Log File - This is no longer maintained! * * Revision 1.1 2004/07/23 18:20:36 brian * Initial Revision * *****************************************************************************/ %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de