X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=templates%2Fsingle_photo.tpl;h=285f29349f8b180e147610573adbcaeb30e778f2;hp=51d4663ff1f34d2dae71c0eefadb684cc4a70b87;hb=e00eef0a999c366bbfb7912841bd845f659af649;hpb=91b606336be6983c11e537c850fa3776527207cc diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 51d4663..285f293 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -2,13 +2,14 @@ @@ -22,7 +23,7 @@ { else } { /if } - + photo @@ -32,13 +33,13 @@   { else } - + previous photo { /if } @@ -54,6 +55,30 @@
- Photo {$image_name}, {$c_date}, {$madewith}
+ Photo {$image_name}
+  {$description}
- - + + original resolution - + additional informations
- + photo index @@ -46,7 +47,7 @@   { 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 } +
+ Tagged with:
+ { foreach from=$tags key=id item=name } + {$name}
+ { /foreach } + { /if } +
+