����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 74.208.127.88 / Your IP : 18.117.85.73 Web Server : Apache/2.4.41 (Ubuntu) System : Linux ubuntu 5.4.0-163-generic #180-Ubuntu SMP Tue Sep 5 13:21:23 UTC 2023 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/phpmyadmin/templates/database/search/ |
Upload File : |
<a id="db_search"></a> <form id="db_search_form" method="post" action="db_search.php" name="db_search" class="ajax lock-page"> {{ Url_getHiddenInputs(db) }} <fieldset> <legend>{% trans 'Search in database' %}</legend> <p> <label for="criteriaSearchString" class="displayblock"> {% trans 'Words or values to search for (wildcard: "%"):' %} </label> <input id="criteriaSearchString" name="criteriaSearchString" class="all85" type="text" value=" {{- criteria_search_string }}"> </p> <fieldset> <legend>{% trans 'Find:' %}</legend> {# 4th parameter set to true to add line breaks #} {# 5th parameter set to false to avoid htmlspecialchars() escaping in the label since we have some HTML in some labels #} {{ Util_getRadioFields( 'criteriaSearchType', choices, criteria_search_type, true, false ) }} </fieldset> <fieldset> <legend>{% trans 'Inside tables:' %}</legend> <p> <a href="#" onclick="setSelectOptions('db_search', 'criteriaTables[]', true); return false;"> {% trans 'Select all' %} </a> / <a href="#" onclick="setSelectOptions('db_search', 'criteriaTables[]', false); return false;"> {% trans 'Unselect all' %} </a> </p> <select name="criteriaTables[]" multiple> {% for each_table in tables_names_only %} <option value="{{ each_table }}" {{- each_table in criteria_tables ? ' selected' }}> {{ each_table }} </option> {% endfor %} </select> </fieldset> <p> {# Inputbox for column name entry #} <label for="criteriaColumnName" class="displayblock"> {% trans 'Inside column:' %} </label> <input id="criteriaColumnName" type="text" name="criteriaColumnName" class="all85" value=" {{- criteria_column_name is not empty ? criteria_column_name }}"> </p> </fieldset> <fieldset class="tblFooters"> <input type="submit" name="submit_search" value="{% trans 'Go' %}" id="buttonGo"> </fieldset> </form> <div id="togglesearchformdiv"> <a id="togglesearchformlink"></a> </div>