Edit C:\Users\Administrator\Desktop\Back\galaxie - Copy\siteweb\faq_view.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.*"%> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <jsp:useBean class="com.edeal.frontline.FAQBean" id="FAQ" scope="request"/><% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); String contextPath = (String)session.getAttribute("contextPath"); if(contextPath == null) { contextPath = request.getContextPath(); } FlContext context = Frontline.getContext(contextPath); %> <html> <head> <title><fl:getMessage code="L2025" alt="E-DEAL"/></title> <style type="text/css"> # { font-family: Arial, Helvetica, sans-serif; font-size: 9pt } BODY { background-color: #ffffff; color: #000000 } TH {text-align: left; font-weight: bold } </style> <script language="JavaScript"> </script> </head> <body> <table border="0" cellpadding="3" cellspacing="3" width="95%"> <tr valign="top"> <td width="25%" style="text-align: center"> <p style="font-size: 72pt; font-weight: bold">FAQ</p> <a href="<fl:webapp/>/siteweb/faq_search.jsp">nouvelle recherche</a> </td> <td width="75%"> <table border="0" cellpadding="3" cellspacing="3"> <tr valign="top"> <th>Q:</th> <th><fl:getProperty name="FAQ" property="FaqQuestion" alt=" "/></th> </tr> <tr valign="top"> <th>R:</th> <td><fl:getProperty name="FAQ" property="FaqResponse" alt=" "/></td> </tr> </table> </td> </tr> </table> </body> </html> <% /****************************************************************************** * CVS Log File - This is no longer maintained! * * Revision 1.1 2004/07/23 18:21:01 brian * Initial Revision * *****************************************************************************/ %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de