198 $img_url = makeUrlNS('Special', 'GalleryFetcher/preview/' . $img_id); |
198 $img_url = makeUrlNS('Special', 'GalleryFetcher/preview/' . $img_id); |
199 $img_href = makeUrlNS('Special', 'GalleryFetcher/full/' . $img_id); |
199 $img_href = makeUrlNS('Special', 'GalleryFetcher/full/' . $img_id); |
203 echo '<a href="' . $img_href . '" title="Click to view this image at full resolution, right click to save image" onclick="window.open(this.href, \'\', \'toolbar=no,address=no,menus=no,status=no\'); return false;">'; |
203 echo '<a href="' . $img_href . '" title="Click to view this image at full resolution, right click to save image" onclick="window.open(this.href, \'\', \'toolbar=no,address=no,menus=no,status=no,scrollbars=yes\'); return false;">'; |
206 echo '<img alt="Image preview (640px max width)" src="' . $img_url . '" style="border-width: 0; margin-bottom: 5px; display: block;" />'; |
206 echo '<img alt="Image preview (640px max width)" src="' . $img_url . '" style="border-width: 0; margin-bottom: 5px; display: block;" />'; |