Edit C:\galaxie\Back\galaxie\marketing\selection\read_action.jsp
<%@page session="true" import="com.edeal.frontline.*"%><%@ page import="com.edeal.frontline.navigation.FlRequest" %><%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <jsp:useBean id="Selection" class="com.edeal.frontline.SelectionBean" scope="request"/> <% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); FlRequest flRequest = new FlRequest(request); String id = flRequest.getRequestParameterOrAttribute("id"); %> <script type="text/javascript" language="javascript"> <fl:access operation="delete" name="Selection"> function doDelete() { if (window.confirm('<fl:getMessage code="M2004" alt="Etes-vous sûr de vouloir supprimer?" js="true"/>') == true) { window.location = '<fl:link url="<%= \"/delete_selection.fl?id=\" + id %>"/>'; } } </fl:access> function doTest() { window.open('<fl:link url="<%= \"/test_selection.fl?id=\" + id %>"/>', 'test<%= id %>', 'width=400,height=200,menubar=no,status=no,resizable=yes,toolbar=no,location=no'); } <fl:access operation="create" name="Population"> function doGenerate() { window.open('<fl:link url="<%= \"/prepare_generate_population.fl?id=\" + id %>"/>', 'gen<%= id %>', 'width=500,height=200,menubar=no,status=no,resizable=yes,toolbar=no,location=no'); } </fl:access> </script> <fl:access operation="edit" name="Selection"> <tr> <td class="actions_cell_left"></td> <td> <div class="actions_tablecell_1"> <a href="<fl:link list="true" url="<%= \"/edit_selection.fl\" + ( id != null ? \"?id=\" + id : \"\") %>"/>"> <p class="actions_tabletext"><fl:getMessage code="A0008" alt="Modifier"/></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> </fl:access> <fl:access name="Selection" operation="delete"> <tr> <td class="actions_cell_left"></td> <td> <div class="actions_tablecell_1"> <a href="javascript:doDelete()"> <p class="actions_tabletext"><fl:getMessage code="A0007" alt="Supprimer"/></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> </fl:access> <tr> <td class="actions_cell_left"></td> <td> <div class="actions_tablecell_1"> <a href="javascript:doTest()"> <p class="actions_tabletext"><fl:getMessage code="A3044" alt="Tester le ciblage"/></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> <fl:access operation="create" name="Population"> <tr> <td class="actions_cell_left"></td> <td> <div class="actions_tablecell_1"> <a href="javascript:doGenerate()"> <p class="actions_tabletext"><fl:getMessage code="A3045" alt="Générer le ciblage"/></p> </a> </div> </td> <td class="actions_cell_right"></td> </tr> </fl:access>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de