Update website
This commit is contained in:
parent
a0b0d3dae7
commit
ae7ef6ad45
3151 changed files with 566766 additions and 48 deletions
|
@ -0,0 +1,9 @@
|
|||
<select id="db_select" class="width96" name="db_select[]" size="6" multiple>
|
||||
{% for database in databases %}
|
||||
<option value="{{ database }}">{{ database }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<p>
|
||||
<a href="#" id="db_select_href">{% trans 'Select all' %}</a> /
|
||||
<a href="#" id="db_reset_href">{% trans 'Unselect all' %}</a>
|
||||
</p>
|
Loading…
Add table
Add a link
Reference in a new issue