/[drupal]/contributions/modules/vote_up_down/node-storylink.tpl.php
ViewVC logotype

Contents of /contributions/modules/vote_up_down/node-storylink.tpl.php

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


Revision 1.7 - (show annotations) (download) (as text)
Thu Oct 2 10:58:13 2008 UTC (13 months, 3 weeks ago) by lut4rp
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA6, DRUPAL-6--1-0-BETA5, DRUPAL-6--1-0-BETA4, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
Changes since 1.6: +3 -2 lines
File MIME type: text/x-php
Updated to code standards, many other small updates to files
1 /* $Id$ */
2
3 <!-- start node -->
4 <div id="node-<?php print $node->nid; ?>" class="node storylink clear-block<?php print($sticky) ? ' sticky' : ''; print(!$status) ? ' node-unpublished' : ''; ?>">
5 <?php print $picture ?>
6 <h2 class="title"><a href="<?php print $storylink_url ?>"><?php print($seqid) ? $seqid .'. ' : '' ?><?php print $title ?></a></h2>
7 <?php print $vote_storylink_via ?>
8 <?php print $vote_up_down_widget ?>
9 <div class="content"><?php print $content ?></div>
10 <div class="submitted"><?php print $submitted ?>
11 <?php if ($terms): ?>
12 <span class="terms"> | <?php print t('Tags') ?>: <?php print $terms ?></span>
13 <?php endif; ?>
14 </div>
15 <?php if ($links): ?>
16 <div class="links">&raquo; <?php print $links ?></div>
17 <?php endif; ?>
18 <br class="clear" />
19 </div>

  ViewVC Help
Powered by ViewVC 1.1.2