25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

15 satır
542 B

  1. <input type="hidden" name="dbname" value="{{ database }}"/>
  2. <label for="text_routinename">{% trans 'Add privileges on the following routine:' %}</label>
  3. {%- if routines is not empty %}
  4. <select name="pred_routinename" class="autosubmit">
  5. <option value="" selected="selected">{% trans 'Use text field' %}:</option>
  6. {% for routine in routines %}
  7. <option value="{{ routine }}">{{ routine }}</option>
  8. {% endfor %}
  9. </select>
  10. {% endif -%}
  11. <input type="text" id="text_routinename" name="routinename" />