diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-15 20:47:35 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-15 20:47:35 +0000 |
commit | a144cd6c5dfaa08350acdd7e608abe1727e09951 (patch) | |
tree | 5d8887e2bb31a84827c2455499ebef0d2ef2e10a /templates | |
parent | 53c9a3f97dbe67a8695ce3504135b39afc45dfb8 (diff) |
some additional icons for single photo view
git-svn-id: file:///var/lib/svn/phpfspot/trunk@99 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/single_photo.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 4e043a1..4aa239b 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -58,15 +58,15 @@ <td style="width: 150px; padding-top: 40px;"> <div id="photo_details"> { if $ExifMadeWith } - <u>Image taken with:</u><br /> + <u><img src="resources/camera.png" /> Image taken with:</u><br /> {$ExifMadeWith}<br /> { /if } { if $ExifMadeOn } - <u>Image made on:</u><br /> + <u><img src="resources/date.png" /> Image made on:</u><br /> On: {$ExifMadeOn}<br /> { /if } { if $ExifOrigResolution } - <u>Original resolution:</u><br /> + <u><img src="resources/image.png" /> Original resolution:</u><br /> {$ExifOrigResolution}<br /> { /if } <u>Size:</u> {$ExifFileSize}kbyte<br /> |