Edit C:\Windows\install\galaxie_p02_26-09\sales\interaction\realize_phone.jsp
<%@page import="com.edeal.frontline.helper.custom.ActorHelper"%> <%@page import="org.apache.commons.lang.StringUtils"%> <%@page import="com.edeal.frontline.ScriptBean"%> <%@ page import="com.edeal.frontline.FieldNotInitializedException" %> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="com.edeal.frontline.grid.functions.InteractionSyntaxActions" %> <%@ taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <% String initPhone = (String) request.getParameter("phone"); ScriptBean script = (ScriptBean) request.getAttribute("personEventScript"); %> <style> </style> <script type="text/javascript"> $(function() { $("input[type='radio'][name='CorNum']").bind('change', function() { if (($(this).val()) != '') { $("#IntPlace").val(($(this).val())); } }); }); function doCallNumber() { if ($("#IntPlace").val() != '') { doCall($("#IntPlace").val(), 'Interaction', '<%= id %>'); } else { alert('<fl:getMessage code="L8301" alt="Veuillez spécifier un numéro" js="true"/>'); } } </script> <fieldset class="fieldset"> <legend class="legend"><fl:getMessage code="L82FC" alt="Composer le numéro"/></legend><br> <% String actIdsInputValue = ActorHelper.getSessionActorID(session); try { actIdsInputValue = StringUtils.join(Interaction.getIntActID(), "|"); } catch (FieldNotInitializedException e) { } %> <input type="hidden" name="IntActID" value="<%= actIdsInputValue%>"> <% try { Interaction.getIntCorID(); %> <input type="hidden" name="IntCorID" value="<%= StringUtils.join(Interaction.getIntCorID(), "|")%>"> <% } catch (FieldNotInitializedException e) { } %> <% try { Interaction.getIntPvtID(); %> <input type="hidden" name="IntPvtID" value="<%= Interaction.getIntPvtID() %>"> <% } catch (FieldNotInitializedException e) { } %> <% try { Interaction.getIntAtvID(); %> <input type="hidden" name="IntAtvID" value="<%= Interaction.getIntAtvID() %>"> <% } catch (FieldNotInitializedException e) { } %> <table class="container" cellpadding="0"> <tr class="fieldline"> <td class="column2"> <% String correspondents = ""; if (Interaction.hasCorrespondentDisplay()) { correspondents = InteractionSyntaxActions.getIntCorrespondentHtmlWithNumber(session, context, Interaction, initPhone); %> <table class="data_column" cellpadding="0"> <tr class="fieldline"> <td id="IntCorID" colspan="1"> <%= correspondents %> </td> </tr> </table> <table class="data_column" cellpadding="0"> <tr class="fieldline"> <td colspan="2"> <a href="javascript:doCallNumber()">> <fl:getMessage code="L82FC" alt="Composer le numéro"/></a> </td> </tr> <% if (script!=null) {%> <tr class="fieldline"> <td colspan="2"> <script type="text/javascript"> function startScript () { } </script> <edLink edtooltip='{"content": {"text":"<fl:getMessage code="L82E9" alt="Lancer le script"/>"}}' values="> <fl:getMessage code="L82E9" alt="Lancer le script"/>" target="POPUP" url='<fl:webapp/>/preview_scriptresponse.fl?scriptID=<%= script.getID() %>&preview=0&lsePosition=0&hasNotes=<%= (script.isScrHasNotes()) ? "true": ""%>&perID=<%= personEvent.getPvtPersonID() %>' ></edLink> </td> </tr> <% } %> </table> <% } %> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"> <table class="data_column" cellpadding="0"> <fl:fieldEdit property="IntResult" type="buttons" except="<%= ibh.getResultSkipIDs(flRequest) %>"/> </table> </td> </tr> </table> </fieldset>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de