Edit C:\galaxie\deploy\Tomcat6\webapps\galaxie\admin\snapshot\run_snapshot.jsp
<%@page session="true"%> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="com.edeal.frontline.DataDictionary" %> <%@ page import="com.edeal.frontline.FlContext" %> <%@ page import="java.util.Vector" %> <%@ page import="java.util.Date" %> <%@ page import="java.text.DateFormat" %> <%@ page import="com.edeal.frontline.Utils" %> <%@ page import="com.edeal.frontline.FlLocale" %> <%@ page import="java.util.Hashtable" %> <%@ page import="com.edeal.frontline.FrontlineException" %> <%@ page import="com.edeal.frontline.FieldNotInitializedException" %> <%@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); Throwable reason = (Throwable) flRequest.getAttribute("reason"); %> <html> <head> <title><fl:getMessage code="L2025" alt="E-DEAL"/></title> <link rel="stylesheet" type="text/css" href="<fl:webapp/>/css/common_css.jsp"> <link rel="stylesheet" href="<fl:webapp/>/css/master_css.jsp" type="text/css"> <style type="text/css"> #container { width: 80%; margin-left: 0%; margin-top: 0px;} </style> </head> <body style="overflow: hidden;"> <div id="object_css" style="top:0px; left: 0px; padding-top: 10px; height:100%;"> <fl:bigTabs objectTitle="<%= Utils.getMessage(session, \"T0001\", false, true, \"Indicateur\") %>" ignoreList="true" ignoreCriteria="true"> <table class="container" cellpadding="0"> <tbody> <tr class="fieldline"> <td class="dataValue"> <fl:getMessage code="L80D1" alt="Exécution de la tâche terminée"/> <% if (reason != null) { %> <p><%= reason.getMessage() %></p> <% } %> </td> </tr> <tr class="ligne_separation"> <td colspan="2"></td> </tr> </tbody> </table> </fl:bigTabs> <br> <div align="center"> <a href="#" onclick="self.close();"><img src="<fl:link url="/icons/ico/fermer_red_long.gif"/>" border="0" alt="<fl:getMessage code="L61B1" alt="Fermer la fenêtre"/>" title="<fl:getMessage code="L61B1" alt="Fermer la fen�tre"/>"></a> </div> </div> </script> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de