X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=templates%2Fsingle_photo.tpl;h=ea1c1fbad3a4b4569adf1eeb179b9b14b727063e;hp=4501333261d606e3a46bada08ec63c1de4a63e6f;hb=7b0e0e56666b6755665b76a4c525a1269e4bc0d1;hpb=f54ac86a8a53196b268c086c8d5c43fe85aa9e1a;ds=sidebyside diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 4501333..ea1c1fb 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -3,39 +3,51 @@ Photo {$image_name}
+  {$description}
- + + original resolution + + additional informations - -
+ +
- - - + @@ -43,6 +55,30 @@
+ { if $next_url == "" } - + { else } + + { /if } + photo
+ { if $previous_url == "" }   { else } - + previous photo { /if }   + + + photo index + + { if $next_url == "" }   { else } - + next photo { /if}
+ +
+ { if $ExifMadeWith } + camera icon Image taken with:
+ {$ExifMadeWith}
+ { /if } + { if $ExifMadeOn } + calendar icon Image made on:
+ {$ExifMadeOn}
+ { /if } + { if $ExifOrigResolution } + resolution icon Original resolution:
+ {$ExifOrigResolution}
+ { /if } + Size: {$ExifFileSize}kbyte
+ { if $tags } +
+ available tags Tagged with:
+ { foreach from=$tags key=id item=name } + {$name}
+ { /foreach } + { /if } +
+