| 1 |
<div id="node-<?php print $node->nid; ?>" class="post<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> <?php print $zebra ?>"> |
<div id="node-<?php print $node->nid; ?>" class="post<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> <?php print $zebra ?>"> |
| 2 |
<div class="post_left"> |
<div class="post_left"> |
| 3 |
<div class="date"> |
<div class="date"> |
| 4 |
<span class="post-month"><?php print date('M', $node->created); ?></span> |
<span class="post-month"> |
| 5 |
<span class="post-day"><?php print date('d', $node->created); ?></span> |
<?php print date('M', $node->created); ?> |
| 6 |
</div> |
</span> |
| 7 |
</div> |
<span class="post-day"> |
| 8 |
<div class="post_right"> |
<?php print date('d', $node->created); ?> |
| 9 |
<div class="post_header"> |
</span> |
| 10 |
<?php if ($taxonomy) { print '<div class="categories">' . $terms . '</div>'; } ?> |
</div> |
| 11 |
<h2 class="titleh2"><a href="<?php print $node_url; ?>" rel="bookmark" title="Permanent Link to <?php print $title; ?>"><?php print $title; ?></a></h2> |
<?php foreach (taxonomy_node_get_terms($node->nid) as $term) { ?> |
| 12 |
</div> |
<div class="bookmark"> |
| 13 |
<div class="post_content"> |
<?php if ($image = taxonomy_image_display($term->tid)) { print '<div class="book_item">'.$image.'</div>'; } ?> |
| 14 |
<div class="post_entry"> |
</div> |
| 15 |
<?php print $picture ?> |
<?php } ?> |
| 16 |
<?php print $content; ?> |
</div> |
| 17 |
<div class="post_bottom"> |
<div class="post_right"> |
| 18 |
<strong><?php print t('Author'); ?>:</strong> <?php print $name; ?> |
<div class="post_header"> |
| 19 |
<?php if ($links) { print '<div class="comments">' . $links . '</div>'; } ?> |
<?php if ($taxonomy) { print '<div class="categories">' . $terms . '</div>'; } ?> |
| 20 |
</div> |
<h2 class="titleh2"><a href="<?php print $node_url; ?>" rel="bookmark" title="Permanent Link to <?php print $title; ?>"> |
| 21 |
<div class="clear-block clear"></div> |
<?php print $title; ?> |
| 22 |
</div> |
</a></h2> |
| 23 |
</div> |
</div> |
| 24 |
</div> |
<div class="post_content"> |
| 25 |
|
<div class="post_entry"> |
| 26 |
|
<?php print $picture ?> |
| 27 |
|
<?php print $content; ?> |
| 28 |
|
<div class="post_bottom"> |
| 29 |
|
<strong> |
| 30 |
|
<?php print t('Author'); ?> |
| 31 |
|
:</strong> |
| 32 |
|
<?php print $name; ?> |
| 33 |
|
<?php if ($links) { print '<div class="comments">' . $links . '</div>'; } ?> |
| 34 |
|
</div> |
| 35 |
|
<div class="clear-block clear"> |
| 36 |
|
</div> |
| 37 |
|
</div> |
| 38 |
|
</div> |
| 39 |
|
</div> |
| 40 |
</div> |
</div> |