Parent Directory
|
Revision Log
|
Revision Graph
Add to CVS
| 1 | <?php |
| 2 | // $Id$ |
| 3 | ?> |
| 4 | <div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print (isset($comment->status) && $comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; ?>"> |
| 5 | <div class="content"> |
| 6 | <div class="submitted"> |
| 7 | <?php if ($comment->new): ?> |
| 8 | <span class="new"><?php print $new ?></span> |
| 9 | <?php endif; ?> |
| 10 | <?php print $submitted ?> |
| 11 | </div> |
| 12 | <?php print $picture ?> |
| 13 | <?php print $content ?> |
| 14 | <?php if ($signature): ?> |
| 15 | <div class="user-signature clear-block"> |
| 16 | <?php print $signature ?> |
| 17 | </div> |
| 18 | <?php endif; ?> |
| 19 | </div> |
| 20 | <div class="links"> |
| 21 | <?php print $links; ?> |
| 22 | </div> |
| 23 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |