This commit is contained in:
cutemeli
2025-12-22 10:35:30 +00:00
parent 0bfc6c8425
commit 5ce7ca2c5d
38927 changed files with 0 additions and 4594700 deletions

View File

@@ -1,29 +0,0 @@
{{ quick_warp|raw }}
<div id="pma_navigation_select_database">
{{ list_navigator|raw }}
<div id="pma_navigation_db_select">
<form action="{{ database_url }}" method="get">
{{ get_hidden_fields({'server': server}) }}
<select name="db" class="hide" id="navi_db_select" aria-label="{% trans 'Databases' %}">
{% for option in options %}
<option value="{{ option.name }}" title="{{ option.title }}"
data-apath="{{ option.data.apath }}"
data-vpath="{{ option.data.vpath }}"
data-pos="{{ option.data.pos }}"
{{ option.isSelected ? " selected" : "" }}>
{{- option.name -}}
</option>
{% endfor %}
</select>
</form>
</div>
</div>
<div id="pma_navigation_tree_content">
<ul>
{{ nodes|raw }}
</ul>
</div>