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.

year.html 281B

1234567891011121314151617
  1. <tr id="year_tr">
  2. <td>
  3. <label for="year" class="required">{{ db.name }}</label>
  4. </td>
  5. <td>
  6. <input
  7. type="text"
  8. id="year"
  9. name="year"
  10. maxlength="4"
  11. size="15"
  12. placeholder="{{ db.desc }}"
  13. value="{{ year }}"
  14. />
  15. </td>
  16. </tr>