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.

workgroup.html 274B

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