Dre4m Shell
Server IP : 127.0.0.2  /  Your IP : 18.223.97.46
Web Server : Apache/2.4.18 (Ubuntu)
System :
User : www-data ( )
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/phpmyadmin/templates/table/gis_visualization/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /usr/share/phpmyadmin/templates/table/gis_visualization/gis_visualization.phtml
<div id="div_view_options">
    <fieldset>
        <legend><?php echo __('Display GIS Visualization'); ?></legend>
        <div id="gis_div" style="position:relative;">
            <form method="post" action="tbl_gis_visualization.php">
                <?php echo PMA_URL_getHiddenInputs($url_params); ?>
                <label for="labelColumn">
                    <?php echo __("Label column"); ?>
                </label>
                <select name="visualizationSettings[labelColumn]" id="labelColumn" class="autosubmit">
                    <option value=""><?php echo __("-- None --"); ?></option>
                    <?php foreach ($labelCandidates as $value): ?>
                        <option value="<?php echo $value; ?>" <?php echo ($value == $visualizationSettings['labelColumn'] ? 'selected="selected"' : ''); ?>>
                            <?php echo $value; ?>
                        </option>
                    <?php endforeach; ?>
                </select>
                <label for="spatialColumn">
                    <?php echo __("Spatial column"); ?>
                </label>
                <select name="visualizationSettings[spatialColumn]" id="spatialColumn" class="autosubmit">
                    <?php foreach ($spatialCandidates as $value): ?>
                        <option value="<?php echo $value; ?>" <?php echo ($value == $visualizationSettings['spatialColumn'] ? 'selected="selected"' : ''); ?>>
                            <?php echo $value; ?>
                        </option>
                    <?php endforeach; ?>
                </select>
                <input type="hidden" name="displayVisualization" value="redraw">
                <?php if (! $GLOBALS['PMA_Config']->isHttps()): ?>
                    <tr>
                        <td class="choice" colspan="2">
                            <input type="checkbox"
                                   name="visualizationSettings[choice]"
                                   id="choice" value="useBaseLayer"
                                   <?php if (isset($visualizationSettings['choice'])) echo 'checked="checked"' ?>/>
                            <label for="choice">
                                <?php echo __("Use OpenStreetMaps as Base Layer"); ?>
                            </label>
                        </td>
                    </tr>
                <?php endif; ?>
                <?php echo PMA_Util::getStartAndNumberOfRowsPanel($sql_query); ?>
            </form>

            <div class="pma_quick_warp" style="width: 50px; position: absolute; right: 0; top: 0; cursor: pointer;">
                <div class="drop_list">
                    <span class="drop_button" style="padding: 0; border: 0;">
                        <?php echo PMA_Util::getImage('b_saveimage', __('Save')); ?>
                    </span>
                    <ul>
                        <li class="warp_link">
                            <a href="<?php echo $downloadUrl . '&fileFormat=png'; ?>" class="disableAjax">PNG</a>
                        </li>
                        <li class="warp_link">
                            <a href="<?php echo $downloadUrl . '&fileFormat=pdf'; ?>" class="disableAjax">PDF</a>
                        </li>
                        <?php if ($svgSupport): ?>
                            <li class="warp_link">
                                <a href="<?php echo $downloadUrl . '&fileFormat=svg'; ?>" class="disableAjax">SVG</a>
                            </li>
                        <?php endif; ?>
                    </ul>
                </div>
            </div>
        </div>

        <div style="clear:both;">&nbsp;</div>

        <div id="placeholder"
             style="width:<?php echo htmlspecialchars($visualizationSettings['width']); ?>px;height:<?php echo htmlspecialchars($visualizationSettings['height']); ?>px;">
            <?php echo $visualization; ?>
        </div>
        <div id="openlayersmap"></div>
        <input type="hidden" id="pmaThemeImage" value="<?php echo $GLOBALS['pmaThemeImage']; ?>" />
        <script language="javascript" type="text/javascript">
            function drawOpenLayers()
            {
                <?php if (! $GLOBALS['PMA_Config']->isHttps()): ?>
                    <?php echo $drawOl; ?>
                <?php endif; ?>
            }
        </script>
    </fieldset>
</div>

Anon7 - 2022
AnonSec Team