testing an installation

This commit is contained in:
mcguirepr89
2022-03-06 09:28:11 -05:00
parent 47028b3d6c
commit eaf096b485
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -104,7 +104,7 @@ if(!isset($_POST['species'])){
$filename = "/By_Date/".$date."/".$comname."/".$results['File_Name'];
echo "<th>$species</th>
<td style=\"vertical-align:middle;\"><a href=\"https://wikipedia.org/wiki/$sci_name\" target=\"top\"><i>$sciname</i></a></td>
<td class=\"spectrogram\">Best Recording<br>$date $time<br>$maxconf<br><video controls poster=\"$filename.png\"><source src=\"$filename\"></video></td>
<td class=\"spectrogram\">Best Recording<br>$date $time<br>$maxconf<br><video controls poster=\"$filename.png\" preload=\"none\"><source src=\"$filename\"></video></td>
</tr></table>";
}}
echo "</form>
@@ -135,7 +135,7 @@ if(!isset($_POST['species'])){
$confidence = $results['Confidence'];
echo "<tr>
<td>$date $time<br>$confidence<br>
<video controls poster=\"$filename.png\"><source src=\"$filename\"></video></td>
<video controls poster=\"$filename.png\" preload=\"none\"><source src=\"$filename\"></video></td>
</tr>";
}echo "</table>";}?>