1 |
<p class="sgNavBar sgTopNavBar"> |
1 |
<p class="sgNavBar sgTopNavBar"> |
2 |
<?php echo $sg->previewThumbnails(); ?> |
2 |
<?php echo $sg->previewThumbnails(); ?> |
3 |
<br /> |
3 |
<br /> |
4 |
<?php if($sg->image->hasPrev()) echo $sg->image->prevLink()." | "; ?> |
4 |
<?php if($sg->image->hasPrev()) echo $sg->image->prevLink()." | "; ?> |
5 |
<?php echo $sg->image->parentLink(); ?> |
5 |
<?php echo $sg->image->parentLink(); ?> |
6 |
<?php if($sg->image->hasNext()) echo " | ".$sg->image->nextLink(); ?> |
6 |
<?php if($sg->image->hasNext()) echo " | ".$sg->image->nextLink(); ?> |
7 |
</p> |
7 |
</p> |
8 |
<h2 class="sgTitle"><?php echo $sg->image->name(); ?></h2> |
8 |
<h2 class="sgTitle"><?php echo $sg->image->name(); ?></h2> |
9 |
<h4 class="sgSubTitle"><?php echo $sg->image->byArtistText(); ?></h4> |
9 |
<h4 class="sgSubTitle"><?php echo $sg->image->byArtistText(); ?></h4> |
10 |
|
10 |
|
11 |
<div class="sgShadow"><table class="sgShadow" cellspacing="0"> |
11 |
<div class="sgShadow"><table class="sgShadow" cellspacing="0"> |
12 |
<tr> |
12 |
<tr> |
13 |
<td class="tl"></td> |
13 |
<td class="tl"></td> |
14 |
<td class="tm"></td> |
14 |
<td class="tm"></td> |
15 |
<td class="tr"></td> |
15 |
<td class="tr"></td> |
16 |
</tr> |
16 |
</tr> |
17 |
<tr> |
17 |
<tr> |
18 |
<td class="ml"></td> |
18 |
<td class="ml"></td> |
19 |
<td class="mm"> |
19 |
<td class="mm"> |
20 |
<?php echo $sg->image->imageHTML() ?> |
20 |
<?php echo $sg->image->imageHTML() ?> |
21 |
</td> |
21 |
</td> |
22 |
<td class="mr"></td> |
22 |
<td class="mr"></td> |
23 |
</tr> |
23 |
</tr> |
24 |
<tr> |
24 |
<tr> |
25 |
<td class="bl"></td> |
25 |
<td class="bl"></td> |
26 |
<td class="bm"></td> |
26 |
<td class="bm"></td> |
27 |
<td class="br"></td> |
27 |
<td class="br"></td> |
28 |
</tr> |
28 |
</tr> |
29 |
</table></div> |
29 |
</table></div> |
30 |
|
30 |
|
31 |
<p class="sgNavBar sgBottomNavBar"> |
31 |
<p class="sgNavBar sgBottomNavBar"> |
32 |
<?php if($sg->image->hasPrev()) echo $sg->image->prevLink()." | "; ?> |
32 |
<?php if($sg->image->hasPrev()) echo $sg->image->prevLink()." | "; ?> |
33 |
<?php echo $sg->image->parentLink(); ?> |
33 |
<?php echo $sg->image->parentLink(); ?> |
34 |
<?php if($sg->image->hasNext()) echo " | ".$sg->image->nextLink(); ?> |
34 |
<?php if($sg->image->hasNext()) echo " | ".$sg->image->nextLink(); ?> |
35 |
</p> |
35 |
</p> |
36 |
|
36 |
|
37 |
<h4 class="sgNameByArtist"><em><?php echo $sg->image->name() ?></em><?php echo $sg->image->byArtistText() ?></h4> |
37 |
<h4 class="sgNameByArtist"><em><?php echo $sg->image->name() ?></em><?php echo $sg->image->byArtistText() ?></h4> |
38 |
|
38 |
|
39 |
<p class="sgDetailsList"> |
39 |
<p class="sgDetailsList"> |
40 |
<?php foreach($sg->image->detailsArray() as $key => $value): ?> |
40 |
<?php foreach($sg->image->detailsArray() as $key => $value): ?> |
41 |
<strong><?php echo $key ?>:</strong> <?php echo $value ?><br /> |
41 |
<strong><?php echo $key ?>:</strong> <?php echo $value ?><br /> |
42 |
<?php endforeach; ?> |
42 |
<?php endforeach; ?> |
43 |
</p> |
43 |
</p> |
44 |
|
44 |
|
45 |
<?php echo $sg->imageMap() ?> |
45 |
<?php echo $sg->imageMap() ?> |