/*
 * Generated by the Jasper component of Apache Tomcat
 * Version: Apache Tomcat/8.0.32
 * Generated at: 2019-07-25 20:22:26 UTC
 * Note: The last modified time of this file was set to
 *       the last modified time of the source file after
 *       generation to assist with modification tracking.
 */
package org.apache.jsp.pages;

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

public final class rqdetail_jsp extends org.apache.jasper.runtime.HttpJspBase
    implements org.apache.jasper.runtime.JspSourceDependent,
                 org.apache.jasper.runtime.JspSourceImports {

  private static final javax.servlet.jsp.JspFactory _jspxFactory =
          javax.servlet.jsp.JspFactory.getDefaultFactory();

  private static java.util.Map<java.lang.String,java.lang.Long> _jspx_dependants;

  static {
    _jspx_dependants = new java.util.HashMap<java.lang.String,java.lang.Long>(6);
    _jspx_dependants.put("jar:file:/home/rxdev/public_html/tomcat/webapps/Opulent/WEB-INF/lib/jstl-1.2.jar!/META-INF/fn.tld", Long.valueOf(1153399482000L));
    _jspx_dependants.put("/WEB-INF/lib/spring-webmvc-4.1.4.RELEASE.jar", Long.valueOf(1556331668000L));
    _jspx_dependants.put("jar:file:/home/rxdev/public_html/tomcat/webapps/Opulent/WEB-INF/lib/spring-webmvc-4.1.4.RELEASE.jar!/META-INF/spring-form.tld", Long.valueOf(1419925020000L));
    _jspx_dependants.put("/WEB-INF/lib/jstl-1.2.jar", Long.valueOf(1556331716000L));
    _jspx_dependants.put("jar:file:/home/rxdev/public_html/tomcat/webapps/Opulent/WEB-INF/lib/jstl-1.2.jar!/META-INF/c.tld", Long.valueOf(1153399482000L));
    _jspx_dependants.put("jar:file:/home/rxdev/public_html/tomcat/webapps/Opulent/WEB-INF/lib/jstl-1.2.jar!/META-INF/fmt.tld", Long.valueOf(1153399482000L));
  }

  private static final java.util.Set<java.lang.String> _jspx_imports_packages;

  private static final java.util.Set<java.lang.String> _jspx_imports_classes;

  static {
    _jspx_imports_packages = new java.util.HashSet<>();
    _jspx_imports_packages.add("javax.servlet");
    _jspx_imports_packages.add("javax.servlet.http");
    _jspx_imports_packages.add("javax.servlet.jsp");
    _jspx_imports_classes = null;
  }

  private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fout_0026_005fvalue_005fnobody;
  private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fchoose;
  private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest;
  private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvarStatus_005fvar_005fitems;
  private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fotherwise;

  private volatile javax.el.ExpressionFactory _el_expressionfactory;
  private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager;

  public java.util.Map<java.lang.String,java.lang.Long> getDependants() {
    return _jspx_dependants;
  }

  public java.util.Set<java.lang.String> getPackageImports() {
    return _jspx_imports_packages;
  }

  public java.util.Set<java.lang.String> getClassImports() {
    return _jspx_imports_classes;
  }

  public javax.el.ExpressionFactory _jsp_getExpressionFactory() {
    if (_el_expressionfactory == null) {
      synchronized (this) {
        if (_el_expressionfactory == null) {
          _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
        }
      }
    }
    return _el_expressionfactory;
  }

  public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() {
    if (_jsp_instancemanager == null) {
      synchronized (this) {
        if (_jsp_instancemanager == null) {
          _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig());
        }
      }
    }
    return _jsp_instancemanager;
  }

  public void _jspInit() {
    _005fjspx_005ftagPool_005fc_005fout_0026_005fvalue_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
    _005fjspx_005ftagPool_005fc_005fchoose = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
    _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
    _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvarStatus_005fvar_005fitems = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
    _005fjspx_005ftagPool_005fc_005fotherwise = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
  }

  public void _jspDestroy() {
    _005fjspx_005ftagPool_005fc_005fout_0026_005fvalue_005fnobody.release();
    _005fjspx_005ftagPool_005fc_005fchoose.release();
    _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.release();
    _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvarStatus_005fvar_005fitems.release();
    _005fjspx_005ftagPool_005fc_005fotherwise.release();
  }

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

