From 64aff8eab7dca9b848149d9061a33af0d44f24b9 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Fri, 15 Jun 2007 19:12:01 +0000 Subject: display additional infos like Exif data, additional tags, ... in the single photo view git-svn-id: file:///var/lib/svn/phpfspot/trunk@97 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- templates/single_photo.tpl | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'templates/single_photo.tpl') diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index d2d47c6..adeb9f8 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -2,7 +2,8 @@
- Photo {$image_name}, {$c_date}, {$madewith}
+ Photo {$image_name}
+  {$description}
@@ -54,6 +55,22 @@
+ + { if $ExifMadeWith } + With: {$ExifMadeWith}
+ { /if } + { if $ExifMadeOn } + On: {$ExifMadeOn}
+ { /if } + { if $ExifOrigResolution } + Res: {$ExifOrigResolution}
+ { /if } + Size: {$ExifFileSize}kbyte
+ Tagged:
+ { foreach from=$tags key=id item=name } + {$name}
+ { /foreach } + -- cgit v1.2.3-18-g5258