403Webshell
Server IP : 123.56.80.60  /  Your IP : 216.73.216.78
Web Server : Apache/2.4.54 (Win32) OpenSSL/1.1.1s PHP/7.4.33 mod_fcgid/2.3.10-dev
System : Windows NT iZhx3sob14hnz7Z 10.0 build 14393 (Windows Server 2016) i586
User : SYSTEM ( 0)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/wamp/apps/phpmyadmin5.2.0/templates/navigation/tree/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/wamp/apps/phpmyadmin5.2.0/templates/navigation/tree/node.twig
{% if show_node %}
  <li class="{{ li_classes }}">
    <div class="block">
      <i{{ class == 'first' ? ' class="first"' }}></i>
      {% if node_is_group %}
        {{ 'last' not in class ? '<b></b>' }}
        <a class="{{ link_classes }}" href="#">
          <span class="hide paths_nav" data-apath="{{ paths.a_path }}" data-vpath="{{ paths.v_path }}" data-pos="{{ paths.pos }}"></span>
          {% if pagination_params is not empty %}
            <span class="hide {{ pagination_params.position }}" data-name="{{ pagination_params.data_name }}" data-value="{{ pagination_params.data_value }}"></span>
          {% endif %}
          {{ node_icon|raw }}
        </a>
      {% elseif pagination_params is not empty %}
        <span class="hide {{ pagination_params.position }}" data-name="{{ pagination_params.data_name }}" data-value="{{ pagination_params.data_value }}"></span>
      {% endif %}
    </div>
    {% if node_is_container %}
      <div class="fst-italic">
    {% endif %}

    {% if node.isGroup %}
      <div class="block second{{ has_second_icon ? ' double' }}">
        <u>{{ get_image(node.icon['image'], node.icon['title']) }}</u>
      </div>
      &nbsp;{{ node.name }}
    {% else %}
      <div class="block second{{ has_second_icon ? ' double' }}">
        {% for link in icon_links %}
          <a href="{{ url(link.route, link.params) }}"{{ link.is_ajax ? ' class="ajax"' }}>
            {{- get_image(link.image, link.title) -}}
          </a>
        {% endfor %}
      </div>

      {% if node_is_container %}
        &nbsp;<a class="hover_show_full" href="{{ url(text_link.route, text_link.params) }}">{{ node.name }}</a>
      {% else %}
        <a class="hover_show_full{{ text_link.is_ajax ? ' ajax' }}" href="{{ url(text_link.route, text_link.params) }}" title="{{ text_link.title }}">
          {{- node.displayName ?? node.realName -}}
        </a>
      {% endif %}
    {% endif %}

    {{ control_buttons|raw }}

    {% if node_is_container %}
      </div>
    {% endif %}

    <div class="clearfloat"></div>
{% elseif pagination_params is not empty %}
  <span class="hide {{ pagination_params.position }}" data-name="{{ pagination_params.data_name }}" data-value="{{ pagination_params.data_value }}"></span>
{% endif %}

{% if recursive.html is not empty and recursive.has_wrapper %}
  <div class="list_container"{{ recursive.is_hidden ? ' style="display: none;"' }}>
    <ul>
{% endif %}
{{ recursive.html|raw }}
{% if recursive.html is not empty and recursive.has_wrapper %}
    </ul>
  </div>
{% endif %}

{% if has_siblings %}
  </li>
{% endif %}

Youez - 2016 - github.com/yon3zu
LinuXploit