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

Contents of /contributions/themes/aboutpeople/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 Aug 4 16:46:36 2008 UTC (15 months, 3 weeks ago) by slasant
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, HEAD
File MIME type: text/x-php
*** empty log message ***
1 <?php if ($picture) {
2 print $picture;
3 }?>
4 <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
5 <?php if ($page == 0) { ?><h2 class="nodeTitle"><a href="<?php print $node_url?>"><?php print $title?></a>
6 <?php global $base_url;
7 if ($sticky) { print '<img src="'.base_path(). drupal_get_path('theme','aboutpeople').'/img/sticky.gif" alt="sticky icon" class="sticky" />'; } ?>
8 </h2><?php }; ?>
9 <?php if (!$teaser): ?>
10 <?php if ($submitted): ?>
11 <div class="metanode"><p><?php print t('') .'<span class="author">'. theme('username', $node).'</span>' . t(' - Posted on ') . '<span class="date">'.format_date($node->created, 'custom', "d F Y").'</span>'; ?></p>
12 </div>
13 <?php endif; ?>
14 <?php endif; ?>
15 <div class="content"><?php print $content?></div>
16 <?php if (!$teaser): ?>
17 <?php if ($links) { ?><div class="links"><?php print $links?></div><?php }; ?>
18 <?php endif; ?>
19 <?php if ($teaser): ?>
20 <?php if ($links) { ?><div class="linksteaser"><div class="links"><?php print $links?></div></div><?php }; ?>
21 <?php endif; ?>
22 <?php if (!$teaser): ?>
23 <?php if ($terms) { ?><div class="taxonomy"><span>..</span> <?php print $terms?></div><?php } ?>
24 <?php endif; ?>
25 </div>

  ViewVC Help
Powered by ViewVC 1.1.2