summaryrefslogtreecommitdiff
path: root/themes/default/views/photo.html.php
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2008-12-13 23:02:16 +0000
committerChad Kieffer <chad@2tbsp.com>2008-12-13 23:02:16 +0000
commit92102c891c36045142fea5c2293f310752a57166 (patch)
tree1a3b8bbe8df2fdda1889133649d142318e5873d2 /themes/default/views/photo.html.php
parentaf8c74f6125478450072fd105d54172dcba1bf8e (diff)
Layout cleanup and simplification. Move view-mode buttons into sidebar, search to header_top. Reduced borders. Started album grid improvements. Minor white space improvements. Still need to handle text/photo alignment in album grid, improve placement of search.
Diffstat (limited to 'themes/default/views/photo.html.php')
-rw-r--r--themes/default/views/photo.html.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php
index 5b4da2b7..8b00f0a5 100644
--- a/themes/default/views/photo.html.php
+++ b/themes/default/views/photo.html.php
@@ -1,16 +1,11 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
<div id="gItemHeader">
- <ul id="gItemMenu" class="sf-menu">
- <li><a href="#" id="gFullsizeLink" title="<?= _("View full size image") ?>"><?= _("View full size image") ?></a></li>
- <li><a href="#" id="gHybridLink" title="<?= _("View album in hybrid mode") ?>"><?= _("Hybrid view") ?></a></li>
- <li><?= $theme->album_top() ?></li>
- </ul>
-
+ <?= $theme->photo_top() ?>
<h1><?= $item->title_edit ?></h1>
</div>
<div id="gItem">
- <img id="gPhotoID-<?= $item->id ?>" alt="photo" src="<?= $item->resize_url() ?>"
+ <img id="gPhotoID-<?= $item->id ?>" alt="<?= $item->title ?>" src="<?= $item->resize_url() ?>"
width="<?= $item->resize_width ?>"
height="<?= $item->resize_height ?>" />
<div><?= $item->description_edit ?></div>