add thumbnails

This commit is contained in:
/jedi/ 2019-02-24 11:52:15 +01:00
parent d4c22b8742
commit fa57cb3fd4
4 changed files with 34 additions and 3 deletions

View file

@ -82,7 +82,7 @@
<td><?php echo $item["was"]; ?></td>
<td><?php echo $item["wann"]; ?></td>
<td><?php echo $item["wo"]; ?></td>
<td><img style="height: 48px;" src="/upload/<?php echo $item["hash"]; ?>"></td>
<td><img style="height: 48px;" src="/thumb/<?php echo $item["hash"]; ?>"></td>
<td>
<div class="btn-group" role="group">
<button type="button" class="btn btn-outline-secondary"><i class="fas fa-fw fa-check-circle"></i></button>