# chatbot/1.1.5/admin_ui.php

WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services, version 1.1.5. 1 lines.

- Page: https://pluginprobe.com/plugins/chatbot/1.1.5/code/admin_ui.php
- Raw: https://pluginprobe.com/plugins/chatbot/1.1.5/raw/admin_ui.php
- Modified: 2018-09-18T15:40:56+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/chatbot/1.1.5/code/admin_ui.php#L10-L20`.

```php
<div class="wrap">    <h1 style="display:none"><?php _e('WPBot', 'wpchatbot'); ?> </h1></div><div class="wp-chatbot-wrap">    <div class="icon32"><br></div>    <form action="<?php echo esc_attr($action); ?>" method="POST" id="wp-chatbot-admin-form"          enctype="multipart/form-data">        <div class="container form-container">            <header class="wp-chatbot-admin-header">                <div class="row">                    <div class="col-sm-6">                        <h2><?php echo __('WPBot Control Panel', 'wpchatbot'); ?><?php echo get_option('wp_chatbot_index_meta'); ?></h2>                    </div>                    <div class="col-sm-6 text-right wp-chatbot-version">                        <h3><?php _e('The Lite Version', 'wpchatbot'); ?></h3>                        <p><a target="_blank" href="https://www.quantumcloud.com/"><?php _e('WPBot is a project by Web Design Company QuantumCloud', 'wpchatbot'); ?></a></p>                    </div>                </div>            </header>            <section class="wp-chatbot-tab-container-inner">                <div class="wp-chatbot-tabs wp-chatbot-tabs-style-flip">                    <nav>                        <ul>                            <li tab-data="general"><a href="<?php echo esc_attr($action); ?>&tab=general">                                    <span class="wpwbot-admin-tab-icon">                                        <i class="fa fa-toggle-on"> </i>                                    </span>                                    <span class="wpwbot-admin-tab-name"> <?php _e('GENERAL SETTINGS', 'wpchatbot'); ?></span>                                </a></li>                            <li tab-data="themes"><a href="<?php echo esc_attr($action); ?>&tab=themes">                                    <span class="wpwbot-admin-tab-icon">                                    <i class="fa fa-gear faa-spin"></i>                                    </span>                                    <span class="wpwbot-admin-tab-name"> <?php _e('ICONS & THEMES', 'wpchatbot'); ?></span>                                </a></li>                            <li tab-data="support"><a href="<?php echo esc_attr($action); ?>&tab=support">                                    <span class="wpwbot-admin-tab-icon">                                    <i class="fa fa-life-ring"></i>                                    </span>                                    <span class="wpwbot-admin-tab-name"> <?php _e('FAQ Builder', 'wpchatbot'); ?></span>                                </a></li>                            <!--<li tab-data="notification"><a href="<?php echo esc_attr($action); ?>&tab=notification">                                    <span class="wpwbot-admin-tab-icon">                                    <i class="fa fa-bell-o"></i>                                    </span>                                    <span class="wpwbot-admin-tab-name"><?php _e('Notification Builder', 'wpchatbot'); ?></span>                                </a></li>-->                            <li tab-data="language"><a href="<?php echo esc_attr($action); ?>&tab=language">                                    <span class="wpwbot-admin-tab-icon">                                    <i class="fa fa-language"></i>                                    </span>                                    <span class="wpwbot-admin-tab-name"><?php _e('LANGUAGE CENTER', 'wpchatbot'); ?></span>                                </a></li>                                                                                    <!--<li tab-data="hours"><a href="<?php echo esc_attr($action); ?>&tab=hours">                                    <span class="wpwbot-admin-tab-icon">                                    <i class="fa fa-calendar"></i>                                    </span>                                    <span class="wpwbot-admin-tab-name"><?php _e('Bot Activity Hour', 'wpchatbot'); ?></span>                                </a></li>                            <li tab-data="ai"><a href="<?php echo esc_attr($action); ?>&tab=ai">                                    <span class="wpwbot-admin-tab-icon">                                    <i class="fa fa-500px"></i>                                    </span>                                    <span class="wpwbot-admin-tab-name"><?php _e('Artificial intelligence', 'wpchatbot'); ?></span>                                </a></li>-->                            <!--<li tab-data="app"><a href="<?php echo esc_attr($action); ?>&tab=app">                                    <span class="wpwbot-admin-tab-icon">                                    <i class="fa fa-mobile"></i>                                    </span>                                    <span class="wpwbot-admin-tab-name"><?php _e('MOBILE APP', 'wpchatbot'); ?></span>                                </a></li>                            <li tab-data="custom"><a href="<?php echo esc_attr($action); ?>&tab=custom">                                    <span class="wpwbot-admin-tab-icon">                                    <i class="fa fa-code"></i>                                    </span>                                    <span class="wpwbot-admin-tab-name"><?php _e('Custom CSS', 'wpchatbot'); ?> </span>                                </a></li>-->                        </ul>                    </nav>                    <div class="content-wrap">                        <section id="section-flip-1">                            <div class="top-section">                                <!--                                row-->                                <!--<div class="row">                                    <div class="col-xs-12">                                        <div class="cxsc-settings-blocks">                                            <div class="form-group">                                                <?php                                                $url = get_site_url();                                                $url = parse_url($url);                                                $domain = $url['host'];                                                //$admin_email = "admin@" . $domain;                                                $admin_email = get_option('admin_email');                                                ?>                                                <h4 class="qc-opt-title"><?php _e('Emails Will be Sent to', 'wpchatbot'); ?></h4>                                                <input type="text" class="form-control qc-opt-dcs-font"                                                       name="qlcd_wp_chatbot_admin_email"                                                       value="<?php echo(get_option('qlcd_wp_chatbot_admin_email') != '' ? get_option('qlcd_wp_chatbot_admin_email') : $admin_email); ?>">                                            </div>                                        </div>                                        <div class="cxsc-settings-blocks">                                            <h4 class="qc-opt-title"><?php _e('wpwBot Products Search Options', 'wpchatbot'); ?> </h4>                                            <select class="form-control" id="wp-chatbot-search-option"                                                    name="qlcd_wp_chatbot_search_option">                                                <option                                                        value="standard" <?php if (get_option('qlcd_wp_chatbot_search_option') == 'standard') {                                                    echo 'selected';                                                } ?>><?php _e('Standard Search', 'wpchatbot'); ?>                                                </option>                                                <option                                                        value="advanced" <?php if (get_option('qlcd_wp_chatbot_search_option') == 'advanced') {                                                    echo 'selected';                                                } ?>><?php _e('Advanced Search', 'wpchatbot'); ?>                                                </option>                                            </select>                                            <div id="wp-chatbot-standard-search">                                                <p class="qc-opt-title-font"> <?php _e('Use wpcommerce standard products search criteria.', 'wpchatbot'); ?> </p>                                            </div>                                            <div id="wp-chatbot-advanced-search">                                                <p class="qc-opt-title-font"> <?php _e('To Enable Title, Content, Excerpt,Categories,Tag and SKU Search', 'wpchatbot'); ?> <strong><?php _e(' Re-Index Products', 'wpchatbot'); ?></strong> <strong><?php _e('is required', 'wpchatbot'); ?> .                                                </p>                                                <div class="cxsc-settings-blocks">                                                    <button type="button" class="btn btn-primary"                                                            id="qlcd_wp_chatbot_index"> <?php _e('Re-Index Products', 'wpchatbot'); ?>                                                    </button>                                                    <p><span id="qlcd_wp_chatbot_index_loader"></span> <span                                                                id="qlcd_wp_chatbot_index_process"></span> <span                                                                id="qlcd_wp_chatbot_index_progress"></span></p>                                                </div>                                                <p><strong style="color:red"> <?php _e('Note', 'wpchatbot'); ?> </strong> : <?php _e(' For large number of products,it may take time to complete indexing.', 'wpchatbot'); ?> </p>                                            </div>                                        </div>                                                                            </div>                                </div>-->                                <div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"> <?php _e('Disable WPBot', 'wpchatbot'); ?> </h4>                                        <div class="cxsc-settings-blocks">                                            <input value="1" id="disable_wp_chatbot" type="checkbox"                                                   name="disable_wp_chatbot" <?php echo(get_option('disable_wp_chatbot') == 1 ? 'checked' : ''); ?>>                                            <label for="disable_wp_chatbot"><?php _e('Disable WPBot to Load', 'wpchatbot'); ?> </label>                                        </div>                                    </div>                                </div>                                <!--<div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"> <?php _e('Disable WPbot on Mobile Device', 'wpchatbot'); ?> </h4>                                        <div class="cxsc-settings-blocks">                                            <input value="1" id="disable_wp_chatbot_on_mobile" type="checkbox"                                                   name="disable_wp_chatbot_on_mobile" <?php echo(get_option('disable_wp_chatbot_on_mobile') == 1 ? 'checked' : ''); ?>>                                            <label for="disable_wp_chatbot_on_mobile"><?php _e('Disable WpBot to Load on Mobile Device', 'wpchatbot'); ?> </label>                                        </div>                                    </div>                                </div>-->                                <!--<div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"> <?php _e('Sound on Page Load', 'wpchatbot'); ?> </h4>                                        <div class="form-group">                                            <input value="1" id="enable_wp_chatbot_sound_initial" type="checkbox"                                                   name="enable_wp_chatbot_sound_initial" <?php echo(get_option('enable_wp_chatbot_sound_initial') == 1 ? 'checked' : ''); ?>>                                            <label for="enable_wp_chatbot_sound_initial"><?php _e('Enable to play sound on initial page load', 'wpchatbot'); ?> </label>                                        </div>                                    </div>                                </div>-->                                <!-- row-->                                <!--<div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"> <?php _e('Disable WpBot Icon Animation', 'wpchatbot'); ?> </h4>                                        <div class="cxsc-settings-blocks">                                            <input value="1" id="disable_wp_chatbot_icon_animation" type="checkbox"                                                   name="disable_wp_chatbot_icon_animation" <?php echo(get_option('disable_wp_chatbot_icon_animation') == 1 ? 'checked' : ''); ?>>                                            <label for="disable_wp_chatbot_icon_animation"><?php _e('Disable WpBot icon border animation', 'wpchatbot'); ?> </label>                                        </div>                                    </div>                                </div>-->                                                                <!--<div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"><?php _e('Disable Call Me', 'wpchatbot'); ?>  </h4>                                        <div class="cxsc-settings-blocks">                                            <input value="1" id="disable_wp_chatbot_call_gen" type="checkbox"                                                   name="disable_wp_chatbot_call_gen" <?php echo(get_option('disable_wp_chatbot_call_gen') == 1 ? 'checked' : ''); ?>>                                            <label for="disable_wp_chatbot_call_gen"><?php _e('Disable Call Me button on start', 'wpchatbot'); ?> </label>                                        </div>                                    </div>                                </div>-->                                <!--<div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"><?php _e('Disable Send Feedback', 'wpchatbot'); ?>  </h4>                                        <div class="cxsc-settings-blocks">                                            <input value="1" id="disable_wp_chatbot_feedback" type="checkbox"                                                   name="disable_wp_chatbot_feedback" <?php echo(get_option('disable_wp_chatbot_feedback') == 1 ? 'checked' : ''); ?>>                                            <label for="disable_wp_chatbot_feedback"><?php _e('Disable Send Feedback button on start & support', 'wpchatbot'); ?> </label>                                        </div>                                    </div>                                </div>-->                                                                <!--<div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"><?php _e('Disable WpBot Opening Notification', 'wpchatbot'); ?>  </h4>                                        <div class="cxsc-settings-blocks">                                            <input value="1" id="disable_wp_chatbot_notification" type="checkbox"                                                   name="disable_wp_chatbot_notification" <?php echo(get_option('disable_wp_chatbot_notification') == 1 ? 'checked' : ''); ?>>                                            <label for="disable_wp_chatbot_notification"><?php _e('Disable WpBot Opening notification messages', 'wpchatbot'); ?> </label>                                        </div>                                    </div>                                </div>-->                                <div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"><?php _e('Enable RTL Support for Chat', 'wpchatbot'); ?>  </h4>                                        <div class="cxsc-settings-blocks">                                            <input value="1" id="enable_wp_chatbot_rtl" type="checkbox"                                                   name="enable_wp_chatbot_rtl" <?php echo(get_option('enable_wp_chatbot_rtl') == 1 ? 'checked' : ''); ?>>                                            <label for="enable_wp_chatbot_rtl"><?php _e('Enable RTL for Chat Window', 'wpchatbot'); ?> </label>                                        </div>                                    </div>                                </div>                                <!--<div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"><?php _e('WpBot Open Full Screen in Mobile', 'wpchatbot'); ?>  </h4>                                        <div class="cxsc-settings-blocks">                                            <input value="1" id="enable_wp_chatbot_mobile_full_screen" type="checkbox"                                                   name="enable_wp_chatbot_mobile_full_screen" <?php echo(get_option('enable_wp_chatbot_mobile_full_screen') == 1 ? 'checked' : ''); ?>>                                            <label for="enable_wp_chatbot_mobile_full_screen"><?php _e('Enable WpBot Open Full Screen in Mobile', 'wpchatbot'); ?> </label>                                        </div>                                    </div>                                </div>-->                                <!-- row-->                                <div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"><?php _e('Override WPBot Icon\'s Position', 'wpchatbot'); ?>  </h4>                                        <div class="cxsc-settings-blocks">                                            <?php                                            $qcld_wb_chatbot_position_x = get_option('wp_chatbot_position_x');                                            if ((!isset($qcld_wb_chatbot_position_x)) || ($qcld_wb_chatbot_position_x == "")) {                                                $qcld_wb_chatbot_position_x = __("120", "wp_chatbot");                                            }                                            $qcld_wb_chatbot_position_y = get_option('wp_chatbot_position_y');                                            if ((!isset($qcld_wb_chatbot_position_y)) || ($qcld_wb_chatbot_position_y == "")) {                                                $qcld_wb_chatbot_position_y = __("120", "wp_chatbot");                                            } ?>                                            <input type="number" class="qc-opt-dcs-font"                                                   name="wp_chatbot_position_x"                                                   id=""                                                   value="<?php echo($qcld_wb_chatbot_position_x); ?>"                                                   placeholder="<?php _e('From Right In px', 'wpchatbot'); ?>"> <span class="qc-opt-dcs-font"><?php _e('From Right In px', 'wpchatbot'); ?></span>                                            <input type="number" class="qc-opt-dcs-font"                                                   name="wp_chatbot_position_y"                                                   id=""                                                   value="<?php echo($qcld_wb_chatbot_position_y); ?>"                                                   placeholder="<?php _e('From Bottom In Px', 'wpchatbot'); ?>"> <span class="qc-opt-dcs-font"><?php _e('From Bottom In px', 'wpchatbot'); ?></span>                                        </div>                                    </div>                                    <!--.col-sm-12-->                                </div>                                <!--                                row-->                                                                <div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"><strong> <?php _e('WPBot', 'wpchatbot'); ?></strong> <?php _e('Loading Control Options', 'wpchatbot'); ?> </h4>                                        <div class="cxsc-settings-blocks">                                            <div class="row">                                                <div class="col-sm-4 text-right">                                                    <span class="qc-opt-title-font"><?php _e('Show on Home Page', 'wpchatbot'); ?></span>                                                </div>                                                <div class="col-sm-8">                                                    <label class="radio-inline">                                                        <input id="wp-chatbot-show-home-page" type="radio"                                                               name="wp_chatbot_show_home_page"                                                               value="on" <?php echo(get_option('wp_chatbot_show_home_page') == 'on' ? 'checked' : ''); ?>>                                                        <?php _e('YES', 'wpchatbot'); ?>                                                    </label>                                                    <label class="radio-inline">                                                        <input id="wp-chatbot-show-home-page" type="radio"                                                               name="wp_chatbot_show_home_page"                                                               value="off" <?php echo(get_option('wp_chatbot_show_home_page') == 'off' ? 'checked' : ''); ?>>                                                        <?php _e('NO', 'wpchatbot'); ?>                                                    </label>                                                </div>                                            </div>                                            <!--  row-->                                            <div class="row">                                                <div class="col-sm-4 text-right">                                                    <span class="qc-opt-title-font"><?php _e('Show on blog posts', 'wpchatbot'); ?></span>                                                </div>                                                <div class="col-sm-8">                                                    <label class="radio-inline">                                                        <input class="wp-chatbot-show-posts" type="radio"                                                               name="wp_chatbot_show_posts"                                                               value="on" <?php echo(get_option('wp_chatbot_show_posts') == 'on' ? 'checked' : ''); ?>>                                                        <?php _e('YES', 'wpchatbot'); ?>                                                    </label>                                                    <label class="radio-inline">                                                        <input class="wp-chatbot-show-posts" type="radio"                                                               name="wp_chatbot_show_posts"                                                               value="off" <?php echo(get_option('wp_chatbot_show_posts') == 'off' ? 'checked' : ''); ?>>                                                        <?php _e('NO', 'wpchatbot'); ?>                                                    </label>                                                </div>                                            </div>                                            <!-- row-->                                            <div class="row">                                                <div class="col-md-4 text-right">                                                    <span class="qc-opt-title-font"><?php _e('Show on  pages', 'wpchatbot'); ?></span>                                                </div>                                                <div class="col-md-8">                                                    <label class="radio-inline">                                                        <input class="wp-chatbot-show-pages" type="radio"                                                               name="wp_chatbot_show_pages"                                                               value="on" <?php echo(get_option('wp_chatbot_show_pages') == 'on' ? 'checked' : ''); ?>>                                                        <?php _e('All Pages', 'wpchatbot'); ?>                                                    </label>                                                    <label class="radio-inline">                                                        <input class="wp-chatbot-show-pages" type="radio"                                                               name="wp_chatbot_show_pages"                                                               value="off" <?php echo(get_option('wp_chatbot_show_pages') == 'off' ? 'checked' : ''); ?>>                                                        <?php _e('Selected Pages Only ', 'wpchatbot'); ?></label>                                                    <div id="wp-chatbot-show-pages-list">                                                        <ul class="checkbox-list">                                                            <?php                                                            $wp_chatbot_pages = get_pages();                                                            $wp_chatbot_select_pages = unserialize(get_option('wp_chatbot_show_pages_list'));                                                            foreach ($wp_chatbot_pages as $wp_chatbot_page) {                                                                ?>                                                                <li>                                                                    <input                                                                            id="wp_chatbot_show_page_<?php echo $wp_chatbot_page->ID; ?>"                                                                            type="checkbox"                                                                            name="wp_chatbot_show_pages_list[]"                                                                            value="<?php echo $wp_chatbot_page->ID; ?>" <?php if (!empty($wp_chatbot_select_pages) && in_array($wp_chatbot_page->ID, $wp_chatbot_select_pages) == true) {                                                                        echo 'checked';                                                                    } ?> >                                                                    <label                                                                            for="wp_chatbot_show_page_<?php echo $wp_chatbot_page->ID; ?>"> <?php echo $wp_chatbot_page->post_title; ?></label>                                                                </li>                                                            <?php } ?>                                                        </ul>                                                    </div>                                                </div>                                            </div>                                                                                   </div>                                        <!-- cxsc-settings-blocks-->                                    </div>                                    <!-- col-xs-12-->                                </div>                                <!--  row-->                            </div>                            <!-- top-section-->                        </section>                        <section id="section-flip-2">                            <div class="top-section">                                                                <div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"><?php _e('WPBot Icon', 'wpchatbot'); ?></h4>                                        <div class="cxsc-settings-blocks">                                            <ul class="radio-list">                                                <!--<li><label for="wp_chatbot_icon_0" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-0.png"                                                         alt=""> <input id="wp_chatbot_icon_0" type="radio"                                                                        name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-0.png' ? 'checked' : ''); ?>                                                                        value="icon-0.png">                                                    <?php _e('Icon - 0', 'wpchatbot'); ?></label>                                                </li>                                                <li><label for="wp_chatbot_icon_1" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-1.png"                                                         alt=""> <input id="wp_chatbot_icon_1" type="radio"                                                                        name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-1.png' ? 'checked' : ''); ?>                                                                        value="icon-1.png">                                                    <?php _e('Icon - 1', 'wpchatbot'); ?></label>                                                </li>-->                                                <li><label for="wp_chatbot_icon_2" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-2.png"                                                         alt=""> <input id="wp_chatbot_icon_2" type="radio"                                                                        name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-2.png' ? 'checked' : ''); ?>                                                                        value="icon-2.png">                                                    <?php _e('Icon - 2', 'wpchatbot'); ?></label>                                                </li>                                                <li><label for="wp_chatbot_icon_3" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-3.png"                                                         alt=""> <input id="wp_chatbot_icon_3" type="radio"                                                                        name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-3.png' ? 'checked' : ''); ?>                                                                        value="icon-3.png">                                                    <?php _e('Icon - 3', 'wpchatbot'); ?></label>                                                </li>                                                <li><label for="wp_chatbot_icon_4" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-4.png"                                                         alt=""> <input id="wp_chatbot_icon_4" type="radio"                                                                        name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-4.png' ? 'checked' : ''); ?>                                                                        value="icon-4.png">                                                    <?php _e('Icon - 4', 'wpchatbot'); ?></label>                                                </li>                                                <li><label for="wp_chatbot_icon_5" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-5.png"                                                         alt=""> <input id="wp_chatbot_icon_5" type="radio"                                                                        name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-5.png' ? 'checked' : ''); ?>                                                                        value="icon-5.png">                                                    <?php _e('Icon - 5', 'wpchatbot'); ?></label>                                                </li>                                                <li><label for="wp_chatbot_icon_6" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-6.png"                                                         alt=""> <input id="wp_chatbot_icon_6" type="radio"                                                                        name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-6.png' ? 'checked' : ''); ?>                                                                        value="icon-6.png">                                                    <?php _e('Icon - 6', 'wpchatbot'); ?></label>                                                </li>                                                <li><label for="wp_chatbot_icon_7" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-7.png"                                                         alt=""> <input id="wp_chatbot_icon_7" type="radio"                                                                        name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-7.png' ? 'checked' : ''); ?>                                                                        value="icon-7.png">                                                    <?php _e('Icon - 7', 'wpchatbot'); ?></label>                                                </li>                                                <li><label for="wp_chatbot_icon_8" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-8.png"                                                         alt=""> <input id="wp_chatbot_icon_8" type="radio"                                                                        name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-8.png' ? 'checked' : ''); ?>                                                                        value="icon-8.png">                                                    <?php _e('Icon - 8', 'wpchatbot'); ?></label>                                                </li>                                                <li><label for="wp_chatbot_icon_9" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-9.png"                                                         alt=""> <input id="wp_chatbot_icon_9" type="radio"                                                                        name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-9.png' ? 'checked' : ''); ?>                                                                        value="icon-9.png">                                                    <?php _e('Icon - 9', 'wpchatbot'); ?></label>                                                </li>                                                <li><label for="wp_chatbot_icon_10" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-10.png"                                                         alt=""> <input id="wp_chatbot_icon_10" type="radio"                                                                        name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-10.png' ? 'checked' : ''); ?>                                                                        value="icon-10.png">                                                    <?php _e('Icon - 10', 'wpchatbot'); ?></label>                                                </li>                                                <li><label for="wp_chatbot_icon_11" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-11.png"                                                         alt=""> <input id="wp_chatbot_icon_11" type="radio"                                                                        name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-11.png' ? 'checked' : ''); ?>                                                                        value="icon-11.png">                                                    <?php _e('Icon - 11', 'wpchatbot'); ?></label>                                                </li>                                                <li><label for="wp_chatbot_icon_12" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-12.png"                                                         alt=""> <input id="wp_chatbot_icon_12" type="radio"                                                                        name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-12.png' ? 'checked' : ''); ?>                                                                        value="icon-12.png">                                                    <?php _e('Icon - 12', 'wpchatbot'); ?></label>                                                </li>												<li><label for="wp_chatbot_icon_13" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-13.png"                                                         alt=""> <input id="wp_chatbot_icon_13" type="radio"                                                                        name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-13.png' ? 'checked' : ''); ?>                                                                        value="icon-13.png">                                                    <?php _e('Icon - 13', 'wpchatbot'); ?></label>                                                </li>                                                                                            </ul>                                        </div>                                        <!--  cxsc-settings-blocks-->                                    </div>                                </div>                                <!--<div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"><?php _e(' Upload custom Icon ', 'wpchatbot'); ?></h4>                                        <div class="cxsc-settings-blocks">                                            <input type="hidden" name="wp_chatbot_custom_icon_path"                                                   id="wp_chatbot_custom_icon_path"                                                   value="<?php echo $wp_chatbot_custom_icon_path; ?>"/>                                            <button type="button" class="wp_chatbot_custom_icon_button button"><?php _e('Upload Icon', 'wpchatbot'); ?> </button>                                        </div>                                                                            </div>                                </div>-->                            </div>                                                        <div class="top-section">                                <div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"><?php _e(' WPBot Agent Image', 'wpchatbot'); ?></h4>                                        <div class="cxsc-settings-blocks">                                            <ul class="radio-list">                                                <li>                                                    <label for="wp_chatbot_agent_image_def" class="qc-opt-dcs-font">                                                    <img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>icon-0.png"                                                         alt=""> <input id="wp_chatbot_agent_image_def" type="radio"                                                                        name="wp_chatbot_agent_image" <?php echo(get_option('wp_chatbot_agent_image') == 'agent-0.png' ? 'checked' : ''); ?>                                                                        value="agent-0.png">																	                                                    <?php _e('Default Agent', 'wpchatbot'); ?></label>                                                </li>                                                                                            </ul>                                        </div>                                        <!--                                        cxsc-settings-blocks-->                                    </div>                                </div>                                <!--<div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"> <?php _e('Custom Agent Icon', 'wpchatbot'); ?>  </h4>                                        <div class="cxsc-settings-blocks">                                            <input type="hidden" name="wp_chatbot_custom_agent_path"                                                   id="wp_chatbot_custom_agent_path"                                                   value="<?php echo $wp_chatbot_custom_agent_path; ?>"/>                                            <button type="button" class="wp_chatbot_custom_agent_button button"><?php _e('Upload Agent Icon', 'wpchatbot'); ?></button>                                        </div>                                    </div>                                </div>-->                            </div>                            <div id="top-section">                                <div class="row">                                    <div class="col-sm-12">                                        <h4 class="qc-opt-title"> <?php _e('WPBot Themes', 'wpchatbot'); ?></h4>                                    </div>                                </div>                                <div class="row">                                    <div class="col-sm-3">                                        <label for="qcld_wb_chatbot_theme_0">                                        <img class="thumbnail theme_prev"                                             src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>templates/template-00.JPG"                                             alt="Theme Basic">                                        <input id="qcld_wb_chatbot_theme_0" type="radio"                                               name="qcld_wb_chatbot_theme" <?php echo(get_option('qcld_wb_chatbot_theme') == 'template-00' ? 'checked' : ''); ?>                                               value="template-00">                                        <?php _e('Theme Basic', 'wpchatbot'); ?></label>                                    </div>                                                                    </div>                            </div>                            <!--<hr>                            <div id="top-section">                                <div class="row">                                    <div class="col-sm-12">                                        <h4 class="qc-opt-title"> <?php _e('Custom Backgroud', 'wpchatbot'); ?></h4>                                        <div class="cxsc-settings-blocks">                                            <input value="1" id="qcld_wb_chatbot_change_bg" type="checkbox"                                                   name="qcld_wb_chatbot_change_bg" <?php echo(get_option('qcld_wb_chatbot_change_bg') == 1 ? 'checked' : ''); ?>>                                            <label for="qcld_wb_chatbot_change_bg"><?php _e('Change the wpwBot message board background for Theme 2 and Theme 3.', 'wpchatbot'); ?> </label>                                        </div>                                    </div>                                </div>                                <div class="row qcld-wp-chatbot-board-bg-container" <?php if (get_option('qcld_wb_chatbot_change_bg') != 1) {                                    echo 'style="display:none"';                                } ?>>                                    <div class="col-xs-6">                                        <p class="wp-chatbot-settings-instruction"> <?php _e('Upload wpwBot message board background (Ideal image size 376px X 688px).', 'wpchatbot'); ?> </p>                                        <div class="cxsc-settings-blocks">                                            <?php                                            if (get_option('qcld_wb_chatbot_board_bg_path') != "") {                                                $qcld_wb_chatbot_board_bg_path = get_option('qcld_wb_chatbot_board_bg_path');                                            } else {                                                $qcld_wb_chatbot_board_bg_path = QCLD_wpCHATBOT_IMG_URL . 'background/background.png';                                            }                                            ?>                                            <input type="hidden" name="qcld_wb_chatbot_board_bg_path"                                                   id="qcld_wb_chatbot_board_bg_path"                                                   value="<?php echo $qcld_wb_chatbot_board_bg_path; ?>"/>                                            <button type="button" class="qcld_wb_chatbot_board_bg_button button"><?php _e('Upload  WpBot background.', 'wpchatbot'); ?></button>                                        </div>                                    </div>                                                                        <div class="col-xs-6">                                        <p class="wp-chatbot-settings-instruction"> <?php _e('Custom message board background', 'wpchatbot'); ?> </p>                                        <img id="qcld_wb_chatbot_board_bg_image" style="height:100%;width:100%"                                             src="<?php echo $qcld_wb_chatbot_board_bg_path; ?>"                                             alt="Custom Background">                                    </div>                                </div>                            </div>-->                        </section>                        <section id="section-flip-3">                            <div class="row">                                <div class="col-xs-12">                                    <!--<div class="form-group">                                        <h4 class="qc-opt-title"><?php _e('WPBot Support Mail', 'wpchatbot'); ?></h4>                                        <input type="text" class="form-control qc-opt-dcs-font"                                               name="qlcd_wp_chatbot_email_sub"                                               value="<?php echo(get_option('qlcd_wp_chatbot_email_sub') != '' ? get_option('qlcd_wp_chatbot_email_sub') : 'Support Email Subject'); ?>">                                    </div>-->                                                                        <!--<h4 class="qc-opt-title"><?php _e('Disable Call Me (on Support)', 'wpchatbot'); ?>  </h4>                                    <div class="cxsc-settings-blocks">                                        <input value="1" id="disable_wp_chatbot_call_sup" type="checkbox"                                               name="disable_wp_chatbot_call_sup" <?php echo(get_option('disable_wp_chatbot_call_sup') == 1 ? 'checked' : ''); ?>>                                        <label for="disable_wp_chatbot_call_sup"><?php _e('Disable Call Me button on Support', 'wpchatbot'); ?> </label>                                    </div>                                    <br>                                    <br>                                    <div class="form-group">                                        <h4 class="qc-opt-title"><?php _e('Thanks for your phone number. We will call you ASAP!', 'wpchatbot'); ?></h4>                                        <input type="text" class="form-control qc-opt-dcs-font"                                               name="qlcd_wp_chatbot_phone_sent"                                               value="<?php echo(get_option('qlcd_wp_chatbot_phone_sent') != '' ? get_option('qlcd_wp_chatbot_phone_sent') : 'Thanks for your phone number. We will call you ASAP!'); ?>">                                    </div>                                    <div class="form-group">                                        <h4 class="qc-opt-title"><?php _e('Sorry! I could not collect phone number! Please contact the webmaster.', 'wpchatbot'); ?></h4>                                        <input type="text" class="form-control qc-opt-dcs-font"                                               name="qlcd_wp_chatbot_phone_fail"                                               value="<?php echo(get_option('qlcd_wp_chatbot_phone_fail') != '' ? get_option('qlcd_wp_chatbot_phone_fail') : 'Sorry! I could not collect phone number!'); ?>">                                    </div>-->                                </div>                            </div>                            <div class="top-section">                                <h4 class="qc-opt-title"><?php _e('Build FAQ Query and Answers', 'wpchatbot'); ?></h4>                                <div class="block-inner ui-sortable" id="wp-chatbot-support-builder">                                    <?php                                    $support_quereis=$this->qcld_wb_chatbot_str_replace(unserialize( get_option('support_query')));                                    $support_ans=$this->qcld_wb_chatbot_str_replace(unserialize( get_option('support_ans')));                                    if (count($support_ans) >= 1) {                                        //foreach (get_option('support_ans') as $support_ans){                                        $query_ans_counter=0;                                        foreach (array_combine($support_quereis, $support_ans) as $query => $ans) {                                            ?>                                            <div class="row">                                                <span class="pull-right">  </span>                                                <div class="col-xs-12">                                                    <button type="button"                                                            class="btn btn-danger btn-sm wp-chatbot-remove-support pull-right">                                                        <i class="fa fa-times" aria-hidden="true"></i>                                                    </button>                                                    <span  class="wp-chatbot-support-cross pull-right" >                                                        <i  class="fa fa-crosshairs" aria-hidden="true"></i>                                                    </span>                                                    <div class="cxsc-settings-blocks">                                                        <p class="qc-opt-dcs-font"><?php _e('FAQ query ', 'wpchatbot'); ?></p>                                                        <input type="text" class="form-control" name="support_query[]"                                                               placeholder="<?php _e('FAQ query ', 'wpchatbot'); ?>" value="<?php echo $query ?>">                                                       <br>                                                        <p class="qc-opt-dcs-font"><?php _e('FAQ answer', 'wpchatbot'); ?></p>                                                       <?php wp_editor(html_entity_decode(stripcslashes($ans)), 'support_ans'.'_'.$query_ans_counter, array('textarea_name' =>                                                        'support_ans[]',                                                        'textarea_rows' => 20,                                                        'editor_height' => 100,                                                        'disabled' => 'disabled',                                                        'media_buttons' => false,                                                        'tinymce'       => array(                                                        'toolbar1'      => 'bold,italic,underline,separator,alignleft,aligncenter,alignright,separator,link,unlink',)                                                        )); ?>                                                    </div>                                                </div>                                            </div>                                            <?php                                            $query_ans_counter++;                                        }                                        //}                                    } else {                                        ?>                                        <div class="row">                                            <div class="col-xs-12">                                                <button type="button"                                                        class="btn btn-danger btn-sm wp-chatbot-remove-support pull-right">                                                    <i class="fa fa-times" aria-hidden="true"></i>                                                </button>                                                <span  class="wp-chatbot-support-cross pull-right" >                                                        <i  class="fa fa-crosshairs" aria-hidden="true"></i>                                                    </span>                                                <div class="cxsc-settings-blocks">                                                    <p class="qc-opt-dcs-font"><?php _e('Support query', 'wpchatbot'); ?> </p>                                                    <input type="text" class="form-control" name="support_query[]"                                                           placeholder="<?php _e('Support query ', 'wpchatbot'); ?>">                                                    <br>                                                    <p class="qc-opt-dcs-font"><strong><?php _e('Support answer', 'wpchatbot'); ?></strong></p>                                                    <?php wp_editor(html_entity_decode(stripcslashes('')), 'support_ans_0', array('textarea_name' =>                                                        'support_ans[]',                                                        'textarea_rows' => 20,                                                        'editor_height' => 100,                                                        'disabled' => 'disabled',                                                        'media_buttons' => false,                                                        'tinymce'       => array(                                                            'toolbar1'      => 'bold,italic,underline,separator,alignleft,aligncenter,alignright,separator,link,unlink',)                                                    )); ?>                                                </div>                                                <br>                                            </div>                                        </div>                                        <?php                                    }                                    ?>                                </div>                                <div class="row">                                    <div class="col-sm-6 text-left"></div>                                    <div class="col-sm-6 text-right">                                        <button class="btn btn-success btn-sm" type="button"                                                id="add-more-support-query"><i                                                    class="fa fa-plus" aria-hidden="true"></i> <?php _e('Add More Questions and Answers', 'wpchatbot'); ?>                                        </button>                                    </div>                                </div>                            </div>                        </section>                        <!--<section id="section-flip-4">                            <div class="top-section">                                <div class="notification-block-inner">                                    <div class="row">                                        <div class="col-xs-12">                                            <div class="cxsc-settings-blocks">                                                <?php $notification_interval = get_option('qlcd_wp_chatbot_notification_interval') != "" ? get_option('qlcd_wp_chatbot_notification_interval') : 5 ?>                                                <h4 class="qc-opt-title"><?php _e('Interval between notifications (in Seconds).', 'wpchatbot'); ?></h4>                                                <input type="text" class="form-control"                                                       name="qlcd_wp_chatbot_notification_interval"                                                       value="<?php echo $notification_interval ?>">                                            </div>                                        </div>                                    </div>                                                                        <?php                                    $notifications = $this->qcld_wb_chatbot_str_replace(unserialize(get_option('qlcd_wp_chatbot_notifications')));                                    if (!empty($notifications)) {                                        $chatbot_notif_counter=0;                                        foreach ($notifications as $notification) {                                            ?>                                            <div class="row">                                                <div class="col-xs-12">                                                    <button type="button"                                                            class="btn btn-danger btn-sm wp-chatbot-remove-notification pull-right">                                                        <i class="fa fa-times" aria-hidden="true"></i>                                                    </button>                                                    <div class="cxsc-settings-blocks">                                                        <?php wp_editor(html_entity_decode(stripcslashes($notification)), 'qlcd_wp_chatbot_notifications_'.$chatbot_notif_counter, array('textarea_name' =>                                                            'qlcd_wp_chatbot_notifications[]',                                                            'textarea_rows' => 20,                                                            'editor_height' => 100,                                                            'disabled' => 'disabled',                                                            'media_buttons' => false,                                                            'tinymce'       => array(                                                                'toolbar1'      => 'bold,italic,underline,separator,alignleft,aligncenter,alignright,separator,link,unlink',)                                                        )); ?>                                                    </div>                                                </div>                                                                                            </div>                                                                                        <?php                                            $chatbot_notif_counter++;                                        }                                        //}                                    } else {                                        ?>                                        <div class="row">                                            <div class="col-xs-12">                                                <button type="button"                                                        class="btn btn-danger btn-sm wp-chatbot-remove-notification pull-right">                                                    <i class="fa fa-times" aria-hidden="true"></i>                                                </button>                                                <div class="cxsc-settings-blocks">                                                    <?php wp_editor(html_entity_decode(stripcslashes('')), 'qlcd_wp_chatbot_notifications_0', array('textarea_name' =>                                                        'qlcd_wp_chatbot_notifications[]',                                                        'textarea_rows' => 20,                                                        'editor_height' => 100,                                                        'disabled' => 'disabled',                                                        'media_buttons' => false,                                                        'tinymce'       => array(                                                            'toolbar1'      => 'bold,italic,underline,separator,alignleft,aligncenter,alignright,separator,link,unlink',)                                                    )); ?>                                                </div>                                            </div>                                        </div>                                        <?php                                    }                                    ?>                                </div>                                <div class="row">                                    <div class="col-sm-6 text-left"></div>                                    <div class="col-sm-6 text-right">                                        <button class="btn btn-success btn-sm" type="button"                                                id="add-more-notification-message">                                            <i class="fa fa-plus" aria-hidden="true"></i> <?php _e('Add', 'wpchatbot'); ?>                                        </button>                                    </div>                                </div>                                                            </div>                                                    </section>-->                        <section id="section-flip-5">                            <div class="wp-chatbot-language-center-summmery">                                                            </div>                            <ul class="nav nav-tabs">                                <li class="active"><a data-toggle="tab" href="#wp-chatbot-lng-general"><?php _e('General', 'wpchatbot'); ?></a></li>                                                                <li><a data-toggle="tab" href="#wp-chatbot-lng-support"><?php _e('FAQ', 'wpchatbot'); ?></a></li>                                                               <li><a data-toggle="tab" href="#wp-chatbot-lng-system-keyword"><?php _e('System Keywords', 'wpchatbot'); ?></a></li>                            </ul>                            <div class="tab-content">                                <div id="wp-chatbot-lng-general" class="tab-pane fade in active">                                    <div class="top-section">                                        <div class="row">                                            <div class="col-xs-12" id="wp-chatbot-language-section">                                                <div class="form-group">                                                    <h4 class="qc-opt-title"><?php _e('Your Company or Website Name', 'wpchatbot'); ?></h4>                                                    <input type="text" class="form-control qc-opt-dcs-font"                                                           name="qlcd_wp_chatbot_host"                                                           value="<?php echo(get_option('qlcd_wp_chatbot_host') != '' ? get_option('qlcd_wp_chatbot_host') : 'Our Store'); ?>">                                                </div>                                                <div class="form-group">                                                    <h4 class="qc-opt-title"><?php _e('Agent name', 'wpchatbot'); ?></h4>                                                    <input type="text" class="form-control qc-opt-dcs-font"                                                           name="qlcd_wp_chatbot_agent"                                                           value="<?php echo(get_option('qlcd_wp_chatbot_agent') != '' ? get_option('qlcd_wp_chatbot_agent') : 'Carrie'); ?>">                                                </div>                                                <div class="form-group">                                                    <h4 class="qc-opt-title"><?php _e('User demo name', 'wpchatbot'); ?></h4>                                                    <input type="text" class="form-control qc-opt-dcs-font"                                                           name="qlcd_wp_chatbot_shopper_demo_name"                                                           value="<?php echo(get_option('qlcd_wp_chatbot_shopper_demo_name') != '' ? get_option('qlcd_wp_chatbot_shopper_demo_name') : 'Amigo'); ?>">                                                </div>                                                <div class="form-group">                                                    <h4 class="qc-opt-title"><?php _e('YES', 'wpchatbot'); ?></h4>                                                    <input type="text" class="form-control qc-opt-dcs-font"                                                           name="qlcd_wp_chatbot_yes"                                                           value="<?php echo(get_option('qlcd_wp_chatbot_yes') != '' ? get_option('qlcd_wp_chatbot_yes') : 'YES'); ?>">                                                </div>                                                <div class="form-group">                                                    <h4 class="qc-opt-title"><?php _e('NO', 'wpchatbot'); ?></h4>                                                    <input type="text" class="form-control qc-opt-dcs-font"                                                           name="qlcd_wp_chatbot_no"                                                           value="<?php echo(get_option('qlcd_wp_chatbot_no') != '' ? get_option('qlcd_wp_chatbot_no') : 'NO'); ?>">                                                </div>                                                <div class="form-group">                                                    <h4 class="qc-opt-title"><?php _e('OR', 'wpchatbot'); ?></h4>                                                    <input type="text" class="form-control qc-opt-dcs-font"                                                           name="qlcd_wp_chatbot_or"                                                           value="<?php echo(get_option('qlcd_wp_chatbot_or') != '' ? get_option('qlcd_wp_chatbot_or') : 'OR'); ?>">                                                </div>                                                <div class="form-group">                                                    <h4 class="qc-opt-title"><?php _e('Sorry', 'wpchatbot'); ?></h4>                                                    <input type="text" class="form-control qc-opt-dcs-font"                                                           name="qlcd_wp_chatbot_sorry"                                                           value="<?php echo(get_option('qlcd_wp_chatbot_sorry') != '' ? get_option('qlcd_wp_chatbot_sorry') : 'Sorry'); ?>">                                                </div>                                                <div class="form-group">                                                    <?php                                                    $agent_join_options = unserialize(get_option('qlcd_wp_chatbot_agent_join'));                                                    $agent_join_option = 'qlcd_wp_chatbot_agent_join';                                                    $agent_join_text = __('has joined the conversation', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($agent_join_options, $agent_join_option, $agent_join_text);                                                    ?>                                                </div>                                            </div>                                            <!--col-xs-12-->                                            <div class="col-xs-12" id="wp-chatbot-language-section">                                                <h4 class="text-success"><?php _e(' Message setting for Greetings: ', 'wpchatbot'); ?></h4>                                                <div class="form-group">                                                    <?php                                                    $welcome_to_options = unserialize(get_option('qlcd_wp_chatbot_welcome'));                                                    $welcome_to_option = 'qlcd_wp_chatbot_welcome';                                                    $welcome_to_text =__('Welcome to', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($welcome_to_options, $welcome_to_option, $welcome_to_text);                                                    ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $welcome_back_options = unserialize(get_option('qlcd_wp_chatbot_welcome_back'));                                                    $welcome_back_option = 'qlcd_wp_chatbot_welcome_back';                                                    $welcome_back_text = __('Welcome back', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($welcome_back_options, $welcome_back_option, $welcome_back_text);                                                    ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $back_to_start_options = unserialize(get_option('qlcd_wp_chatbot_back_to_start'));                                                    $back_to_start_option = 'qlcd_wp_chatbot_back_to_start';                                                    $back_to_start_text = __('Back to Start', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($back_to_start_options, $back_to_start_option, $back_to_start_text);                                                    ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $hi_there_options = unserialize(get_option('qlcd_wp_chatbot_hi_there'));                                                    $hi_there_option = 'qlcd_wp_chatbot_hi_there';                                                    $hi_there_text = __('Hi There!', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($hi_there_options, $hi_there_option, $hi_there_text);                                                    ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $asking_name_options = unserialize(get_option('qlcd_wp_chatbot_asking_name'));                                                    $asking_name_option = 'qlcd_wp_chatbot_asking_name';                                                    $asking_name_text = __('May I know your name?', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($asking_name_options, $asking_name_option, $asking_name_text);                                                    ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $i_am_options = unserialize(get_option('qlcd_wp_chatbot_i_am'));                                                    $i_am_option = 'qlcd_wp_chatbot_i_am';                                                    $i_am_text = __('I am', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($i_am_options, $i_am_option, $i_am_text);                                                    ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $name_greeting_options = unserialize(get_option('qlcd_wp_chatbot_name_greeting'));                                                    $name_greeting_option = 'qlcd_wp_chatbot_name_greeting';                                                    $name_greeting_text = __('Nice to meet you', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($name_greeting_options, $name_greeting_option, $name_greeting_text);                                                    ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $wildcard_msg_options = unserialize(get_option('qlcd_wp_chatbot_wildcard_msg'));                                                    $wildcard_msg_option = 'qlcd_wp_chatbot_wildcard_msg';                                                    $wildcard_msg_text = __('I am here to find  what you need. What are you looking for?', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($wildcard_msg_options, $wildcard_msg_option, $wildcard_msg_text);                                                    ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $empty_filter_msgs = unserialize(get_option('qlcd_wp_chatbot_empty_filter_msg'));                                                    $empty_filter_msg = 'qlcd_wp_chatbot_empty_filter_msg';                                                    $empty_filter_msg_text = __('Sorry, I did not understand that', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($empty_filter_msgs, $empty_filter_msg, $empty_filter_msg_text);                                                    ?>                                                </div>                                                                                                <h4 class="text-success"> <?php _e('Message setting for Editor Box ', 'wpchatbot'); ?></h4>                                                <div class="form-group">                                                    <?php                                                    $is_typing_options = unserialize(get_option('qlcd_wp_chatbot_is_typing'));                                                    $is_typing_option = 'qlcd_wp_chatbot_is_typing';                                                    $is_typing_text = __('is typing...', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($is_typing_options, $is_typing_option, $is_typing_text);                                                    ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $send_a_msg_options = unserialize(get_option('qlcd_wp_chatbot_send_a_msg'));                                                    $send_a_msg_option = 'qlcd_wp_chatbot_send_a_msg';                                                    $send_a_msg_text =__('Send a message', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($send_a_msg_options, $send_a_msg_option, $send_a_msg_text);                                                    ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $choose_option_options = unserialize(get_option('qlcd_wp_chatbot_choose_option'));                                                    $choose_option_option = 'qlcd_wp_chatbot_choose_option';                                                    $choose_option_text = __('Choose an option', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($choose_option_options, $choose_option_option, $choose_option_text);                                                    ?>                                                </div>																								<div class="form-group">                                                    <?php                                                    $asking_email_options = unserialize(get_option('qlcd_wp_chatbot_asking_email'));                                                    $asking_email_option = 'qlcd_wp_chatbot_asking_email';                                                    $asking_email_text = __('Please provide your email address', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($asking_email_options, $asking_email_option, $asking_email_text);                                                 ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $invalid_email_options = unserialize(get_option('qlcd_wp_chatbot_invalid_email'));                                                    $invalid_email_option = 'qlcd_wp_chatbot_invalid_email';                                                    $invalid_email_text = __('Sorry, Email address is not valid! Please provide a valid email.', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($invalid_email_options, $invalid_email_option, $invalid_email_text);                                                    ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $asking_msg_options = unserialize(get_option('qlcd_wp_chatbot_asking_msg'));                                                    $asking_msg_option = 'qlcd_wp_chatbot_asking_msg';                                                    $asking_msg_text = __('Thank you for email address. Please write your message now.', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($asking_msg_options, $asking_msg_option, $asking_msg_text);                                                    ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $support_option_again_options = unserialize(get_option('qlcd_wp_chatbot_support_option_again'));                                                    $support_option_again_option = 'qlcd_wp_chatbot_support_option_again';                                                    $support_option_again_text = __('You may choose option from below.', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($support_option_again_options, $support_option_again_option, $support_option_again_text);                                                    ?>                                                </div>																								<div class="form-group">													<h4 class="qc-opt-title"><?php _e('Your email was sent successfully.Thanks!', 'wpchatbot'); ?></h4>													<input type="text" class="form-control qc-opt-dcs-font"														   name="qlcd_wp_chatbot_email_sent"														   value="<?php echo(get_option('qlcd_wp_chatbot_email_sent') != '' ? get_option('qlcd_wp_chatbot_email_sent') : 'Your email was sent successfully.Thanks!'); ?>">												</div>												<div class="form-group">													<h4 class="qc-opt-title"><?php _e('Sorry! I could not send your mail! Please contact the webmaster.', 'wpchatbot'); ?></h4>													<input type="text" class="form-control qc-opt-dcs-font"														   name="qlcd_wp_chatbot_email_fail"														   value="<?php echo(get_option('qlcd_wp_chatbot_email_fail') != '' ? get_option('qlcd_wp_chatbot_email_fail') : 'Sorry! fail to send email'); ?>">												</div>                                                                                            </div>                                        </div>                                    </div>                                </div>                                                                <div id="wp-chatbot-lng-support" class="tab-pane fade">                                    <div class="top-section">                                        <div class="row">                                            <div class="col-xs-12" id="wp-chatbot-language-section">                                                <div class="form-group">                                                    <?php                                                    $wildcard_support_options = unserialize(get_option('qlcd_wp_chatbot_wildcard_support'));                                                    $wildcard_support_option = 'qlcd_wp_chatbot_wildcard_support';                                                    $wildcard_support_text = __('FAQ', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($wildcard_support_options, $wildcard_support_option, $wildcard_support_text);                                                    ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $support_welcome_options = unserialize(get_option('qlcd_wp_chatbot_support_welcome'));                                                    $support_welcome_option = 'qlcd_wp_chatbot_support_welcome';                                                    $support_welcome_text = __('Welcome to FAQ Section', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($support_welcome_options, $support_welcome_option, $support_welcome_text);                                                    ?>                                                </div>                                                <!--<div class="form-group">                                                    <?php                                                    $support_email_options = unserialize(get_option('qlcd_wp_chatbot_support_email'));                                                    $support_email_option = 'qlcd_wp_chatbot_support_email';                                                    $support_email_text = __('Click me if you want to send us a email.', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($support_email_options, $support_email_option, $support_email_text);                                                    ?>                                                </div>-->                                                                                                <!--<div class="form-group">                                                    <?php                                                    $support_phone_options = unserialize(get_option('qlcd_wp_chatbot_support_phone'));                                                    $support_phone_option = 'qlcd_wp_chatbot_support_phone';                                                    $support_phone_text = __('Leave your number. We will call you back!', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($support_phone_options, $support_phone_option, $support_phone_text);                                                    ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $feedback_label_options = unserialize(get_option('qlcd_wp_chatbot_feedback_label'));                                                    $feedback_label_option = 'qlcd_wp_chatbot_feedback_label';                                                    $feedback_label_text = __('Send Feedback!', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($feedback_label_options, $feedback_label_option, $feedback_label_text);                                                    ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $asking_phone_options = unserialize(get_option('qlcd_wp_chatbot_asking_phone'));                                                    $asking_phone_option = 'qlcd_wp_chatbot_asking_phone';                                                    $asking_phone_text = __('Please provide your Phone number', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($asking_phone_options, $asking_phone_option, $asking_phone_text);                                                    ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $thanks_phone_options = unserialize(get_option('qlcd_wp_chatbot_thank_for_phone'));                                                    $thanks_phone_option = 'qlcd_wp_chatbot_thank_for_phone';                                                    $thanks_phone_text = __('Thank you for Phone number', 'wpchatbot');                                                    $this->qcld_wb_chatbot_dynamic_multi_option($thanks_phone_options, $thanks_phone_option, $thanks_phone_text);                                                    ?>                                                </div>-->                                                                                            </div>                                        </div>                                    </div>                                </div>                                                                <div id="wp-chatbot-lng-system-keyword" class="tab-pane fade">                                    <div class="top-section">                                        <div class="row">                                            <div class="col-xs-12" id="wp-chatbot-language-section">                                                <div class="form-group">                                                    <h4 class="qc-opt-title"><?php _e('Start Keyword', 'wpchatbot'); ?></h4>                                                    <input type="text" class="form-control qc-opt-dcs-font"                                                           name="qlcd_wp_chatbot_sys_key_help"                                                           value="<?php echo(get_option('qlcd_wp_chatbot_sys_key_help') != '' ? get_option('qlcd_wp_chatbot_sys_key_help') : 'start'); ?>">                                                </div>                                                                                                                                                                                               <div class="form-group">                                                    <h4 class="qc-opt-title"><strong><?php _e('FAQ', 'wpchatbot'); ?></strong> <?php _e('Keyword', 'wpchatbot'); ?></h4>                                                    <input type="text" class="form-control qc-opt-dcs-font"                                                           name="qlcd_wp_chatbot_sys_key_support"                                                           value="<?php echo(get_option('qlcd_wp_chatbot_sys_key_support') != '' ? get_option('qlcd_wp_chatbot_sys_key_support') : 'faq'); ?>">                                                </div>                                                <div class="form-group">                                                    <h4 class="qc-opt-title"><strong><?php _e('Converstion History Clear', 'wpchatbot'); ?></strong> <?php _e('Keyword', 'wpchatbot'); ?></h4>                                                    <input type="text" class="form-control qc-opt-dcs-font"                                                           name="qlcd_wp_chatbot_sys_key_reset"                                                           value="<?php echo(get_option('qlcd_wp_chatbot_sys_key_reset') != '' ? get_option('qlcd_wp_chatbot_sys_key_reset') : 'reset'); ?>">                                                </div>                                                <div class="form-group">                                                    <?php                                                    $help_welcome_options = unserialize(get_option('qlcd_wp_chatbot_help_welcome'));                                                    $help_welcome_option = 'qlcd_wp_chatbot_help_welcome';                                                    $help_welcome_text = 'Welcome to Help Section';                                                    $this->qcld_wb_chatbot_dynamic_multi_option($help_welcome_options, $help_welcome_option, $help_welcome_text);                                                    ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $help_msg_options = unserialize(get_option('qlcd_wp_chatbot_help_msg'));                                                    $help_msg_option = 'qlcd_wp_chatbot_help_msg';                                                    $help_msg_text = '<h3>Type and Hit Enter</h3>  1. <b>start</b> Get back to the main menu. <br> 2. <b>support</b> for  SUPPORT. <br> 3. <b>reset</b> To clear chat history and start from the beginning.';                                                    $this->qcld_wb_chatbot_dynamic_multi_option($help_msg_options, $help_msg_option, $help_msg_text);                                                    ?>                                                </div>                                                <div class="form-group">                                                    <?php                                                    $reset_options = unserialize(get_option('qlcd_wp_chatbot_reset'));                                                    $reset_option = 'qlcd_wp_chatbot_reset';                                                    $reset_text = 'Do you want to clear our chat history and start over?';                                                    $this->qcld_wb_chatbot_dynamic_multi_option($reset_options, $reset_option, $reset_text);                                                    ?>                                                </div>                                            </div>                                            <!--                                            col-xs-12-->                                        </div>                                        <!--                                        row-->                                    </div>                                    <!--                                    top-section-->                                </div>                                <!--                                wp-chatbot-lng-system-keyword-->                            </div>                            <!--                            tab-content-->                        </section>                                                <section id="section-flip-8">                            <div class="top-section">                                <div class="wp-chatbot-language-center-summmery">                                    <p><?php _e('WPBot will be opened based on the following settings', 'wpchatbot'); ?> </p>                                </div>                                <div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"><?php _e('Enable Bot Activity Hour', 'wpchatbot'); ?> </h4>                                        <div class="cxsc-settings-blocks" style="padding:0 20px;">                                            <input value="1" id="enable_wp_chatbot_opening_hour" type="checkbox"                                                   name="enable_wp_chatbot_opening_hour" <?php echo(get_option('enable_wp_chatbot_opening_hour') == 1 ? 'checked' : ''); ?>>                                            <label for="enable_wp_chatbot_opening_hour"><?php _e('If enabled WPBot will show only during the time schedule you set below. The timezone you set from WordPress general settings will be used.', 'wpchatbot'); ?> </label>                                        </div>                                    </div>                                </div>                                <style>                                .wp-chatbot-hours-container{                                    padding:0px 0 15px 0;                                    display: flex;                                    justify-content: space-between;                                }                                .wp-chatbot-hours{                                    /*width:75%;*/                                    display: inline-block;                                }                                .wp-chatbot-hours input{                                    display: inline-block;                                    width: 40%;                                    padding-right: 10px;                                    text-align: center;                                }                                .wp-chatbot-hours-remove{                                    display: inline-block;                                    /*width:20%;*/                                }                                </style>                                <div class="row" id="wp-chatbot-hours-wrapper">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"><?php _e('WPBot Bot Activity Hours', 'wpchatbot'); ?> </h4>                                        <?php                                         if(get_option('wpwbot_hours')){                                             $wpwbot_times=unserialize(get_option('wpwbot_hours'));                                         }else{                                             $wpwbot_times=array();                                         }                                        ?>                                        <div class="row">                                            <div class="col-xs-3">Monday</div>                                            <div class="col-xs-4 wp-chatbot-day">                                                 <?php                                                 $this->wp_chatbot_opening_hours('monday',$wpwbot_times);                                                 ?>                                            </div>                                            <div class="col-xs-3">                                                <button class="btn btn-success btn-sm wp-chatbot-hours-add-btn" type="button" data-day="monday">                                                    <i class="fa fa-plus" aria-hidden="true"></i> Add                                                </button>                                            </div>                                        </div>                                        <div class="row">                                            <div class="col-xs-3">Tuesday</div>                                            <div class="col-xs-4 wp-chatbot-day">                                                    <?php                                                    $this->wp_chatbot_opening_hours('tuesday',$wpwbot_times);                                                    ?>                                            </div>                                            <div class="col-xs-3">                                                <button class="btn btn-success btn-sm wp-chatbot-hours-add-btn" type="button" data-day="tuesday">                                                    <i class="fa fa-plus" aria-hidden="true"></i> Add                                                </button>                                            </div>                                        </div>                                        <div class="row">                                            <div class="col-xs-3">Wednesday</div>                                            <div class="col-xs-4 wp-chatbot-day">                                                <?php                                                $this->wp_chatbot_opening_hours('wednesday',$wpwbot_times);                                                ?>                                            </div>                                            <div class="col-xs-3">                                                <button class="btn btn-success btn-sm wp-chatbot-hours-add-btn" type="button" data-day="wednesday">                                                    <i class="fa fa-plus" aria-hidden="true"></i> Add                                                </button>                                            </div>                                        </div>                                        <div class="row">                                            <div class="col-xs-3">Thursday</div>                                            <div class="col-xs-4 wp-chatbot-day">                                                <?php                                                $this->wp_chatbot_opening_hours('thursday',$wpwbot_times);                                                ?>                                            </div>                                            <div class="col-xs-3">                                                <button class="btn btn-success btn-sm wp-chatbot-hours-add-btn" type="button" data-day="thursday">                                                    <i class="fa fa-plus" aria-hidden="true"></i> Add                                                </button>                                            </div>                                        </div>                                        <div class="row">                                            <div class="col-xs-3">Friday</div>                                            <div class="col-xs-4 wp-chatbot-day">                                                <?php                                                $this->wp_chatbot_opening_hours('friday',$wpwbot_times);                                                ?>                                            </div>                                            <div class="col-xs-3">                                                <button class="btn btn-success btn-sm wp-chatbot-hours-add-btn" type="button" data-day="friday">                                                    <i class="fa fa-plus" aria-hidden="true"></i> Add                                                </button>                                            </div>                                        </div>                                        <div class="row">                                            <div class="col-xs-3">Saturday</div>                                            <div class="col-xs-4 wp-chatbot-day">                                                <?php                                                $this->wp_chatbot_opening_hours('saturday',$wpwbot_times);                                                ?>                                            </div>                                            <div class="col-xs-3">                                                <button class="btn btn-success btn-sm wp-chatbot-hours-add-btn" type="button" data-day="saturday">                                                    <i class="fa fa-plus" aria-hidden="true"></i> Add                                                </button>                                            </div>                                        </div>                                        <div class="row">                                            <div class="col-xs-3">Sunday</div>                                            <div class="col-xs-4 wp-chatbot-day">                                                <?php                                                $this->wp_chatbot_opening_hours('sunday',$wpwbot_times);                                                ?>                                            </div>                                            <div class="col-xs-3">                                                <button class="btn btn-success btn-sm wp-chatbot-hours-add-btn" type="button" data-day="sunday">                                                    <i class="fa fa-plus" aria-hidden="true"></i> Add                                                </button>                                            </div>                                        </div>                                    </div>                                </div>                            </div>                            <!-- top-section-->                        </section>                        <!--<section id="section-flip-9">                            <div class="top-section">                                <div class="wp-chatbot-language-center-summmery">                                    <p><?php _e('DialogFlow as Artificial Intelligences Engine for wpwBot', 'wpchatbot'); ?> </p>                                </div>                                <div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"><?php _e('Enable DialogFlow as AI Engine to Detect Intent', 'wpchatbot'); ?> </h4>                                        <div class="cxsc-settings-blocks">                                            <input value="1" id="enable_wp_chatbot_dailogflow" type="checkbox"                                                   name="enable_wp_chatbot_dailogflow" <?php echo(get_option('enable_wp_chatbot_dailogflow') == 1 ? 'checked' : ''); ?>>                                            <label for="enable_wp_chatbot_dailogflow"><?php _e('Enable DialogFlow AI Engine to process Natural Language commands from users.', 'wpchatbot'); ?> </label>                                        </div>                                    </div>                                    <div class="col-xs-12">                                        <br>                                        <p><?php _e('You will need an Access Token from DialogFlow. Log in to DialogFlow Console from', 'wpchatbot'); ?>                                            <a  style="text-decoration:underline;color:blue" href="https://dialogflow.com/" target="_blank"><?php _e('Here', 'wpchatbot'); ?></a> <?php _e('with your gmail account. Create a new agent and copy the Client Access Token from Settings.', 'wpchatbot'); ?> </p>                                        <p><a style="text-decoration:underline;color:blue" href="<?php echo site_url() ?>/wp-content/plugins/wpwbot-wpcommerce-chatbot-pro/download/wpwBot.zip" download ><?php _e('Download', 'wpchatbot'); ?></a> <?php _e('the agent training data and import from DialogFlow->Settings->Export and Import tab. You can add or modify Training phrases under the Intents. But .', 'wpchatbot'); ?><b><?php _e('do NOT modify or delete the Intents we have created.', 'wpchatbot'); ?></b> </p>                                    </div>                                    <div class="col-xs-12" id="wp-chatbot-dialflow-section">                                        <div class="form-group">                                            <h4 class="qc-opt-title"><?php _e('DialogFlow client Access Token', 'wpchatbot'); ?></h4>                                            <input type="text" class="form-control qc-opt-dcs-font"                                                   name="qlcd_wp_chatbot_dialogflow_client_token"                                                   value="<?php echo(get_option('qlcd_wp_chatbot_dialogflow_client_token') != '' ? get_option('qlcd_wp_chatbot_dialogflow_client_token') : ''); ?>" placeholder="<?php _e('DialogFlow Client Access Token', 'wpchatbot'); ?>">                                        </div>                                        <div class="form-group">                                            <h4 class="qc-opt-title"><?php _e('DialofFlow Defualt reply', 'wpchatbot'); ?></h4>                                            <input type="text" class="form-control qc-opt-dcs-font"                                                   name="qlcd_wp_chatbot_dialogflow_defualt_reply"                                                   value="<?php echo(get_option('qlcd_wp_chatbot_dialogflow_defualt_reply') != '' ? get_option('qlcd_wp_chatbot_dialogflow_defualt_reply') : 'Sorry, I did not understand you. You may browse'); ?>" placeholder="<?php _e('DialogFlow defualt reply', 'wpchatbot'); ?>">                                        </div>                                    </div>                                </div>                            </div>                                                    </section>-->                        <!--<section id="section-flip-10">                            <div class="wp-chatbot-language-center-summmery">                                <p><?php _e('Enable the Mobile App feature ONLY if you bought ', 'wpchatbot'); ?> <a target="_blank" href="https://www.quantumcloud.com/products/wpcommerce-chatbot-wpwbot/#app"><?php _e(' the Mobile App Addon.', 'wpchatbot'); ?></a>                            </div>                            <div class="top-section">                                <div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-title"><?php _e('Mobile App Pages', 'wpchatbot'); ?> </h4>                                        <div class="cxsc-settings-blocks">                                            <input value="1" id="wp_chatbot_app_pages" type="checkbox"                                                   name="wp_chatbot_app_pages" <?php echo(get_option('wp_chatbot_app_pages') == 1 ? 'checked' : ''); ?>>                                            <label for="wp_chatbot_app_pages"><?php _e('Create pages for WpBot Mobile App', 'wpchatbot'); ?> </label>                                        </div>                                        <br>                                        <p class="qc-opt-title-font"><?php _e('Following pages will be created to use in', 'wpchatbot'); ?> <strong> <?php _e('WpBot', 'wpchatbot'); ?> </strong> <?php _e(' Android or IOS Mobile App', 'wpchatbot'); ?>.</p>                                        <ol>                                            <li><?php _e('WpBot Mobile App', 'wpchatbot'); ?></li>                                            <li><?php _e('WpBot App Checkout', 'wpchatbot'); ?></li>                                            <li><?php _e('WpBot App Order Thank You', 'wpchatbot'); ?></li>                                        </ol>                                        <p class="qc-opt-title-font"><?php _e('Follow the', 'wpchatbot'); ?> <strong> <?php _e('Documentation', 'wpchatbot'); ?> </strong>  <?php _e('to build & publish a Mobile Application (Android or IOS ) for your store using any of', 'wpchatbot'); ?> </p>                                        <ol>                                            <li><?php _e('WpBot Ionic FrameWork package', 'wpchatbot'); ?></li>                                            <li><?php _e('WpBot PhoneGap package', 'wpchatbot'); ?></li>                                        </ol>                                    </div>                                </div>                            </div>                                                    </section>-->                        <section id="section-flip-11">                            <div class="top-section">                                <div class="row">                                    <div class="col-xs-12">                                        <h4 class="qc-opt-dcs"><?php _e('You can paste or write your custom css here.', 'wpchatbot'); ?></h4>                                        <textarea name="wp_chatbot_custom_css"                                                  class="form-control wp-chatbot-custom-css"                                                  cols="10"                                                  rows="16"><?php echo get_option('wp_chatbot_custom_css'); ?></textarea>                                    </div>                                </div>                                <!--                                row-->                            </div>                        </section>                    </div><!-- /content -->                </div><!-- /wp-chatbot-tabs -->                <footer class="wp-chatbot-admin-footer">                    <div class="row">                        <div class="text-left col-sm-3 col-sm-offset-3">                            <input type="button" class="btn btn-warning submit-button"                                   id="qcld-wp-chatbot-reset-option"                                   value="<?php _e('Reset all options to Default', 'wpchatbot'); ?>"/>                        </div>                        <div class="text-right col-sm-6">                            <input type="submit" class="btn btn-primary submit-button" name="submit"                                   id="submit" value="<?php _e('Save Settings', 'wpchatbot'); ?>"/>                        </div>                    </div>                    <!--                    row-->                </footer>            </section>        </div>        <?php wp_nonce_field('wp_chatbot'); ?>    </form>
```
