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.

location.html 256B

12345678910111213141516
  1. <tr id="series_tr">
  2. <td>
  3. <label for="series">{{ db.name }}</label>
  4. </td>
  5. <td>
  6. <input
  7. type="text"
  8. id="series"
  9. name="series"
  10. size="60"
  11. placeholder="{{ db.desc }}"
  12. value="{{ location }}"
  13. />
  14. </td>
  15. </tr>