Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
admin
/
htdocs
/
phpmyadmin-4.9
/
templates
/
database
/
qbe
/
//srv/admin/htdocs/phpmyadmin-4.9/templates/database/qbe/column_select_cell.twig
<td class="center"> <select name="criteriaColumn[{{ column_number }}]" size="1"> <option value=""> </option> {% for column in column_names %} <option value="{{ column }}" {%- if column is same as(selected) %} selected="selected"{% endif %}> {{ column|e|replace({' ': ' '}) }} </option> {% endfor %} </select> </td>