Parent Directory
|
Revision Log
|
Revision Graph
*** empty log message ***
| 1 | <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> clear-block"> |
| 2 | <?php print $picture ?> |
| 3 | |
| 4 | <?php if (!$page): ?> |
| 5 | <h2 class="title"><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2> |
| 6 | <?php endif; ?> |
| 7 | |
| 8 | <?php if ($submitted): ?> |
| 9 | <div class="submitted"><?php print $submitted ?></div> |
| 10 | <?php endif; ?> |
| 11 | |
| 12 | <div class="content"> |
| 13 | <?php print $content ?> |
| 14 | </div> |
| 15 | |
| 16 | <?php if (!empty($links) || !empty($terms)): ?> |
| 17 | <div class="node-links" class="clear-block"> |
| 18 | <?php print $links; ?> |
| 19 | |
| 20 | <?php if ($terms): ?> |
| 21 | <div class="terms terms-inline clear-block"><?php print $terms ?></div> |
| 22 | <?php endif;?> |
| 23 | </div> |
| 24 | <?php endif; ?> |
| 25 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |