2007-08-07 08:39:36 +00:00
|
|
|
<?php
|
|
|
|
// $Id$
|
|
|
|
?>
|
2008-04-14 17:48:46 +00:00
|
|
|
<div class="comment<?php print ' ' . $status; ?>">
|
2005-05-05 10:58:27 +00:00
|
|
|
<?php if ($picture) : ?>
|
|
|
|
<?php print $picture ?>
|
|
|
|
<?php endif; ?>
|
|
|
|
<h3 class="title"><?php print $title ?></h3>
|
|
|
|
<div class="submitted"><?php print $submitted ?><?php if ($comment->new) : ?><span class="new"> *<?php print $new ?></span><?php endif; ?></div>
|
2007-03-30 07:45:20 +00:00
|
|
|
<div class="content">
|
|
|
|
<?php print $content ?>
|
|
|
|
<?php if ($signature): ?>
|
2007-04-01 05:04:20 +00:00
|
|
|
<div class="clear-block">
|
|
|
|
<div>—</div>
|
2007-03-30 07:45:20 +00:00
|
|
|
<?php print $signature ?>
|
|
|
|
</div>
|
|
|
|
<?php endif; ?>
|
|
|
|
</div>
|
2005-05-05 10:58:27 +00:00
|
|
|
<!-- BEGIN: links -->
|
|
|
|
<div class="links">» <?php print $links ?></div>
|
|
|
|
<!-- END: links -->
|
|
|
|
</div>
|