<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php
if (!defined('ABSPATH')) exit;

$menuUrl = menu_page_url($mpsl_settings['plugin_name'], false);?>

<!-- Slide options -->
<h3><?php _e('Slide Settings', 'motopress-slider-lite'); ?></h3>
<?php
/** @var $this MPSLSlideOptions */
$sliderTypeClass = 'mpsl-slider-type-'. $this->slider->getSliderType();
$sliderLayouts = MPSLSliderOptions::filterLayoutsByEnabled($this->slider->getLayouts());
?>
<div id="mpsl-slide-settings-tabs" class="mpsl-slide-settings-wrapper mpsl_options_wrapper <?php echo $sliderTypeClass; ?>">
    <?php $slideSettingsPrefix = 'mpsl-slide-settings-';?>
    <ul>
        <?php
            foreach ($options as $groupKey => $group) {
	            $hideClass = isset($group['hidden']) && $group['hidden'] ? 'hidden' : '';
                echo '<li class="'. $hideClass .'"><a href="#' . $slideSettingsPrefix . $groupKey . '">' . $group['title'] . '</a></li>';
            }
        ?>
    </ul>
    <?php
        foreach($options as $groupKey => $group){
	        $hideClass = isset($group['hidden']) && $group['hidden'] ? 'hidden' : '';
        ?>
            <div class="<?php echo $hideClass; ?>" id="<?php echo $slideSettingsPrefix . $groupKey; ?>">
                <table class="form-table">
                    <tbody>
                <?php
                    foreach ($group['options'] as $optionKey=>$option) {
	                    if ($optionKey === 'fonts') continue;
                        ?>
                        <tr class="mpsl-option-wrapper <?php echo ($option['type'] === 'hidden') ? 'mpsl-option-wrapper-hidden' : ''; ?>">
                        <?php if (isset($option['label'])) { ?>
                            <th>
                                <?php MPSLOptionsFactory::addLabel($option); ?>
                            </th>
                            <td data-group="<?php echo $groupKey; ?>">
                                <?php MPSLOptionsFactory::addControl($option); ?>
                            </td>
                        <?php } else { ?>
                            <th data-group="<?php echo $groupKey; ?>" colspan="2" class="th-full">
                                <?php MPSLOptionsFactory::addControl($option); ?>
                            </th>
                        <?php } ?>
                        </tr>
                    <?php
                    }
                ?>
                    </tbody>
                </table>
            </div>
        <?php
        }
    ?>
</div>