final java.lang.String _jspx_method = request.getMethod();
if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) {
response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD");
return;
}

    final javax.servlet.jsp.PageContext pageContext;
    javax.servlet.http.HttpSession session = null;
    final javax.servlet.ServletContext application;
    final javax.servlet.ServletConfig config;
    javax.servlet.jsp.JspWriter out = null;
    final java.lang.Object page = this;
    javax.servlet.jsp.JspWriter _jspx_out = null;
    javax.servlet.jsp.PageContext _jspx_page_context = null;


    try {
      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("\n");
      out.write("<!DOCTYPE html>\n");
      out.write("\n");
      out.write("\n");
      out.write("\n");
      out.write("\n");
      out.write("\n");
      out.write("\n");
      out.write("<html lang=\"en\">    \n");
      out.write("    ");
      org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "./portal/inc/head.jsp", out, false);
      out.write("\n");
      out.write("    <body>\n");
      out.write("        <!-- Navigation -->\n");
      out.write("\n");
      out.write("        <nav>\n");
      out.write("            <div class=\"container-fluid\">\n");
      out.write("                <div class=\"row\">\n");
      out.write("                    <div class=\"col-md-6 my-image\">\n");
      out.write("                        <a href=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("/webqueue/requestQueue\">\n");
      out.write("                            <img src=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("/resources/images/logo.png\"> </a>\n");
      out.write("                    </div>\n");
      out.write("                    <div class=\"col-md-3 ken_bruket\">\n");
      out.write("                        <h6>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.userProfile.firstName}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(' ');
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.userProfile.lastName}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(" <span>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.dob}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(' ');
      out.write('(');
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.gender}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(")</span></h6>\n");
      out.write("                        <div class=\"jumbotron\">\n");
      out.write("                            <ul class=\"jumbotron_ul\">\n");
      out.write("                                <li class=\"jumbotron_li2\"><a href=\"#\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.emailAddress}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</a></li>\n");
      out.write("                                <li class=\"jumbotron_li3\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.mobileNumber}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</li>\n");
      out.write("                            </ul>\n");
      out.write("                        </div>\n");
      out.write("                    </div>\n");
      out.write("                    <div class=\"col-md-3 ken_bruket\">\n");
      out.write("                        <div class=\"jumbotron\">\n");
      out.write("                            <ul class=\"jumbotron_ul\">\n");
      out.write("                                <li class=\"jumbotron_li4\"><span> $ ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.paymentAmt}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</span>Total Payments processed</li>\n");
      out.write("                                <li class=\"jumbotron_li5\"><span>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.noOfPayments}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</span>Scheduled Payees</li>\n");
      out.write("                                <li class=\"jumbotron_li6\">Member Since ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.month}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(' ');
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.year}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</li>\n");
      out.write("                            </ul>\n");
      out.write("                        </div>\n");
      out.write("                    </div>\n");
      out.write("                </div>\n");
      out.write("            </div>\n");
      out.write("        </nav>\n");
      out.write("        <header>\n");
      out.write("            <div class=\"container-fluid\">\n");
      out.write("                <div class=\"row\">\n");
      out.write("                    <div class=\"col-sm-6 my-image\">\n");
      out.write("                        <a href=\"#\">\n");
      out.write("                            Processing verification </a>\n");
      out.write("                    </div>\n");
      out.write("                    <div class=\"col-sm-6\">\n");
      out.write("                        <div class=\"dropdown\">\n");
      out.write("                            <a class=\" dropdown-toggle\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" aria-haspopup=\"true\"\n");
      out.write("                               aria-expanded=\"false\">\n");
      out.write("                                <i class=\"fa fa-user\"></i> Welcome to <span style=\"color: #c00000;\"> ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${sessionBean.userName}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(" </span>\n");
      out.write("                            </a>\n");
      out.write("                            <div class=\"dropdown-menu \" aria-labelledby=\"dropdownMenuButton\">\n");
      out.write("                                <a class=\"dropdown-item blue-class\" href=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("/logout\">Log Out</a>\n");
      out.write("                            </div>\n");
      out.write("                        </div>\n");
      out.write("                    </div>\n");
      out.write("                </div>\n");
      out.write("            </div>\n");
      out.write("        </header>\n");
      out.write("        <section>\n");
      out.write("            <div class=\"container-fluid\">\n");
      out.write("                <div  id=\"msgdivareaId\" class=\"alert alert-success\" role=\"alert\" style=\"display:none\">\n");
      out.write("                </div>\n");
      out.write("            </div>\n");
      out.write("        </section>\n");
      out.write("        <section>\n");
      out.write("            <div class=\"container-fluid\">\n");
      out.write("                <div class=\"row\">\n");
      out.write("                    <div class=\"col-md-5 control_payment\">\n");
      out.write("                        <div class=\"border_botm\">\n");
      out.write("                            <p>Control #. <span>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.paymentScheduleId}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</span></p>\n");
      out.write("                            <p>Payment Type: <span>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.paymentType}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("</span></p>\n");
      out.write("                        </div>\n");
      out.write("                        <div class=\"name\">\n");
      out.write("                            <p>NAME(s) ON Account</p>\n");
      out.write("                            <button class=\"dateOfPost\">DATE OF POST: 2019-01-10 @ 10:30:25</button>\n");
      out.write("                            <!--      <a href=\"#\"><i class=\"fa fa-pencil\" aria-hidden=\"true\"></i></a>-->\n");
      out.write("       ");
      out.write("\n");
      out.write("                                ");
      if (_jspx_meth_c_005fout_005f0(_jspx_page_context))
        return;
      out.write("\n");
      out.write("                         \n");
      out.write("                        </div> \n");
      out.write("                        ");
      if (_jspx_meth_c_005fchoose_005f0(_jspx_page_context))
        return;
      out.write("\n");
      out.write("   ");
      out.write("\n");
      out.write("                        <div class=\"below_patient_name\">\n");
      out.write("                            <div class=\"row\">\n");
      out.write("                                <div class=\"col-md-12\">\n");
      out.write("                                    <span>Scheduled Payment Details</span>\n");
      out.write("                                </div>\n");
      out.write("                            </div>\n");
      out.write("                        </div>\n");
      out.write("                        <div>\n");
      out.write("                            <form class=\"secdule_forms\">\n");
      out.write("                                <div class=\"row\">\n");
      out.write("                                    <div class=\"col\">\n");
      out.write("                                        <input type=\"text\" class=\"form-control\" id=\"exampleInputEmail1\" aria-describedby=\"emailHelp\" placeholder=\"Mr Cooper Mortgage Company\" value=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.processorName}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("\">\n");
      out.write("                                    </div>\n");
      out.write("                                </div>\n");
      out.write("                                <div class=\"row\">\n");
      out.write("                                    <div class=\"col\">\n");
      out.write("                                        <input type=\"text\" class=\"form-control\" id=\"exampleInputPassword1\" placeholder=\"\" value=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.loanNumber}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("\">\n");
      out.write("                                    </div>\n");
      out.write("                                    <div class=\"col\">\n");
      out.write("                                        <input type=\"date \" class=\"form-control\" id=\"exampleInputPassword1\" placeholder=\"\" value=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.montlyDueDate}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("\">\n");
      out.write("                                    </div>\n");
      out.write("                                </div>\n");
      out.write("                                <div class=\"row\">\n");
      out.write("                                    <div class=\"col\">\n");
      out.write("                                        <input type=\"text\" class=\"form-control\" id=\"exampleInputPassword1\" placeholder=\"\" value=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.customerServiceNo}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("\">\n");
      out.write("                                    </div>\n");
      out.write("                                    <div class=\"col\">\n");
      out.write("                                        <input type=\"text\" class=\"form-control\" id=\"exampleInputPassword1\" placeholder=\"\" value=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.paymentAmt}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("\">\n");
      out.write("                                    </div>\n");
      out.write("                                </div>\n");
      out.write("\n");
      out.write("                                <div class=\"below_patient_name\">\n");
      out.write("                                    <div class=\"row\">\n");
      out.write("                                        <div class=\"col-md-12\">\n");
      out.write("                                            <span>Remit to:</span>\n");
      out.write("                                        </div>\n");
      out.write("                                    </div>\n");
      out.write("                                </div>\n");
      out.write("                                <div class=\"row\">\n");
      out.write("                                    <div class=\"col\" >      \n");
      out.write("                                        <input type=\"text\" class=\"form-control\" id=\"remitName\" aria-describedby=\"emailHelp\" placeholder=\"Mr Cooper Mortgage Company\" value=\" ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.remitName}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("\">\n");
      out.write("                                        <label id=\"nameErrorId\" ></label>\n");
      out.write("                                    </div>\n");
      out.write("                                </div>\n");
      out.write("                                <div class=\"row\">\n");
      out.write("                                    <div class=\"col\" >  \n");
      out.write("                                        <label id=\"addressErrorId\">Payment Address</label>\n");
      out.write("                                        <input type=\"text\" class=\"form-control\" id=\"remitAddress\" aria-describedby=\"emailHelp\" value=\" ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.remitAddress}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("\">     \n");
      out.write("                                    </div>\n");
      out.write("                                </div>\n");
      out.write("\n");
      out.write("                                <div class=\"row\">\n");
      out.write("                                    <div class=\"col-md-12\" >\n");
      out.write("                                        <label class=\"d-block\">City State  ZIP</label>\n");
      out.write("                                    </div>\n");
      out.write("                                    <div class=\"col-6\">\n");
      out.write("                                        <input type=\"text\" class=\"form-control\" id=\"remitCity\" value=\" ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.remitCity}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("\">\n");
      out.write("                                        <label id=\"CityErrorId\" ></label>\n");
      out.write("                                    </div>\n");
      out.write("                                    <div class=\"col-3\" >    \n");
      out.write("                                        <input type=\"text\" class=\"form-control\" id=\"remitState\" value=\" ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.remitState}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("\">\n");
      out.write("                                        <label id=\"stateErrorId\" ></label>\n");
      out.write("                                    </div>\n");
      out.write("                                    <div class=\"col-3\" >  \n");
      out.write("                                        <input type=\"text\" class=\"form-control\" id=\"zipcode\" maxlength=\"5\" value=\" ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.remitZipCode}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("\">\n");
      out.write("                                        <label id= \"zipCodeErrorId\"></label>                                  \n");
      out.write("                                    </div>\n");
      out.write("                                </div>\n");
      out.write("                                <div class=\"row\">\n");
      out.write("                                    <div class=\"col-md-6\" >\n");
      out.write("                                        <label class=\"d-block\">Payments Until</label>\n");
      out.write("                                    </div>\n");
      out.write("                                    <div class=\"col-md-6\" >\n");
      out.write("                                        <label class=\"d-block\"># Payments</label>\n");
      out.write("                                    </div>\n");
      out.write("                                    <div class=\"col-6\" >  \n");
      out.write("                                        <!--<span class=\"glyphicon glyphicon-calendar\"></span>-->\n");
      out.write("                                        <input type=\"text\" class=\"form-control marg\" id=\"remitdueDate\"  value=\" ");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.remitDueDate}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("\"  > \n");
      out.write("                                        <label id=\"paymentuntillErrorId\"></label>\n");
      out.write("                                    </div>\n");
      out.write("                                    <!--     <div class=\"col-2\">\n");
      out.write("                                          <input type=\"text\" class=\"form-control\" >\n");
      out.write("                                        </div>\n");
      out.write("                                         <div class=\"col-2\">\n");
      out.write("                                          <input type=\"text\" class=\"form-control\" >\n");
      out.write("                                        </div>-->\n");
      out.write("                                    <div class=\"col-6\" >        \n");
      out.write("                                        <input type=\"text\" class=\"form-control\" id=\"noOfPayment\" value=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.noOfPayments}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("\">\n");
      out.write("                                        <label id=\"paymentsErrorId\"></label>\n");
      out.write("                                        <i>12 maximum</i>\n");
      out.write("                                    </div>\n");
      out.write("                                </div>\n");
      out.write("\n");
      out.write("                                <!--  <div class=\"row\">\n");
      out.write("                                         <div class=\"col-md-12 deny_btn\">\n");
      out.write("                                  <button type=\"submit\" class=\"btn btn-primary\" onclick=\"window.requestQueueDetail.updateRemit(");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.paymentScheduleId}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(',');
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.userProfileSeqNo}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(",3)\">\n");
      out.write("                                      <b>Deny</b> Payment\n");
      out.write("                                  </button>\n");
      out.write("                                </div>\n");
      out.write("                                </div>-->\n");
      out.write("                            </form>\n");
      out.write("                        </div>\n");
      out.write("                    </div>\n");
      out.write("                    <div class=\"col-md-7\">\n");
      out.write("                        <section>\n");
      out.write("                            <div class=\"container\">\n");
      out.write("                                <ul id=\"tabs\" class=\"nav nav-tabs\" role=\"tablist\">\n");
      out.write("                                    <li class=\"nav-item\">\n");
      out.write("                                        <a id=\"tab-A\" href=\"#pane-A\" class=\"nav-link active\" data-toggle=\"tab\" role=\"tab\" aria-expanded=\"true\" class=\"btn btn-primary\">Image (1) </a>\n");
      out.write("                                    </li>\n");
      out.write("                                    <li class=\"nav-item\">\n");
      out.write("                                        <!--                    <a id=\"tab-B\" href=\"#pane-B\" class=\"nav-link\" data-toggle=\"tab\" role=\"tab\" aria-expanded=\"false\" class=\"btn btn-primary\" >  PAYMENT HISTORY  </a>-->\n");
      out.write("                                    </li>\n");
      out.write("                                    <li class=\"nav-item\">\n");
      out.write("                                        <!--                    <a id=\"tab-C\" href=\"#pane-C\" class=\"nav-link\" data-toggle=\"tab\" role=\"tab\" aria-expanded=\"false\" class=\"btn btn-primary\">MEMBER DIALOG</a>-->\n");
      out.write("                                    </li>\n");
      out.write("                                </ul>\n");
      out.write("                                <div id=\"content\" class=\"tab-content\" role=\"tablist\">\n");
      out.write("                                    <div id=\"pane-A\" class=\"card tab-pane fade active show\" role=\"tabpanel\" aria-labelledby=\"tab-A\" aria-expanded=\"true\" class=\"btn btn-primary\">\n");
      out.write("                                        <!--                     <div class=\"card-header\" role=\"tab\" id=\"heading-A\">\n");
      out.write("                                                                <h5 class=\"mb-0\">\n");
      out.write("                                                                   \n");
      out.write("                                                                    <a data-toggle=\"collapse\" href=\"#collapse-A\" aria-expanded=\"true\" aria-controls=\"collapse-A\">\n");
      out.write("                                                                        Top\n");
      out.write("                                                                    </a>\n");
      out.write("                                                                </h5>\n");
      out.write("                                                            </div> -->\n");
      out.write("                                        <!-- Note: New place of `data-parent` -->\n");
      out.write("                                        <div id=\"collapse-A\" class=\"collapse show\" data-parent=\"#content\" role=\"tabpanel\" aria-labelledby=\"heading-A\">\n");
      out.write("                                            <div class=\"card-body\">\n");
      out.write("                                                <div class=\"container-fluid\">\n");
      out.write("                                                    <div class=\"row\">\n");
      out.write("                                                        <div class=\"col-md-12\">\n");
      out.write("                                                            <!--<img src=\"images/tabs.png\" class=\"img-fluid\">-->\n");
      out.write("                                                            <div class='zoom' id='ex1'>\n");
      out.write("\n");
      out.write("                                                                <img src=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.paymentCouponImg}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("\" alt='Img not avialable against this record' class=\"img-fluid\">\n");
      out.write("                                                               <!--<img src=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("/resources/images/tabs-2.png\" alt='Daisy on the Ohoopee' class=\"img-fluid\">-->\n");
      out.write("\n");
      out.write("\n");
      out.write("                                                            </div>\n");
      out.write("                                                                 \n");
      out.write("                                                            <div class=\"right-btm-section\">\n");
      out.write("                                                                <div class=\"row\">\n");
      out.write("                                                                    <div class=\"col-sm-9\"statusBit>\n");
      out.write("                                                                        <input type=\"hidden\" id=\"statusBit\" value=\"0\" />\n");
      out.write("                                                                        <button id=\"notUsaable\" class=\"btn-deny btn\" onclick = \"window.requestQueueDetail.updateRemit(");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.paymentScheduleId}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(',');
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.userProfileSeqNo}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(", 1);\">\n");
      out.write("                                                                            <strong>Deny </strong>\n");
      out.write("                                                                            <span>Not Usable</span>\n");
      out.write("\n");
      out.write("                                                                        </button>    \n");
      out.write("                                                                          ");
      if (_jspx_meth_c_005fchoose_005f1(_jspx_page_context))
        return;
      out.write("\n");
      out.write("                                                                     \n");
      out.write("\n");
      out.write("                                                                        <button id=\"acceptPaymentId\" class=\"btn-acpt-pymnt btn\" onclick=\"window.requestQueueDetail.updateRemit(");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.paymentScheduleId}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(',');
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.userProfileSeqNo}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(", 2)\">\n");
      out.write("                                                                            <strong>Accept </strong>\n");
      out.write("                                                                            <span>Payment</span>\n");
      out.write("\n");
      out.write("                                                                        </button>\n");
      out.write("\n");
      out.write("                                                                        <div class=\"col-md-3 deny_btn\">\n");
      out.write("                                                                            <button id=\"dennyPaymentId\" type=\"submit\" class=\"btn btn-primary\" onclick=\"window.requestQueueDetail.updateRemit(");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.paymentScheduleId}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(',');
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.userProfileSeqNo}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write(", 3)\">\n");
      out.write("                                                                                <b>Deny</b> Payment\n");
      out.write("                                                                            </button>\n");
      out.write("                                                                        </div>\n");
      out.write("\n");
      out.write("                                                                    </div>\n");
      out.write("                                                                    <div class=\"col-sm-3\">\n");
      out.write("\n");
      out.write("                                                                        <div class=\"actions-buttons\">\n");
      out.write("\n");
      out.write("\n");
      out.write("                                                                            <a href=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("/webqueue/requestQueue\" class=\"back_btn\" name=\"Back\">back</a>\n");
      out.write("\n");
      out.write("                                                                            <a href=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("/webqueue/rqDetail/");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.nextPaymentScheduleId}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write('/');
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.userProfileSeqNo}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("\" class=\"next_btn\" name=\"Next\">next</a>   \n");
      out.write("\n");
      out.write("                                                                        </div>\n");
      out.write("\n");
      out.write("                                                                    </div>\n");
      out.write("                                                                </div>\n");
      out.write("                                                            </div>\n");
      out.write("                                                        </div>\n");
      out.write("                                                    </div>\n");
      out.write("                                                </div>\n");
      out.write("                                            </div>\n");
      out.write("                                        </div>\n");
      out.write("                                                                            <script>\n");
      out.write("                                                                                if(");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.paymentScheduleStatsId eq '2'}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("){\n");
      out.write("                                                                                    $(\"#notUsaable\").attr('disabled', true);\n");
      out.write("                                                                                    $(\"#imgvarifiedId\").attr('disabled', true);\n");
      out.write("                                                                                    $(\"#acceptPaymentId\").attr('disabled', true);\n");
      out.write("                                                                                    $(\"#dennyPaymentId\").attr('disabled', true);\n");
      out.write("                                                                                }\n");
      out.write("                                                                                \n");
      out.write("                                                                            </script>                                                                \n");
      out.write("                                        <div id=\"pane-B\" class=\"card tab-pane fade\" role=\"tabpanel\" aria-labelledby=\"tab-B\" aria-expanded=\"false\">\n");
      out.write("                                            <!-- <div class=\"card-header\" role=\"tab\" id=\"heading-B\">\n");
      out.write("                                                <h5 class=\"mb-0\">\n");
      out.write("                                                    <a class=\"collapsed\" data-toggle=\"collapse\" href=\"#collapse-B\" aria-expanded=\"false\" aria-controls=\"collapse-B\">\n");
      out.write("                                                       New\n");
      out.write("                                                    </a>\n");
      out.write("                                                </h5>\n");
      out.write("                                            </div> -->\n");
      out.write("                                            <div id=\"collapse-B\" class=\"collapse\" data-parent=\"#content\" role=\"tabpanel\" aria-labelledby=\"heading-B\">\n");
      out.write("                                                <div class=\"card-body\">\n");
      out.write("                                                    <div class=\"container-fluid\">\n");
      out.write("                                                        <div class=\"row\">\n");
      out.write("                                                            <div class=\"col-md-12\">\n");
      out.write("                                                                <img src=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("/images/tabs.png\" class=\"img-fluid\">\n");
      out.write("\n");
      out.write("\n");
      out.write("\n");
      out.write("                                                            </div>\n");
      out.write("                                                        </div>\n");
      out.write("                                                    </div>\n");
      out.write("                                                </div>\n");
      out.write("                                            </div>\n");
      out.write("                                        </div>\n");
      out.write("\n");
      out.write("                                        <div id=\"pane-C\" class=\"card tab-pane fade\" role=\"tabpanel\" aria-labelledby=\"tab-C\" aria-expanded=\"false\">\n");
      out.write("                                            <!--    <div class=\"card-header\" role=\"tab\" id=\"heading-C\">\n");
      out.write("                                                   <h5 class=\"mb-0\">\n");
      out.write("                                                       <a class=\"collapsed\" data-toggle=\"collapse\" href=\"#collapse-C\" aria-expanded=\"false\" aria-controls=\"collapse-C\">\n");
      out.write("                                                           Trending\n");
      out.write("                                                       </a>\n");
      out.write("                                                   </h5>\n");
      out.write("                                               </div> -->\n");
      out.write("                                            <div id=\"collapse-C\" class=\"collapse\" role=\"tabpanel\" data-parent=\"#content\" aria-labelledby=\"heading-C\">\n");
      out.write("                                                <div class=\"card-body\">\n");
      out.write("                                                    <div class=\"container\">\n");
      out.write("                                                        <h4>Feature Courses</h4>\n");
      out.write("                                                        <div class=\"row\">\n");
      out.write("                                                            <div class=\"col-lg-3 col-md-6 col-sm-6\">\n");
      out.write("                                                                <div class=\"white_back\">\n");
      out.write("                                                                    <img src=\"images/09-Courses_08.png\" class=\"img-fluid\">\n");
      out.write("                                                                    <div class=\"raiting_class\">\n");
      out.write("                                                                        <h5>Course title will be\n");
      out.write("                                                                            place here\n");
      out.write("                                                                        </h5>\n");
      out.write("                                                                        <div class=\"rating\">\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>  \n");
      out.write("                                                                        </div> \n");
      out.write("                                                                        <span>4.7</span>\n");
      out.write("                                                                        <p><span><del>RS2500</del></span> RS 1000/- </p>\n");
      out.write("                                                                    </div>\n");
      out.write("                                                                </div>\n");
      out.write("                                                            </div>\n");
      out.write("                                                            <div class=\"col-lg-3 col-md-6 col-sm-6\">\n");
      out.write("                                                                <div class=\"white_back\">\n");
      out.write("                                                                    <img src=\"images/09-Courses_08.png\" class=\"img-fluid\">\n");
      out.write("                                                                    <div class=\"raiting_class\">\n");
      out.write("                                                                        <h5>Course title will be\n");
      out.write("                                                                            place here\n");
      out.write("                                                                        </h5>\n");
      out.write("                                                                        <div class=\"rating\">\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>  \n");
      out.write("                                                                        </div> \n");
      out.write("                                                                        <span>4.7</span>\n");
      out.write("                                                                        <p><span><del>RS2500</del></span> RS 1000/- </p>\n");
      out.write("                                                                    </div>\n");
      out.write("                                                                </div>\n");
      out.write("                                                            </div>\n");
      out.write("                                                            <div class=\"col-lg-3 col-md-6 col-sm-6\">\n");
      out.write("                                                                <div class=\"white_back\">\n");
      out.write("                                                                    <img src=\"images/09-Courses_08.png\" class=\"img-fluid\">\n");
      out.write("                                                                    <div class=\"raiting_class\">\n");
      out.write("                                                                        <h5>Course title will be\n");
      out.write("                                                                            place here\n");
      out.write("                                                                        </h5>\n");
      out.write("                                                                        <div class=\"rating\">\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>  \n");
      out.write("                                                                        </div> \n");
      out.write("                                                                        <span>4.7</span>\n");
      out.write("                                                                        <p><span><del>RS2500</del></span> RS 1000/- </p>\n");
      out.write("                                                                    </div>\n");
      out.write("                                                                </div>\n");
      out.write("                                                            </div>\n");
      out.write("                                                            <div class=\"col-lg-3 col-md-6 col-sm-6\">\n");
      out.write("                                                                <div class=\"white_back\">\n");
      out.write("                                                                    <img src=\"images/09-Courses_08.png\" class=\"img-fluid\">\n");
      out.write("                                                                    <div class=\"raiting_class\">\n");
      out.write("                                                                        <h5>Course title will be\n");
      out.write("                                                                            place here\n");
      out.write("                                                                        </h5>\n");
      out.write("                                                                        <div class=\"rating\">\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>  \n");
      out.write("                                                                        </div> \n");
      out.write("                                                                        <span>4.7</span>\n");
      out.write("                                                                        <p><span><del>RS2500</del></span> RS 1000/- </p>\n");
      out.write("                                                                    </div>\n");
      out.write("                                                                </div>\n");
      out.write("                                                            </div>\n");
      out.write("\n");
      out.write("                                                        </div>\n");
      out.write("                                                        <h4>Feature Courses</h4>\n");
      out.write("                                                        <div class=\"row\">\n");
      out.write("                                                            <div class=\"col-lg-3 col-md-6 col-sm-6\">\n");
      out.write("                                                                <div class=\"white_back\">\n");
      out.write("                                                                    <img src=\"images/09-Courses_08.png\" class=\"img-fluid\">\n");
      out.write("                                                                    <div class=\"raiting_class\">\n");
      out.write("                                                                        <h5>Course title will be\n");
      out.write("                                                                            place here\n");
      out.write("                                                                        </h5>\n");
      out.write("                                                                        <div class=\"rating\">\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>  \n");
      out.write("                                                                        </div> \n");
      out.write("                                                                        <span>4.7</span>\n");
      out.write("                                                                        <p><span><del>RS2500</del></span> RS 1000/- </p>\n");
      out.write("                                                                    </div>\n");
      out.write("                                                                </div>\n");
      out.write("                                                            </div>\n");
      out.write("                                                            <div class=\"col-lg-3 col-md-6 col-sm-6\">\n");
      out.write("                                                                <div class=\"white_back\">\n");
      out.write("                                                                    <img src=\"images/09-Courses_08.png\" class=\"img-fluid\">\n");
      out.write("                                                                    <div class=\"raiting_class\">\n");
      out.write("                                                                        <h5>Course title will be\n");
      out.write("                                                                            place here\n");
      out.write("                                                                        </h5>\n");
      out.write("                                                                        <div class=\"rating\">\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>  \n");
      out.write("                                                                        </div> \n");
      out.write("                                                                        <span>4.7</span>\n");
      out.write("                                                                        <p><span><del>RS2500</del></span> RS 1000/- </p>\n");
      out.write("                                                                    </div>\n");
      out.write("                                                                </div>\n");
      out.write("                                                            </div>\n");
      out.write("                                                            <div class=\"col-lg-3 col-md-6 col-sm-6\">\n");
      out.write("                                                                <div class=\"white_back\">\n");
      out.write("                                                                    <img src=\"images/09-Courses_08.png\" class=\"img-fluid\">\n");
      out.write("                                                                    <div class=\"raiting_class\">\n");
      out.write("                                                                        <h5>Course title will be\n");
      out.write("                                                                            place here\n");
      out.write("                                                                        </h5>\n");
      out.write("                                                                        <div class=\"rating\">\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>  \n");
      out.write("                                                                        </div> \n");
      out.write("                                                                        <span>4.7</span>\n");
      out.write("                                                                        <p><span><del>RS2500</del></span> RS 1000/- </p>\n");
      out.write("                                                                    </div>\n");
      out.write("                                                                </div>\n");
      out.write("                                                            </div>\n");
      out.write("                                                            <div class=\"col-lg-3 col-md-6 col-sm-6\">\n");
      out.write("                                                                <div class=\"white_back\">\n");
      out.write("                                                                    <img src=\"images/09-Courses_08.png\" class=\"img-fluid\">\n");
      out.write("                                                                    <div class=\"raiting_class\">\n");
      out.write("                                                                        <h5>Course title will be\n");
      out.write("                                                                            place here\n");
      out.write("                                                                        </h5>\n");
      out.write("                                                                        <div class=\"rating\">\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>\n");
      out.write("                                                                            <i class=\"fa fa-star\"></i>  \n");
      out.write("                                                                        </div> \n");
      out.write("                                                                        <span>4.7</span>\n");
      out.write("                                                                        <p><span><del>RS2500</del></span> RS 1000/- </p>\n");
      out.write("                                                                    </div>\n");
      out.write("                                                                </div>\n");
      out.write("                                                            </div>\n");
      out.write("\n");
      out.write("                                                        </div>\n");
      out.write("                                                    </div>\n");
      out.write("                                                </div>\n");
      out.write("                                            </div>\n");
      out.write("                                        </div>\n");
      out.write("                                    </div>\n");
      out.write("                                </div>\n");
      out.write("                        </section>\n");
      out.write("\n");
      out.write("\n");
      out.write("                    </div>\n");
      out.write("                </div>\n");
      out.write("\n");
      out.write("        </section>\n");
      out.write("\n");
      out.write("        <footer>\n");
      out.write("            <div class=\"container-fluid\">\n");
      out.write("                <div class=\"row\">\n");
      out.write("                    <div class=\"col-md-4 col-sm-12 Newheader\">\n");
      out.write("                        <p>3201 FANNIN LN l Suite 200 l SOUTHLAKE, TX 76092</p>\n");
      out.write("                    </div>\n");
      out.write("                    <div class=\"col-md-4 col-sm-12 Newheader\" style=\"padding-top: 7px;\">\n");
      out.write("                        <ul class=\"list-inline header_icon_ul\">\n");
      out.write("\n");
      out.write("                            <li class=\"list-inline-item header_contact_li\">\n");
      out.write("                                <span><i class=\"fa fa-phone\"></i></span>\n");
      out.write("                                <span class=\"span_p\">\n");
      out.write("                                    <a href=\"#\">(313) 633-0165</a></span>\n");
      out.write("                            </li>\n");
      out.write("                            <li class=\"list-inline-item header_contact_li\">\n");
      out.write("                                <span><i class=\"fa fa-envelope\"></i></span>\n");
      out.write("                                <span><a href=\"\" class=\"span_p\">info@Opulent.us</a></span><a href=\"\" class=\"span_p\">\n");
      out.write("                                </a></li><a href=\"\" class=\"span_p\">\n");
      out.write("\n");
      out.write("                            </a>\n");
      out.write("                        </ul>\n");
      out.write("                    </div>\n");
      out.write("                    <div class=\"col-md-4 col-sm-12 opulent Newheader\">\n");
      out.write("                        <p>© 2019 Opulent. All rights reserved. <span style=\"color: #c00000;\"> Privacy Policy</span></p>\n");
      out.write("                    </div>\n");
      out.write("\n");
      out.write("                </div>\n");
      out.write("            </div>\n");
      out.write("\n");
      out.write("        </footer>\n");
      out.write("        <!--                          <script>              \n");
      out.write("                                      debugger;\n");
      out.write("                    $( document ).ready(function() {\n");
      out.write("                        $( \"#zipcode\" ).keypress(function(e) {\n");
      out.write("                            var key = e.keyCode;\n");
      out.write("                            if (key >= 48 && key <= 57) {\n");
      out.write("                                \n");
      out.write("                                e.preventDefault();\n");
      out.write("                            }\n");
      out.write("                        });\n");
      out.write("                    });\n");
      out.write("               </script>   \n");
      out.write("        -->\n");
      out.write("\n");
      out.write("\n");
      out.write("        <!--<span class='zoom' id='ex1'>\n");
      out.write("        <img src='images/tabs.png' width='555' height='320' alt='Daisy on the Ohoopee'/>\n");
      out.write("        <p>Hover</p>\n");
      out.write("      </span>-->\n");
      out.write("\n");
      out.write("        <!--jQuery first, then Bootstrap JS.--> \n");
      out.write("        <script src=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("/resources/js/jquery-3.2.1.min.js\" type=\"text/javascript\"></script>\n");
      out.write("        <script src=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("/resources/js/bootstrap4/bootstrap.min.js\"></script>\n");
      out.write("        <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js'></script>\n");
      out.write("        <script src='");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("/resources/js/jquery.zoom.js'></script>\n");
      out.write("\n");
      out.write("        <script type=\"text/javascript\" src=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("/resources/js/jquery-ui.min.js\"></script>\n");
      out.write("        <script type=\"text/javascript\" charset=\"utf-8\" src=\"");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
      out.write("/resources/ssasoft/js/requestQueueDetail.js\"></script>\n");
      out.write("        <script>\n");
      out.write("                                                $(document).ready(function() {\n");
      out.write("                                                    $('#remitdueDate').datepicker();\n");
      out.write("                                                    $('#remitdueDate').on('change', function() {\n");
      out.write("                                                        var index = $('#remitdueDate').index(this);\n");
      out.write("                                                        $('.date:eq(' + index + ')').val();\n");
      out.write("\n");
      out.write("                                                    });\n");
      out.write("                                                });\n");
      out.write("\n");
      out.write("                                                $(document).ready(function() {\n");
      out.write("                                                    $('#ex1').zoom();\n");
      out.write("                                                });\n");
      out.write("        </script>\n");
      out.write("\n");
      out.write("    </body>\n");
      out.write("</html>\n");
    } catch (java.lang.Throwable t) {
      if (!(t instanceof javax.servlet.jsp.SkipPageException)){
        out = _jspx_out;
        if (out != null && out.getBufferSize() != 0)
          try {
            if (response.isCommitted()) {
              out.flush();
            } else {
              out.clearBuffer();
            }
          } catch (java.io.IOException e) {}
        if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
        else throw new ServletException(t);
      }
    } finally {
      _jspxFactory.releasePageContext(_jspx_page_context);
    }
  }

  private boolean _jspx_meth_c_005fout_005f0(javax.servlet.jsp.PageContext _jspx_page_context)
          throws java.lang.Throwable {
    javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
    javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
    //  c:out
    org.apache.taglibs.standard.tag.rt.core.OutTag _jspx_th_c_005fout_005f0 = (org.apache.taglibs.standard.tag.rt.core.OutTag) _005fjspx_005ftagPool_005fc_005fout_0026_005fvalue_005fnobody.get(org.apache.taglibs.standard.tag.rt.core.OutTag.class);
    _jspx_th_c_005fout_005f0.setPageContext(_jspx_page_context);
    _jspx_th_c_005fout_005f0.setParent(null);
    // /pages/rqdetail.jsp(86,32) name = value type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_c_005fout_005f0.setValue((java.lang.Object) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${counter}", java.lang.Object.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
    int _jspx_eval_c_005fout_005f0 = _jspx_th_c_005fout_005f0.doStartTag();
    if (_jspx_th_c_005fout_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
      _005fjspx_005ftagPool_005fc_005fout_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005fout_005f0);
      return true;
    }
    _005fjspx_005ftagPool_005fc_005fout_0026_005fvalue_005fnobody.reuse(_jspx_th_c_005fout_005f0);
    return false;
  }

  private boolean _jspx_meth_c_005fchoose_005f0(javax.servlet.jsp.PageContext _jspx_page_context)
          throws java.lang.Throwable {
    javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
    javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
    //  c:choose
    org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_005fchoose_005f0 = (org.apache.taglibs.standard.tag.common.core.ChooseTag) _005fjspx_005ftagPool_005fc_005fchoose.get(org.apache.taglibs.standard.tag.common.core.ChooseTag.class);
    _jspx_th_c_005fchoose_005f0.setPageContext(_jspx_page_context);
    _jspx_th_c_005fchoose_005f0.setParent(null);
    int _jspx_eval_c_005fchoose_005f0 = _jspx_th_c_005fchoose_005f0.doStartTag();
    if (_jspx_eval_c_005fchoose_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      do {
        out.write("        \n");
        out.write("                            ");
        if (_jspx_meth_c_005fwhen_005f0(_jspx_th_c_005fchoose_005f0, _jspx_page_context))
          return true;
        out.write("\n");
        out.write("\n");
        out.write("                            ");
        if (_jspx_meth_c_005fotherwise_005f0(_jspx_th_c_005fchoose_005f0, _jspx_page_context))
          return true;
        out.write("\n");
        out.write("                        ");
        int evalDoAfterBody = _jspx_th_c_005fchoose_005f0.doAfterBody();
        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
          break;
      } while (true);
    }
    if (_jspx_th_c_005fchoose_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
      _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f0);
      return true;
    }
    _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f0);
    return false;
  }

  private boolean _jspx_meth_c_005fwhen_005f0(javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fchoose_005f0, javax.servlet.jsp.PageContext _jspx_page_context)
          throws java.lang.Throwable {
    javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
    javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
    //  c:when
    org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f0 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class);
    _jspx_th_c_005fwhen_005f0.setPageContext(_jspx_page_context);
    _jspx_th_c_005fwhen_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f0);
    // /pages/rqdetail.jsp(90,28) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_c_005fwhen_005f0.setTest(((java.lang.Boolean) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.isJointAccount}", boolean.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)).booleanValue());
    int _jspx_eval_c_005fwhen_005f0 = _jspx_th_c_005fwhen_005f0.doStartTag();
    if (_jspx_eval_c_005fwhen_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      do {
        out.write("\n");
        out.write("                                ");
        if (_jspx_meth_c_005fforEach_005f0(_jspx_th_c_005fwhen_005f0, _jspx_page_context))
          return true;
        out.write("\n");
        out.write("                            ");
        int evalDoAfterBody = _jspx_th_c_005fwhen_005f0.doAfterBody();
        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
          break;
      } while (true);
    }
    if (_jspx_th_c_005fwhen_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
      _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f0);
      return true;
    }
    _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f0);
    return false;
  }

  private boolean _jspx_meth_c_005fforEach_005f0(javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fwhen_005f0, javax.servlet.jsp.PageContext _jspx_page_context)
          throws java.lang.Throwable {
    javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
    javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
    //  c:forEach
    org.apache.taglibs.standard.tag.rt.core.ForEachTag _jspx_th_c_005fforEach_005f0 = (org.apache.taglibs.standard.tag.rt.core.ForEachTag) _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvarStatus_005fvar_005fitems.get(org.apache.taglibs.standard.tag.rt.core.ForEachTag.class);
    _jspx_th_c_005fforEach_005f0.setPageContext(_jspx_page_context);
    _jspx_th_c_005fforEach_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fwhen_005f0);
    // /pages/rqdetail.jsp(91,32) name = var type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_c_005fforEach_005f0.setVar("bankAccount");
    // /pages/rqdetail.jsp(91,32) name = items type = javax.el.ValueExpression reqTime = true required = false fragment = false deferredValue = true expectedTypeName = java.lang.Object deferredMethod = false methodSignature = null
    _jspx_th_c_005fforEach_005f0.setItems(new org.apache.jasper.el.JspValueExpression("/pages/rqdetail.jsp(91,32) '${paymentSchedule.listOfBankAccountsDto}'",_jsp_getExpressionFactory().createValueExpression(_jspx_page_context.getELContext(),"${paymentSchedule.listOfBankAccountsDto}",java.lang.Object.class)).getValue(_jspx_page_context.getELContext()));
    // /pages/rqdetail.jsp(91,32) name = varStatus type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_c_005fforEach_005f0.setVarStatus("status");
    int[] _jspx_push_body_count_c_005fforEach_005f0 = new int[] { 0 };
    try {
      int _jspx_eval_c_005fforEach_005f0 = _jspx_th_c_005fforEach_005f0.doStartTag();
      if (_jspx_eval_c_005fforEach_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\n");
          out.write("                                <div class=\"patient_names\">\n");
          out.write("                                    <span>");
          out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${status.count}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
          out.write("</span>\n");
          out.write("                                   <p> ");
          out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${bankAccount.partnerFirstName}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
          out.write(' ');
          out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${bankAccount.partnerMiddleName}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
          out.write(' ');
          out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${bankAccount.partnerLastName}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
          out.write("</p>\n");
          out.write("                                </div>\n");
          out.write("                               \n");
          out.write("                              ");
          int evalDoAfterBody = _jspx_th_c_005fforEach_005f0.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_c_005fforEach_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
        return true;
      }
    } catch (java.lang.Throwable _jspx_exception) {
      while (_jspx_push_body_count_c_005fforEach_005f0[0]-- > 0)
        out = _jspx_page_context.popBody();
      _jspx_th_c_005fforEach_005f0.doCatch(_jspx_exception);
    } finally {
      _jspx_th_c_005fforEach_005f0.doFinally();
      _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvarStatus_005fvar_005fitems.reuse(_jspx_th_c_005fforEach_005f0);
    }
    return false;
  }

  private boolean _jspx_meth_c_005fotherwise_005f0(javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fchoose_005f0, javax.servlet.jsp.PageContext _jspx_page_context)
          throws java.lang.Throwable {
    javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
    javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
    //  c:otherwise
    org.apache.taglibs.standard.tag.common.core.OtherwiseTag _jspx_th_c_005fotherwise_005f0 = (org.apache.taglibs.standard.tag.common.core.OtherwiseTag) _005fjspx_005ftagPool_005fc_005fotherwise.get(org.apache.taglibs.standard.tag.common.core.OtherwiseTag.class);
    _jspx_th_c_005fotherwise_005f0.setPageContext(_jspx_page_context);
    _jspx_th_c_005fotherwise_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f0);
    int _jspx_eval_c_005fotherwise_005f0 = _jspx_th_c_005fotherwise_005f0.doStartTag();
    if (_jspx_eval_c_005fotherwise_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      do {
        out.write(" \n");
        out.write("                                <div class=\"patient_names\">\n");
        out.write("                                    <span>1</span>\n");
        out.write("                                    <p> ");
        out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.firstName}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
        out.write(' ');
        out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.middleName}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
        out.write(' ');
        out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.lastName}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
        out.write("</p>\n");
        out.write("                                </div>\n");
        out.write("                            ");
        int evalDoAfterBody = _jspx_th_c_005fotherwise_005f0.doAfterBody();
        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
          break;
      } while (true);
    }
    if (_jspx_th_c_005fotherwise_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
      _005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f0);
      return true;
    }
    _005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f0);
    return false;
  }

  private boolean _jspx_meth_c_005fchoose_005f1(javax.servlet.jsp.PageContext _jspx_page_context)
          throws java.lang.Throwable {
    javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
    javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
    //  c:choose
    org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_005fchoose_005f1 = (org.apache.taglibs.standard.tag.common.core.ChooseTag) _005fjspx_005ftagPool_005fc_005fchoose.get(org.apache.taglibs.standard.tag.common.core.ChooseTag.class);
    _jspx_th_c_005fchoose_005f1.setPageContext(_jspx_page_context);
    _jspx_th_c_005fchoose_005f1.setParent(null);
    int _jspx_eval_c_005fchoose_005f1 = _jspx_th_c_005fchoose_005f1.doStartTag();
    if (_jspx_eval_c_005fchoose_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      do {
        out.write("\n");
        out.write("                                                                            ");
        if (_jspx_meth_c_005fwhen_005f1(_jspx_th_c_005fchoose_005f1, _jspx_page_context))
          return true;
        out.write("\n");
        out.write("                                                                            ");
        if (_jspx_meth_c_005fotherwise_005f1(_jspx_th_c_005fchoose_005f1, _jspx_page_context))
          return true;
        out.write("\n");
        out.write("                                                                        ");
        int evalDoAfterBody = _jspx_th_c_005fchoose_005f1.doAfterBody();
        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
          break;
      } while (true);
    }
    if (_jspx_th_c_005fchoose_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
      _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f1);
      return true;
    }
    _005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f1);
    return false;
  }

  private boolean _jspx_meth_c_005fwhen_005f1(javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fchoose_005f1, javax.servlet.jsp.PageContext _jspx_page_context)
          throws java.lang.Throwable {
    javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
    javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
    //  c:when
    org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f1 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class);
    _jspx_th_c_005fwhen_005f1.setPageContext(_jspx_page_context);
    _jspx_th_c_005fwhen_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f1);
    // /pages/rqdetail.jsp(260,76) name = test type = boolean reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
    _jspx_th_c_005fwhen_005f1.setTest(((java.lang.Boolean) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.paymentScheduleStatsId eq '4'}", boolean.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null)).booleanValue());
    int _jspx_eval_c_005fwhen_005f1 = _jspx_th_c_005fwhen_005f1.doStartTag();
    if (_jspx_eval_c_005fwhen_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      do {
        out.write("\n");
        out.write("                                                                                  <button id=\"imgvarifiedId\" class=\"btn-verify btn\" onclick=\"window.requestQueueDetail.updateRemit(");
        out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.paymentScheduleId}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
        out.write(',');
        out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.userProfileSeqNo}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
        out.write(", 4)\"  disabled=\"true\">\n");
        out.write("                                                                                     IMG Verified \n");
        out.write("                                                                                  </button>  \n");
        out.write("                                                                            ");
        int evalDoAfterBody = _jspx_th_c_005fwhen_005f1.doAfterBody();
        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
          break;
      } while (true);
    }
    if (_jspx_th_c_005fwhen_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
      _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f1);
      return true;
    }
    _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.reuse(_jspx_th_c_005fwhen_005f1);
    return false;
  }

  private boolean _jspx_meth_c_005fotherwise_005f1(javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fchoose_005f1, javax.servlet.jsp.PageContext _jspx_page_context)
          throws java.lang.Throwable {
    javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
    javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
    //  c:otherwise
    org.apache.taglibs.standard.tag.common.core.OtherwiseTag _jspx_th_c_005fotherwise_005f1 = (org.apache.taglibs.standard.tag.common.core.OtherwiseTag) _005fjspx_005ftagPool_005fc_005fotherwise.get(org.apache.taglibs.standard.tag.common.core.OtherwiseTag.class);
    _jspx_th_c_005fotherwise_005f1.setPageContext(_jspx_page_context);
    _jspx_th_c_005fotherwise_005f1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f1);
    int _jspx_eval_c_005fotherwise_005f1 = _jspx_th_c_005fotherwise_005f1.doStartTag();
    if (_jspx_eval_c_005fotherwise_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      do {
        out.write("\n");
        out.write("                                                                                <button id=\"imgvarifiedId\" class=\"btn-verify btn\" onclick=\"window.requestQueueDetail.updateRemit(");
        out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.paymentScheduleId}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
        out.write(',');
        out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${paymentSchedule.userProfileSeqNo}", java.lang.String.class, (javax.servlet.jsp.PageContext)_jspx_page_context, null));
        out.write(", 4)\">\n");
        out.write("                                                                                     IMG Verified \n");
        out.write("                                                                                     </button> \n");
        out.write("                                                                            ");
        int evalDoAfterBody = _jspx_th_c_005fotherwise_005f1.doAfterBody();
        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
          break;
      } while (true);
    }
    if (_jspx_th_c_005fotherwise_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
      _005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f1);
      return true;
    }
    _005fjspx_005ftagPool_005fc_005fotherwise.reuse(_jspx_th_c_005fotherwise_005f1);
    return false;
  }
}
