| 1 |
<?php if (topichubs_render_plugin()) { |
<?php if (topichubs_render_plugin()) { |
| 2 |
print $node->body; |
print $node->body; |
| 3 |
} |
} |
| 4 |
else {?> |
else {?> |
| 5 |
|
|
| 6 |
<div id="topichub"> |
<div id="topichub"> |
| 7 |
<div class="hub-left-col section"> |
<div class="hub-left-col section"> |
| 8 |
<div class="section overview"> |
<div class="section overview"> |
| 9 |
<h3>Overview</h3> |
<h3>Overview</h3> |
| 10 |
<p><?php print $node->body; ?></p> |
<p><?php print $node->body; ?></p> |
| 11 |
</div> |
</div> |
| 12 |
<div class="section"> |
<div class="section"> |
| 13 |
<h3>Most Recent</h3> |
<h3>Most Recent</h3> |
| 14 |
<?php print $node->topichub->data['most_recent']['#view']; ?> |
<?php print $node->topichub->data['most_recent']['#view']; ?> |
| 15 |
</div> |
</div> |
| 16 |
</div> |
</div> |
| 17 |
<div class="hub-wide-right-col section"> |
<div class="hub-wide-right-col section"> |
| 18 |
<div class="section map"> |
<div class="section map"> |
| 19 |
<h3>Locations Mentioned</h3> |
<h3>Locations Mentioned</h3> |
| 20 |
<?php print $node->topichub->data['calais_geo']['#view']; ?> |
<?php print $node->topichub->data['calais_geo']['#view']; ?> |
| 21 |
</div> |
</div> |
| 22 |
<div class="hubleft section"> |
<div class="hubleft section"> |
| 23 |
<div class="section"> |
<div class="section"> |
| 24 |
<h3>Most Read</h3> |
<h3>Most Read</h3> |
| 25 |
<?php print $node->topichub->data['most_viewed']['#view']; ?> |
<?php print $node->topichub->data['most_viewed']['#view']; ?> |
| 26 |
</div> |
</div> |
| 27 |
<div class="section"> |
<div class="section"> |
| 28 |
<h3>Related Topics</h3> |
<h3>Related Topics</h3> |
| 29 |
<?php print $node->topichub->data['related_topics']['#view']; ?> |
<?php print $node->topichub->data['related_topics']['#view']; ?> |
| 30 |
</div> |
</div> |
| 31 |
</div> |
</div> |
| 32 |
<div class="hubleft section"> |
<div class="hubleft section"> |
| 33 |
<div class="section"> |
<div class="section"> |
| 34 |
<h3>Recent Comments</h3> |
<h3>Recent Comments</h3> |
| 35 |
<?php print $node->topichub->data['recent_comments']['#view']; ?> |
<?php print $node->topichub->data['recent_comments']['#view']; ?> |
| 36 |
</div> |
</div> |
| 37 |
<div class="section"> |
<div class="section"> |
| 38 |
<h3>Most Comments</h3> |
<h3>Most Comments</h3> |
| 39 |
<?php print $node->topichub->data['most_comments']['#view']; ?> |
<?php print $node->topichub->data['most_comments']['#view']; ?> |
| 40 |
</div> |
</div> |
| 41 |
<div class="section"> |
<div class="section"> |
| 42 |
<h3>Contributors</h3> |
<h3>Contributors</h3> |
| 43 |
<?php print $node->topichub->data['contributors']['#view']; ?> |
<?php print $node->topichub->data['contributors']['#view']; ?> |
| 44 |
</div> |
</div> |
| 45 |
<!-- |
<!-- |
| 46 |
<div class="section">More Articles Like This</div> |
<div class="section">More Articles Like This</div> |
| 47 |
<div class="section">More Photos Like This</div> |
<div class="section">More Photos Like This</div> |
| 48 |
--> |
--> |
| 49 |
</div> |
</div> |
| 50 |
</div> |
</div> |
| 51 |
</div> |
</div> |
| 52 |
<?php } ?> |
<?php } ?> |