Edit C:\galaxie\Back\galaxie\netbusiness\inboundlog\list_entry_action.jsp
<%@page session="true"%> <%@ page import="com.edeal.frontline.FlContext" %> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="com.edeal.frontline.DataDictionary" %> <%@ 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); String sc = flRequest.getRequestParameterOrAttribute("InBoundLogEntry_sc"); String beginDate = flRequest.getSearchCriteria("beginDate") ; String endDate = flRequest.getSearchCriteria("endDate") ; String pageName = flRequest.getRequestParameterOrAttribute("pageName") ; %> <script language="javascript"> function doDelete() { var query = '<fl:link url="/purge_inboundlog.fl?fromIn = 1"/>'; <% if (beginDate != null ) { %> query += "&beginDate=<%= beginDate%>"; <% } %> <% if (endDate != null ) { %> query += "&endDate=<%= endDate%>"; <% } %> <% if (pageName != null ) { %> query += "&pageName=<%= pageName%>"; <% } %> window.open(query, 'InBoundLogPurge', 'status=yes,width=500,height=200,scrollbars,resizable'); } function doExport() { f = document.forms[0]; var query = "<fl:webapp/>/export_inboundlog.fl"; <% if (beginDate != null ) { %> query += "&beginDate=<%= beginDate%>"; <% } %> <% if (endDate != null ) { %> query += "&endDate=<%= endDate%>"; <% } %> <% if (pageName != null ) { %> query += "&pageName=<%= pageName%>"; <% } %> window.parent.location = query; } function refreshPage() { f = document.forms[0]; var nbInt = f.$$nb.options[f.$$nb.selectedIndex].value; var sc = ''; query = "InBoundLogEntry_$$nb="+nbInt; var url = myAjaxURL_InBoundLogEntry + (myAjaxURL_InBoundLogEntry.indexOf("?") > -1 ? "&" : "?") + query ; alert(url); doAjax(url); } </script> <form action="list_entry_inboundlog.fl"> <tr> <td class="actions_cell_left"></td> <td> <div class="actions_tablecell_1"> <a href="javascript:doExport()"> <p class="actions_tabletext"><fl:getMessage code="A000B" alt="Exporter"/></p> </a> </div> </td> <td class="actions_cell_right"></td> </tr> <tr> <td class="actions_cell_left"></td> <td class="actions_tablecell_seperator"></td> <td class="actions_cell_right"></td> </tr> <tr> <td class="actions_cell_left"></td> <td> <div class="actions_tablecell_1"> <a href="javascript:doDelete();"> <p class="actions_tabletext"><fl:getMessage code="A000C" alt="Purger"/></p> </a> </div> </td> <td class="actions_cell_right"></td> </tr> <tr> <td class="actions_cell_left"></td> <td class="actions_tablecell_seperator"></td> <td class="actions_cell_right"></td> </tr> </form>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de