Making recordings actually usable for huge amounts of detections
This commit is contained in:
+5
-3
@@ -212,8 +212,9 @@ if(isset($_GET['species'])){ ?>
|
|||||||
$iter++;
|
$iter++;
|
||||||
|
|
||||||
echo "<tr>
|
echo "<tr>
|
||||||
<td class=\"relative\"><a target=\"_blank\" href=\"index.php?filename=".$results['File_Name']."\"><img class=\"copyimage\" width=25 src=\"images/copy.png\"></a>$date $time<br>$confidence<br>
|
<td>$date $time<br>$confidence<br>
|
||||||
<video onplay='setLiveStreamVolume(0)' onended='setLiveStreamVolume(1)' onpause='setLiveStreamVolume(1)' controls poster=\"$filename.png\" preload=\"none\" title=\"$filename\"><source src=\"$filename\"></video></td>
|
<a href=\"$filename\"><img src=\"$filename.png\"></a>
|
||||||
|
</td>
|
||||||
</tr>";
|
</tr>";
|
||||||
|
|
||||||
}if($iter == 0){ echo "<tr><td><b>No recordings were found on this date.</b><br><br><span style='font-size:small'>They may have been deleted to make space for new recordings. You can modify this setting for the future in Tools -> Settings -> Advanced Settings -> Full Disk Behavior.</small></td></tr>";}echo "</table>";}
|
}if($iter == 0){ echo "<tr><td><b>No recordings were found on this date.</b><br><br><span style='font-size:small'>They may have been deleted to make space for new recordings. You can modify this setting for the future in Tools -> Settings -> Advanced Settings -> Full Disk Behavior.</small></td></tr>";}echo "</table>";}
|
||||||
@@ -242,7 +243,8 @@ if(isset($_GET['filename'])){
|
|||||||
$confidence = $results['Confidence'];
|
$confidence = $results['Confidence'];
|
||||||
echo "<tr>
|
echo "<tr>
|
||||||
<td>$date $time<br>$confidence<br>
|
<td>$date $time<br>$confidence<br>
|
||||||
<video onplay='setLiveStreamVolume(0)' onended='setLiveStreamVolume(1)' onpause='setLiveStreamVolume(1)' controls poster=\"$filename.png\" preload=\"none\" title=\"$filename\"><source src=\"$filename\"></video></td>
|
<a href=\"$filename\"><img src=\"$filename\"></a>
|
||||||
|
</td>
|
||||||
</tr>";
|
</tr>";
|
||||||
|
|
||||||
}echo "</table>";}?>
|
}echo "</table>";}?>
|
||||||
|
|||||||
Reference in New Issue
Block a user