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.

picture.html 250B

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