add root feeding nematodes

This commit is contained in:
lukas fricke 2025-01-29 15:45:00 +01:00
parent ab9454b04e
commit d1666ba722

View file

@ -88,11 +88,13 @@
<form id="organism_type" class="form-check" onsubmit="return false;"> <form id="organism_type" class="form-check" onsubmit="return false;">
<input type="radio" class="btn-check" name="choice" value="Fungal_Feeding" id="org-type-Fungal_Feeding" checked></input> <input type="radio" class="btn-check" name="choice" value="Fungal_Feeding" id="org-type-Fungal_Feeding" checked></input>
<label class="btn btn-outline-success" for="org-type-Fungal_Feeding">Fungal_Feeding</label> <label class="btn btn-outline-success" for="org-type-Fungal_Feeding">Fungal Feeding</label>
<input type="radio" class="btn-check" name="choice" value="Bacterial_Feeding" id="org-type-Bacterial_Feeding"></input> <input type="radio" class="btn-check" name="choice" value="Bacterial_Feeding" id="org-type-Bacterial_Feeding"></input>
<label class="btn btn-outline-success" for="org-type-Bacterial_Feeding">Bacterial_Feeding</label> <label class="btn btn-outline-success" for="org-type-Bacterial_Feeding">Bacterial Feeding</label>
<input type="radio" class="btn-check" name="choice" value="Predatory" id="org-type-Predatory"></input> <input type="radio" class="btn-check" name="choice" value="Predatory" id="org-type-Predatory"></input>
<label class="btn btn-outline-success" for="org-type-Predatory">Predatory</label> <label class="btn btn-outline-success" for="org-type-Predatory">Predatory</label>
<input type="radio" class="btn-check" name="choice" value="Root_Feeding" id="org-type-Root_Feeding"></input>
<label class="btn btn-outline-success" for="org-type-Root_Feeding">Root Feeding</label>
</form> </form>
<div id="organism" class="row align-items-end"> <div id="organism" class="row align-items-end">