You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Engine_Rebuild/assets/views/file-card.html

9 lines
280 B
HTML

<!DOCTYPE html>
<html lang="en">
<table class="file-table">
<tr class="file-row" onclick='{{{buttonCallback}}}'>
<td class="file-row-cell"><img class="thumbnail" src="{{{imagepath}}}" alt="File icon"></td>
<td class="file-row-cell">{{filename}}</td>
</tr>
</table>
</html>