package org.apache.jsp;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
import java.util.*;
import java.sql.*;
import org.apache.log4j.Category;
import jp.co.sint.database.*;
import jp.co.sint.basic.*;
import jp.co.sint.tools.*;
import jp.co.sint.config.*;
import jp.co.sint.beans.mallmgr.*;

public class man_estimate_cust_jsp extends HttpJspBase {


  private static java.util.Vector _jspx_includes;

  static {
    _jspx_includes = new java.util.Vector(5);
    _jspx_includes.add("/mallmgr/estimate/../../include/man_chk_login_inc.jsp");
    _jspx_includes.add("/mallmgr/estimate/../../include/man_meta_inc.jsp");
    _jspx_includes.add("/mallmgr/estimate/../../include/man_header_popup_inc.jsp");
    _jspx_includes.add("/mallmgr/estimate/../../include/man_result_inc.jsp");
    _jspx_includes.add("/mallmgr/estimate/../../include/man_footer_popup_inc.jsp");
  }

  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_isFalse_value;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_response_sendRedirect;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_actionErrors;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_datetime_format_pattern;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_datetime_currentTime_nobody;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_sipage_type_size_page_onclick_id_collection;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_header;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_notEmpty_value;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_previousPage_label_blank_nobody;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_pageIndex_nobody;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_nextPage_label_blank_nobody;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siselect_space_name_defaultAlways_default_collection_nobody;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_recordCount_nobody;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_body;

  public man_estimate_cust_jsp() {
    _jspx_tagPool_webshop_isFalse_value = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_response_sendRedirect = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_actionErrors = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_datetime_format_pattern = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_datetime_currentTime_nobody = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_sipage_type_size_page_onclick_id_collection = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_header = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_notEmpty_value = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_previousPage_label_blank_nobody = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_pageIndex_nobody = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_nextPage_label_blank_nobody = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siselect_space_name_defaultAlways_default_collection_nobody = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_recordCount_nobody = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_body = new org.apache.jasper.runtime.TagHandlerPool();
  }

  public java.util.List getIncludes() {
    return _jspx_includes;
  }

  public void _jspDestroy() {
    _jspx_tagPool_webshop_isFalse_value.release();
    _jspx_tagPool_response_sendRedirect.release();
    _jspx_tagPool_webshop_actionErrors.release();
    _jspx_tagPool_datetime_format_pattern.release();
    _jspx_tagPool_datetime_currentTime_nobody.release();
    _jspx_tagPool_webshop_sipage_type_size_page_onclick_id_collection.release();
    _jspx_tagPool_webshop_header.release();
    _jspx_tagPool_webshop_notEmpty_value.release();
    _jspx_tagPool_webshop_previousPage_label_blank_nobody.release();
    _jspx_tagPool_webshop_pageIndex_nobody.release();
    _jspx_tagPool_webshop_nextPage_label_blank_nobody.release();
    _jspx_tagPool_webshop_siselect_space_name_defaultAlways_default_collection_nobody.release();
    _jspx_tagPool_webshop_recordCount_nobody.release();
    _jspx_tagPool_webshop_body.release();
  }

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

    JspFactory _jspxFactory = null;
    javax.servlet.jsp.PageContext pageContext = null;
    HttpSession session = null;
    ServletContext application = null;
    ServletConfig config = null;
    JspWriter out = null;
    Object page = this;
    JspWriter _jspx_out = null;


