summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-15 19:27:50 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-15 19:27:50 +0000
commit53c9a3f97dbe67a8695ce3504135b39afc45dfb8 (patch)
tree051aa83fdb75e26d93728181fd5d8cd118a44b81 /templates
parent64aff8eab7dca9b848149d9061a33af0d44f24b9 (diff)
better style for single photo details
git-svn-id: file:///var/lib/svn/phpfspot/trunk@98 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r--templates/single_photo.tpl24
1 files changed, 16 insertions, 8 deletions
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 @@
</table>
</div>
</td>
- <td style="white-space: nowrap;">
+ <td style="width: 150px; padding-top: 40px;">
+ <div id="photo_details">
{ if $ExifMadeWith }
- With: {$ExifMadeWith}<br />
+ <u>Image taken with:</u><br />
+ {$ExifMadeWith}<br />
{ /if }
{ if $ExifMadeOn }
+ <u>Image made on:</u><br />
On: {$ExifMadeOn}<br />
{ /if }
{ if $ExifOrigResolution }
- Res: {$ExifOrigResolution}<br />
+ <u>Original resolution:</u><br />
+ {$ExifOrigResolution}<br />
{ /if }
- Size: {$ExifFileSize}kbyte<br />
- Tagged:<br />
- { foreach from=$tags key=id item=name }
- <a href="javascript:Tags('add', '{$id}');" onclick="click(this);">{$name}</a><br />
- { /foreach }
+ <u>Size:</u>&nbsp;{$ExifFileSize}kbyte<br />
+ { if $tags }
+ <br />
+ <u>Tagged with:</u><br />
+ { foreach from=$tags key=id item=name }
+ <a class="smalltag" href="javascript:Tags('add', '{$id}');" onclick="click(this);">{$name}</a><br />
+ { /foreach }
+ { /if }
+ </div>
</td>
</tr>
</table>