Parent Directory
|
Revision Log
|
Revision Graph
First upload/version of ActiveSigns
| 1 | <div class="comment <?php print ($comment->new) ? 'comment-new' : '' ?>"> |
| 2 | <?php if ($comment->new) : ?> |
| 3 | <a id="new"></a> |
| 4 | <span class="new"><?php print $new ?></span> |
| 5 | <?php endif; ?> |
| 6 | |
| 7 | <?php |
| 8 | $name = $comment->name; |
| 9 | ?> |
| 10 | |
| 11 | <div class="title"><?php print $title ?></div> |
| 12 | <?php if ($picture) { ?> |
| 13 | <?php print $picture ?> |
| 14 | <?php }; ?> |
| 15 | <div class="author"><?php print $submitted ?></div> |
| 16 | <div class="content"><?php print $content ?></div> |
| 17 | <?php if ($picture) : ?> |
| 18 | <br class="clear" /> |
| 19 | <?php endif; ?> |
| 20 | <div class="links"><?php print $links ?></div> |
| 21 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |