GIF89a;
Notice: Undefined index: in /home/bs3263/domains/poolq.ee/public_html/wp-content/plugins/classic-editor/classic-editor.php on line 3

Priv8 Uploader By InMyMine7

Linux bs3.beeserver.ee 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64
HEX
HEX
Server: Apache/2
System: Linux bs3.beeserver.ee 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64
User: bs3263 (524)
PHP: 7.3.5
Disabled: NONE
Upload Files
File: /home/bs3263/public_html/wp-content/plugins/slider-image/templates/admin/single-slides/image.php
<?php

/**
 * @var Hugeit_Slider_Slide_Image $slide
 * @var int $id
 * @var array $attachment
 * @var string $src
 * @var string $title
 * @var int $attachment_id
 * @var bool $in_new_tab
 */

?>

<input type="hidden" value="<?php echo $attachment_id; ?>" class="attachment-id"/>
<div class="image-block">
    <div class="centering">
        <img src="<?php echo $src; ?>" alt="" class="slide-thumbnail"/>
    </div>

</div>
<div class="slider-option">
    <table>
        <tr>
            <td><input type="text" name="title_<?php echo $id; ?>" value="<?php echo $title; ?>" class="title title"
                       placeholder="<?php _e('Title', 'hugeit-slider'); ?>"/></td>
        </tr>
        <tr>
            <td><textarea name="description_<?php echo $id; ?>" id="description" class="description"
                          placeholder="<?php _e('Description', 'hugeit-slider'); ?>"><?php echo $description; ?></textarea>
            </td>
        </tr>
        <tr>
            <td>
                <input
                        type="text"
                        name="url_<?php echo $id; ?>"
                        value="<?php echo $url; ?>"
                        class="url"
                        placeholder="<?php _e('URL', 'hugeit-slider'); ?>"
                />

                <label>
                    <input
                            type="checkbox"
                            id="in_new_tab_<?php echo $id; ?>"
                            name="in_new_tab_<?php echo $id; ?>"
                            class="in-new-tab"
                        <?php checked($in_new_tab); ?> />

                    <?php _e('Open in new tab', 'hugeit-slider'); ?><span></span>
                </label>
            </td>
        </tr>
        <tr>
            <td colspan="2"><a href="#" class="remove-image"><?php _e('Remove Image', 'hugeit-slider'); ?></a></td>
        </tr>
    </table>
</div>
<div class="edit-image">
    <a href="#" class="edit"><img src="<?php echo HUGEIT_SLIDER_ADMIN_IMAGES_URL . "/edit_icon.png" ?>"
                                  title="edit image"></a>
</div>