/[drupal]/contributions/modules/topichubs/node-topichub.tpl.php
ViewVC logotype

Contents of /contributions/modules/topichubs/node-topichub.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Tue Mar 3 23:53:35 2009 UTC (8 months, 3 weeks ago) by febbraro
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
File MIME type: text/x-php
initial import from svn
1 <?php if (topichubs_render_plugin()) {
2 print $node->body;
3 }
4 else {?>
5
6 <div id="topichub">
7 <div class="hub-left-col section">
8 <div class="section overview">
9 <h3>Overview</h3>
10 <p><?php print $node->body; ?></p>
11 </div>
12 <div class="section">
13 <h3>Most Recent</h3>
14 <?php print $node->topichub->data['most_recent']['#view']; ?>
15 </div>
16 </div>
17 <div class="hub-wide-right-col section">
18 <div class="section map">
19 <h3>Locations Mentioned</h3>
20 <?php print $node->topichub->data['calais_geo']['#view']; ?>
21 </div>
22 <div class="hubleft section">
23 <div class="section">
24 <h3>Most Read</h3>
25 <?php print $node->topichub->data['most_viewed']['#view']; ?>
26 </div>
27 <div class="section">
28 <h3>Related Topics</h3>
29 <?php print $node->topichub->data['related_topics']['#view']; ?>
30 </div>
31 </div>
32 <div class="hubleft section">
33 <div class="section">
34 <h3>Recent Comments</h3>
35 <?php print $node->topichub->data['recent_comments']['#view']; ?>
36 </div>
37 <div class="section">
38 <h3>Most Comments</h3>
39 <?php print $node->topichub->data['most_comments']['#view']; ?>
40 </div>
41 <div class="section">
42 <h3>Contributors</h3>
43 <?php print $node->topichub->data['contributors']['#view']; ?>
44 </div>
45 <!--
46 <div class="section">More Articles Like This</div>
47 <div class="section">More Photos Like This</div>
48 -->
49 </div>
50 </div>
51 </div>
52 <?php } ?>

  ViewVC Help
Powered by ViewVC 1.1.2