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