Edit C:\Users\Administrator\Desktop\Back\galaxie - Copy\cti\dring.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. * * CVS Info for $RCSfile$ * * $Revision$ * $Author$ $Date$ ******************************************************************************/ %><%@page session="true" import="com.edeal.frontline.*,java.util.*"%> <%@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()); String contextPath = (String) session.getAttribute("contextPath"); FlContext context = null; if (contextPath != null) { context = Frontline.getContext(contextPath); } else { context = Frontline.getContext(request.getContextPath()); } DataDictionary dico = context.getDataDictionary(); String secLoad = request.getParameter("secLoad"); %> <html> <head> <title><fl:getMessage code="L2025" alt="E-DEAL"/> CTI</title> <link rel="stylesheet" href="<fl:webapp/>/css/common_css.jsp" type="text/css"> <link rel="stylesheet" href="<fl:webapp/>/css/master_css.jsp" type="text/css"> <script language="javascript" src="<fl:webapp/>/js/edeal/libraries/jquery/jquery.js"></script> <script language="javascript" src="<fl:webapp/>/js/ajax/ajax.js"></script> <script language="javascript" src="<fl:webapp/>/js/utils.js"></script> <script language="javascript"> function doOnLoad() { <%if (!"true".equals(secLoad)){ %> window.open('<fl:webapp/>/cti/dring.jsp?secLoad=true','CTI2' , 'menubar=no,status=yes,toolbar=no,scrollbars=yes,resizable=yes,height=200,width=600'); window.close(); <%}%> } function receiveCall() { var f = document.forms[0]; if (f.callType[0].checked) { var win = window.open('<fl:webapp/>/cti/call.jsp', 'Dring', 'menubar=no,status=yes,toolbar=no,scrollbars=yes,resizable=yes,width=600,height=400'); window.close(); } else { var phone = f.phoneNumber.value; var win = window.open('<fl:webapp/>/receive_call.fl?phone=' + phone, 'Dring', 'menubar=no,status=yes,toolbar=no,scrollbars=yes,resizable=yes,width=800,height=600'); window.close(); } } window.onload = doOnLoad; </script> </head> <body> <div class="main_body" style="height:100%;border:none;"> <form method="post" action="receiveCall();" onSubmit="receiveCall(); return false;" > <fl:bigTabs objectTitle="E-DEAL CTI"> <table class="container"> <tr class="fieldline" > <td class="titrePartie"><fl:getMessage code="L62BE" alt="Appel entrant"/></td> </tr> <tr class="fieldline" > <td class="ligne_separation_couleur"></td> </tr> <tr class="fieldline" > <td class="ligne_separation"></td> </tr> <tr class="fieldline"> <td class="dataValue"> <input name="callType" type="radio" value="0" checked><fl:getMessage code="L642D" alt="Numéro masqué"/> </td> <tr class="fieldline"><td class="dataValue"><input name="callType" type="radio" value="1"><fl:getMessage code="F202D" alt="Numéro"/> : <input name="phoneNumber" onFocus="document.forms[0].callType[1].checked=true;" size="20" value=""></td></tr> <tr> <td style="text-align: center"> <a href="javascript:receiveCall()"><img src="<fl:webapp/>/icons/ico/cochevalid.gif" border="0"></a> <a href="javascript:window.close()"><img src="<fl:webapp/>/icons/ico/close.gif" border="0"></a> </td> </tr> </table> </fl:bigTabs> </form> </div> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de