spectrogram, species stats, and log now have navigation bar

changed all POSTs to GET
This commit is contained in:
mcguirepr89
2022-04-15 12:01:46 -04:00
parent 8fbcae3012
commit aaeda89f14
14 changed files with 143 additions and 150 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
<body>
<div class="customlabels column1">
<form action="" method="POST" id="add">
<form action="" method="GET" id="add">
<h3>All Species Labels</h3>
<select name="species[]" id="species" multiple size="auto">
<option>Choose a species below to add to the Excluded Species List</option>
@@ -35,7 +35,7 @@
</div>
<div class="customlabels column3">
<form action="" method="POST" id="del">
<form action="" method="GET" id="del">
<h3>Excluded Species List</h3>
<select name="species[]" id="value2" multiple size="auto">
<?php