    try {
      _jspxFactory = JspFactory.getDefaultFactory();
      response.setContentType("text/html;charset=MS932");
      pageContext = _jspxFactory.getPageContext(this, request, response,
      			"../../util/error.jsp", true, 8192, true);
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

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

/**
 * Copyright (c) 2003-2005 System Integrator Corporation.
 *                 All Rights Reserved.
 * @version $Id : mallmgr/estimate/man_estimate_cust.jsp,v 1.0 2005/08/09 Exp $
 * @author      : Tsuyoshi Yagi
 * @Description : 顧客検索画面
 * @History
 * Author         Date        Reason
 * ============   ==========  ===========================
 * Tsuyoshi Yagi         2005/12/06  Original
 */

      out.write("\r\n");
/**タグのセクション*/
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
/**エラー遷移先の定義のセクション*/
      out.write("\r\n");
      out.write("\r\n");
/**クラスのインポートのセクション*/
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
/**ユーザーログイン情報のチェックのセクション*/
      out.write("\r\n");

/**
 * Copyright (c) 2003-2004 System Integrator Corporation.
 *                 All Rights Reserved.
 * @version $Id : include/man_chk_login_inc.jsp,v 1.0 2003/10/01 Exp $
 * @author      : Jinwang Chen
 * @Description : 管理画面に管理者がログインでかどうかをチェックします。
 *                 ログインしなければ、自動的に管理のトップログイン画面への遷移
 * @History
 * Author         Date        Reason
 * ============   ==========  ===========================
 * J.W.Chen       2003/10/01  Original
 */

      out.write("\r\n\r\n");
      out.write("\r\n");
      out.write("\r\n\r\n");
SILogin manLogin=SIHTMLUtil.getLogin(request);
      out.write("\r\n");
//7.3.0 ST2022 修正 ここから
      out.write("\r\n");
      out.write("\r\n");
      /* ----  webshop:isFalse ---- */
      jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_0 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
      _jspx_th_webshop_isFalse_0.setPageContext(pageContext);
      _jspx_th_webshop_isFalse_0.setParent(null);
      _jspx_th_webshop_isFalse_0.setValue(manLogin.isLogin(request));
      int _jspx_eval_webshop_isFalse_0 = _jspx_th_webshop_isFalse_0.doStartTag();
      if (_jspx_eval_webshop_isFalse_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n");
//7.3.0 ST2022 修正 ここまで
          out.write("\r\n");
if (!SIConfig.SIWEBSHOP_MAN_DEVELOPING) {
          out.write("\r\n  ");
          /* ----  response:sendRedirect ---- */
          org.apache.taglibs.response.SendRedirectTag _jspx_th_response_sendRedirect_0 = (org.apache.taglibs.response.SendRedirectTag) _jspx_tagPool_response_sendRedirect.get(org.apache.taglibs.response.SendRedirectTag.class);
          _jspx_th_response_sendRedirect_0.setPageContext(pageContext);
          _jspx_th_response_sendRedirect_0.setParent(_jspx_th_webshop_isFalse_0);
          int _jspx_eval_response_sendRedirect_0 = _jspx_th_response_sendRedirect_0.doStartTag();
          if (_jspx_eval_response_sendRedirect_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            if (_jspx_eval_response_sendRedirect_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
              out = _bc;
              _jspx_th_response_sendRedirect_0.setBodyContent(_bc);
              _jspx_th_response_sendRedirect_0.doInitBody();
            }
            do {
              out.print(SIURLMap.getHttpsUrl(request,"webshop.jsp.manager.login"));
              int evalDoAfterBody = _jspx_th_response_sendRedirect_0.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
            if (_jspx_eval_response_sendRedirect_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
              out = pageContext.popBody();
          }
          if (_jspx_th_response_sendRedirect_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_response_sendRedirect.reuse(_jspx_th_response_sendRedirect_0);
//7.1.1 ST0174 修正
          out.write("\r\n");
}
          out.write("\r\n");
//7.3.0 ST2022 修正 ここから
          out.write("\r\n");
          out.write("\r\n");
          int evalDoAfterBody = _jspx_th_webshop_isFalse_0.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isFalse_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_0);
      out.write("\r\n");
//7.3.0 ST2022 修正 ここまで
      out.write("\r\n");
      out.write("\r\n");

//トップサイトの設定
String webshopSite=SIHTMLUtil.getRootPath(request);

//ログ用のインスタンスの生成
Category log=Category.getInstance(SIConfig.SILOG4J_WEBSHOP_CATEGORY_NAME);
UICmdtyCust custListID=(UICmdtyCust)session.getAttribute(SIConfig.SISESSION_MAN_ESTIMATE_CUST);

if (custListID==null)custListID=new UICmdtyCust();

String custCode = request.getParameter("code");
String custName = request.getParameter("name");
String newflg = request.getParameter("new");
String counterSrvSite=request.getParameter("counter");
if (SIUtil.isNotNull(newflg)) {
  if (Integer.parseInt(newflg)==1) custListID=new UICmdtyCust();
} else {
  custCode=custListID.getCustCodeFrom();
  custName=custListID.getCustName();
  counterSrvSite=custListID.getCounter();
}
custListID.setCustCodeFrom(custCode);
custListID.setCustName(custName);

//データベースへのコネクション
SIDatabaseConnection databaseConnection = new SIDatabaseConnection();try{
//データベースへのコネクションの生成
Connection connection = databaseConnection.getConnection();

Collection custColl=custListID.getCollection(connection);
//ここを見積画面に変更
int spaceNum=18;

      out.write("\r\n");
      out.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\r\n");
      out.write("<html LANG=\"ja-JP\">\r\n");
      out.write("<head>\r\n");

/**
 * Copyright (c) 2003-2004 System Integrator Corporation.
 *                 All Rights Reserved.
 * @version $Id : include/man_meta_inc.jsp,v 1.0 2003/10/14 R.Tosaka Exp $
 * @author      : R.Tosaka
 * @Description : 管理画面共通で使用するmetaタグ用スクリプト
 * @History
 * Author         Date        Reason
 * ============   ==========  ===========================
 * R.Tosaka       2003/10/14  Original
 */

      out.write("\r\n");
      out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=Shift_JIS\">\r\n");
      out.write("<meta http-equiv=\"Content-Script-Type\" content=\"text/javascript\">\r\n");
      out.write("<meta http-equiv=\"Content-Style-Type\" content=\"text/css\">");
      out.write("\r\n");
      out.write("<title>顧客検索");
      out.write("</title>\r\n");
      out.write("<link href=\"");
      out.print(webshopSite);
      out.write("/style/SuperCSS.css\" rel=\"stylesheet\" type=\"text/css\">\r\n");
      out.write("<script language=\"javascript1.2\" type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/script/SIAppCommon.js\">\r\n");
      out.write("</script>\r\n");
      out.write("<script language=\"javascript\" type=\"text/javascript\">\r\n");
      out.write("<!--\r\nfunction gotoNextPage(pageNum){\r\n  with (document.forms[0]){\r\n    pageNumberTxt.value=pageNum;\r\n    actionNameTxt.value=\"");
      out.print(SIConfig.SIACTION_SEARCH);
      out.write("\";\r\n    submit();\r\n  }\r\n}\r\nfunction decideCust(act,val1){\r\n  with (document.forms[0]){\r\n    actionNameTxt.value=act;\r\n    custCodeTxt.value=val1;\r\n    submit();\r\n  }\r\n}\r\n");
if (custListID.getCloseWindow() == true){
      out.write("\r\nif(navigator.appName.charAt(0) == \"M\"){\r\n  window.opener.location.href=\"");
      out.print(counterSrvSite+"?a="+SIConfig.SIACTION_REFRESH);
      out.write("\";\r\n}else{\r\n  opener.document.forms[0].action=\"");
      out.print(counterSrvSite);
      out.write("\";\r\n  opener.document.forms[0].actionNameTxt.value=\"");
      out.print(SIConfig.SIACTION_REFRESH);
      out.write("\";\r\n  opener.document.forms[0].submit();\r\n}\r\nwindow.close();\r\n");
}
      out.write("\r\nfunction enterSearch(){\r\n  if (event.keyCode == 13){\r\n    sendActionByData1('");
      out.print(SIConfig.SIACTION_SEARCH);
      out.write("');\r\n  }\r\n}\r\n-->\r\n");
      out.write("</script>\r\n");
      out.write("</head>\r\n");
      out.write("<body onload=\"focusElement()\" onkeypress=\"enterSearch()\">\r\n");
      out.write("<form name=\"webshopFrm\" action=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.estimate.cust"));
      out.write("\" method=\"post\">\r\n");
      out.write("<table width=\"800\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" summary=\"LayoutTable\">\r\n  ");
      out.write("<tr>");
      out.write("<td>");

/**
 * Copyright (c) 2003-2004 System Integrator Corporation.
 *                 All Rights Reserved.
 * @version $Id : include/man_header_popup_inc.jsp,v 1.0 2003/07/28 jwchen Exp $
 * @author      : Shionoya Yoshiaki
 * @Description : 管理画面（ポップアップウィンドウ）に共通のヘッダ部分を表示するようのスクリプト
 * @History
 * Author         Date        Reason
 * ============   ==========  ===========================
 * Shionoya Yoshiaki      2004/01/30  Original
 */

      out.write("\r\n");
      out.write("<img src=\"");
      out.print(SIHTMLUtil.getRootPath(request));
      out.write("/image/mallmgr/WS_Title800.gif\" alt=\"Title\" width=\"100%\" height=\"30\">");
      out.write("</td>");
      out.write("</tr>\r\n  ");
      out.write("<tr>\r\n    ");
      out.write("<td heig height=\"400\" valign=\"top\" class=\"Back_Edit_ScreenBG\">\r\n      ");
      out.write("<span class=\"Back_Edit_TitleText\">顧客検索");
      out.write("</span>\r\n      ");
      out.write("<br>");
      out.write("<br>\r\n      ");
      out.write("<span class=\"Text_ErrorMessage\">\r\n      ");
      if (_jspx_meth_webshop_actionErrors_0(pageContext))
        return;
      out.write("\r\n      ");
      out.write("</span>\r\n      ");
      out.write("<table cellpadding=\"0\" cellspacing=\"0\">\r\n        ");
      out.write("<tr>\r\n          ");
      out.write("<td>\r\n            ");
      out.write("<table border=\"0\" cellpadding=\"3\" cellspacing=\"1\" class=\"Back_Edit_TableBorder\">\r\n              ");
      out.write("<tr>\r\n                ");
      out.write("<td width=\"60\" class=\"Back_Edit_HeaderCell\">検索項目");
      out.write("</td>\r\n                ");
      out.write("<td width=\"640\"colspan=\"3\" class=\"Back_Edit_HeaderCell\">検索条件");
      out.write("</td>\r\n              ");
      out.write("</tr>\r\n              ");
      out.write("<tr>\r\n                ");
      out.write("<td valign=\"middle\" width=\"60\" class=\"Back_Edit_DataCell_Label\">顧客名");
      out.write("</td>\r\n                ");
      out.write("<td width=\"290\" class=\"Back_Edit_DataCell\">\r\n                  ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Zen.gif\" alt=\"全角\" width=\"60\" height=\"16\" align=\"middle\">\r\n                  ");
      out.write("<input type=\"text\"name=\"custName\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custListID.getCustName()));
      out.write("\" size=\"28\" maxlength=\"50\" class=\"Form_TextBox_imeActive\">\r\n                  ");
      out.write("<span class=\"Text_Blue_Small\">※部分一致");
      out.write("</span>\r\n                ");
      out.write("</td>\r\n                ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell_Label\">顧客名カナ");
      out.write("</td>\r\n                ");
      out.write("<td class=\"Back_Edit_DataCell\">\r\n                  ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_ZenKana.gif\" alt=\"全角カナ\" width=\"60\" height=\"16\" align=\"middle\">\r\n                  ");
      out.write("<input type=\"text\"name=\"custPronName\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custListID.getCustPronName()));
      out.write("\" size=\"28\" maxlength=\"50\" class=\"Form_TextBox_imeActive\">\r\n                  ");
      out.write("<span class=\"Text_Blue_Small\">※部分一致");
      out.write("</span>\r\n                ");
      out.write("</td>\r\n              ");
      out.write("</tr>\r\n              ");
      out.write("<tr>\r\n                ");
      out.write("<td valign=\"middle\" width=\"60\" class=\"Back_Edit_DataCell_Label\">顧客コード");
      out.write("</td>\r\n                ");
      out.write("<td width=\"290\" class=\"Back_Edit_DataCell\">\r\n                  ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_HanSuuji.gif\" alt=\"半角数字\" width=\"60\" height=\"16\" align=\"middle\">\r\n                  ");
      out.write("<input type=\"text\"name=\"custCodeFrom\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custListID.getCustCodeFrom()));
      out.write("\" size=\"15\" maxlength=\"10\" class=\"Form_TextBox_imeInactive\">\r\n                  ");
      out.write("<span class=\"Text_Blue_Small\">※完全一致");
      out.write("</span>\r\n                ");
      out.write("</td>\r\n                ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell_Label\">メールアドレス");
      out.write("</td>\r\n                ");
      out.write("<td class=\"Back_Edit_DataCell\">\r\n                  ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_HanEisuu.gif\" alt=\"半角英数\" width=\"60\" height=\"16\" align=\"middle\">\r\n                  ");
      out.write("<input type=\"text\"name=\"eMail\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custListID.getEMail()));
      out.write("\" size=\"28\" maxlength=\"128\" class=\"Form_TextBox_imeInactive\">\r\n                  ");
      out.write("<span class=\"Text_Blue_Small\">※部分一致");
      out.write("</span>\r\n                ");
      out.write("</td>\r\n              ");
      out.write("</tr>\r\n              ");
      out.write("<tr>\r\n                ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell_Label\">サロン名");
      out.write("</td>\r\n                ");
      out.write("<td class=\"Back_Edit_DataCell\">\r\n                  ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Zen.gif\" alt=\"全角\" width=\"60\" height=\"16\" align=\"middle\">\r\n                  ");
      out.write("<input type=\"text\"name=\"companyName\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custListID.getCompanyName()));
      out.write("\" size=\"28\" maxlength=\"100\" class=\"Form_TextBox_imeActive\">\r\n                  ");
      out.write("<span class=\"Text_Blue_Small\">※部分一致");
      out.write("</span>\r\n                ");
      out.write("</td>\r\n                ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell_Label\">会社名");
      out.write("</td>\r\n                ");
      out.write("<td class=\"Back_Edit_DataCell\">\r\n                  ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Zen.gif\" alt=\"全角\" width=\"60\" height=\"16\" align=\"middle\">\r\n                  ");
      out.write("<input type=\"text\"name=\"corporationName\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custListID.getCorporationName()));
      out.write("\" size=\"28\" maxlength=\"100\" class=\"Form_TextBox_imeActive\">\r\n                  ");
      out.write("<span class=\"Text_Blue_Small\">※部分一致");
      out.write("</span>\r\n                ");
      out.write("</td>\r\n              ");
      out.write("</tr>\r\n              ");
      out.write("<tr>\r\n                ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell_Label\">電話番号");
      out.write("</td>\r\n                ");
      out.write("<td class=\"Back_Edit_DataCell\" colspan=\"3\">\r\n                  ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_HanSuuji.gif\" alt=\"半角数字\" width=\"60\" height=\"16\" align=\"middle\">\r\n                  ");
      out.write("<input type=\"text\"name=\"tel\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custListID.getTel()));
      out.write("\" size=\"28\" maxlength=\"16\" class=\"Form_TextBox_imeInactive\">\r\n                  ");
      out.write("<span class=\"Text_Blue_Small\">※部分一致");
      out.write("</span>\r\n                ");
      out.write("</td>\r\n              ");
      out.write("</tr>\r\n            ");
      out.write("</table>\r\n            ");
      out.write("<table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\">\r\n              ");
      out.write("<tr>\r\n                ");
      out.write("<td align=\"right\">\r\n                  ");
      out.write("<br>");
      out.write("<a href=\"javascript:sendActionByData1('");
      out.print(SIConfig.SIACTION_SEARCH);
      out.write("','pageNumberTxt','1')\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/btn_L_Serch.gif\" alt=\"検索\" width=\"125\" height=\"30\" class=\"imgBtn\" >");
      out.write("</a>\r\n                ");
      out.write("</td>\r\n              ");
      out.write("</tr>\r\n            ");
      out.write("</table>\r\n          ");
      out.write("</td>\r\n        ");
      out.write("</tr>\r\n        ");
      out.write("<tr>\r\n          ");
      out.write("<td>\r\n            ");
      /* ----  webshop:sipage ---- */
      jp.co.sint.taglib.SIPageTag _jspx_th_webshop_sipage_0 = (jp.co.sint.taglib.SIPageTag) _jspx_tagPool_webshop_sipage_type_size_page_onclick_id_collection.get(jp.co.sint.taglib.SIPageTag.class);
      _jspx_th_webshop_sipage_0.setPageContext(pageContext);
      _jspx_th_webshop_sipage_0.setParent(null);
      _jspx_th_webshop_sipage_0.setPage("pageNumberTxt");
      _jspx_th_webshop_sipage_0.setSize(custListID.getPageSizeSel());
      _jspx_th_webshop_sipage_0.setId("custPage");
      _jspx_th_webshop_sipage_0.setType("jp.co.sint.basic.SICust");
      _jspx_th_webshop_sipage_0.setCollection(custColl );
      _jspx_th_webshop_sipage_0.setOnclick("gotoNextPage");
      int _jspx_eval_webshop_sipage_0 = _jspx_th_webshop_sipage_0.doStartTag();
      if (_jspx_eval_webshop_sipage_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        java.lang.Integer index = null;
        java.lang.Integer indexOnPage = null;
        jp.co.sint.basic.SICust custPage = null;
        index = (java.lang.Integer) pageContext.findAttribute("index");
        indexOnPage = (java.lang.Integer) pageContext.findAttribute("indexOnPage");
        custPage = (jp.co.sint.basic.SICust) pageContext.findAttribute("custPage");
        do {
          out.write("\r\n            ");
          /* ----  webshop:header ---- */
          jp.co.sint.taglib.SIHeaderTag _jspx_th_webshop_header_0 = (jp.co.sint.taglib.SIHeaderTag) _jspx_tagPool_webshop_header.get(jp.co.sint.taglib.SIHeaderTag.class);
          _jspx_th_webshop_header_0.setPageContext(pageContext);
          _jspx_th_webshop_header_0.setParent(_jspx_th_webshop_sipage_0);
          int _jspx_eval_webshop_header_0 = _jspx_th_webshop_header_0.doStartTag();
          if (_jspx_eval_webshop_header_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n            ");
              out.write("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" summary=\"検索結果ヘッダ\">\r\n              ");
              out.write("<tr>");
              out.write("<td>");
              out.write("<br>");
              out.write("<br>");
              out.write("</td>");
              out.write("</tr>\r\n              ");
              out.write("  ");
              /* ----  webshop:notEmpty ---- */
              jp.co.sint.taglib.SINotEmptyTag _jspx_th_webshop_notEmpty_0 = (jp.co.sint.taglib.SINotEmptyTag) _jspx_tagPool_webshop_notEmpty_value.get(jp.co.sint.taglib.SINotEmptyTag.class);
              _jspx_th_webshop_notEmpty_0.setPageContext(pageContext);
              _jspx_th_webshop_notEmpty_0.setParent(_jspx_th_webshop_header_0);
              _jspx_th_webshop_notEmpty_0.setValue((String)request.getAttribute(SIConfig.SIMESSAGE_ATTRIBUTE_RESULT_NAME));
              int _jspx_eval_webshop_notEmpty_0 = _jspx_th_webshop_notEmpty_0.doStartTag();
              if (_jspx_eval_webshop_notEmpty_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
                do {
                  out.write("\r\n    ");
                  out.write("<span class=\"Text_Red_Small_Bold\">");
                  out.print((String)request.getAttribute(SIConfig.SIMESSAGE_ATTRIBUTE_RESULT_NAME));
                  out.write("\r\n    ");
                  out.write("<br>(");
                  if (_jspx_meth_datetime_format_1(_jspx_th_webshop_notEmpty_0, pageContext))
                    return;
                  out.write(")\r\n    ");
                  out.write("<br>");
                  out.write("<br>");
                  out.write("</span>\r\n  ");
                  int evalDoAfterBody = _jspx_th_webshop_notEmpty_0.doAfterBody();
                  if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                    break;
                } while (true);
              }
              if (_jspx_th_webshop_notEmpty_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
                return;
              _jspx_tagPool_webshop_notEmpty_value.reuse(_jspx_th_webshop_notEmpty_0);
              out.write("\r\n              ");
              out.write("<tr>\r\n                ");
              out.write("<td width=\"300\" valign=\"middle\" align=\"center\" class=\"Text_Black_Large_Bold\">\r\n                  ");
              if (_jspx_meth_webshop_previousPage_0(_jspx_th_webshop_header_0, pageContext))
                return;
              out.write("\r\n                  &nbsp;&nbsp;\r\n                  ");
              if (_jspx_meth_webshop_pageIndex_0(_jspx_th_webshop_header_0, pageContext))
                return;
              out.write("\r\n                  &nbsp;&nbsp;\r\n                  ");
              if (_jspx_meth_webshop_nextPage_0(_jspx_th_webshop_header_0, pageContext))
                return;
              out.write("\r\n                ");
              out.write("</td>\r\n                ");
              out.write("<td width= \"10\">&nbsp;");
              out.write("</td>\r\n                ");
              out.write("<td width=\"130\" rowspan=\"2\" valign=\"middle\" class=\"Text_Black_Normal\">\r\n                  ");
              /* ----  webshop:siselect ---- */
              jp.co.sint.taglib.SISelect _jspx_th_webshop_siselect_0 = (jp.co.sint.taglib.SISelect) _jspx_tagPool_webshop_siselect_space_name_defaultAlways_default_collection_nobody.get(jp.co.sint.taglib.SISelect.class);
              _jspx_th_webshop_siselect_0.setPageContext(pageContext);
              _jspx_th_webshop_siselect_0.setParent(_jspx_th_webshop_header_0);
              _jspx_th_webshop_siselect_0.setDefaultAlways("true");
              _jspx_th_webshop_siselect_0.setName("pageSizeSel");
              _jspx_th_webshop_siselect_0.setDefault(custListID.getPageSizeSel());
              _jspx_th_webshop_siselect_0.setCollection(SIUtil.getPageColl());
              _jspx_th_webshop_siselect_0.setSpace(spaceNum);
              int _jspx_eval_webshop_siselect_0 = _jspx_th_webshop_siselect_0.doStartTag();
              if (_jspx_th_webshop_siselect_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
                return;
              _jspx_tagPool_webshop_siselect_space_name_defaultAlways_default_collection_nobody.reuse(_jspx_th_webshop_siselect_0);
              out.write("&nbsp;&nbsp;件ずつ表示\r\n                ");
              out.write("</td>\r\n                ");
              out.write("<td width= \"10\">&nbsp;");
              out.write("</td>\r\n                ");
              out.write("<td width=\"150\" rowspan=\"2\" align=\"right\" class=\"Text_Black_Large\">検索結果");
              if (_jspx_meth_webshop_recordCount_0(_jspx_th_webshop_header_0, pageContext))
                return;
              out.write("件");
              out.write("</td>\r\n                ");
              out.write("<td width= \"60\">&nbsp;");
              out.write("</td>\r\n              ");
              out.write("</tr>\r\n            ");
              out.write("</table>\r\n            ");
              out.write("<table border=\"0\" cellpadding=\"3\" cellspacing=\"1\" class=\"Back_Edit_TableBorder\">\r\n              ");
              out.write("<tr>\r\n                ");
              out.write("<td width=\"75\" class=\"Back_Edit_HeaderCell\">顧客コード");
              out.write("</td>\r\n                ");
              out.write("<td width=\"120\" class=\"Back_Edit_HeaderCell\">サロン名");
              out.write("</td>\r\n                ");
              out.write("<td width=\"90\" class=\"Back_Edit_HeaderCell\">顧客名");
              out.write("</td>\r\n                ");
              out.write("<td width=\"120\" class=\"Back_Edit_HeaderCell\">顧客カナ");
              out.write("</td>\r\n                ");
              out.write("<td width=\"160\" class=\"Back_Edit_HeaderCell\">メールアドレス");
              out.write("</td>\r\n                ");
              out.write("<td width=\"110\" class=\"Back_Edit_HeaderCell\">電話番号");
              out.write("</td>\r\n                ");
              out.write("<td width=\"55\" class=\"Back_Edit_HeaderCell\">");
              out.write("</td>\r\n              ");
              out.write("</tr>\r\n            ");
              int evalDoAfterBody = _jspx_th_webshop_header_0.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_header_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_header.reuse(_jspx_th_webshop_header_0);
          out.write("\r\n            ");
          /* ----  webshop:body ---- */
          jp.co.sint.taglib.SIBodyTag _jspx_th_webshop_body_0 = (jp.co.sint.taglib.SIBodyTag) _jspx_tagPool_webshop_body.get(jp.co.sint.taglib.SIBodyTag.class);
          _jspx_th_webshop_body_0.setPageContext(pageContext);
          _jspx_th_webshop_body_0.setParent(_jspx_th_webshop_sipage_0);
          int _jspx_eval_webshop_body_0 = _jspx_th_webshop_body_0.doStartTag();
          if (_jspx_eval_webshop_body_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n            ");
String cellClass="Back_Edit_DataCell"; if ("1".equals(custPage.getReceivableFlg())) cellClass="Back_Edit_DataCell_Ex";
              out.write("\r\n              ");
              out.write("<tr class=\"");
              out.print(cellClass);
              out.write("\">\r\n                ");
              out.write("<td>");
              out.print(SIHTMLUtil.HTMLEncode(custPage.getCustCode()));
              out.write("</td>\r\n                ");
              out.write("<td>");
              out.print(SIHTMLUtil.HTMLEncode(custPage.getCompanyName()));
              out.write("</td>\r\n                ");
              out.write("<td>");
              out.print(SIHTMLUtil.HTMLEncode(custPage.getCustName()));
              out.write("</td>\r\n                ");
              out.write("<td>");
              out.print(SIHTMLUtil.HTMLEncode(custPage.getCustPronName()));
              out.write("</td>\r\n                ");
              out.write("<td>");
              out.print(SIHTMLUtil.HTMLEncode(custPage.getEmail()));
              out.write("</td>\r\n                ");
              out.write("<td>");
              out.print(SIHTMLUtil.HTMLEncode(custPage.getStoreTel()));
              out.write("<br>");
              out.print(SIHTMLUtil.HTMLEncode(custPage.getTel()));
              out.write("</td>\r\n                ");
              out.write("<td align=\"center\">\r\n                  ");
              out.write("<a href=\"javascript:decideCust('");
              out.print(SIConfig.SIACTION_MODIFY);
              out.write("','");
              out.print(SIHTMLUtil.HTMLEncode(custPage.getCustCode()));
              out.write("')\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/mallmgr/btn_S_Select.gif\" alt=\"選択\" width=\"45\" height=\"20\" class=\"imgBtn\" >");
              out.write("</a>\r\n                ");
              out.write("</td>\r\n              ");
              out.write("</tr>\r\n            ");
              int evalDoAfterBody = _jspx_th_webshop_body_0.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_body_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_body.reuse(_jspx_th_webshop_body_0);
          out.write("\r\n            ");
          int evalDoAfterBody = _jspx_th_webshop_sipage_0.doAfterBody();
          index = (java.lang.Integer) pageContext.findAttribute("index");
          indexOnPage = (java.lang.Integer) pageContext.findAttribute("indexOnPage");
          custPage = (jp.co.sint.basic.SICust) pageContext.findAttribute("custPage");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_sipage_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_sipage_type_size_page_onclick_id_collection.reuse(_jspx_th_webshop_sipage_0);
      out.write("\r\n            ");
      out.write("</table>\r\n          ");
      out.write("</td>\r\n        ");
      out.write("</tr>\r\n        ");
      out.write("<tr>\r\n          ");
      out.write("<td>\r\n            ");
      out.write("<table width=\"740\" summary=\"ボタン配置\">\r\n              ");
      out.write("<tr>\r\n                ");
      out.write("<td align=\"center\">\r\n                  ");
      out.write("<a href=\"javascript:window.close()\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/btn_L_Close.gif\" width=\"125\" height=\"30\" alt=\"閉じる\" class=\"imgBtn\">");
      out.write("</a>\r\n                ");
      out.write("</td>\r\n              ");
      out.write("</tr>\r\n            ");
      out.write("</table>\r\n          ");
      out.write("</td>\r\n        ");
      out.write("</tr>\r\n      ");
      out.write("</table>\r\n    ");
      out.write("</td>\r\n  ");
      out.write("<tr>");
      out.write("<td width=\"100%\" height=\"20\">");

/**
 * Copyright (c) 2003-2004 System Integrator Corporation.
 *                 All Rights Reserved.
 * @version $Id : include/man_footer_popup_inc.jsp,v 1.0 2004/01/30 Shionoya Exp $
 * @author      : Shionoya Yoshiaki
 * @Description : 管理画面（ポップアップ）に共通のフッタ部分を表示するようのスクリプト
 * @History
 * Author         Date        Reason
 * ============   ==========  ===========================
 * J.W.Chen       2004/01/30  Original
 */

      out.write("\r\n");
      out.write("<img src=\"");
      out.print(SIHTMLUtil.getRootPath(request));
      out.write("/image/mallmgr/WS_Footer800.gif\" alt=\"Footer\" width=\"100%\" height=\"20\">");
      out.write("</td>");
      out.write("</tr>\r\n");
      out.write("</table>\r\n");
      out.write("<input type=\"hidden\" name=\"actionNameTxt\" value=\"\">\r\n");
      out.write("<input type=\"hidden\" name=\"pageNumberTxt\" value=\"");
      out.print(custListID.getPageNumberTxt());
      out.write("\">\r\n");
      out.write("<input type=\"hidden\" name=\"custCodeTxt\" value=\"\">\r\n");
      out.write("<input type=\"hidden\" name=\"custNameTxt\" value=\"\">\r\n");
      out.write("<input type=\"hidden\" name=\"counter\" value=\"");
      out.print(counterSrvSite  );
      out.write("\">\r\n");
      out.write("</form>\r\n");
      out.write("</body>\r\n");
      out.write("</html>\r\n");

}catch(Exception e){
  e.printStackTrace();
  throw new ServletException();
}finally{
  databaseConnection.close();
}

    } catch (Throwable t) {
      out = _jspx_out;
      if (out != null && out.getBufferSize() != 0)
        out.clearBuffer();
      if (pageContext != null) pageContext.handlePageException(t);
    } finally {
      if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
    }
  }

  private boolean _jspx_meth_webshop_actionErrors_0(javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  webshop:actionErrors ---- */
    jp.co.sint.taglib.SIActionErrorsTag _jspx_th_webshop_actionErrors_0 = (jp.co.sint.taglib.SIActionErrorsTag) _jspx_tagPool_webshop_actionErrors.get(jp.co.sint.taglib.SIActionErrorsTag.class);
    _jspx_th_webshop_actionErrors_0.setPageContext(pageContext);
    _jspx_th_webshop_actionErrors_0.setParent(null);
    int _jspx_eval_webshop_actionErrors_0 = _jspx_th_webshop_actionErrors_0.doStartTag();
    if (_jspx_eval_webshop_actionErrors_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      if (_jspx_eval_webshop_actionErrors_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
        javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
        out = _bc;
        _jspx_th_webshop_actionErrors_0.setBodyContent(_bc);
        _jspx_th_webshop_actionErrors_0.doInitBody();
      }
      do {
        out.write("\r\n        下記のメッセージの発生日時は、");
        if (_jspx_meth_datetime_format_0(_jspx_th_webshop_actionErrors_0, pageContext))
          return true;
        out.write("です。\r\n      ");
        int evalDoAfterBody = _jspx_th_webshop_actionErrors_0.doAfterBody();
        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
          break;
      } while (true);
      if (_jspx_eval_webshop_actionErrors_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
        out = pageContext.popBody();
    }
    if (_jspx_th_webshop_actionErrors_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_webshop_actionErrors.reuse(_jspx_th_webshop_actionErrors_0);
    return false;
  }

  private boolean _jspx_meth_datetime_format_0(javax.servlet.jsp.tagext.Tag _jspx_th_webshop_actionErrors_0, javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  datetime:format ---- */
    org.apache.taglibs.datetime.FormatTag _jspx_th_datetime_format_0 = (org.apache.taglibs.datetime.FormatTag) _jspx_tagPool_datetime_format_pattern.get(org.apache.taglibs.datetime.FormatTag.class);
    _jspx_th_datetime_format_0.setPageContext(pageContext);
    _jspx_th_datetime_format_0.setParent(_jspx_th_webshop_actionErrors_0);
    _jspx_th_datetime_format_0.setPattern("yyyy/MM/dd HH:mm:ss");
    int _jspx_eval_datetime_format_0 = _jspx_th_datetime_format_0.doStartTag();
    if (_jspx_eval_datetime_format_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      if (_jspx_eval_datetime_format_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
        javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
        out = _bc;
        _jspx_th_datetime_format_0.setBodyContent(_bc);
        _jspx_th_datetime_format_0.doInitBody();
      }
      do {
        if (_jspx_meth_datetime_currentTime_0(_jspx_th_datetime_format_0, pageContext))
          return true;
        int evalDoAfterBody = _jspx_th_datetime_format_0.doAfterBody();
        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
          break;
      } while (true);
      if (_jspx_eval_datetime_format_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
        out = pageContext.popBody();
    }
    if (_jspx_th_datetime_format_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_datetime_format_pattern.reuse(_jspx_th_datetime_format_0);
    return false;
  }

  private boolean _jspx_meth_datetime_currentTime_0(javax.servlet.jsp.tagext.Tag _jspx_th_datetime_format_0, javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  datetime:currentTime ---- */
    org.apache.taglibs.datetime.CurrentTimeTag _jspx_th_datetime_currentTime_0 = (org.apache.taglibs.datetime.CurrentTimeTag) _jspx_tagPool_datetime_currentTime_nobody.get(org.apache.taglibs.datetime.CurrentTimeTag.class);
    _jspx_th_datetime_currentTime_0.setPageContext(pageContext);
    _jspx_th_datetime_currentTime_0.setParent(_jspx_th_datetime_format_0);
    int _jspx_eval_datetime_currentTime_0 = _jspx_th_datetime_currentTime_0.doStartTag();
    if (_jspx_th_datetime_currentTime_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_datetime_currentTime_nobody.reuse(_jspx_th_datetime_currentTime_0);
    return false;
  }

  private boolean _jspx_meth_datetime_format_1(javax.servlet.jsp.tagext.Tag _jspx_th_webshop_notEmpty_0, javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  datetime:format ---- */
    org.apache.taglibs.datetime.FormatTag _jspx_th_datetime_format_1 = (org.apache.taglibs.datetime.FormatTag) _jspx_tagPool_datetime_format_pattern.get(org.apache.taglibs.datetime.FormatTag.class);
    _jspx_th_datetime_format_1.setPageContext(pageContext);
    _jspx_th_datetime_format_1.setParent(_jspx_th_webshop_notEmpty_0);
    _jspx_th_datetime_format_1.setPattern("yyyy/MM/dd HH:mm:ss");
    int _jspx_eval_datetime_format_1 = _jspx_th_datetime_format_1.doStartTag();
    if (_jspx_eval_datetime_format_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      if (_jspx_eval_datetime_format_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
        javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
        out = _bc;
        _jspx_th_datetime_format_1.setBodyContent(_bc);
        _jspx_th_datetime_format_1.doInitBody();
      }
      do {
        if (_jspx_meth_datetime_currentTime_1(_jspx_th_datetime_format_1, pageContext))
          return true;
        int evalDoAfterBody = _jspx_th_datetime_format_1.doAfterBody();
        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
          break;
      } while (true);
      if (_jspx_eval_datetime_format_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
        out = pageContext.popBody();
    }
    if (_jspx_th_datetime_format_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_datetime_format_pattern.reuse(_jspx_th_datetime_format_1);
    return false;
  }

  private boolean _jspx_meth_datetime_currentTime_1(javax.servlet.jsp.tagext.Tag _jspx_th_datetime_format_1, javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  datetime:currentTime ---- */
    org.apache.taglibs.datetime.CurrentTimeTag _jspx_th_datetime_currentTime_1 = (org.apache.taglibs.datetime.CurrentTimeTag) _jspx_tagPool_datetime_currentTime_nobody.get(org.apache.taglibs.datetime.CurrentTimeTag.class);
    _jspx_th_datetime_currentTime_1.setPageContext(pageContext);
    _jspx_th_datetime_currentTime_1.setParent(_jspx_th_datetime_format_1);
    int _jspx_eval_datetime_currentTime_1 = _jspx_th_datetime_currentTime_1.doStartTag();
    if (_jspx_th_datetime_currentTime_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_datetime_currentTime_nobody.reuse(_jspx_th_datetime_currentTime_1);
    return false;
  }

  private boolean _jspx_meth_webshop_previousPage_0(javax.servlet.jsp.tagext.Tag _jspx_th_webshop_header_0, javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  webshop:previousPage ---- */
    jp.co.sint.taglib.SIPreviousPageTag _jspx_th_webshop_previousPage_0 = (jp.co.sint.taglib.SIPreviousPageTag) _jspx_tagPool_webshop_previousPage_label_blank_nobody.get(jp.co.sint.taglib.SIPreviousPageTag.class);
    _jspx_th_webshop_previousPage_0.setPageContext(pageContext);
    _jspx_th_webshop_previousPage_0.setParent(_jspx_th_webshop_header_0);
    _jspx_th_webshop_previousPage_0.setLabel("前へ");
    _jspx_th_webshop_previousPage_0.setBlank(false);
    int _jspx_eval_webshop_previousPage_0 = _jspx_th_webshop_previousPage_0.doStartTag();
    if (_jspx_th_webshop_previousPage_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_webshop_previousPage_label_blank_nobody.reuse(_jspx_th_webshop_previousPage_0);
    return false;
  }

  private boolean _jspx_meth_webshop_pageIndex_0(javax.servlet.jsp.tagext.Tag _jspx_th_webshop_header_0, javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  webshop:pageIndex ---- */
    jp.co.sint.taglib.SIPageIndexsTag _jspx_th_webshop_pageIndex_0 = (jp.co.sint.taglib.SIPageIndexsTag) _jspx_tagPool_webshop_pageIndex_nobody.get(jp.co.sint.taglib.SIPageIndexsTag.class);
    _jspx_th_webshop_pageIndex_0.setPageContext(pageContext);
    _jspx_th_webshop_pageIndex_0.setParent(_jspx_th_webshop_header_0);
    int _jspx_eval_webshop_pageIndex_0 = _jspx_th_webshop_pageIndex_0.doStartTag();
    if (_jspx_th_webshop_pageIndex_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_webshop_pageIndex_nobody.reuse(_jspx_th_webshop_pageIndex_0);
    return false;
  }

  private boolean _jspx_meth_webshop_nextPage_0(javax.servlet.jsp.tagext.Tag _jspx_th_webshop_header_0, javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  webshop:nextPage ---- */
    jp.co.sint.taglib.SINextPageTag _jspx_th_webshop_nextPage_0 = (jp.co.sint.taglib.SINextPageTag) _jspx_tagPool_webshop_nextPage_label_blank_nobody.get(jp.co.sint.taglib.SINextPageTag.class);
    _jspx_th_webshop_nextPage_0.setPageContext(pageContext);
    _jspx_th_webshop_nextPage_0.setParent(_jspx_th_webshop_header_0);
    _jspx_th_webshop_nextPage_0.setLabel("次へ");
    _jspx_th_webshop_nextPage_0.setBlank(false);
    int _jspx_eval_webshop_nextPage_0 = _jspx_th_webshop_nextPage_0.doStartTag();
    if (_jspx_th_webshop_nextPage_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_webshop_nextPage_label_blank_nobody.reuse(_jspx_th_webshop_nextPage_0);
    return false;
  }

  private boolean _jspx_meth_webshop_recordCount_0(javax.servlet.jsp.tagext.Tag _jspx_th_webshop_header_0, javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  webshop:recordCount ---- */
    jp.co.sint.taglib.SIRecordCountTag _jspx_th_webshop_recordCount_0 = (jp.co.sint.taglib.SIRecordCountTag) _jspx_tagPool_webshop_recordCount_nobody.get(jp.co.sint.taglib.SIRecordCountTag.class);
    _jspx_th_webshop_recordCount_0.setPageContext(pageContext);
    _jspx_th_webshop_recordCount_0.setParent(_jspx_th_webshop_header_0);
    int _jspx_eval_webshop_recordCount_0 = _jspx_th_webshop_recordCount_0.doStartTag();
    if (_jspx_th_webshop_recordCount_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_webshop_recordCount_nobody.reuse(_jspx_th_webshop_recordCount_0);
    return false;
  }
}
