/[drupal]/contributions/themes/yui-framework/comment.tpl.php
ViewVC logotype

Contents of /contributions/themes/yui-framework/comment.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Fri Apr 11 09:03:30 2008 UTC (19 months, 2 weeks ago) by xavierbriand
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
création
1 <?php
2 // $Id$
3 ?>
4 <div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ($comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; print ' '. $zebra; ?>">
5
6 <?php if ($submitted): ?>
7 <span class="submitted"><?php print t('!date — !username', array('!username' => theme('username', $comment), '!date' => format_date($comment->timestamp))); ?></span>
8 <?php endif; ?>
9
10 <?php if ($comment->new) : ?>
11 <a id="new"></a>
12 <span class="new"><?php print drupal_ucfirst($new) ?></span>
13 <?php endif; ?>
14
15 <?php print $picture ?>
16
17 <h3><?php print $title ?></h3>
18
19 <div class="content">
20 <?php print $content ?>
21 </div>
22
23 <?php if ($links): ?>
24 <div class="links"><?php print $links ?></div>
25 <?php endif; ?>
26 </div>

  ViewVC Help
Powered by ViewVC 1.1.2