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.

identifier.html 400B

1234567891011121314151617181920212223
  1. <tr id="javdb_tr">
  2. <td>
  3. <label for="catalogue"> {{ db.name }} </label>
  4. </td>
  5. <td>
  6. <input
  7. type="text"
  8. id="catalogue"
  9. name="catalogue"
  10. size="30"
  11. placeholder="{{ db.desc }}"
  12. value="{{ identifier }}"
  13. />
  14. <input
  15. type="button"
  16. autofill="jav"
  17. value="Autofill"
  18. style="pointer-events: none; opacity: 0.5"
  19. />
  20. </td>
  21. </tr>