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 java.io.*;
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_cust_edit_jsp extends HttpJspBase {


  private static java.util.Vector _jspx_includes;

  static {
    _jspx_includes = new java.util.Vector(6);
    _jspx_includes.add("/mallmgr/cust/../../include/man_chk_login_inc.jsp");
    _jspx_includes.add("/mallmgr/cust/../../include/man_meta_inc.jsp");
    _jspx_includes.add("/mallmgr/cust/../../include/man_header_inc.jsp");
    _jspx_includes.add("/mallmgr/cust/../../include/man_nav_inc.jsp");
    _jspx_includes.add("/mallmgr/cust/../../include/man_result_inc.jsp");
    _jspx_includes.add("/mallmgr/cust/../../include/man_footer_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_isTrue_value;
  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_notEmpty_value;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siselect_name_defaultAlways_defaultAlways_default_collection_attributesText_nobody;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siradio_name_defaultAlways_default_collection_nobody;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siiterator_type_id_collection;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siselect_name_defaultAlways_defaultAlways_default_collection_nobody;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_sicheckbox_name_defaults_defaultAlways_collection_nobody;

  public man_cust_edit_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_isTrue_value = 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_notEmpty_value = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siselect_name_defaultAlways_defaultAlways_default_collection_attributesText_nobody = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siradio_name_defaultAlways_default_collection_nobody = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siiterator_type_id_collection = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siselect_name_defaultAlways_defaultAlways_default_collection_nobody = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_sicheckbox_name_defaults_defaultAlways_collection_nobody = 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_isTrue_value.release();
    _jspx_tagPool_webshop_actionErrors.release();
    _jspx_tagPool_datetime_format_pattern.release();
    _jspx_tagPool_datetime_currentTime_nobody.release();
    _jspx_tagPool_webshop_notEmpty_value.release();
    _jspx_tagPool_webshop_siselect_name_defaultAlways_defaultAlways_default_collection_attributesText_nobody.release();
    _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody.release();
    _jspx_tagPool_webshop_siradio_name_defaultAlways_default_collection_nobody.release();
    _jspx_tagPool_webshop_siiterator_type_id_collection.release();
    _jspx_tagPool_webshop_siselect_name_defaultAlways_defaultAlways_default_collection_nobody.release();
    _jspx_tagPool_webshop_sicheckbox_name_defaults_defaultAlways_collection_nobody.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, 131072, false);
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

//7.2.0 ST0325 追加
//7.4.0 ST2060 修正
      out.write("\r\n");

/**
 * Copyright (c) 2003-2004 System Integrator Corporation.
 *                 All Rights Reserved.
 * @version $Id : mallmgr/cust/man_cust_edit.jsp,v 1.0 2003/07/28 Exp $
 * @author      : Jinwang Chen
 * @Description : 顧客編集の画面
 * @History
 * Author         Date        Reason
 * ============   ==========  ===========================
 * Jinwang Chen   2003/08/06  Original
 */

      out.write("\r\n");
//@ page contentType="text/html;charset=Shift_JIS" 
//7.2.0 ST0325 削除
      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");
      out.write("\r\n\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");

SIURLParameter urlParam = new SIURLParameter(request);//7.1.1 ST0236 追加
//トップサイトの生成
String webshopSite=SIHTMLUtil.getRootPath(request);
//ログ用のインスタンスの生成
Category log=Category.getInstance(SIConfig.SILOG4J_WEBSHOP_CATEGORY_NAME);

//新規受注画面から来た場合の遷移先情報の取得
UIRegCust regCustID=new UIRegCust();
regCustID.initUrl(urlParam);//7.1.1 ST0236 修正

SIHTMLUtil.initRequest(request,SIConfig.SISESSION_MAN_CUST_EDIT_NAME);
UIRegCust custEditID=(UIRegCust)session.getAttribute(SIConfig.SISESSION_MAN_CUST_EDIT_NAME);

//データベースへのコネンクション
SIDatabaseConnection databaseConnection=new SIDatabaseConnection();try{

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

if (custEditID==null){
  custEditID=new UIRegCust();
  custEditID.init(request,urlParam);//7.1.1 ST0236 修正
  session.setAttribute(SIConfig.SISESSION_MAN_CUST_EDIT_NAME,custEditID);
  if(SIDBUtil.hasData(connection,"SELECT * FROM chargetbl WHERE chargecode="+SIDBUtil.SQL2Str(manLogin.getUserCode()))){
    custEditID.setCharge(manLogin.getUserCode());
  }
}

Collection memberLevelColl = SIRanking.getCollection(connection,false);
//Collection payColl = SIPayMethod.getNameValueCollection(connection,SIConfig.SIMALL.getMallShopCode());

//顧客属性(職業)の取得
Collection custAttrColl00=SICustAttr.getNameCollection(connection,"0");
//顧客属性(従業員数)の取得
Collection custAttrColl01=SICustAttr.getNameCollection(connection,"1");
//顧客属性(施術メニュー)の取得
Collection custAttrColl02=SICustAttr.getHobbyCollection(connection,"2");
//都道府県の取得
Collection prefectureColl=SIPrefecture.getNameCollection(connection);

//担当者リストの取得
Collection chargeColl=SICharge.getCollection(connection);

//契約済メーカーの取得
Collection contractedMakerColl = UIRegMaker.getContractedMakerCollection(connection);

//メールステータスリストの取得
Collection mailStatusColl = SIFlagUtil.getFlagColl(SIFlagConf.SIFLAG_MAILSTATUS_TYPE_FLG_INX);
mailStatusColl = SIUtil.insertColl(mailStatusColl,new SINameValue("選択してください",""));

//メモ
Collection memoColl = custEditID.getMemoCollection(connection);

if (custEditID.getResetEnable()){
  custEditID.reset(connection);
}

SINameValue name1 = (SINameValue) custAttrColl01.iterator().next();
if (name1 != null && SIUtil.isNull(custEditID.getHowToKnow()) && SIUtil.isNotNull(name1.getValue())){
  custEditID.setHowToKnow(name1.getValue());
}
//顧客趣味の取得(チェックボックスにチェックする)
String[] aryHobby = custEditID.getArrayList_CustHobby(connection,urlParam);

//契約済メーカーの取得(チェックボックスにチェックする)
String[] aryMaker = custEditID.getArrayList_ContractedMaker(connection,urlParam);


      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\">");
      out.write("</script>\r\n");
      out.write("<script language=\"javascript1.2\" type=\"text/javascript\">\r\n");
      out.write("<!--\r\nfunction resetMode(n){\r\n  if(n==1){\r\n    sendAction('");
      out.print(SIConfig.SIACTION_NEW);
      out.write("');\r\n  }else if(n==2){\r\n    sendAction('");
      out.print(SIConfig.SIACTION_MODIFY);
      out.write("');\r\n  }\r\n\r\n  return true;\r\n}\r\nfunction goPopup(url){\r\n  var win = window.open('','man_cust_addr','scrollbars=yes,width=820,height=450,status=yes,scrollbars=yes,resizable=yes');");
//7.1.1 ST1090 修正
      out.write("\r\n  win.focus();");
//7.1.1 ST1090 修正
      out.write("\r\n  win.location.href=url;");
//7.1.1 ST1090 修正
      out.write("\r\n}\r\nfunction goBack(){\r\n  with(document.forms[0]){\r\n    actionNameTxt.value=\"");
      out.print(SIConfig.SIACTION_BACK);
      out.write("\";\r\n    action=\"");
      out.print(regCustID.getBackURL());
      out.write("\";");
//7.1.1 ST0174 修正
      out.write("\r\n    pageNumberTxt.value='1';\r\n    submit();\r\n  }\r\n}\r\nfunction sendPasswordMailCon(){\r\n  with(document.forms[0]){\r\n    if(allow.value=='1' && window.confirm('パスワード配信メールを送信しますか？')){\r\n      allow.value='0';\r\n      sendAction('");
      out.print(SIConfig.SIACTION_SPECIAL);
      out.write("');\r\n    }else{\r\n      return;\r\n    }\r\n  }\r\n}\r\nfunction cleansingConfirm(cn,cv){\r\n  with(document.forms[0]){\r\n    if(window.confirm('顧客コード：'+cv+' '+cn+'様のアカウントを名寄せします。よろしいですか？')){\r\n      sendAction('");
      out.print(SIConfig.SIACTION_UPDATE2);
      out.write("');\r\n    }\r\n  }\r\n}\r\nfunction checkOther(){\r\n  with(document.forms[0]){\r\n    if(mailStatus.options[12].selected){\r\n      otherReason.disabled=false;\r\n    }else{\r\n      otherReason.disabled=true;\r\n    }\r\n  }\r\n}\r\n//-->\r\n");
      out.write("</script>\r\n");
      out.write("</head>\r\n");
      out.write("<body onLoad=\"checkOther()\">\r\n");
      out.write("<form name=\"webshopFrm\" action=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.cust"));
      out.write("\" method=\"post\">");
//7.1.1 ST0174 修正
      out.write("\r\n");
      out.write("<table width=\"1000\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" summary=\"LayoutTable\">\r\n  ");
      out.write("<tr>");
      out.write("<td colspan=\"2\" class=\"Back_Edit_HeaderBG\">");

/**
 * Copyright (c) 2003-2004 System Integrator Corporation.
 *                 All Rights Reserved.
 * @version $Id : include/man_header_inc.jsp,v 1.0 2003/07/28 jwchen Exp $
 * @author      : Jinwang Chen
 * @Description : 管理画面に共通のヘッダ部分を表示するようのスクリプト
 * @History
 * Author         Date        Reason
 * ============   ==========  ===========================
 * J.W.Chen       2003/07/28  Original
 */

      out.write("\r\n");
      out.write("<img src=\"");
      out.print(SIHTMLUtil.getRootPath(request));
      out.write("/image/mallmgr/WS_Title1000.gif\" alt=\"Title\" width=\"100%\" height=\"30\">");
      out.write("</td>");
      out.write("</tr>\r\n  ");
      out.write("<tr>\r\n    ");
      out.write("<td width=\"160\" valign=\"top\" class=\"Back_Menu_ScreenBG\">\r\n      ");
 String navi = (String)session.getAttribute(SIConfig.SISESSION_MAN_NAVIGATER_LIST_NAME); 
      out.write("\r\n");
 boolean logisticsFlg = false;
logisticsFlg = logisticsFlg||manLogin.getUserCode().equals("tohai");
logisticsFlg = logisticsFlg||manLogin.getUserCode().equals("nishimura");
logisticsFlg = logisticsFlg||manLogin.getUserCode().equals("fiftyvisionary");
logisticsFlg = logisticsFlg||manLogin.getUserCode().equals("valuegates");
logisticsFlg = logisticsFlg||manLogin.getUserCode().equals("yoshimoto");
logisticsFlg = logisticsFlg||manLogin.getUserCode().equals("takada");
logisticsFlg = logisticsFlg||manLogin.getUserCode().equals("01899");
boolean tenantFlg = false;
tenantFlg = tenantFlg||manLogin.getUserCode().equals("00777");

      out.write("\r\n      ");
      out.write("<span class=\"Back_Menu_TitleText\">管理メニュー");
      out.write("</span>\r\n      ");
      out.write("<span class=\"Text_Black_Small\">\r\n        ");
      out.write("<a href=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.jsp.manager.logout"));
      out.write("\">ログアウト");
      out.write("</a>\r\n      ");
      out.write("</span>\r\n      ");
      out.write("<br>\r\n      ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_0 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_0.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_0.setParent(null);
      _jspx_th_webshop_isTrue_0.setValue(manLogin.getMngOrder().equals("1")&&!tenantFlg);
      int _jspx_eval_webshop_isTrue_0 = _jspx_th_webshop_isTrue_0.doStartTag();
      if (_jspx_eval_webshop_isTrue_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n      ");
          out.write("<div class=\"Back_Menu_HeaderCell\">販売管理");
          out.write("</div>\r\n      ");
          out.write("<div class=\"Back_Menu_DataCell\">\r\n        ");
          /* ----  webshop:isFalse ---- */
          jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_1 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
          _jspx_th_webshop_isFalse_1.setPageContext(pageContext);
          _jspx_th_webshop_isFalse_1.setParent(_jspx_th_webshop_isTrue_0);
          _jspx_th_webshop_isFalse_1.setValue(logisticsFlg);
          int _jspx_eval_webshop_isFalse_1 = _jspx_th_webshop_isFalse_1.doStartTag();
          if (_jspx_eval_webshop_isFalse_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n        ");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_ORDER_LIST);
              out.write("&pageNumberTxt=1&pageSizeSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("&pageNumberSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("\" style=\"");
              out.print(SIUtil.selectedCheck(SIConfig.SINAVI_ORDER_LIST,navi));
              out.write("\">受注管理");
              out.write("</a>");
              out.write("<br>\r\n        &nbsp;");
              out.write("<span style=\"font-size:80%\">－");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.new_order_cust"));
              out.write("\">受注登録");
              out.write("</a>");
              out.write("</span>");
              out.write("<br>\r\n        &nbsp;");
              out.write("<span style=\"font-size:80%\">－");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.new_order_cust")+"?mode=pos");
              out.write("\">受注登録(レジモード)");
              out.write("</a>");
              out.write("</span>");
              out.write("<br>\r\n        ");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_PAY_LIST);
              out.write("&pageNumberTxt=1&pageSizeSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("&pageNumberSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("\" style=\"");
              out.print(SIUtil.selectedCheck(SIConfig.SINAVI_PAY_LIST,navi));
              out.write("\">入金管理");
              out.write("</a>");
              out.write("<br>\r\n        ");
              int evalDoAfterBody = _jspx_th_webshop_isFalse_1.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isFalse_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_1);
          out.write("\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_SHIPPMENT_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_SHIPPMENT_LIST,navi));
          out.write("\">出荷管理");
          out.write("</a>");
          out.write("<br>\r\n        ");
          /* ----  webshop:isFalse ---- */
          jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_2 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
          _jspx_th_webshop_isFalse_2.setPageContext(pageContext);
          _jspx_th_webshop_isFalse_2.setParent(_jspx_th_webshop_isTrue_0);
          _jspx_th_webshop_isFalse_2.setValue(logisticsFlg);
          int _jspx_eval_webshop_isFalse_2 = _jspx_th_webshop_isFalse_2.doStartTag();
          if (_jspx_eval_webshop_isFalse_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n        ");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_RESERVE_LIST);
              out.write("&pageNumberTxt=1&pageSizeSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("&pageNumberSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("\" style=\"");
              out.print(SIUtil.selectedCheck(SIConfig.SINAVI_RESERVE_LIST,navi));
              out.write("\">予約商品一覧");
              out.write("</a>");
              out.write("<br>\r\n        ");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_STORE_STOCK);
              out.write("&pageNumberTxt=1&pageSizeSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("&pageNumberSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("\" style=\"");
              out.print(SIUtil.selectedCheck(SIConfig.SINAVI_STORE_STOCK,navi));
              out.write("\">見積・キープ作成");
              out.write("</a>");
              out.write("<br>\r\n        &nbsp;");
              out.write("<span style=\"font-size:80%\">－");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_NEW_KEEP);
              out.write("\">新規キープ");
              out.write("</a>");
              out.write("</span>");
              out.write("<br>\r\n        &nbsp;");
              out.write("<span style=\"font-size:80%\">－");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_FREE_KEEP);
              out.write("\">フリー見積り");
              out.write("</a>");
              out.write("</span>");
              out.write("<br>\r\n        ");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_KEEP_LIST);
              out.write("&pageNumberTxt=1&pageSizeSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("&pageNumberSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("\" style=\"");
              out.print(SIUtil.selectedCheck(SIConfig.SINAVI_KEEP_LIST,navi));
              out.write("\">キープ管理");
              out.write("</a>");
              out.write("<br>\r\n        ");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_ESTIMATE_LIST);
              out.write("&pageNumberTxt=1&pageSizeSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("&pageNumberSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("\" style=\"");
              out.print(SIUtil.selectedCheck(SIConfig.SINAVI_ESTIMATE_LIST,navi));
              out.write("\">見積管理");
              out.write("</a>");
              out.write("<br>\r\n        ");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_FREE_ESTIMATE);
              out.write("&pageNumberTxt=1&pageSizeSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("&pageNumberSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("\" style=\"");
              out.print(SIUtil.selectedCheck(SIConfig.SINAVI_FREE_ESTIMATE,navi));
              out.write("\">フリー見積管理");
              out.write("</a>");
              out.write("<br>\r\n        ");
              out.write("\r\n        ");
              int evalDoAfterBody = _jspx_th_webshop_isFalse_2.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isFalse_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_2);
          out.write("\r\n      ");
          out.write("</div>\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_0.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_0);
      out.write("\r\n      ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_1 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_1.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_1.setParent(null);
      _jspx_th_webshop_isTrue_1.setValue(manLogin.getMngOrder().equals("1")&&tenantFlg);
      int _jspx_eval_webshop_isTrue_1 = _jspx_th_webshop_isTrue_1.doStartTag();
      if (_jspx_eval_webshop_isTrue_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n      ");
          out.write("<div class=\"Back_Menu_HeaderCell\">販売管理");
          out.write("</div>\r\n      ");
          out.write("<div class=\"Back_Menu_DataCell\">\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_KEEP_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_KEEP_LIST,navi));
          out.write("\">キープ管理");
          out.write("</a>");
          out.write("<br>\r\n        &nbsp;");
          out.write("<span style=\"font-size:80%\">－");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_NEW_KEEP);
          out.write("\">新規キープ");
          out.write("</a>");
          out.write("</span>");
          out.write("<br>\r\n      ");
          out.write("</div>\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_1.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_1);
      out.write("\r\n      ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_2 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_2.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_2.setParent(null);
      _jspx_th_webshop_isTrue_2.setValue(manLogin.getMngPurchase().equals("1"));
      int _jspx_eval_webshop_isTrue_2 = _jspx_th_webshop_isTrue_2.doStartTag();
      if (_jspx_eval_webshop_isTrue_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n      ");
          out.write("<div class=\"Back_Menu_HeaderCell\">仕入管理");
          out.write("</div>\r\n      ");
          out.write("<div class=\"Back_Menu_DataCell\">\r\n        ");
          /* ----  webshop:isFalse ---- */
          jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_3 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
          _jspx_th_webshop_isFalse_3.setPageContext(pageContext);
          _jspx_th_webshop_isFalse_3.setParent(_jspx_th_webshop_isTrue_2);
          _jspx_th_webshop_isFalse_3.setValue(logisticsFlg);
          int _jspx_eval_webshop_isFalse_3 = _jspx_th_webshop_isFalse_3.doStartTag();
          if (_jspx_eval_webshop_isFalse_3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n        ");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_HACCHU_LIST);
              out.write("&pageNumberTxt=1&pageSizeSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("&pageNumberSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("\" style=\"");
              out.print(SIUtil.selectedCheck(SIConfig.SINAVI_HACCHU_LIST,navi));
              out.write("\">発注管理");
              out.write("</a>");
              out.write("<br>\r\n        &nbsp;");
              out.write("<span style=\"font-size:80%\">－");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.new_hacchu1"));
              out.write("\">新規発注登録");
              out.write("</a>");
              out.write("</span>");
              out.write("<br>\r\n        ");
              int evalDoAfterBody = _jspx_th_webshop_isFalse_3.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isFalse_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_3);
          out.write("\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_SHIIRE_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_SHIIRE_LIST,navi));
          out.write("\">仕入管理");
          out.write("</a>");
          out.write("<br>\r\n        ");
          /* ----  webshop:isFalse ---- */
          jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_4 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
          _jspx_th_webshop_isFalse_4.setPageContext(pageContext);
          _jspx_th_webshop_isFalse_4.setParent(_jspx_th_webshop_isTrue_2);
          _jspx_th_webshop_isFalse_4.setValue(logisticsFlg);
          int _jspx_eval_webshop_isFalse_4 = _jspx_th_webshop_isFalse_4.doStartTag();
          if (_jspx_eval_webshop_isFalse_4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n        ");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_SHIHARAI_LIST);
              out.write("&pageNumberTxt=1&pageSizeSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("&pageNumberSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("\" style=\"");
              out.print(SIUtil.selectedCheck(SIConfig.SINAVI_SHIHARAI_LIST,navi));
              out.write("\">支払管理");
              out.write("</a>");
              out.write("<br>\r\n        ");
              int evalDoAfterBody = _jspx_th_webshop_isFalse_4.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isFalse_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_4);
          out.write("\r\n      ");
          out.write("</div>\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_2.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_2);
      out.write("\r\n      ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_3 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_3.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_3.setParent(null);
      _jspx_th_webshop_isTrue_3.setValue(manLogin.getMngCust().equals("1"));
      int _jspx_eval_webshop_isTrue_3 = _jspx_th_webshop_isTrue_3.doStartTag();
      if (_jspx_eval_webshop_isTrue_3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n      ");
          out.write("<div class=\"Back_Menu_HeaderCell\">顧客管理");
          out.write("</div>\r\n      ");
          out.write("<div class=\"Back_Menu_DataCell\">\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_CUST_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_CUST_LIST,navi));
          out.write("\">顧客マスタ");
          out.write("</a>");
          out.write("<br>\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_RANKING_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_RANKING_LIST,navi));
          out.write("\">会員種別マスタ");
          out.write("</a>");
          out.write("<br>\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_CUSTATTRIBUTE_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_CUSTATTRIBUTE_LIST,navi));
          out.write("\">顧客属性マスタ ");
          out.write("</a>");
          out.write("<br>\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_CUSTPOINT_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_CUSTPOINT_LIST,navi));
          out.write("\">顧客ポイント管理");
          out.write("</a>");
          out.write("<br>\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_POINTMAN_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_POINTMAN_LIST,navi));
          out.write("\">ポイント利用状況");
          out.write("</a>\r\n      ");
          out.write("</div>\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_3.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_3);
      out.write("\r\n      ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_4 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_4.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_4.setParent(null);
      _jspx_th_webshop_isTrue_4.setValue(manLogin.getMngBaseInfo().equals("1")&&manLogin.getMngNews().equals("0"));
      int _jspx_eval_webshop_isTrue_4 = _jspx_th_webshop_isTrue_4.doStartTag();
      if (_jspx_eval_webshop_isTrue_4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n      ");
          out.write("<div class=\"Back_Menu_HeaderCell\">基本情報");
          out.write("</div>\r\n      ");
          out.write("<div class=\"Back_Menu_DataCell\">\r\n        ");
if (SIUtil.notMatch(SIConfig.SIADMIN_MS_SS,manLogin.getAdminType())){
          out.write("\r\n          ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_MALL_EDIT);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_MALL_EDIT,navi));
          out.write("\">ショップマスタ");
          out.write("</a>");
          out.write("<br>\r\n        ");
}
          out.write("\r\n        ");
if (SIUtil.notMatch(SIConfig.SIADMIN_MS,manLogin.getAdminType())){
          out.write("\r\n          ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_PAYMETHOD_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_PAYMETHOD_LIST,navi));
          out.write("\">支払方法設定");
          out.write("</a>");
          out.write("<br>\r\n          ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_PAYEEINFO_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_PAYEEINFO_LIST,navi));
          out.write("\">支払金融機関設定");
          out.write("</a>");
          out.write("<br>\r\n          ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_NEWS_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_NEWS_LIST,navi));
          out.write("\">お知らせ編集");
          out.write("</a>");
          out.write("<br>\r\n          ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_RECOMMEND_ITEM);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_RECOMMEND_ITEM,navi));
          out.write("\">おすすめ商品管理");
          out.write("</a>");
          out.write("<br>\r\n          ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_CLOSED_SALE);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_CLOSED_SALE,navi));
          out.write("\">クローズドセール");
          out.write("</a>");
          out.write("<br>\r\n          ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_TAX_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_TAX_LIST,navi));
          out.write("\">消費税マスタ");
          out.write("</a>");
          out.write("<br>\r\n        ");
}
          out.write("\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_COMPANY_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_COMPANY_LIST,navi));
          out.write("\">支店マスタ");
          out.write("</a>");
          out.write("<br>\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_CHARGE_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_CHARGE_LIST,navi));
          out.write("\">担当者マスタ");
          out.write("</a>");
          out.write("<br>\r\n        ");
if(manLogin.getMngUserMst().equals("1")){
          out.write("\r\n          ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_USERINFO_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_USERINFO_LIST,navi));
          out.write("\">管理ユーザマスタ");
          out.write("</a>");
          out.write("<br>\r\n        ");
}
          out.write("\r\n        ");
if(manLogin.getMngAccesslog().equals("1")){
          out.write("\r\n          ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_MNGACCESSLOG_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_MNGACCESSLOG_LIST,navi));
          out.write("\">管理側アクセスログ");
          out.write("</a>\r\n        ");
}
          out.write("\r\n      ");
          out.write("</div>\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_4.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_4);
      out.write("\r\n      ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_5 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_5.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_5.setParent(null);
      _jspx_th_webshop_isTrue_5.setValue(manLogin.getMngBaseInfo().equals("1")&&manLogin.getMngNews().equals("1"));
      int _jspx_eval_webshop_isTrue_5 = _jspx_th_webshop_isTrue_5.doStartTag();
      if (_jspx_eval_webshop_isTrue_5 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n      ");
          out.write("<div class=\"Back_Menu_HeaderCell\">基本情報");
          out.write("</div>\r\n      ");
          out.write("<div class=\"Back_Menu_DataCell\">\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_NEWS_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_NEWS_LIST,navi));
          out.write("\">お知らせ編集");
          out.write("</a>");
          out.write("<br>\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_RECOMMEND_ITEM);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_RECOMMEND_ITEM,navi));
          out.write("\">おすすめ商品管理");
          out.write("</a>");
          out.write("<br>\r\n      ");
          out.write("</div>\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_5.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_5);
      out.write("\r\n      ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_6 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_6.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_6.setParent(null);
      _jspx_th_webshop_isTrue_6.setValue(manLogin.getMngCmdty().equals("1"));
      int _jspx_eval_webshop_isTrue_6 = _jspx_th_webshop_isTrue_6.doStartTag();
      if (_jspx_eval_webshop_isTrue_6 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n      ");
          out.write("<div class=\"Back_Menu_HeaderCell\">商品管理");
          out.write("</div>\r\n      ");
          out.write("<div class=\"Back_Menu_DataCell\">\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_CMDTY_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_CMDTY_LIST,navi));
          out.write("\">商品マスタ");
          out.write("</a>");
          out.write("<br>\r\n        ");
          /* ----  webshop:isFalse ---- */
          jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_5 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
          _jspx_th_webshop_isFalse_5.setPageContext(pageContext);
          _jspx_th_webshop_isFalse_5.setParent(_jspx_th_webshop_isTrue_6);
          _jspx_th_webshop_isFalse_5.setValue(logisticsFlg||tenantFlg);
          int _jspx_eval_webshop_isFalse_5 = _jspx_th_webshop_isFalse_5.doStartTag();
          if (_jspx_eval_webshop_isFalse_5 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n        ");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_CATEGORY_LIST);
              out.write("&pageNumberTxt=1&pageSizeSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("&pageNumberSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("\" style=\"");
              out.print(SIUtil.selectedCheck(SIConfig.SINAVI_CATEGORY_LIST,navi));
              out.write("\">カテゴリマスタ");
              out.write("</a>");
              out.write("<br>\r\n        ");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_COLOR_LIST);
              out.write("&pageNumberTxt=1&pageSizeSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("&pageNumberSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("\" style=\"");
              out.print(SIUtil.selectedCheck(SIConfig.SINAVI_COLOR_LIST,navi));
              out.write("\">色マスタ");
              out.write("</a>");
              out.write("<br>\r\n        ");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_MAKER_LIST);
              out.write("&pageNumberTxt=1&pageSizeSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("&pageNumberSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("\" style=\"");
              out.print(SIUtil.selectedCheck(SIConfig.SINAVI_MAKER_LIST,navi));
              out.write("\">ブランドマスタ");
              out.write("</a>");
              out.write("<br>\r\n        ");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_STOCK_LIST);
              out.write("&pageNumberTxt=1&pageSizeSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("&pageNumberSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("\" style=\"");
              out.print(SIUtil.selectedCheck(SIConfig.SINAVI_STOCK_LIST,navi));
              out.write("\">仕入先マスタ");
              out.write("</a>");
              out.write("<br>\r\n        ");
              out.write("\r\n        ");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_CMDTY_ALLOCATION);
              out.write("&pageNumberTxt=1&pageSizeSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("&pageNumberSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("\" style=\"");
              out.print(SIUtil.selectedCheck(SIConfig.SINAVI_CMDTY_ALLOCATION,navi));
              out.write("\">商品引当管理");
              out.write("</a>");
              out.write("<br>\r\n        ");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_PROCESS_LIST);
              out.write("&pageNumberTxt=1&pageSizeSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("&pageNumberSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("\" style=\"");
              out.print(SIUtil.selectedCheck(SIConfig.SINAVI_PROCESS_LIST,navi));
              out.write("\">販売前加工管理");
              out.write("</a>");
              out.write("<br>\r\n        ");
              int evalDoAfterBody = _jspx_th_webshop_isFalse_5.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isFalse_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_5);
          out.write("\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_STORE_CONTROL);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_STORE_CONTROL,navi));
          out.write("\">入庫管理");
          out.write("</a>");
          out.write("<br>\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_SHIP_CONTROL);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_SHIP_CONTROL,navi));
          out.write("\">出庫管理");
          out.write("</a>");
          out.write("<br>\r\n        ");
          /* ----  webshop:isFalse ---- */
          jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_6 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
          _jspx_th_webshop_isFalse_6.setPageContext(pageContext);
          _jspx_th_webshop_isFalse_6.setParent(_jspx_th_webshop_isTrue_6);
          _jspx_th_webshop_isFalse_6.setValue(tenantFlg);
          int _jspx_eval_webshop_isFalse_6 = _jspx_th_webshop_isFalse_6.doStartTag();
          if (_jspx_eval_webshop_isFalse_6 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n        ");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_DECIDE_ALL);
              out.write("&pageNumberTxt=1&pageSizeSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("&pageNumberSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("\" style=\"");
              out.print(SIUtil.selectedCheck(SIConfig.SINAVI_DECIDE_ALL,navi));
              out.write("\">入出庫一括決裁");
              out.write("</a>");
              out.write("<br>\r\n        ");
              int evalDoAfterBody = _jspx_th_webshop_isFalse_6.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isFalse_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_6);
          out.write("\r\n        ");
          /* ----  webshop:isFalse ---- */
          jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_7 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
          _jspx_th_webshop_isFalse_7.setPageContext(pageContext);
          _jspx_th_webshop_isFalse_7.setParent(_jspx_th_webshop_isTrue_6);
          _jspx_th_webshop_isFalse_7.setValue(logisticsFlg||tenantFlg);
          int _jspx_eval_webshop_isFalse_7 = _jspx_th_webshop_isFalse_7.doStartTag();
          if (_jspx_eval_webshop_isFalse_7 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n        ");
              out.write("\r\n        ");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
              out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
              out.print(SIConfig.SINAVI_PRICECARD);
              out.write("&pageNumberTxt=1&pageSizeSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("&pageNumberSel=");
              out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
              out.write("\" style=\"");
              out.print(SIUtil.selectedCheck(SIConfig.SINAVI_PRICECARD,navi));
              out.write("\">プライスカード");
              out.write("</a>");
              out.write("<br>\r\n        ");
              /* ----  webshop:isTrue ---- */
              jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_7 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
              _jspx_th_webshop_isTrue_7.setPageContext(pageContext);
              _jspx_th_webshop_isTrue_7.setParent(_jspx_th_webshop_isFalse_7);
              _jspx_th_webshop_isTrue_7.setValue(manLogin.getMngCmdtyPoint().equals("1"));
              int _jspx_eval_webshop_isTrue_7 = _jspx_th_webshop_isTrue_7.doStartTag();
              if (_jspx_eval_webshop_isTrue_7 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
                do {
                  out.write("\r\n          ");
                  out.write("<a href=\"");
                  out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
                  out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
                  out.print(SIConfig.SINAVI_INDIVIDUAL_POINT);
                  out.write("&pageNumberTxt=1&pageSizeSel=");
                  out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
                  out.write("&pageNumberSel=");
                  out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
                  out.write("\" style=\"");
                  out.print(SIUtil.selectedCheck(SIConfig.SINAVI_INDIVIDUAL_POINT,navi));
                  out.write("\">商品別ポイント");
                  out.write("</a>");
                  out.write("<br>\r\n        ");
                  int evalDoAfterBody = _jspx_th_webshop_isTrue_7.doAfterBody();
                  if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                    break;
                } while (true);
              }
              if (_jspx_th_webshop_isTrue_7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
                return;
              _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_7);
              out.write("\r\n        ");
              out.write("\r\n        ");
              out.write("\r\n        ");
              out.write("\r\n        ");
              int evalDoAfterBody = _jspx_th_webshop_isFalse_7.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isFalse_7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_7);
          out.write("\r\n      ");
          out.write("</div>\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_6.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_6);
      out.write("\r\n      ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_8 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_8.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_8.setParent(null);
      _jspx_th_webshop_isTrue_8.setValue(manLogin.getMngAnalysis().equals("1"));
      int _jspx_eval_webshop_isTrue_8 = _jspx_th_webshop_isTrue_8.doStartTag();
      if (_jspx_eval_webshop_isTrue_8 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n      ");
          out.write("<div class=\"Back_Menu_HeaderCell\">分析・統計");
          out.write("</div>\r\n      ");
          out.write("<div class=\"Back_Menu_DataCell\">\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_RANKING_ANALYSIS);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_RANKING_ANALYSIS,navi));
          out.write("\">ランキング分析");
          out.write("</a>");
          out.write("<br>\r\n        ");
          out.write("\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_ACCESSLOG_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_ACCESSLOG_LIST,navi));
          out.write("\">アクセス分析");
          out.write("</a>");
          out.write("<br>\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_MERCHANT_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_MERCHANT_LIST,navi));
          out.write("\">顧客分析");
          out.write("</a>");
          out.write("<br>\r\n        ");
          out.write("\r\n      ");
          out.write("</div>\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_8.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_8);
      out.write("\r\n      ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_9 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_9.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_9.setParent(null);
      _jspx_th_webshop_isTrue_9.setValue(manLogin.getMngCmn().equals("1"));
      int _jspx_eval_webshop_isTrue_9 = _jspx_th_webshop_isTrue_9.doStartTag();
      if (_jspx_eval_webshop_isTrue_9 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n      ");
          out.write("<div class=\"Back_Menu_HeaderCell\">コミュニケーション");
          out.write("</div>\r\n      ");
          out.write("<div class=\"Back_Menu_DataCell\">\r\n        ");
          out.write("\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_INQUIRY_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_INQUIRY_LIST,navi));
          out.write("\">探してほしい");
          out.write("</a>");
          out.write("<br>\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_WANTED_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_WANTED_LIST,navi));
          out.write("\">買取強化商品");
          out.write("</a>");
          out.write("<br>\r\n        ");
          out.write("\r\n      ");
          out.write("</div>\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_9.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_9);
      out.write("\r\n      ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_10 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_10.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_10.setParent(null);
      _jspx_th_webshop_isTrue_10.setValue(manLogin.getMngDataIo().equals("1"));
      int _jspx_eval_webshop_isTrue_10 = _jspx_th_webshop_isTrue_10.doStartTag();
      if (_jspx_eval_webshop_isTrue_10 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n      ");
          out.write("<div class=\"Back_Menu_HeaderCell\">データ入出力");
          out.write("</div>\r\n      ");
          out.write("<div class=\"Back_Menu_DataCell\">\r\n        ");
          out.write("\r\n        ");
          out.write("\r\n        ");
if(manLogin.getMngDataInputCsv().equals("1")){
          out.write("\r\n          ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_INPUT_CSV);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_INPUT_CSV,navi));
          out.write("\">CSV一括取込");
          out.write("</a>");
          out.write("<br>\r\n        ");
}
          out.write("\r\n        ");
if(manLogin.getMngDataOutputCsv().equals("1")){
          out.write("\r\n          ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_OUTPUT_CSV);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_OUTPUT_CSV,navi));
          out.write("\">CSV一括出力");
          out.write("</a>");
          out.write("<br>\r\n        ");
}
          out.write("\r\n        ");
if(manLogin.getMngDataIoExcel().equals("1")){
          out.write("\r\n        ");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.manager.navigater"));
          out.write("?actionNameTxt=&editModeTxt=&navigaterTxt=");
          out.print(SIConfig.SINAVI_EXCEL_LIST);
          out.write("&pageNumberTxt=1&pageSizeSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("&pageNumberSel=");
          out.print(SIConfig.SIPAGE_SIZE_DEFAULT);
          out.write("\" style=\"");
          out.print(SIUtil.selectedCheck(SIConfig.SINAVI_EXCEL_LIST,navi));
          out.write("\">帳票一括出力");
          out.write("</a>");
          out.write("<br>\r\n        ");
}
          out.write("\r\n      ");
          out.write("</div>\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_10.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_10);
      out.write("\r\n      ");
      out.write("<!-- 以下テスト環境はwstest2に変更する -->\r\n      ");
      /* ----  webshop:isFalse ---- */
      jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_8 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
      _jspx_th_webshop_isFalse_8.setPageContext(pageContext);
      _jspx_th_webshop_isFalse_8.setParent(null);
      _jspx_th_webshop_isFalse_8.setValue(tenantFlg||logisticsFlg);
      int _jspx_eval_webshop_isFalse_8 = _jspx_th_webshop_isFalse_8.doStartTag();
      if (_jspx_eval_webshop_isFalse_8 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n      ");
          out.write("<div class=\"Back_Menu_HeaderCell\">特集バナー管理");
          out.write("<br>");
          out.write("<span style=\"font-weight:normal;\">ID：bgstaff");
          out.write("<br>PW：6W73rLEN");
          out.write("</div>\r\n      ");
          out.write("<div class=\"Back_Menu_DataCell\">\r\n          ");
          out.write("<a href=\"http://www.beautygarage.jp/ws/categorypickup/hair.html\" target=\"_blank\">理美容館");
          out.write("</a>");
          out.write("<br>\r\n          ");
          out.write("<a href=\"http://www.beautygarage.jp/ws/categorypickup/haircosme.html\" target=\"_blank\">ヘア化粧品館");
          out.write("</a>");
          out.write("<br>\r\n          ");
          out.write("<a href=\"http://www.beautygarage.jp/ws/categorypickup/esthe.html\" target=\"_blank\">エステ機器館");
          out.write("</a>");
          out.write("<br>\r\n          ");
          out.write("<a href=\"http://www.beautygarage.jp/ws/categorypickup/bed.html\" target=\"_blank\">ベッド館");
          out.write("</a>");
          out.write("<br>\r\n          ");
          out.write("<a href=\"http://www.beautygarage.jp/ws/categorypickup/cosme.html\" target=\"_blank\">エステ化粧品館");
          out.write("</a>");
          out.write("<br>\r\n          ");
          out.write("<a href=\"http://www.beautygarage.jp/ws/categorypickup/nail.html\" target=\"_blank\">ネイル館");
          out.write("</a>");
          out.write("<br>\r\n          ");
          out.write("<a href=\"http://www.beautygarage.jp/ws/categorypickup/eyelash.html\" target=\"_blank\">まつげ館");
          out.write("</a>");
          out.write("<br>\r\n          ");
          out.write("<a href=\"http://www.beautygarage.jp/ws/categorypickup/book.html\" target=\"_blank\">本･DVD･CD館");
          out.write("</a>");
          out.write("<br>\r\n      ");
          out.write("</div>\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_isFalse_8.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isFalse_8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_8);
      out.write("\r\n");
      out.write("\r\n    ");
      out.write("</td>\r\n    ");
      out.write("<td width=\"840\" 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      ");
      out.write("<ul>");
      if (_jspx_meth_webshop_actionErrors_0(pageContext))
        return;
      out.write("</ul>\r\n      ");
      out.write("</span>\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(null);
      _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("<span class=\"Text_Red_Small_Bold\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Hissu.gif\" alt=\"必須\" width=\"14\" height=\"14\">・・・必須項目");
      out.write("</span>\r\n      ");
      out.write("<table width=\"720\" border=\"0\" cellspacing=\"1\" class=\"Back_Edit_TableBorder\" summary=\"入力欄\">\r\n        ");
      out.write("<tr class=\"Back_Edit_HeaderCell\">\r\n          ");
      out.write("<td width=\"170\" valign=\"middle\" class=\"Back_Edit_HeaderCell\" >項目");
      out.write("</td>\r\n          ");
      out.write("<td width=\"550\" valign=\"middle\" >値");
      out.write("</td>\r\n        ");
      out.write("</tr>\r\n        ");
      out.write("\r\n        ");
      out.write("<tr>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell_Label\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Hissu.gif\" alt=\"必須\" width=\"14\" height=\"14\">\r\n            顧客名\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" 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 name=\"custName\" type=\"text\" class=\"Form_TextBox_imeActive\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getCustName()));
      out.write("\" size=\"30\" maxlength=\"40\">");
//7.2.0 ST0670 修正
      out.write("\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Hissu.gif\" alt=\"必須\" width=\"14\" height=\"14\">\r\n            顧客名カナ\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" 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 name=\"custPronName\" type=\"text\" class=\"Form_TextBox_imeActive\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getCustPronName()));
      out.write("\" size=\"30\" maxlength=\"50\">\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Hissu.gif\" alt=\"必須\" width=\"14\" height=\"14\">\r\n            メールアドレス\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Email.gif\" alt=\"メール\" width=\"60\" height=\"16\" align=\"middle\">\r\n            ");
      out.write("<input name=\"email\" type=\"text\" class=\"Form_TextBox_imeInactive\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getEmail()));
      out.write("\" size=\"70\" maxlength=\"128\">\r\n            ");
      out.write("<input type=\"hidden\" name=\"emailold\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getEMailOld()));
      out.write("\"> ");
//7.3.0 ST2026 追加 
      out.write("\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Hissu.gif\" alt=\"必須\" width=\"14\" height=\"14\">\r\n            メールステータス\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Tanitu.gif\" alt=\"単一選択\" width=\"60\" height=\"16\" align=\"middle\">\r\n            ");
      /* ----  webshop:siselect ---- */
      jp.co.sint.taglib.SISelect _jspx_th_webshop_siselect_0 = (jp.co.sint.taglib.SISelect) _jspx_tagPool_webshop_siselect_name_defaultAlways_defaultAlways_default_collection_attributesText_nobody.get(jp.co.sint.taglib.SISelect.class);
      _jspx_th_webshop_siselect_0.setPageContext(pageContext);
      _jspx_th_webshop_siselect_0.setParent(null);
      _jspx_th_webshop_siselect_0.setDefaultAlways("true");
      _jspx_th_webshop_siselect_0.setName("mailStatus");
      _jspx_th_webshop_siselect_0.setDefaultAlways("true");
      _jspx_th_webshop_siselect_0.setDefault(custEditID.getMailStatus());
      _jspx_th_webshop_siselect_0.setCollection(mailStatusColl);
      _jspx_th_webshop_siselect_0.setAttributesText("onchange=checkOther()");
      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_name_defaultAlways_defaultAlways_default_collection_attributesText_nobody.reuse(_jspx_th_webshop_siselect_0);
      out.write("\r\n            ");
      out.write("<input name=\"otherReason\" type=\"text\" class=\"Form_TextBox_imeActive\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getOtherReason()));
      out.write("\" size=\"26\" maxlength=\"50\" disabled=\"true\">\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Hissu.gif\" alt=\"必須\" width=\"14\" height=\"14\">\r\n            パスワード\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" 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 name=\"password\" type=\"password\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getPassword()));
      out.write("\" size=\"22\" maxlength=\"16\" class=\"Form_TextBox_imeInactive\">\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            パスワードリマインダ質問\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" 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 name=\"pWQuestion\" type=\"text\" class=\"Form_TextBox_imeActive\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getPWQuestion()));
      out.write("\" size=\"70\" maxlength=\"100\">\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            パスワードリマインダ回答\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" 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 name=\"pWAnswer\" type=\"text\" class=\"Form_TextBox_imeActive\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getPWAnswer()));
      out.write("\" size=\"70\" maxlength=\"100\">\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Hissu.gif\" alt=\"必須\" width=\"14\" height=\"14\">\r\n            郵便番号\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" 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 name=\"postCode1\" type=\"text\" class=\"Form_TextBox_imeInactive\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getPostCode1()));
      out.write("\" size=\"5\" maxlength=\"3\">\r\n            -\r\n            ");
      out.write("<input name=\"postCode2\" type=\"text\" class=\"Form_TextBox_imeInactive\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getPostCode2()));
      out.write("\" size=\"10\" maxlength=\"4\">\r\n            ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_11 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_11.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_11.setParent(null);
      _jspx_th_webshop_isTrue_11.setValue(SIZipConf.isExist());
      int _jspx_eval_webshop_isTrue_11 = _jspx_th_webshop_isTrue_11.doStartTag();
      if (_jspx_eval_webshop_isTrue_11 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n            ");
          out.write("<INPUT TYPE=\"BUTTON\" NAME=\"zipBtn\" VALUE=\"住所検索\" OnClick=\"sendAction('");
          out.print(SIConfig.SIACTION_ZIPDIC);
          out.write("')\">\r\n            ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_11.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_11);
      out.write("\r\n            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n            ");
      out.write("<a href=\"http://search.post.japanpost.jp/zipcode/index.html\" target=\"_blank\">郵便番号がわからない方はこちら");
      out.write("</a>\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Hissu.gif\" alt=\"必須\" width=\"14\" height=\"14\">\r\n            住所１（都道府県）\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Tanitu.gif\" alt=\"単一選択\" width=\"60\" height=\"16\" align=\"middle\">\r\n            ");
      /* ----  webshop:siselect ---- */
      jp.co.sint.taglib.SISelect _jspx_th_webshop_siselect_1 = (jp.co.sint.taglib.SISelect) _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody.get(jp.co.sint.taglib.SISelect.class);
      _jspx_th_webshop_siselect_1.setPageContext(pageContext);
      _jspx_th_webshop_siselect_1.setParent(null);
      _jspx_th_webshop_siselect_1.setDefaultAlways("true");
      _jspx_th_webshop_siselect_1.setName("address1");
      _jspx_th_webshop_siselect_1.setDefault(custEditID.getAddress1());
      _jspx_th_webshop_siselect_1.setCollection(prefectureColl);
      int _jspx_eval_webshop_siselect_1 = _jspx_th_webshop_siselect_1.doStartTag();
      if (_jspx_th_webshop_siselect_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody.reuse(_jspx_th_webshop_siselect_1);
      out.write("\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Hissu.gif\" alt=\"必須\" width=\"14\" height=\"14\">\r\n            住所２（市区町村・番地）\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" 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 name=\"address2\" type=\"text\" class=\"Form_TextBox_imeActive\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getAddress2()));
      out.write("\" size=\"70\" maxlength=\"100\">\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            住所３（ビル名・階など）\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" 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 name=\"address3\" type=\"text\" class=\"Form_TextBox_imeActive\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getAddress3()));
      out.write("\" size=\"70\" maxlength=\"100\">\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            サロン名\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" 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 name=\"companyName\" type=\"text\" class=\"Form_TextBox_imeActive\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getCompanyName()));
      out.write("\" size=\"70\" maxlength=\"100\">\r\n          ");
      out.write("</td>\r\n        ");
      out.write("</tr>\r\n        ");
// 7.3.0 PI-NES5051 追加 ここから 
      out.write("\r\n        ");
      out.write("<tr>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell_Label\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            会社名\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" 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 name=\"corporationName\" type=\"text\" class=\"Form_TextBox_imeActive\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getCorporationName()));
      out.write("\" size=\"70\" maxlength=\"100\">\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Hissu.gif\" alt=\"必須\" width=\"14\" height=\"14\">\r\n            連絡先電話番号１\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" 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 name=\"storeTel\" type=\"text\" class=\"Form_TextBox_imeInactive\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getStoreTel()));
      out.write("\" size=\"22\" maxlength=\"16\">\r\n            ");
      out.write("<span class=\"Text_Blue_Small\">（半角数字で入力してください。例：0123456789）");
      out.write("</span>\r\n          ");
      out.write("</td>\r\n        ");
      out.write("</tr>\r\n        ");
// 7.3.0 PI-NES5051 追加 ここまで 
      out.write("\r\n        ");
      out.write("<tr>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell_Label\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            連絡先電話番号２\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" 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 name=\"tel\" type=\"text\" class=\"Form_TextBox_imeInactive\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getTel()));
      out.write("\" size=\"22\" maxlength=\"16\">\r\n            ");
      out.write("<span class=\"Text_Blue_Small\">（半角数字で入力してください。例：0123456789）");
      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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            連絡先FAX番号\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" 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 name=\"fax\" type=\"text\" class=\"Form_TextBox_imeInactive\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getFax()));
      out.write("\" size=\"22\" maxlength=\"16\">\r\n            ");
      out.write("<span class=\"Text_Blue_Small\">（半角数字で入力してください。例：0123456789）");
      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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            サロンホームページURL\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" 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 name=\"salonUrl\" type=\"text\" class=\"Form_TextBox_imeInactive\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getSalonUrl()));
      out.write("\" size=\"70\" maxlength=\"256\">\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Hissu.gif\" alt=\"必須\" width=\"14\" height=\"14\">\r\n            取引条件\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Tanitu.gif\" alt=\"単一選択\" width=\"60\" height=\"16\" align=\"middle\">\r\n            ");
Collection receivableFlgColl = SIFlagUtil.getFlagColl(SIFlagConf.SIFLAG_CUST_RECEIVABLE_FLG_INX);
      out.write("\r\n            ");
if(manLogin.isAdmin()){
      out.write("\r\n            ");
      /* ----  webshop:siradio ---- */
      jp.co.sint.taglib.SIRadio _jspx_th_webshop_siradio_0 = (jp.co.sint.taglib.SIRadio) _jspx_tagPool_webshop_siradio_name_defaultAlways_default_collection_nobody.get(jp.co.sint.taglib.SIRadio.class);
      _jspx_th_webshop_siradio_0.setPageContext(pageContext);
      _jspx_th_webshop_siradio_0.setParent(null);
      _jspx_th_webshop_siradio_0.setDefaultAlways("true");
      _jspx_th_webshop_siradio_0.setName("receivableFlg");
      _jspx_th_webshop_siradio_0.setDefault(SIHTMLUtil.HTMLEncode(custEditID.getReceivableFlg()));
      _jspx_th_webshop_siradio_0.setCollection(receivableFlgColl);
      int _jspx_eval_webshop_siradio_0 = _jspx_th_webshop_siradio_0.doStartTag();
      if (_jspx_th_webshop_siradio_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siradio_name_defaultAlways_default_collection_nobody.reuse(_jspx_th_webshop_siradio_0);
      out.write("\r\n            ");
}else{
      out.write("\r\n            ");
      out.print(SIHTMLUtil.HTMLEncode(SIFlagUtil.getFlagName(SIFlagConf.SIFLAG_CUST_RECEIVABLE_FLG_INX,custEditID.getReceivableFlg())));
      out.write("\r\n            ");
      out.write("<input name=\"receivableFlg\" type=\"hidden\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getReceivableFlg()));
      out.write("\">\r\n            ");
}
      out.write("\r\n          ");
      out.write("</td>\r\n        ");
      out.write("</tr>\r\n        ");
      out.write("\r\n        ");
if(custAttrColl00!=null&&custAttrColl00.size()>1){
      out.write("\r\n        ");
      out.write("<tr>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell_Label\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Hissu.gif\" alt=\"必須\" width=\"14\" height=\"14\">\r\n            ");
      out.print(SIUtil.HTMLEncode(SIConfig.SIMALL.getCustAttribute0()));
//7.2.0 ST0539 修正
      out.write("\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n          ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Tanitu.gif\" alt=\"単一選択\" width=\"60\" height=\"16\" align=\"middle\">\r\n          ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_12 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_12.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_12.setParent(null);
      _jspx_th_webshop_isTrue_12.setValue("楽天".equals(custEditID.getJob()));
      int _jspx_eval_webshop_isTrue_12 = _jspx_th_webshop_isTrue_12.doStartTag();
      if (_jspx_eval_webshop_isTrue_12 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n          ");
          out.print(SIHTMLUtil.HTMLEncode(custEditID.getJob()));
          out.write("\r\n          ");
          out.write("<input type=\"hidden\" name=\"job\" value=\"");
          out.print(SIHTMLUtil.HTMLEncode(custEditID.getJob()));
          out.write("\"/>\r\n          ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_12.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_12);
      out.write("\r\n          ");
      /* ----  webshop:isFalse ---- */
      jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_9 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
      _jspx_th_webshop_isFalse_9.setPageContext(pageContext);
      _jspx_th_webshop_isFalse_9.setParent(null);
      _jspx_th_webshop_isFalse_9.setValue("楽天".equals(custEditID.getJob()));
      int _jspx_eval_webshop_isFalse_9 = _jspx_th_webshop_isFalse_9.doStartTag();
      if (_jspx_eval_webshop_isFalse_9 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n          ");
          /* ----  webshop:siselect ---- */
          jp.co.sint.taglib.SISelect _jspx_th_webshop_siselect_2 = (jp.co.sint.taglib.SISelect) _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody.get(jp.co.sint.taglib.SISelect.class);
          _jspx_th_webshop_siselect_2.setPageContext(pageContext);
          _jspx_th_webshop_siselect_2.setParent(_jspx_th_webshop_isFalse_9);
          _jspx_th_webshop_siselect_2.setDefaultAlways("true");
          _jspx_th_webshop_siselect_2.setName("job");
          _jspx_th_webshop_siselect_2.setDefault(SIHTMLUtil.HTMLEncode(custEditID.getJob()));
          _jspx_th_webshop_siselect_2.setCollection(custAttrColl00);
          int _jspx_eval_webshop_siselect_2 = _jspx_th_webshop_siselect_2.doStartTag();
          if (_jspx_th_webshop_siselect_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody.reuse(_jspx_th_webshop_siselect_2);
          out.write("\r\n          ");
          int evalDoAfterBody = _jspx_th_webshop_isFalse_9.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isFalse_9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_9);
      out.write("\r\n          ");
      out.write("</td>\r\n        ");
      out.write("</tr>\r\n        ");
}
      out.write("\r\n        ");
if(custAttrColl01!=null&&custAttrColl01.size()>1){
      out.write("\r\n        ");
      out.write("<tr>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell_Label\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            ");
      out.print(SIUtil.HTMLEncode(SIConfig.SIMALL.getCustAttribute1()));
//7.2.0 ST0539 修正
      out.write("\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Tanitu.gif\" alt=\"単一選択\" width=\"60\" height=\"16\" align=\"middle\">\r\n            ");
      /* ----  webshop:siradio ---- */
      jp.co.sint.taglib.SIRadio _jspx_th_webshop_siradio_1 = (jp.co.sint.taglib.SIRadio) _jspx_tagPool_webshop_siradio_name_defaultAlways_default_collection_nobody.get(jp.co.sint.taglib.SIRadio.class);
      _jspx_th_webshop_siradio_1.setPageContext(pageContext);
      _jspx_th_webshop_siradio_1.setParent(null);
      _jspx_th_webshop_siradio_1.setDefaultAlways("true");
      _jspx_th_webshop_siradio_1.setName("howToKnow");
      _jspx_th_webshop_siradio_1.setDefault(SIHTMLUtil.HTMLEncode(custEditID.getHowToKnow()));
      _jspx_th_webshop_siradio_1.setCollection(custAttrColl01);
      int _jspx_eval_webshop_siradio_1 = _jspx_th_webshop_siradio_1.doStartTag();
      if (_jspx_th_webshop_siradio_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siradio_name_defaultAlways_default_collection_nobody.reuse(_jspx_th_webshop_siradio_1);
      out.write("\r\n          ");
      out.write("</td>\r\n        ");
      out.write("</tr>\r\n        ");
}
      out.write("\r\n        ");
if(custAttrColl02!=null&&custAttrColl02.size()!=0){
      out.write("\r\n        ");
      out.write("<tr>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell_Label\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            ");
      out.print(SIUtil.HTMLEncode(SIConfig.SIMALL.getCustAttribute2()));
      out.write("\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n            ");
      out.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"550\">\r\n              ");
      out.write("<tr>\r\n                ");
      out.write("<td align=\"left\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Check.gif\" alt=\"チェック\" width=\"60\" height=\"16\" align=\"middle\">");
      out.write("</td>\r\n                ");
      out.write("<td>\r\n                  ");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_0 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_0.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_0.setParent(null);
      _jspx_th_webshop_siiterator_0.setType("jp.co.sint.basic.SINameValue");
      _jspx_th_webshop_siiterator_0.setCollection(custAttrColl02);
      _jspx_th_webshop_siiterator_0.setId("hobbyID");
      int _jspx_eval_webshop_siiterator_0 = _jspx_th_webshop_siiterator_0.doStartTag();
      if (_jspx_eval_webshop_siiterator_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SINameValue hobbyID = null;
        hobbyID = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("hobbyID");
        do {
          out.write("\r\n                    ");

                    int i = 0; boolean exist = false;
                    while (aryHobby.length > i){
                      if(aryHobby[i].equals(hobbyID.getValue())){
                          exist = true;
                          break;
                        }
                      i++;
                    }
          out.write("\r\n                    ");
          /* ----  webshop:isTrue ---- */
          jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_13 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
          _jspx_th_webshop_isTrue_13.setPageContext(pageContext);
          _jspx_th_webshop_isTrue_13.setParent(_jspx_th_webshop_siiterator_0);
          _jspx_th_webshop_isTrue_13.setValue(exist);
          int _jspx_eval_webshop_isTrue_13 = _jspx_th_webshop_isTrue_13.doStartTag();
          if (_jspx_eval_webshop_isTrue_13 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n                      ");
              out.write("<input type=\"checkbox\" name=\"hobby\" value=\"");
              out.print(SIHTMLUtil.HTMLEncode(hobbyID.getValue()));
              out.write("\" checked=\"true\"/>");
              out.print(SIHTMLUtil.HTMLEncode(hobbyID.getName()));
              out.write("\r\n                    ");
              int evalDoAfterBody = _jspx_th_webshop_isTrue_13.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isTrue_13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_13);
          out.write("\r\n                    ");
          /* ----  webshop:isFalse ---- */
          jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_10 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
          _jspx_th_webshop_isFalse_10.setPageContext(pageContext);
          _jspx_th_webshop_isFalse_10.setParent(_jspx_th_webshop_siiterator_0);
          _jspx_th_webshop_isFalse_10.setValue(exist);
          int _jspx_eval_webshop_isFalse_10 = _jspx_th_webshop_isFalse_10.doStartTag();
          if (_jspx_eval_webshop_isFalse_10 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n                      ");
              out.write("<input type=\"checkbox\" name=\"hobby\" value=\"");
              out.print(SIHTMLUtil.HTMLEncode(hobbyID.getValue()));
              out.write("\"/>");
              out.print(SIHTMLUtil.HTMLEncode(hobbyID.getName()));
              out.write("\r\n                    ");
              int evalDoAfterBody = _jspx_th_webshop_isFalse_10.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isFalse_10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_10);
          out.write("\r\n                    ");
          /* ----  webshop:isTrue ---- */
          jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_14 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
          _jspx_th_webshop_isTrue_14.setPageContext(pageContext);
          _jspx_th_webshop_isTrue_14.setParent(_jspx_th_webshop_siiterator_0);
          _jspx_th_webshop_isTrue_14.setValue(hobbyID.getName().equals("ヘアーエクステンション")||hobbyID.getName().equals("フェイシャル施術")||hobbyID.getName().equals("整体マッサージ")||hobbyID.getName().equals("ネイル/ペディキュア"));
          int _jspx_eval_webshop_isTrue_14 = _jspx_th_webshop_isTrue_14.doStartTag();
          if (_jspx_eval_webshop_isTrue_14 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("<br>");
              int evalDoAfterBody = _jspx_th_webshop_isTrue_14.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isTrue_14.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_14);
          out.write("\r\n                    ");
          /* ----  webshop:isTrue ---- */
          jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_15 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
          _jspx_th_webshop_isTrue_15.setPageContext(pageContext);
          _jspx_th_webshop_isTrue_15.setParent(_jspx_th_webshop_siiterator_0);
          _jspx_th_webshop_isTrue_15.setValue(hobbyID.getName().equals("その他"));
          int _jspx_eval_webshop_isTrue_15 = _jspx_th_webshop_isTrue_15.doStartTag();
          if (_jspx_eval_webshop_isTrue_15 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n                      （");
              out.write("<input type=\"text\" name=\"otherMenu\" style=\"border-width:0px 0px 1px; border-style:solid; border-color:black;color: #000000;background-color:#FFFFFF;ime-mode:active;\" value=\"");
              out.print(custEditID.getOtherMenu());
              out.write("\" size=\"40\" maxlength=\"50\">）\r\n                    ");
              int evalDoAfterBody = _jspx_th_webshop_isTrue_15.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isTrue_15.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_15);
          out.write("\r\n                  ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_0.doAfterBody();
          hobbyID = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("hobbyID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_0);
      out.write("\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("\r\n        ");
      out.write("<tr>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell_Label\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Hissu.gif\" alt=\"必須\" width=\"14\" height=\"14\">\r\n            登録経路\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Tanitu.gif\" alt=\"単一選択\" width=\"60\" height=\"16\" align=\"middle\">\r\n            ");
      /* ----  webshop:siselect ---- */
      jp.co.sint.taglib.SISelect _jspx_th_webshop_siselect_3 = (jp.co.sint.taglib.SISelect) _jspx_tagPool_webshop_siselect_name_defaultAlways_defaultAlways_default_collection_nobody.get(jp.co.sint.taglib.SISelect.class);
      _jspx_th_webshop_siselect_3.setPageContext(pageContext);
      _jspx_th_webshop_siselect_3.setParent(null);
      _jspx_th_webshop_siselect_3.setDefaultAlways("true");
      _jspx_th_webshop_siselect_3.setName("registRoute");
      _jspx_th_webshop_siselect_3.setDefaultAlways("true");
      _jspx_th_webshop_siselect_3.setDefault(custEditID.getRegistRoute());
      _jspx_th_webshop_siselect_3.setCollection(SIFlagUtil.getFlagColl(SIFlagConf.SIFLAG_ORDER_ROUTE_INX));
      int _jspx_eval_webshop_siselect_3 = _jspx_th_webshop_siselect_3.doStartTag();
      if (_jspx_th_webshop_siselect_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siselect_name_defaultAlways_defaultAlways_default_collection_nobody.reuse(_jspx_th_webshop_siselect_3);
      out.write("\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            営業担当者\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Tanitu.gif\" alt=\"単一選択\" width=\"60\" height=\"16\" align=\"middle\">\r\n            ");
      /* ----  webshop:siselect ---- */
      jp.co.sint.taglib.SISelect _jspx_th_webshop_siselect_4 = (jp.co.sint.taglib.SISelect) _jspx_tagPool_webshop_siselect_name_defaultAlways_defaultAlways_default_collection_nobody.get(jp.co.sint.taglib.SISelect.class);
      _jspx_th_webshop_siselect_4.setPageContext(pageContext);
      _jspx_th_webshop_siselect_4.setParent(null);
      _jspx_th_webshop_siselect_4.setDefaultAlways("true");
      _jspx_th_webshop_siselect_4.setName("charge");
      _jspx_th_webshop_siselect_4.setDefaultAlways("true");
      _jspx_th_webshop_siselect_4.setDefault(custEditID.getCharge());
      _jspx_th_webshop_siselect_4.setCollection(chargeColl);
      int _jspx_eval_webshop_siselect_4 = _jspx_th_webshop_siselect_4.doStartTag();
      if (_jspx_th_webshop_siselect_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siselect_name_defaultAlways_defaultAlways_default_collection_nobody.reuse(_jspx_th_webshop_siselect_4);
      out.write("\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Hissu.gif\" alt=\"必須\" width=\"14\" height=\"14\">\r\n            会員種別\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Tanitu.gif\" alt=\"単一選択\" width=\"60\" height=\"16\" align=\"middle\">\r\n            ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_16 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_16.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_16.setParent(null);
      _jspx_th_webshop_isTrue_16.setValue(true);
      int _jspx_eval_webshop_isTrue_16 = _jspx_th_webshop_isTrue_16.doStartTag();
      if (_jspx_eval_webshop_isTrue_16 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n            ");
          /* ----  webshop:siselect ---- */
          jp.co.sint.taglib.SISelect _jspx_th_webshop_siselect_5 = (jp.co.sint.taglib.SISelect) _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody.get(jp.co.sint.taglib.SISelect.class);
          _jspx_th_webshop_siselect_5.setPageContext(pageContext);
          _jspx_th_webshop_siselect_5.setParent(_jspx_th_webshop_isTrue_16);
          _jspx_th_webshop_siselect_5.setDefaultAlways("true");
          _jspx_th_webshop_siselect_5.setDefault(custEditID.getMemberLevelCode());
          _jspx_th_webshop_siselect_5.setName("memberLevelCode");
          _jspx_th_webshop_siselect_5.setCollection(memberLevelColl);
          int _jspx_eval_webshop_siselect_5 = _jspx_th_webshop_siselect_5.doStartTag();
          if (_jspx_th_webshop_siselect_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody.reuse(_jspx_th_webshop_siselect_5);
          out.write("\r\n            &nbsp;&nbsp;\r\n            ");
if(custEditID.getMemberLevelFixedFlg().equals("1")){
          out.write("\r\n              ");
          out.write("<input type=\"checkbox\" name=\"memberLevelFixedFlg\" value=\"1\" checked=\"true\">会員種別を固定する\r\n            ");
}else{
          out.write("\r\n              ");
          out.write("<input type=\"checkbox\" name=\"memberLevelFixedFlg\" value=\"1\">会員種別を固定する\r\n            ");
}
          out.write("\r\n            ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_16.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_16.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_16);
      out.write("\r\n            ");
      /* ----  webshop:isFalse ---- */
      jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_11 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
      _jspx_th_webshop_isFalse_11.setPageContext(pageContext);
      _jspx_th_webshop_isFalse_11.setParent(null);
      _jspx_th_webshop_isFalse_11.setValue(true);
      int _jspx_eval_webshop_isFalse_11 = _jspx_th_webshop_isFalse_11.doStartTag();
      if (_jspx_eval_webshop_isFalse_11 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n            ");
          out.print(SIHTMLUtil.HTMLEncode(SIUtil.getNameFromColl(memberLevelColl,custEditID.getMemberLevelCode())));
          out.write("\r\n            ");
if (custEditID.getMemberLevelFixedFlg().equals("1")){
          out.write("（会員種別を固定する）");
}
          out.write("\r\n            ");
          out.write("<input type=\"hidden\" name=\"memberLevelCode\" value=\"");
          out.print(custEditID.getMemberLevelCode());
          out.write("\">\r\n            ");
          out.write("<input type=\"hidden\" name=\"memberLevelFixedFlg\" value=\"");
          out.print(custEditID.getMemberLevelFixedFlg());
          out.write("\">\r\n            ");
          int evalDoAfterBody = _jspx_th_webshop_isFalse_11.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isFalse_11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_11);
      out.write("\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            ポイント付与区分\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Check.gif\" alt=\"チェック\" width=\"60\" height=\"16\" align=\"middle\">\r\n            ");
if(custEditID.getNoPointFlg().equals("1")){
      out.write("\r\n              ");
      out.write("<input type=\"checkbox\" name=\"noPointFlg\" value=\"1\" checked=\"true\">購入ポイントを付与しない\r\n            ");
}else{
      out.write("\r\n              ");
      out.write("<input type=\"checkbox\" name=\"noPointFlg\" value=\"1\">購入ポイントを付与しない\r\n            ");
}
      out.write("\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            郵送不可区分\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Check.gif\" alt=\"チェック\" width=\"60\" height=\"16\" align=\"middle\">\r\n            ");
if(custEditID.getNoDeliveryFlg().equals("1")){
      out.write("\r\n              ");
      out.write("<input type=\"checkbox\" name=\"noDeliveryFlg\" value=\"1\" checked=\"true\">登録された住所には郵送不可\r\n            ");
}else{
      out.write("\r\n              ");
      out.write("<input type=\"checkbox\" name=\"noDeliveryFlg\" value=\"1\">登録された住所には郵送不可\r\n            ");
}
      out.write("\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            情報メール\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Check.gif\" alt=\"チェック\" width=\"60\" height=\"16\" align=\"middle\">\r\n            ");
if(custEditID.getNewMailFlg().equals("1")){
      out.write("\r\n              ");
      out.write("<input type=\"checkbox\" name=\"newMailFlg\" value=\"1\" checked=\"true\">希望する\r\n            ");
}else{
      out.write("\r\n              ");
      out.write("<input type=\"checkbox\" name=\"newMailFlg\" value=\"1\">希望する\r\n            ");
}
      out.write("\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            人材情報メール\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Check.gif\" alt=\"チェック\" width=\"60\" height=\"16\" align=\"middle\">\r\n            ");
if(custEditID.getIntroductionMailFlg().equals("1")){
      out.write("\r\n              ");
      out.write("<input type=\"checkbox\" name=\"introductionMailFlg\" value=\"1\" checked=\"true\">希望する\r\n            ");
}else{
      out.write("\r\n              ");
      out.write("<input type=\"checkbox\" name=\"introductionMailFlg\" value=\"1\">希望する\r\n            ");
}
      out.write("\r\n          ");
      out.write("</td>\r\n        ");
      out.write("</tr>\r\n        ");
//7.3.0 ST2027 追加 ここから 
      out.write("\r\n        ");
 if ( SIConfig.SIEDIT_MODE_INSERT.equals(custEditID.getEditModeTxt()) == false ) { 
      out.write("\r\n        ");
      out.write("<tr>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell_Label\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            削除依頼\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Check.gif\" alt=\"チェック\" width=\"60\" height=\"16\" align=\"middle\">\r\n            ");
if(custEditID.getDelFlg() == Integer.parseInt(SIConfig.SIDEL_FLG_REQUEST)){
      out.write("\r\n              ");
      out.write("<input type=\"checkbox\" name=\"intDelFlg\" value=\"");
      out.print(SIConfig.SIDEL_FLG_REQUEST);
      out.write("\" checked=\"true\">依頼する\r\n            ");
}else{
      out.write("\r\n              ");
      out.write("<input type=\"checkbox\" name=\"intDelFlg\" value=\"");
      out.print(SIConfig.SIDEL_FLG_REQUEST);
      out.write("\">依頼する\r\n            ");
}
      out.write("\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            ログインエラー回数\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" 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 name=\"intLoginErrCount\" type=\"text\" class=\"Form_TextBox_imeInactive\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getLoginErrCount()));
      out.write("\" size=\"5\" maxlength=\"2\">\r\n          ");
      out.write("</td>\r\n        ");
      out.write("</tr>\r\n        ");
 } 
      out.write("\r\n        ");
      out.write("<tr>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell_Label\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            ヘア水物\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Tanitu.gif\" alt=\"単一選択\" width=\"60\" height=\"16\" align=\"middle\">\r\n            ");
      /* ----  webshop:siselect ---- */
      jp.co.sint.taglib.SISelect _jspx_th_webshop_siselect_6 = (jp.co.sint.taglib.SISelect) _jspx_tagPool_webshop_siselect_name_defaultAlways_defaultAlways_default_collection_nobody.get(jp.co.sint.taglib.SISelect.class);
      _jspx_th_webshop_siselect_6.setPageContext(pageContext);
      _jspx_th_webshop_siselect_6.setParent(null);
      _jspx_th_webshop_siselect_6.setDefaultAlways("true");
      _jspx_th_webshop_siselect_6.setName("hairCosmeFlg");
      _jspx_th_webshop_siselect_6.setDefaultAlways("true");
      _jspx_th_webshop_siselect_6.setDefault(custEditID.getHairCosmeFlg());
      _jspx_th_webshop_siselect_6.setCollection(SIFlagUtil.getFlagColl(SIFlagConf.SIFLAG_CUST_HAIRCOSME_FLG_INX));
      int _jspx_eval_webshop_siselect_6 = _jspx_th_webshop_siselect_6.doStartTag();
      if (_jspx_th_webshop_siselect_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siselect_name_defaultAlways_defaultAlways_default_collection_nobody.reuse(_jspx_th_webshop_siselect_6);
      out.write("\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            契約済メーカー\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n            ");
      out.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n              ");
      out.write("<tr>\r\n                ");
      out.write("<td align=\"left\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Check.gif\" alt=\"チェック\" width=\"60\" height=\"16\" align=\"middle\">");
      out.write("</td>\r\n                ");
      out.write("<td>\r\n                  ");
      /* ----  webshop:sicheckbox ---- */
      jp.co.sint.taglib.SICheckBox _jspx_th_webshop_sicheckbox_0 = (jp.co.sint.taglib.SICheckBox) _jspx_tagPool_webshop_sicheckbox_name_defaults_defaultAlways_collection_nobody.get(jp.co.sint.taglib.SICheckBox.class);
      _jspx_th_webshop_sicheckbox_0.setPageContext(pageContext);
      _jspx_th_webshop_sicheckbox_0.setParent(null);
      _jspx_th_webshop_sicheckbox_0.setDefaultAlways("true");
      _jspx_th_webshop_sicheckbox_0.setName("maker");
      _jspx_th_webshop_sicheckbox_0.setDefaults(aryMaker);
      _jspx_th_webshop_sicheckbox_0.setCollection(contractedMakerColl);
      int _jspx_eval_webshop_sicheckbox_0 = _jspx_th_webshop_sicheckbox_0.doStartTag();
      if (_jspx_th_webshop_sicheckbox_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_sicheckbox_name_defaults_defaultAlways_collection_nobody.reuse(_jspx_th_webshop_sicheckbox_0);
      out.write("\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        ");
if (custEditID.isModifyMode()){
      out.write("\r\n        ");
      out.write("<tr>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell_Label\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            パスワード配信日時\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n            ");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getPasswordMailDateTime()));
      out.write("\r\n            ");
      out.write("<a href=\"javascript:sendPasswordMailCon()\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/btn_SS_EditSalesMail.gif\" alt=\"メール送信\" width=\"40\" height=\"15\" class=\"imgBtn\">");
      out.write("</a>\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\">\r\n            ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_Space.gif\" alt=\"\" width=\"14\" height=\"1\">\r\n            名寄せ\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td valign=\"middle\" class=\"Back_Edit_DataCell\">\r\n            ");
      out.write("<table width=\"550\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n              ");
      out.write("<tr>\r\n                ");
      out.write("<td width=\"65\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/lbl_HanSuuji.gif\" alt=\"半角数字\" width=\"60\" height=\"16\" align=\"middle\">");
      out.write("</td>\r\n                ");
      out.write("<td width=\"265\" align=\"left\">名寄せコード：");
      out.write("<input name=\"custCodeBefore\" type=\"text\" class=\"Form_TextBox_imeInactive\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getCustCodeBefore()));
      out.write("\" size=\"10\" maxlength=\"8\">");
      out.write("<input type=\"button\" name=\"checkBtn\" value=\"氏名チェック\" OnClick=\"sendAction('");
      out.print(SIConfig.SIACTION_UPDATE);
      out.write("')\">");
      out.write("</td>\r\n                ");
      out.write("<td width=\"220\" align=\"right\">\r\n                  ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_17 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_17.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_17.setParent(null);
      _jspx_th_webshop_isTrue_17.setValue(SIUtil.isNotNull(custEditID.getCustNameBefore()));
      int _jspx_eval_webshop_isTrue_17 = _jspx_th_webshop_isTrue_17.doStartTag();
      if (_jspx_eval_webshop_isTrue_17 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n                  顧客名：");
          out.print(custEditID.getCustNameBefore());
          out.write("\r\n                  ");
          out.write("<input type=\"button\" name=\"checkBtn\" value=\"名寄せ\" OnClick=\"cleansingConfirm('");
          out.print(custEditID.getCustNameBefore());
          out.write("','");
          out.print(custEditID.getCustCodeBefore());
          out.write("')\">\r\n                ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_17.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_17.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_17);
      out.write("\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("\r\n      ");
      out.write("</table>\r\n      ");
if (custEditID.isModifyMode()){
      out.write("\r\n      ");
      out.write("<br>");
      out.write("<br>\r\n      ");
      out.write("<span class=\"Back_Edit_TitleText\">特記事項メモ");
      out.write("</span>&nbsp;※顧客特徴、クレーム情報、買取・修理情報等全ての取引を入力\r\n      ");
      out.write("<table width=\"700\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\" class=\"Back_Edit_TableBorder\">\r\n        ");
      out.write("<tr class=\"Back_Edit_HeaderCell\">\r\n          ");
      out.write("<td width=\"64\">記入日");
      out.write("</td>\r\n          ");
      out.write("<td width=\"64\">更新日");
      out.write("</td>\r\n          ");
      out.write("<td width=\"64\">担当者");
      out.write("</td>\r\n          ");
      out.write("<td width=\"398\">メモ");
      out.write("</td>\r\n          ");
      out.write("<td width=\"110\">");
      out.write("</td>\r\n        ");
      out.write("</tr>\r\n        ");
      out.write("<tr class=\"Back_Edit_DataCell\">\r\n          ");
      out.write("<td align=\"left\">");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getMemo().getInitDateTime()));
      out.write("</td>\r\n          ");
      out.write("<td align=\"left\">");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getMemo().getUpdateDateTime()));
      out.write("</td>\r\n          ");
      out.write("<td align=\"center\">");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getMemo().getUserName()));
      out.write("</td>\r\n          ");
      out.write("<td align=\"left\">\r\n            ");
      out.write("<input type=\"hidden\" name=\"commentNumber\" value=\"");
      out.print(custEditID.getMemo().getCommentNumber());
      out.write("\">\r\n            ");
      out.write("<textarea rows=\"2\" cols=\"50\" name=\"memo\" class=\"Form_TextBox_imeActive\">");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getMemo().getMemo()));
      out.write("</textarea>\r\n          ");
      out.write("</td>\r\n          ");
      out.write("<td align=\"center\">\r\n            ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_18 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_18.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_18.setParent(null);
      _jspx_th_webshop_isTrue_18.setValue(SIUtil.isNull(custEditID.getMemo().getCommentNumber()));
      int _jspx_eval_webshop_isTrue_18 = _jspx_th_webshop_isTrue_18.doStartTag();
      if (_jspx_eval_webshop_isTrue_18 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n              ");
          out.write("<a href=\"javascript:sendAction('purchaseRegist')\">");
          out.write("<img src=\"");
          out.print(webshopSite);
          out.write("/image/mallmgr/btn_S_AddNew.gif\" width=\"45\" height=\"20\" class=\"imgBtn\">");
          out.write("</a>\r\n            ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_18.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_18.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_18);
      out.write("\r\n            ");
      /* ----  webshop:isFalse ---- */
      jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_12 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
      _jspx_th_webshop_isFalse_12.setPageContext(pageContext);
      _jspx_th_webshop_isFalse_12.setParent(null);
      _jspx_th_webshop_isFalse_12.setValue(SIUtil.isNull(custEditID.getMemo().getCommentNumber()));
      int _jspx_eval_webshop_isFalse_12 = _jspx_th_webshop_isFalse_12.doStartTag();
      if (_jspx_eval_webshop_isFalse_12 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n              ");
          out.write("<a href=\"javascript:sendAction('purchaseRegist')\">");
          out.write("<img src=\"");
          out.print(webshopSite);
          out.write("/image/mallmgr/btn_S_Update.gif\" width=\"45\" height=\"20\" class=\"imgBtn\">");
          out.write("</a>\r\n              &nbsp;");
          out.write("<a href=\"javascript:sendAction('purchaseReset')\">");
          out.write("<img src=\"");
          out.print(webshopSite);
          out.write("/image/mallmgr/btn_S_Clear.gif\" width=\"45\" height=\"20\" class=\"imgBtn\">");
          out.write("</a>\r\n            ");
          int evalDoAfterBody = _jspx_th_webshop_isFalse_12.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isFalse_12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_12);
      out.write("\r\n          ");
      out.write("</td>\r\n        ");
      out.write("</tr>\r\n        ");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_1 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_1.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_1.setParent(null);
      _jspx_th_webshop_siiterator_1.setType("jp.co.sint.beans.mallmgr.UIPurchaseHistoryMemo");
      _jspx_th_webshop_siiterator_1.setCollection(memoColl);
      _jspx_th_webshop_siiterator_1.setId("memoID");
      int _jspx_eval_webshop_siiterator_1 = _jspx_th_webshop_siiterator_1.doStartTag();
      if (_jspx_eval_webshop_siiterator_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.beans.mallmgr.UIPurchaseHistoryMemo memoID = null;
        memoID = (jp.co.sint.beans.mallmgr.UIPurchaseHistoryMemo) pageContext.findAttribute("memoID");
        do {
          out.write("\r\n        ");
          /* ----  webshop:isFalse ---- */
          jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_13 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
          _jspx_th_webshop_isFalse_13.setPageContext(pageContext);
          _jspx_th_webshop_isFalse_13.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_isFalse_13.setValue(memoID.getCommentNumber().equals(custEditID.getMemo().getCommentNumber()));
          int _jspx_eval_webshop_isFalse_13 = _jspx_th_webshop_isFalse_13.doStartTag();
          if (_jspx_eval_webshop_isFalse_13 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n        ");
              out.write("<tr class=\"Back_Edit_DataCell\">\r\n          ");
              out.write("<td align=\"left\">");
              out.print(SIHTMLUtil.HTMLEncode(memoID.getInitDateTime()));
              out.write("</td>\r\n          ");
              out.write("<td align=\"left\">");
              out.print(SIHTMLUtil.HTMLEncode(memoID.getUpdateDateTime()));
              out.write("</td>\r\n          ");
              out.write("<td align=\"center\">");
              out.print(SIHTMLUtil.HTMLEncode(memoID.getUserName()));
              out.write("</td>\r\n          ");
              out.write("<td align=\"left\" style=\"word-break:break-all;\">");
              out.print(SIHTMLUtil.ToHTMLNewLine(memoID.getMemo()));
              out.write("</td>\r\n          ");
              out.write("<td align=\"center\">\r\n            ");
              out.write("<a href=\"javascript:sendActionByData1('purchaseModify','commentNumber','");
              out.print(memoID.getCommentNumber());
              out.write("')\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/mallmgr/btn_S_Edit.gif\" width=\"45\" height=\"20\" class=\"imgBtn\">");
              out.write("</a>\r\n            &nbsp;");
              out.write("<a href=\"javascript:sendActionByData1('purchaseDelete','commentNumber','");
              out.print(memoID.getCommentNumber());
              out.write("')\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/mallmgr/btn_S_Delete.gif\" 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_isFalse_13.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isFalse_13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_13);
          out.write("\r\n        ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_1.doAfterBody();
          memoID = (jp.co.sint.beans.mallmgr.UIPurchaseHistoryMemo) pageContext.findAttribute("memoID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_1);
      out.write("\r\n      ");
      out.write("</table>\r\n      ");
      out.write("<input type=\"hidden\" name=\"firstMemo\" value=\"\">\r\n      ");
}else{
      out.write("\r\n      ");
      out.write("<br>");
      out.write("<br>\r\n      ");
      out.write("<span class=\"Back_Edit_TitleText\">特記事項メモ");
      out.write("</span>&nbsp;※顧客特徴、クレーム情報、買取・修理情報等全ての取引を入力\r\n      ");
      out.write("<table width=\"700\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\" class=\"Back_Edit_TableBorder\">\r\n        ");
      out.write("<tr class=\"Back_Edit_HeaderCell\">\r\n          ");
      out.write("<td width=\"64\">記入日");
      out.write("</td>\r\n          ");
      out.write("<td width=\"64\">更新日");
      out.write("</td>\r\n          ");
      out.write("<td width=\"64\">担当者");
      out.write("</td>\r\n          ");
      out.write("<td width=\"398\">メモ");
      out.write("</td>\r\n          ");
      out.write("<td width=\"110\">");
      out.write("</td>\r\n        ");
      out.write("</tr>\r\n        ");
      out.write("<tr class=\"Back_Edit_DataCell\">\r\n          ");
      out.write("<td width=\"64\">");
      out.write("</td>\r\n          ");
      out.write("<td width=\"64\">");
      out.write("</td>\r\n          ");
      out.write("<td width=\"64\">");
      out.write("</td>\r\n          ");
      out.write("<td width=\"398\">");
      out.write("<textarea rows=\"2\" cols=\"50\" name=\"firstMemo\" class=\"Form_TextBox_imeActive\">");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getFirstMemo()));
      out.write("</textarea>");
      out.write("</td>\r\n          ");
      out.write("<td width=\"110\">");
      out.write("</td>\r\n        ");
      out.write("</tr>\r\n      ");
      out.write("</table>\r\n      ");
}
      out.write("\r\n      ");
      out.write("<br>\r\n      ");
      out.write("<table height=\"50\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" summary=\"ボタン配置レイアウトテーブル\">\r\n        ");
      out.write("<tr>\r\n          ");
if (!custEditID.isModifyMode()){
      out.write("\r\n            ");
      out.write("<td width=\"140\">");
      out.write("</td>\r\n            ");
      out.write("<td width=\"140\">");
      out.write("</td>\r\n          ");
}else{
      out.write("\r\n            ");
      out.write("<td width=\"140\" align=\"right\">");
      out.write("<a href=\"javascript:goPopup('");
      out.print(webshopSite);
      out.write("/mallmgr/cust/man_cust_address_list.jsp?cuc=");
      out.print(custEditID.getCustCode());
      out.write("')\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/btn_L_Address.gif\" alt=\"アドレス帳\" width=\"125\" height=\"30\" class=\"imgBtn\">");
      out.write("</a>");
      out.write("</td>\r\n            ");
      out.write("<td width=\"140\" align=\"right\">");
      out.write("<a href=\"javascript:sendAction('purchaseDetail')\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/btn_L_BuyHist.gif\" alt=\"購入履歴\" width=\"125\" height=\"30\" class=\"imgBtn\">");
      out.write("</a>");
      out.write("</td>\r\n          ");
}
      out.write("\r\n          ");
      out.write("<td width=\"140\" align=\"right\">\r\n          ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_19 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_19.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_19.setParent(null);
      _jspx_th_webshop_isTrue_19.setValue(SIUtil.isNull(regCustID.getBackURL()));
      int _jspx_eval_webshop_isTrue_19 = _jspx_th_webshop_isTrue_19.doStartTag();
      if (_jspx_eval_webshop_isTrue_19 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n            ");
          out.write("<a href=\"javascript:sendAction('");
          out.print(SIConfig.SIACTION_BACK );
          out.write("')\">");
          out.write("<img src=\"");
          out.print(webshopSite);
          out.write("/image/mallmgr/btn_L_Back.gif\" alt=\"戻る\" width=\"125\" height=\"30\" class=\"imgBtn\">");
          out.write("</a>");
//7.1.1 ST1090 修正
          out.write("\r\n          ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_19.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_19.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_19);
      out.write("\r\n          ");
      /* ----  webshop:isFalse ---- */
      jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_14 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
      _jspx_th_webshop_isFalse_14.setPageContext(pageContext);
      _jspx_th_webshop_isFalse_14.setParent(null);
      _jspx_th_webshop_isFalse_14.setValue(SIUtil.isNull(regCustID.getBackURL()));
      int _jspx_eval_webshop_isFalse_14 = _jspx_th_webshop_isFalse_14.doStartTag();
      if (_jspx_eval_webshop_isFalse_14 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n            ");
          out.write("<a href=\"javascript:goBack()\">");
          out.write("<img src=\"");
          out.print(webshopSite);
          out.write("/image/mallmgr/btn_L_Back.gif\" alt=\"戻る\" width=\"125\" height=\"30\" class=\"imgBtn\">");
          out.write("</a>");
//7.1.1 ST1090 修正
          out.write("\r\n          ");
          int evalDoAfterBody = _jspx_th_webshop_isFalse_14.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isFalse_14.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_14);
      out.write("\r\n          ");
      out.write("</td>\r\n          ");
if(custEditID.getDelFlg()!=Integer.parseInt(SIConfig.SIDEL_FLG_DELETE)){//7.3.0 ST2027 追加 
      out.write("\r\n            ");
      out.write("<td width=\"140\" align=\"right\">\r\n              ");
if(SIUtil.notMatch(SIConfig.SIADMIN_MS_SS,manLogin.getAdminType())){
      out.write("\r\n                ");
      out.write("<a href=\"javascript:");
if(!custEditID.isModifyMode()){
      out.write("resetMode(1);");
}else{
      out.write("resetMode(2);");
}
      out.write("\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/btn_L_Reset.gif\" alt=\"リセット\" width=\"125\" height=\"30\" class=\"imgBtn\">");
      out.write("</a>");
//7.1.1 ST1090 修正
      out.write("\r\n              ");
}
      out.write("\r\n            ");
      out.write("</td>\r\n            ");
      out.write("<td width=\"140\" align=\"right\">\r\n              ");
if(SIUtil.notMatch(SIConfig.SIADMIN_MS_SS,manLogin.getAdminType())){
      out.write("\r\n                ");
      out.write("<a href=\"javascript:sendAction('confirm')\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/mallmgr/btn_L_Confirm.gif\" alt=\"登録\" width=\"125\" height=\"30\" class=\"imgBtn\">");
      out.write("</a>");
//7.1.1 ST1090 修正
      out.write("\r\n              ");
}
      out.write("\r\n            ");
      out.write("</td>\r\n            ");
 //7.3.0 ST2027 追加 ここから 
      out.write("\r\n          ");
}else{
      out.write("\r\n            ");
      out.write("<td>");
      out.write("</td>\r\n            ");
      out.write("<td>");
      out.write("</td>\r\n          ");
}
      out.write("\r\n          ");
 //7.3.0 ST2027 追加 ここまで 
      out.write("\r\n        ");
      out.write("</tr>\r\n      ");
      out.write("</table>\r\n      ");
      out.write("<br>\r\n    ");
      out.write("</td>\r\n  ");
      out.write("</tr>\r\n  ");
      out.write("<tr>");
      out.write("<td colspan=\"2\" class=\"Back_Edit_FooterBG\">");

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

      out.write("\r\n");
      out.write("<img src=\"");
      out.print(SIHTMLUtil.getRootPath(request));
      out.write("/image/mallmgr/WS_Footer1000.gif\" alt=\"Footer\" width=\"100%\" height=\"20\">");
      out.write("</td>");
      out.write("</tr>\r\n");
      out.write("</table>\r\n");
if(custEditID.isModifyMode()){
      out.write("<input name=\"custCode\" type=\"hidden\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getCustCode()));
      out.write("\">");
}
      out.write("\r\n");
      out.write("<input type=\"hidden\" name=\"actionNameTxt\"  value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getActionNameTxt()));
      out.write("\">\r\n");
      out.write("<input type=\"hidden\" name=\"editModeTxt\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getEditModeTxt()));
      out.write("\">\r\n");
      out.write("<input type=\"hidden\" name=\"pageNumberTxt\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(custEditID.getPageNumberTxt()));
      out.write("\">\r\n");
      out.write("<input type=\"hidden\" name=\"backURL\" value=\"");
      out.print(regCustID.getBackURL());
      out.write("\">\r\n");
      out.write("<input type=\"hidden\" name=\"backUrl\" value=\"webshop.jsp.manager.cust.edit\">\r\n");
      out.write("<input type=\"hidden\" name=\"nid\" value=\"");
      out.print(regCustID.getNextUrlTxt());
      out.write("\">\r\n");
// 7.3.0 PI-NES0501 追加 ここから
      out.write("\r\n");
      out.write("<input type=\"hidden\" name=\"custCompanyFlg\" value=\"0\">\r\n");
      out.write("<input type=\"hidden\" name=\"memberLevelCode\" value=\"0\">\r\n");
      out.write("<input type=\"hidden\" name=\"payMethodCode\" value=\"0\">\r\n");
      out.write("<input type=\"hidden\" name=\"sex\" value=\"1\">\r\n");
      out.write("<input type=\"hidden\" name=\"allow\" value=\"1\">\r\n");
// 7.3.0 PI-NES0501 追加 ここまで
      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("下記のメッセージの発生日時は、");
        if (_jspx_meth_datetime_format_0(_jspx_th_webshop_actionErrors_0, pageContext))
          return true;
        out.write("です。");
        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;
  }
}
