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.

version.html 319B

12345678910111213141516171819
  1. <tr id="audio_tr">
  2. <td>
  3. <label for="version">{{ db.name }}</label>
  4. </td>
  5. <td>
  6. <input
  7. type="text"
  8. id="version"
  9. name="version"
  10. size="12"
  11. pattern="\d+\.*\d*\.*\d*"
  12. placeholder="{{ db.desc }}"
  13. value="{{ version }}"
  14. />
  15. <p>{{ db.note|raw }}</p>
  16. </td>
  17. </tr>