repo.or.cz
/
phpmyadmin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Translated using Weblate (Korean)
[phpmyadmin.git]
/
templates
/
file_select_options.twig
blob
f362b516833e262a86c118fb6b6c2c333367ada4
1
{% for file in filesList %}
2
<option value="{{ file }}"{% if file == active %} selected="selected"{% endif %}>
3
{{ file }}
4
</option>
5
{% endfor %}