Parent Directory
|
Revision Log
|
Revision Graph
*** empty log message ***
| 1 | <div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>"> |
| 2 | <div class="itemhead"> |
| 3 | <h3 class="title"><?php print $title; ?></h3><?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?> |
| 4 | <div class="metadata"> |
| 5 | <?php if ($picture): print $picture; endif; ?> |
| 6 | <?php if ($submitted): ?><div class="chronodata"><?php print $submitted ?></div><?php endif; ?> |
| 7 | </div> |
| 8 | </div> |
| 9 | <div class="content"> |
| 10 | <?php print $content; ?> |
| 11 | <div class="metadata"> |
| 12 | <?php if ($links): ?><div class="commentslink"><?php print $links ?></div><?php endif; ?> |
| 13 | </div> |
| 14 | </div> |
| 15 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |