X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=themes%2Fdefault%2Ftemplates%2Fsingle_photo.tpl;h=bf3051cf247e713ee6b60f4df8a0edc9c488b847;hp=78e489d79d71c51c6402e934fb0928c35e567b45;hb=b5ff85f75a27397c1ab4164fdefa9d734dc0e39d;hpb=43071ed9b32e3368aae01852abd70fa6b3afd877 diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl index 78e489d..bf3051c 100644 --- a/themes/default/templates/single_photo.tpl +++ b/themes/default/templates/single_photo.tpl @@ -20,7 +20,7 @@ {if $extern_link } - +  External Link {/if} original resolution @@ -31,36 +31,36 @@
{ if $ExifMadeWith } - camera icon Image taken with:
+ camera icon Image taken with:
{$ExifMadeWith}
{ /if } { if $ExifMadeOn } - calendar icon Image made on:
+ calendar icon Image made on:
{$ExifMadeOn}
{ /if } { if $ExifOrigResolution } - resolution icon Original resolution:
+ resolution icon Original resolution:
{$ExifOrigResolution}
{ /if } Size: {$ExifFileSize}
{ if $tags }
- available tags Tagged with:
+ available tags Tagged with:
{ foreach from=$tags key=id item=name } -
{$name}
+ {$name}
{ /foreach } { /if }
{ if $prev_img } - photo icon Previous:
- -
+ photo icon Previous:
+
+
{ /if} { if $next_img } - photo icon Next:
- -
+ photo icon Next:
+
+
{ /if}
@@ -69,9 +69,9 @@
{ if $next_url == "" } - + { else } - + { /if } {$image_filename} @@ -81,20 +81,20 @@
{ if $previous_url == "" } - first photo reached + first photo reached { else } - - previous photo + + previous photo { /if } - - photo index + + photo index { if $next_url == "" } - last photo reached + last photo reached { else } - - next photo + + next photo { /if}
@@ -106,9 +106,9 @@ /* lets preload to previous and the next image to speedup */ var image_next = new Image(); - image_next.src = "phpfspot_img.php?idx={$next_img}&width={$photo_width}"; + image_next.src = "{$web_path}/phpfspot_img.php?idx={$next_img}&width={$photo_width}"; var image_prev = new Image(); - image_prev.src = "phpfspot_img.php?idx={$prev_img}&width={$photo_width}"; + image_prev.src = "{$web_path}/phpfspot_img.php?idx={$prev_img}&width={$photo_width}"; -->