| 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">» <?php print $links; ?></div> |
<div class="links"><?php print $links ?></div> |
|
</div> |
|
| 15 |
</div> |
</div> |