Your IP : 216.73.217.79


Current Path : /proc/thread-self/root/usr/share/phpmyadmin/templates/sql/
Upload File :
Current File : //proc/thread-self/root/usr/share/phpmyadmin/templates/sql/enum_column_dropdown.twig

<select>
  <option value="">&nbsp;</option>
  {% for value in values %}
    <option value="{{ value|raw }}"{{ value in selected_values ? " selected" }}>{{ value|raw }}</option>
  {% endfor %}
</select>