/[drupal]/contributions/themes/orchard/comment.tpl.php
ViewVC logotype

Diff of /contributions/themes/orchard/comment.tpl.php

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

revision 1.1.2.1, Mon Nov 20 15:07:03 2006 UTC revision 1.1.2.2, Sun Dec 10 11:54:55 2006 UTC
# Line 1  Line 1 
1  <div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' commento non pubblicato'; ?>">  <div class="comment <?php print ($comment->new) ? 'comment-new' : '' ?>">
2          <div class="<?php print $zebra ?>">  <?php if ($comment->new) : ?>
3                  <?php if ($comment->new) : ?>    <a id="new"></a>
4                          <a id="new"></a>    <span class="new"><?php print $new ?></span>
5                          <span class="new"><?php print $new ?></span>  <?php endif; ?>
6                  <?php endif; ?>  
7                  <?php if ($picture) {  <div class="title"><?php print $title ?></div>
8                          print $picture;    <?php print $picture ?>
9                  }    <div class="author"><?php print $submitted ?></div>
10                  ?>    <div class="content"><?php print $content ?></div>
11                  <div class="title"><?php print $title; ?></div><?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>    <?php if ($picture) : ?>
12                  <div class="submitted"><?php print $submitted; ?></div>      <br class="clear" />
13                  <div class="content"><?php print $content; ?></div>    <?php endif; ?>
14                  <div class="links">&raquo; <?php print $links; ?></div>    <div class="links"><?php print $links ?></div>
         </div>  
15  </div>  </div>

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2