Edit C:\galaxie\deploy\Tomcat6\webapps\galaxie\admin\informationpanel\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. * * ******************************************************************************/ /* a.stouky@e-deal.ma : 17/08/06 Titre de l'objet "Panneau d'information" */ %><%@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" %> <%@ page import="com.edeal.frontline.EnterpriseBean" %> <%@ page import="java.util.Date" %> <%@ page import="java.util.Hashtable" %> <%@ page import="com.edeal.frontline.FrontlineException" %> <%@ page import="com.edeal.frontline.ActorBean" %> <%@ page import="java.util.Vector" %> <%@ page import="com.edeal.frontline.LicenceManager" %> <%@ page import="com.edeal.frontline.SiteBean" %> <%@ page import="com.edeal.frontline.MenuByRoleBean" %> <%@ page import="com.edeal.frontline.MenuBean" %> <%@ page import="java.util.GregorianCalendar" %> <%@ page import="com.edeal.frontline.FlLocale" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <jsp:useBean class="com.edeal.frontline.InformationPanelBean" id="InformationPanel" 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 id = null; try { id = InformationPanel.getID(); } catch (FieldNotInitializedException e) {} String strParentTarget = " target=\"_parent\""; String strFrom = Utils.getMessage(session, "L3128", "Du") + " "; String strTo = Utils.getMessage(session, "L3127", "au") + " "; String strCoWorker = Utils.getMessage(session, "L62CD", "Restreindre aux collaborateurs"); String strBackup = Utils.getMessage(session, "L62CE", "Inclure les backups"); String strAssistant = Utils.getMessage(session, "L62CF", "Inclure les assistants"); %> <fl:bigTabs objectTitle="<%= Utils.getMessage(session, \"L62CC\", \"Panneau d\\'information\") %>" ou="<%= \"/read_informationpanel.fl\" + (id != null ? \"?id=\" + id : \"\") %>"> <table class="container" cellpadding="0"> <tr> <td colspan="3" class="titreFiche"> <fl:getProperty name="InformationPanel" property="InpSubject" alt=""/> </td> </tr> <tr class="ligne_separation"> <td colspan="3"></td> </tr> </table> <table class="container" cellpadding="0"> <tr> <td> <table class="data_column" cellpadding="0" border=0> <tr> <td class="column2"> <table class="data_column" cellpadding="0" border=0> <fl:fieldRead property="InpIssuerID" bean="true"/> <fl:fieldRead property="InpCatID"/> <fl:fieldRead property="InpDate"/> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"> <table class="data_column" cellpadding="0" border=0> <fl:fieldRead property="InpTypID"/> <fl:fieldRead property="InpFromDate"/> <fl:fieldRead property="InpToDate"/> </table> </td> </tr> </table> </td></tr></table> <fl:notes name="InpContent" title="<%= Utils.getMessage(session, \"F203D\", \"Contenu\") %>" nbPix="30"><fl:getProperty name="InformationPanel" property="InpContent" alt=""/></fl:notes> <table class="container" cellpadding="0"> <tr class="ligne_separation"> <td></td> </tr> </table> <link href="<fl:webapp/>/css/smalltabs_css.jsp" rel="stylesheet" type="text/css"> <fl:smallTabs name="InformationPanelTabs"> <fl:sTab id="Destinataires" title="<%= Utils.getMessage(session, \"L0006\", \"Destinataires\") %>"> <table class="container" cellpadding="0" border="0"> <tr class="fieldline"> <td class="column2"> <table class="data_column" cellpadding="0" border=0> <tr class="fieldline"> <td class="dataLabel"> <fl:label code="L0006"/> </td> <% try { InformationPanel.getInpReceiver(); %> <td class="dataValue"><fl:getProperty name="InformationPanel" property="InpReceiver" alt=" " separator="<br>"/></td> <% } catch (FieldNotInitializedException ex) { %> <td class="dataValue"> </td> <% } %> </tr> </table> <td class="separation"><div class="separation"></div></td> <td class="column2"> <table class="data_column" cellpadding="0" border=0> <tr class="fieldline"> <td> <table class="data_column" cellpadding="0" border=0> <tr class="fieldline"> <td class="dataLabel" rowspan="2"> <fl:label code="L64B1"/> </td> <td class="dataValue" > <% if(InformationPanel.isInpCoWorkerLimitation()) { %> <fl:getProperty name="InformationPanel" property="InpCoWorkerLimitation" alt=" " valueIfTrue="<%= strCoWorker %>" valueIfFalse=""/><br> <% } if(InformationPanel.isInpBackupLimitation()) { %> <fl:getProperty name="InformationPanel" property="InpBackupLimitation" alt=" " valueIfTrue="<%= strBackup %>" valueIfFalse=""/><br> <% } if(InformationPanel.isInpAssistantLimitation()) { %> <fl:getProperty name="InformationPanel" property="InpAssistantLimitation" alt=" " valueIfTrue="<%= strAssistant %>" valueIfFalse=""/> <% } %> </td> </tr> </table> </td> </tr> </table> </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