show additional infos in the image preview bubble
[phpfspot.git] / templates / bubble_details.tpl
diff --git a/templates/bubble_details.tpl b/templates/bubble_details.tpl
new file mode 100644 (file)
index 0000000..f653454
--- /dev/null
@@ -0,0 +1,13 @@
+<table>
+ <tr>
+  <td>
+   <img class="{$image_id}" src="{$image_url}" />
+  </td>
+ </tr>
+ <tr>
+  <td style="text-align: center">
+   {$file_name}<br />
+   {$file_size}kb, {$width}x{$height}
+  </td>
+ </tr>
+</table>