2008-11-04 21:24:42 +00:00
|
|
|
<? defined("SYSPATH") or die("No direct script access."); ?>
|
2008-11-27 22:08:56 +00:00
|
|
|
<div id="gItemHeader">
|
2008-12-05 06:06:02 +00:00
|
|
|
<ul id="gItemMenu">
|
2008-12-07 07:04:58 +00:00
|
|
|
<li><a href="#" title="<?= _("View full size image") ?>">
|
2008-12-07 07:42:02 +00:00
|
|
|
<img src="<?= $theme->url("images/ico-view-fullsize.png") ?>"
|
|
|
|
|
alt="<?= sprintf(_("View full size image (%dx%d)"), $item->width, $item->height) ?>" /></a></li>
|
2008-12-07 07:04:58 +00:00
|
|
|
<li><a href="#" title="<?= _("View album in hybrid mode") ?>">
|
2008-12-07 07:42:02 +00:00
|
|
|
<img src="<?= $theme->url("images/ico-view-hybrid.png") ?>"
|
|
|
|
|
alt="<?= _("View album in hybrid mode") ?>" /></a></li>
|
2008-12-07 07:04:58 +00:00
|
|
|
<li><?= $theme->album_top() ?></li>
|
2008-12-07 07:42:02 +00:00
|
|
|
<li><a href="#" title="<?= _("Options for this item") ?>"
|
|
|
|
|
class="gButtonLink gDialogLink">v <?= _("Options") ?></a></li>
|
2008-12-05 06:06:02 +00:00
|
|
|
</ul>
|
|
|
|
|
<h1><?= $item->title_edit ?></h1>
|
2008-11-27 22:08:56 +00:00
|
|
|
</div>
|
2008-11-21 20:13:28 +00:00
|
|
|
|
2008-11-27 22:08:56 +00:00
|
|
|
<div id="gItem">
|
2008-11-07 07:31:58 +00:00
|
|
|
<img id="gPhotoID-<?= $item->id ?>" alt="photo" src="<?= $item->resize_url() ?>"
|
2008-11-06 07:20:06 +00:00
|
|
|
width="<?= $item->resize_width ?>"
|
|
|
|
|
height="<?= $item->resize_height ?>" />
|
2008-11-10 00:24:01 +00:00
|
|
|
<div><?= $item->description_edit ?></div>
|
2008-11-11 20:54:12 +00:00
|
|
|
|
2008-11-22 21:46:34 +00:00
|
|
|
<?= $theme->photo_bottom() ?>
|
2008-11-06 07:20:06 +00:00
|
|
|
</div>
|