<div id="mpsl-workground">

    <div class="control-panel mpsl-layer-control-panel">
        <div class="mpsl-layer-control-panel-left">
            <?php
            echo '<button type="button" class="button-secondary mpsl-add-layer mpsl-button" data-type="html" disabled>' . __('Add Text', 'motopress-slider-lite') . '</button>';
            echo '<button type="button" class="button-secondary mpsl-add-layer mpsl-button" data-type="image" disabled>' . __('Add Image', 'motopress-slider-lite') . '</button>';
            echo '<button type="button" class="button-secondary mpsl-add-layer mpsl-button" data-type="button" disabled>' . __('Add Button', 'motopress-slider-lite') . '</button>';
            echo '<button type="button" class="button-secondary mpsl-add-layer mpsl-button" data-type="video" disabled>' . __('Add Video', 'motopress-slider-lite') . '</button>';
            ?>
        </div>
        <div class="mpsl-layer-control-panel-right">
            <?php $duplicateTitle = __('This feature is only available in Pro Version', 'motopress-slider-lite'); ?>

	        <!-- Slider Layouts -->
	        <?php if (count($sliderLayouts) > 1) : ?>
	            <select id="mpsl-change-layout" class="mpsl-change-layout" autocomplete="off">
	                <?php foreach($sliderLayouts as $key => $layout) : ?>
                        <option value="<?php echo $key; ?>"><?php echo $layout['label']; ?></option>
                    <?php endforeach; ?>
	            </select>
			<?php endif; ?>
	        <!-- End Slider Layouts -->

        </div>
        <div class="clear"></div>
    </div>
    <div class="mpsl-slider-wrapper">
        <div class="mpsl-slide-bg-wrapper"></div>
        <div class="mpsl-slide-border-wrapper">
            <div class="mpsl-slide-border"></div>
        </div>
	    <div class="mpsl-guides">
	        <div id="mpsl-guide-h"></div>
		    <div id="mpsl-guide-v"></div>
        </div>
        <?php echo get_mpsl_slider($this->sliderAlias, true, $this->getId()); ?>
    </div>
    <div class="control-panel mpsl-layer-control-panel">
        <div class="mpsl-layer-control-panel-left">
        <?php
            echo '<button type="button" class="button-secondary mpsl-add-layer mpsl-button" data-type="html" disabled>' . __('Add Text', 'motopress-slider-lite') . '</button>';
            echo '<button type="button" class="button-secondary mpsl-add-layer mpsl-button" data-type="image" disabled>' . __('Add Image', 'motopress-slider-lite') . '</button>';
            echo '<button type="button" class="button-secondary mpsl-add-layer mpsl-button" data-type="button" disabled>' . __('Add Button', 'motopress-slider-lite') . '</button>';
            echo '<button type="button" class="button-secondary mpsl-add-layer mpsl-button" data-type="video" disabled>' . __('Add Video', 'motopress-slider-lite') . '</button>';
        ?>
        </div>
        <div class="mpsl-layer-control-panel-right">
        <?php
        $duplicateTitle = __('This feature is only available in Pro Version', 'motopress-slider-lite');

        echo '<button type="button" class="button-secondary mpsl-duplicate-layer mpsl-button" disabled title="'. $duplicateTitle .'">' . __('Duplicate Layer', 'motopress-slider-lite') . '</button>';
        echo '<button type="button" class="button-secondary mpsl-delete-layer mpsl-button" disabled>' . __('Delete Layer', 'motopress-slider-lite') . '</button>';
        echo '<button type="button" class="button-secondary mpsl-delete-all-layers mpsl-button" disabled>' . __('Delete All Layers', 'motopress-slider-lite') . '</button>';
        ?>
	        <div class="mpsl-dropdown-layer-list-wrapper">
		        <button type="button" class="button-secondary mpsl-dropdown-layer-list mpsl-button"><?php _e('Layers', 'motopress-slider-lite'); ?></button>

		        <div class="mpsl-layers-list-wrapper">
				    <table class="widefat mpsl-layers-table-head">
				        <thead>
				        <tr>
				            <th colspan="2"><?php _e('Layers Sorting (drag to set an order)', 'motopress-slider-lite'); ?></th>
				        </tr>
				        </thead>
				    </table>
				    <div class="mpsl-layers-list-child-wrapper">
				        <table class="widefat mpsl-layers-table">
				            <tbody></tbody>
				        </table>
				    </div>
				</div>

	        </div>
        </div>
        <div class="clear"></div>
    </div>
</div>

<!-- Layer options -->
<div class="mpsl-layers-container">
<?php $this->renderLayer(); ?>
</div>

<?php $this->layerPresets->render(); ?>

<div class="mpsl-slide-control-panel">
<?php
    $sliderType = $this->slider->options['main']['options']['slider_type']['value'];
    $sliderSettingsPageUrl = add_query_arg(array('view'=>'slider', 'id'=> $this->getSliderId()), $menuUrl);
    $slidesListPageUrl = add_query_arg(array('view'=>'slides', 'id'=> $this->getSliderId()), $menuUrl);
    $ids = $this->getSiblingsSlides();
    $slideEditUrlPrev = add_query_arg(array('view' => 'slide','id' => $ids['prev']), $menuUrl);
    $slideEditUrlNext = add_query_arg(array('view' => 'slide','id' => $ids['next']), $menuUrl);

    $saveTitle = $sliderType === 'custom' ? __('Save Slide', 'motopress-slider-lite') : __('Save Template', 'motopress-slider-lite');

    echo '<button type="button" class="button-primary mpsl-button" id="save_slide">' . $saveTitle . '</button>';
    echo '<button id="slider_preview" class="button-secondary mpsl-button"  data-mpsl-slider-id="'. $this->getSliderId() .'" >' . __('Preview Slide', 'motopress-slider-lite') . '</button>';
    if ($sliderType === 'custom') {
		echo '&nbsp;&nbsp;';
        echo '<a class="button-secondary mpsl-button" href="' . $slideEditUrlPrev . '">' . __('&larr; Previous Slide', 'motopress-slider-lite') . '</a>';
        echo '<a class="button-secondary mpsl-button" href="' . $slideEditUrlNext . '">' . __('Next Slide &rarr;', 'motopress-slider-lite') . '</a>';
        echo '<a id="create_slide" class="button-secondary mpsl-button" href="#" data-slider-id="' . $this->getSliderId() . '" >' . __('New Slide', 'motopress-slider-lite') . '</a>';
    }
	echo '&nbsp;&nbsp;';
    echo '<a id="slider_settings" class="button-secondary mpsl-button" href="' . $sliderSettingsPageUrl . '">' . __('Slider Settings', 'motopress-slider-lite') . '</a>';

    if($sliderType === 'custom'){
        echo '<a class="button-secondary mpsl-button" href="' . $sl