Parent Directory
|
Revision Log
|
Revision Graph
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">» <?php print $links ?></div> |
| 17 | <?php endif; ?> |
| 18 | <br class="clear" /> |
| 19 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |