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-04 18:12:18 +00:00
|
|
|
<?php if ($picture) {
|
|
|
|
print $picture;
|
|
|
|
} ?>
|
|
|
|
<h3 class="title"><?php print $title; ?></h3><?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>
|
|
|
|
<div class="submitted"><?php print $submitted; ?></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-04 18:12:18 +00:00
|
|
|
<div class="links">» <?php print $links; ?></div>
|
|
|
|
</div>
|