diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-07 15:09:29 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-07 15:09:29 +0000 |
commit | d902cdfd067b6ae1356c537b4d5605307f3ed524 (patch) | |
tree | a5e52937138f0e30e5fa88f53c41d4363e8c66ba /templates | |
parent | 16b42e8df740890bebae0f96e7411139d3992ea0 (diff) |
show additional infos in the image preview bubble
git-svn-id: file:///var/lib/svn/phpfspot/trunk@40 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/bubble_details.tpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/bubble_details.tpl b/templates/bubble_details.tpl new file mode 100644 index 0000000..f653454 --- /dev/null +++ b/templates/bubble_details.tpl @@ -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> |