when click on the loupe open a new window and display the image
[phpfspot.git] / templates / bubble_details.tpl
1 <table>
2  <tr>
3   <td>
4    <img class="{$image_id}" src="{$image_url}" />
5   </td>
6  </tr>
7  <tr>
8   <td style="text-align: center; padding-left: 36px;">
9    {$file_name}<br />
10    {$file_size}kb, {$width}x{$height}
11   </td>
12  </tr>
13 </table>