some additional icons for single photo view
authorAndreas Unterkircher <unki@netshadow.at>
Fri, 15 Jun 2007 20:47:35 +0000 (20:47 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Fri, 15 Jun 2007 20:47:35 +0000 (20:47 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@99 fa6a889d-dae6-447d-9e79-4ba9a3039384

resources/camera.png [new file with mode: 0644]
resources/date.png [new file with mode: 0644]
resources/image.png [new file with mode: 0644]
templates/single_photo.tpl

diff --git a/resources/camera.png b/resources/camera.png
new file mode 100644 (file)
index 0000000..ccd26f8
Binary files /dev/null and b/resources/camera.png differ
diff --git a/resources/date.png b/resources/date.png
new file mode 100644 (file)
index 0000000..783c833
Binary files /dev/null and b/resources/date.png differ
diff --git a/resources/image.png b/resources/image.png
new file mode 100644 (file)
index 0000000..fc3c393
Binary files /dev/null and b/resources/image.png differ
index 4e043a1d381e0a6a3def16c7f5b435fc9fc5be5c..4aa239b6ac8fe1c2707d70c00ca29e4feb073102 100644 (file)
   <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" />&nbsp;Image taken with:</u><br />
    {$ExifMadeWith}<br />
    { /if }
    { if $ExifMadeOn }
-   <u>Image made on:</u><br />
+   <u><img src="resources/date.png" />&nbsp;Image made on:</u><br />
    On: {$ExifMadeOn}<br />
    { /if }
    { if $ExifOrigResolution }
-   <u>Original resolution:</u><br />
+   <u><img src="resources/image.png" />&nbsp;Original resolution:</u><br />
    {$ExifOrigResolution}<br />
    { /if }
    <u>Size:</u>&nbsp;{$ExifFileSize}kbyte<br />