From 53c9a3f97dbe67a8695ce3504135b39afc45dfb8 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Fri, 15 Jun 2007 19:27:50 +0000 Subject: better style for single photo details git-svn-id: file:///var/lib/svn/phpfspot/trunk@98 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- templates/single_photo.tpl | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'templates') diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index adeb9f8..4e043a1 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -55,21 +55,29 @@ - + +
{ if $ExifMadeWith } - With: {$ExifMadeWith}
+ Image taken with:
+ {$ExifMadeWith}
{ /if } { if $ExifMadeOn } + Image made on:
On: {$ExifMadeOn}
{ /if } { if $ExifOrigResolution } - Res: {$ExifOrigResolution}
+ Original resolution:
+ {$ExifOrigResolution}
{ /if } - Size: {$ExifFileSize}kbyte
- Tagged:
- { foreach from=$tags key=id item=name } - {$name}
- { /foreach } + Size: {$ExifFileSize}kbyte
+ { if $tags } +
+ Tagged with:
+ { foreach from=$tags key=id item=name } + {$name}
+ { /foreach } + { /if } +
-- cgit v1.2.3-18-g5258