X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=templates%2Fsingle_photo.tpl;h=4aa239b6ac8fe1c2707d70c00ca29e4feb073102;hp=716a78e27dba995ba4b058cc7cc0b41ceb52ef70;hb=a144cd6c5dfaa08350acdd7e608abe1727e09951;hpb=8de82f0fbbe0b14048825ae14cbc7210d8de7d64 diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 716a78e..4aa239b 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -2,15 +2,19 @@ +
- Photo {$image_name}, {$c_date}, {$madewith}
+ Photo {$image_name}
+  {$description}
+ + +
-
+
- - - +
@@ -19,12 +23,12 @@ { else } { /if } - +
+ { if $previous_url == "" }   { else } @@ -33,8 +37,12 @@ { /if }   + + + + + { if $next_url == "" }   { else } @@ -47,6 +55,30 @@
+
+ { if $ExifMadeWith } +  Image taken with:
+ {$ExifMadeWith}
+ { /if } + { if $ExifMadeOn } +  Image made on:
+ On: {$ExifMadeOn}
+ { /if } + { if $ExifOrigResolution } +  Original resolution:
+ {$ExifOrigResolution}
+ { /if } + Size: {$ExifFileSize}kbyte
+ { if $tags } +
+ Tagged with:
+ { foreach from=$tags key=id item=name } + {$name}
+ { /foreach } + { /if } +
+