From: Andreas Unterkircher Date: Sun, 6 Jan 2008 08:09:18 +0000 (+0100) Subject: issue59, made single-photo view without html tables X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=e90667ee43cd743d3ab5b41ab4782b9e08dd0d6e;ds=sidebyside issue59, made single-photo view without html tables Signed-off-by: Andreas Unterkircher --- diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index 5c29ddf..0918848 100644 --- a/themes/default/stylesheet.css +++ b/themes/default/stylesheet.css @@ -172,6 +172,7 @@ div.thumb a.thumblink:hover { -moz-border-radius: 1em; border-radius: 1em; border: dashed 1px #888888; + z-index: 100; } #available_tags { diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl index d80a006..4e1a44e 100644 --- a/themes/default/templates/single_photo.tpl +++ b/themes/default/templates/single_photo.tpl @@ -1,75 +1,30 @@ - - - - - - - - - -
- Photo {$image_name}
- {if $photo_count > 0} - {$photo_number} of {$photo_count} - {if $photo_count == 1} - Photo - {else} - Photos - {/if} - {if $description} -  {$description}
- {/if} - {/if} -
- - {if $extern_link } - - {/if} - - original resolution - -
-
- - - - - - - - - -
- { if $next_url == "" } - - { else } - - { /if } - photo - -
- { if $previous_url == "" } - first photo reached - { else } - - previous photo - - { /if } - - - photo index - - - { if $next_url == "" } - last photo reached - { else } - - next photo - - { /if} -
-
-
-
+
+ Photo {$image_name}
+ {if $photo_count > 0} + {$photo_number} of {$photo_count} + {if $photo_count == 1} + Photo + {else} + Photos + {/if} + {if $description} +  {$description}
+ {/if} + {/if} +
+
+ + {if $extern_link } + + {/if} + + original resolution + +
+ +
+
{ if $ExifMadeWith } camera icon Image taken with:
{$ExifMadeWith}
@@ -103,8 +58,36 @@
{ /if} -
-
+ + +
+ { if $next_url == "" } + + { else } + + { /if } + photo + +
+ +
+ { if $previous_url == "" } + first photo reached + { else } + + previous photo + + { /if } + + photo index + + { if $next_url == "" } + last photo reached + { else } + + next photo + + { /if} +
+