/[drupal]/contributions/themes/a3_atlantis/node.tpl.php
ViewVC logotype

Contents of /contributions/themes/a3_atlantis/node.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Jun 30 04:42:05 2008 UTC (16 months, 4 weeks ago) by johnforsythe
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
Initial release of A3_Atlantis
1 <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> clear-block">
2
3 <?php if ($page == 0): ?>
4 <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
5 <?php endif; ?>
6
7 <?php if ($submitted || $terms): ?>
8 <div class="meta">
9 <?php if ($submitted): ?>
10 <div class="submitted"><?php print $submitted ?></div>
11 <?php endif; ?>
12
13 </div>
14 <?php endif; ?>
15
16 <div class="content clear-block">
17 <?php print $picture ?>
18 <?php print $content ?>
19 </div>
20
21 <?php
22 if ($links) {
23 print '<div class="node-links">'. $links .'</div>';
24 }
25 if ($terms) {
26 print '<div class="terms">'.t('Tags').': '. $terms .'</div>';
27 }
28 ?>
29
30 </div>

  ViewVC Help
Powered by ViewVC 1.1.2