in its full resolution
git-svn-id: file:///var/lib/svn/phpfspot/trunk@61
fa6a889d-dae6-447d-9e79-
4ba9a3039384
$this->tmpl->assign('madewith', $meta['Make'] ." ". $meta['Model']);
$this->tmpl->assign('image_name', $details['name']);
$this->tmpl->assign('image_url', 'phpfspot_img.php?idx='. $photo ."&width=". $this->cfg->photo_width);
+ $this->tmpl->assign('image_url_full', 'phpfspot_img.php?idx='. $photo);
if($previous_img) {
$this->tmpl->assign('previous_url', "javascript:showImage(". $previous_img .");");
<b>Photo {$image_name}</b>, {$c_date}, {$madewith}<br />
</td>
<td class="index_header" style="text-align: right;">
- <img src="resources/loupe.png" />
+ <a href="{$image_url_full}" target="_blank">
+ <img src="resources/loupe.png" />
+ </a>
<img src="resources/information.png" />
</td>
</tr>