⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 callrecord_005fcallin_jsp.java

📁 一个简单的java web项目 基于servlet构建
💻 JAVA
📖 第 1 页 / 共 3 页
字号:
package org.apache.jsp.pages.LeftMenu.call_005frecord;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;

public final class callrecord_005fcallin_jsp extends org.apache.jasper.runtime.HttpJspBase
    implements org.apache.jasper.runtime.JspSourceDependent {

  private static java.util.List _jspx_dependants;

  private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005fproperty_005fvalue_005fnobody;
  private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005fdate_005fname_005fformat_005fnobody;
  private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005fif_005ftest;
  private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005fform_005fname_005fmethod_005fid_005faction;
  private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005fiterator_005fvalue;

  public Object getDependants() {
    return _jspx_dependants;
  }

  public void _jspInit() {
    _005fjspx_005ftagPool_005fs_005fproperty_005fvalue_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
    _005fjspx_005ftagPool_005fs_005fdate_005fname_005fformat_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
    _005fjspx_005ftagPool_005fs_005fif_005ftest = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
    _005fjspx_005ftagPool_005fs_005fform_005fname_005fmethod_005fid_005faction = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
    _005fjspx_005ftagPool_005fs_005fiterator_005fvalue = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
  }

  public void _jspDestroy() {
    _005fjspx_005ftagPool_005fs_005fproperty_005fvalue_005fnobody.release();
    _005fjspx_005ftagPool_005fs_005fdate_005fname_005fformat_005fnobody.release();
    _005fjspx_005ftagPool_005fs_005fif_005ftest.release();
    _005fjspx_005ftagPool_005fs_005fform_005fname_005fmethod_005fid_005faction.release();
    _005fjspx_005ftagPool_005fs_005fiterator_005fvalue.release();
  }

  public void _jspService(HttpServletRequest request, HttpServletResponse response)
        throws java.io.IOException, ServletException {

    JspFactory _jspxFactory = null;
    PageContext pageContext = null;
    HttpSession session = null;
    ServletContext application = null;
    ServletConfig config = null;
    JspWriter out = null;
    Object page = this;
    JspWriter _jspx_out = null;
    PageContext _jspx_page_context = null;


    try {
      _jspxFactory = JspFactory.getDefaultFactory();
      response.setContentType("text/html; charset=UTF-8");
      pageContext = _jspxFactory.getPageContext(this, request, response,
      			null, true, 8192, true);
      _jspx_page_context = pageContext;
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write("\r\n");
      out.write("\r\n");

	String cpath=request.getContextPath();

      out.write("\r\n");
      out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\"> \r\n");
      out.write("<html>\r\n");
      out.write("\t<head>\r\n");
      out.write("\t\t<title>呼入信息查看</title>\r\n");
      out.write("\t\t<link href=\"");
      out.print(cpath);
      out.write("/style/css_common1.css\" rel=\"stylesheet\"\r\n");
      out.write("\t\t\ttype=\"text/css\" />\r\n");
      out.write("\t\t<link href=\"");
      out.print(cpath);
      out.write("/style/mian.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n");
      out.write("\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n");
      out.write("\t</head>\r\n");
      out.write("\t<script src=\"");
      out.print(cpath);
      out.write("/js/calendar.js\"></script>\r\n");
      out.write("\t<script src=\"");
      out.print(cpath);
      out.write("/js/validate.js\"></script>\r\n");
      out.write("\t<script src=\"");
      out.print(cpath);
      out.write("/js/jquery126.js\"></script>\r\n");
      out.write("\t<script src=\"");
      out.print(cpath);
      out.write("/js/effect.js\"></script>\t\t\t\r\n");
      out.write("\t<script language=\"javascript\">\r\n");
      out.write("\t  $(function(){\r\n");
      out.write("\t\t  \taddInputEffect();\r\n");
      out.write("\t\t  });\t\r\n");
      out.write("\t\tfunction searchClient(){\r\n");
      out.write("\t\t\t//document.getElementById(\"sform\").target=\"_self\";\r\n");
      out.write("\r\n");
      out.write("\t\t\tgosubmit(document.getElementById(\"sform\"));\r\n");
      out.write("\t\t\t//document.location.href=\"/callin/locateCustomer.action\";\r\n");
      out.write("\t\t}\r\n");
      out.write("\t\tfunction addClient(){\r\n");
      out.write("\r\n");
      out.write("\t\t\tgosubmit(document.getElementById(\"tform\"));\r\n");
      out.write("\t\t}\r\n");
      out.write("\t\tfunction confirmClient(clientId){\r\n");
      out.write("\t\t\t//alert('confirmClient');\r\n");
      out.write("\t\t\t//alert(clientId);\r\n");
      out.write("\t\t\tvar win = window.dialogArguments;\r\n");
      out.write("\t\t\twin.submitForm('");
      out.print(cpath);
      out.write("/callin/confirmClient.action?clientId='+clientId);\r\n");
      out.write("\t\t\t//win.submitForm('/callin/confirmClient.action?clientId='+clientId);\r\n");
      out.write("\t\t}\r\n");
      out.write("\t\tfunction showiframe(id){\r\n");
      out.write("\t\t\tdocument.getElementById(id).style.display='';\r\n");
      out.write("\t\t}\r\n");
      out.write("\t\tfunction hideiframe(id){\r\n");
      out.write("\t\t\tdocument.getElementById(id).style.display='none';\r\n");
      out.write("\t\t}\r\n");
      out.write("\t\t\r\n");
      out.write("\t\t/*function pingfen(id){\r\n");
      out.write("\t\t\t\tvar url =\"");
      out.print(cpath);
      out.write("/scoretemplate/ToCreateScore.action?callid=\"+id+\"&calltype=\"+1;\r\n");
      out.write("\t\t\t\t\twindow.top.frames['left'].openWindows(url+\"&windowId=\"+'callinrecord.scores','呼入电话评分','callinrecord.scores',window);\r\n");
      out.write("\t\t\t}*/\r\n");
      out.write("\t\t\tfunction lookpingfen(id){\r\n");
      out.write("\t\t\t\tvar url ='");
      out.print(cpath);
      out.write("/scoretemplate/ListScores.action?callid='+id+'&calltype='+1;\r\n");
      out.write("\t\t\t\t\twindow.top.frames['left'].openWindows(url,'查看呼入电话评分','callinrecord.look',window);\r\n");
      out.write("\t\t\t}\r\n");
      out.write("\t\t</script>\r\n");
      out.write("<body leftmargin=\"0\" topmargin=\"0\" class=\"bgOffice\" style=\"width:100%;overflow-x:hidden;overflow-y:auto\">\r\n");
      out.write("\t\t<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"width:100%;height:100%;\">\r\n");
      out.write("\t\t\t<tr><td valign=\"top\" colspan=\"4\" style=\"border:none\">\r\n");
      out.write("\t\t\t\t\t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"title\" width=\"100%\">\r\n");
      out.write("\t\t\t\t    \t<tr>\r\n");
      out.write("\t\t\t\t        <td style=\"height:25px\">呼入记录查看</td>\r\n");
      out.write("\t\t\t\t        <td align=\"right\">\r\n");
      out.write("\t\t\t\t        \t<input type=\"button\" id=\"PtelNum\" name=\"telNum\" class=\"input02\" maxlength=\"20\" style=\"cursor: hand\"\r\n");
      out.write("\t\t\t\t\t\t\tvalue=\"收听录音\" onclick=\"showiframe('searchClient');hideiframe('addClient')\"/>\r\n");
      out.write("\t\t\t\t\t\t&nbsp;\r\n");
      out.write("\t\t\t\t\t\t<input type=\"button\" id=\"PtelNum\" name=\"telNum\" class=\"input02\" maxlength=\"20\" style=\"cursor: hand\"\r\n");
      out.write("\t\t\t\t\t\t\tvalue=\"查看评分\" onclick=\"lookpingfen(");
      if (_jspx_meth_s_005fproperty_005f0(_jspx_page_context))
        return;
      out.write(")\" />\r\n");
      out.write("\t\t\t\t\t\r\n");
      out.write("\t\t\t\t         </td>\r\n");
      out.write("\t\t\t\t       </tr>\r\n");
      out.write("\t\t\t\t    </table>\r\n");
      out.write("\t\t\t\t</td>\t\t\t\t\r\n");
      out.write("\t\t\t</tr>\r\n");
      out.write("\t\t\t<tr>\r\n");
      out.write("\t\t\t<td>\r\n");
      out.write("\t\t\t<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"table02 inputLine\">\r\n");
      out.write("\t\t\t\t<tr>\r\n");
      out.write("\t\t\t\t\t<td valign=\"top\" colspan=\"4\" class=\"groupTitle\">\r\n");
      out.write("\t\t\t\t\t\t通话基本信息:\r\n");
      out.write("\t\t\t\t\t</td>\r\n");
      out.write("\t\t\t\t</tr>\r\n");
      out.write("\t\t\t\t<tr>\r\n");
      out.write("\t\t\t\t\t<td align=\"right\">\r\n");
      out.write("\t\t\t\t\t\t通话时间:\r\n");
      out.write("\t\t\t\t\t</td>\r\n");
      out.write("\t\t\t\t\t<td align=\"left\" class=\"bgInput\">\r\n");
      out.write("\t\t\t\t\t\t<input readonly=\"readonly\" class=\"input01\" type=\"text\" value=\"");
      if (_jspx_meth_s_005fdate_005f0(_jspx_page_context))
        return;
      out.write("\"/>&nbsp;\r\n");
      out.write("\t\t\t\t\t</td>\r\n");
      out.write("\t\t\t\t\t<td align=\"right\">\r\n");
      out.write("\t\t\t\t\t\t通话类型:\r\n");
      out.write("\t\t\t\t\t</td>\r\n");
      out.write("\t\t\t\t\t<td class=\"bgInput\">\r\n");
      out.write("\t\t\t\t\t\t<input readonly=\"readonly\" class=\"input01\" type=\"text\" value=\"无\"/>&nbsp;&nbsp;\r\n");
      out.write("\t\t\t\t\t</td>\r\n");
      out.write("\t\t\t\t</tr>\r\n");
      out.write("\t\t\t\t\r\n");
      out.write("\t\t\t\t<tr>\r\n");
      out.write("\t\t\t\t\t<td align=\"right\">\r\n");
      out.write("\t\t\t\t\t\t主叫号码:\r\n");
      out.write("\t\t\t\t\t</td>\r\n");
      out.write("\t\t\t\t\t<td align=\"left\" class=\"bgInput\">\r\n");
      out.write("\t\t\t\t\t\t<input readonly=\"readonly\" class=\"input01\" type=\"text\" value=\"");
      if (_jspx_meth_s_005fproperty_005f1(_jspx_page_context))
        return;
      out.write("\"/>&nbsp;\r\n");
      out.write("\t\t\t\t\t</td>\r\n");
      out.write("\t\t\t\t\t<td align=\"right\">\r\n");
      out.write("\t\t\t\t\t\t被叫号码:\r\n");
      out.write("\t\t\t\t\t</td>\r\n");
      out.write("\t\t\t\t\t<td class=\"bgInput\">\r\n");
      out.write("\t\t\t\t\t\t<input readonly=\"readonly\" class=\"input01\" type=\"text\" value=\"");
      if (_jspx_meth_s_005fproperty_005f2(_jspx_page_context))
        return;
      out.write("\"/>&nbsp;\r\n");
      out.write("\t\t\t\t\t</td>\r\n");
      out.write("\t\t\t\t</tr>\r\n");
      out.write("\t\t\t\t<tr>\r\n");
      out.write("\t\t\t\t\t<td align=\"right\">\r\n");
      out.write("\t\t\t\t\t\t处理用户:\r\n");
      out.write("\t\t\t\t\t</td>\r\n");
      out.write("\t\t\t\t\t<td align=\"left\" class=\"bgInput\">\r\n");
      out.write("\t\t\t\t\t\t<input readonly=\"readonly\" class=\"input01\" type=\"text\" value=\"");
      if (_jspx_meth_s_005fproperty_005f3(_jspx_page_context))
        return;
      out.write("\"/>&nbsp;\r\n");
      out.write("\t\t\t\t\t</td>\r\n");
      out.write("\t\t\t\t\t<td align=\"right\">\r\n");
      out.write("\t\t\t\t\t\t最后处理时间:\r\n");
      out.write("\t\t\t\t\t</td>\r\n");
      out.write("\t\t\t\t\t<td class=\"bgInput\">\r\n");
      out.write("\t\t\t\t\t\t<input readonly=\"readonly\" class=\"input01\" type=\"text\" value=\"");
      if (_jspx_meth_s_005fdate_005f1(_jspx_page_context))
        return;
      out.write("\"/>&nbsp;\r\n");
      out.write("\t\t\t\t\t</td>\r\n");
      out.write("\t\t\t\t</tr>\r\n");
      out.write("\t\t\t\t<tr>\r\n");
      out.write("\t\t\t\t\t<td colspan=\"4\" style=\"border:none;background-color: #ffffff\">&nbsp;\r\n");
      out.write("\t\t\t\t\t</td>\r\n");
      out.write("\t\t\t\t</tr>\r\n");
      out.write("\t\t\t\t<tr>\r\n");
      out.write("\t\t\t\t\t<td valign=\"top\" colspan=\"4\" class=\"groupTitle\">\r\n");
      out.write("\t\t\t\t\t\t客户联系信息:\r\n");
      out.write("\t\t\t\t\t</td>\r\n");
      out.write("\t\t\t\t</tr>\t\t\t\r\n");
      out.write("\r\n");
      out.write("\t\t\t\t<tr>\r\n");
      out.write("\t\t\t\t\t<td align=\"right\">\r\n");
      out.write("\t\t\t\t\t\t客户编号:\r\n");
      out.write("\t\t\t\t\t</td>\r\n");
      out.write("\t\t\t\t\t<td align=\"left\" class=\"bgInput\">\r\n");

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -