mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-18 07:39:54 -04:00
50 lines
1.8 KiB
PHP
50 lines
1.8 KiB
PHP
<? defined("SYSPATH") or die("No direct script access."); ?>
|
|
<div id="gSidebar" class="yui-b">
|
|
<? foreach ($theme->blocks() as $block): ?>
|
|
<?= $block ?>
|
|
<? endforeach ?>
|
|
|
|
<div class="gBlock">
|
|
<div class="gBlockHeader">
|
|
<h2>Item Info</h2>
|
|
<a href="#" class="minimize">[-]</a>
|
|
</div>
|
|
<table class="gMetadata gBlockContent">
|
|
<tbody>
|
|
<tr>
|
|
<th>Title:</th>
|
|
<td>Christmas 2007</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Taken:</th>
|
|
<td>January 21, 2008</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Uploaded:</th>
|
|
<td>January 27, 2008</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Owner:</th>
|
|
<td><a href="#">username</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" class="toggle">
|
|
<a href="#">more \/</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="gBlock">
|
|
<div class="gBlockHeader">
|
|
<h2>Location</h2>
|
|
<a href="#" class="minimize">[-]</a>
|
|
</div>
|
|
<iframe class="gBlockContent" width="214" height="214" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&hl=en&geocode=&q=mountain+view&sll=37.0625,-95.677068&sspn=50.823846,89.648437&ie=UTF8&z=12&g=mountain+view&ll=37.433704,-122.056046&output=embed&s=AARTsJoyjpSOFMFEv5XZbREeW_hGGS28pQ"></iframe>
|
|
<br />
|
|
<small class="gBlockContent"><a href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=mountain+view&sll=37.0625,-95.677068&sspn=50.823846,89.648437&ie=UTF8&z=12&g=mountain+view&ll=37.433704,-122.056046&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>
|
|
</div>
|
|
|
|
</div><!-- END #gSideBar -->
|