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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Oct 13 07:17:35 2007 UTC (2 years, 1 month ago) by vadbarsdrupalorg
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
first release
1 <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>">
2
3 <?php print $picture ?>
4
5 <?php if ($page == 0): ?>
6 <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
7 <?php endif; ?>
8
9 <?php if ($submitted): ?>
10 <span class="submitted"><?php print t('!date — !username', array('!username' => theme('username', $node), '!date' => format_date($node->created))); ?></span>
11 <?php endif; ?>
12
13 <div class="clear-block clear">
14 <div class="meta">
15 <?php if ($taxonomy): ?>
16 <div class="terms"><?php print $terms ?></div>
17 <?php endif;?>
18 </div>
19
20 <div class="content">
21 <?php print $content ?>
22 </div>
23
24 <?php if ($links): ?>
25 <div class="smlink"><?php print $links; ?></div>
26 <?php endif; ?>
27
28 <?php if ($leech_news_item): ?>
29 <div class="parser"><a href="<?php print $leech_news_item->link ?>" title="<?php print $title ?>"><?php $link_name = parse_url($leech_news_item->link); print($link_name['host']); ?></a></div>
30 <?php endif; ?>
31
32 </div>
33 </div>

  ViewVC Help
Powered by ViewVC 1.1.2