BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mirrors.html 273B

1234567891011121314
  1. <tr id="mirrors_tr">
  2. <td>
  3. <label for="mirrors">{{ db.name }}</label>
  4. </td>
  5. <td>
  6. <textarea
  7. rows="2"
  8. name="mirrors"
  9. id="mirrors"
  10. {# Needs to be all on one line #}
  11. placeholder="{{ db.desc }}">{{ mirrors }}</textarea>
  12. </td>
  13. </tr>