2007-08-07 08:39:36 +00:00
|
|
|
<?php
|
|
|
|
// $Id$
|
|
|
|
?>
|
2009-09-11 06:48:03 +00:00
|
|
|
<div class="<?php print $classes . ' ' . $zebra; ?>"<?php print $attributes; ?>>
|
2006-10-29 13:21:46 +00:00
|
|
|
|
2009-02-18 14:28:25 +00:00
|
|
|
<div class="clearfix">
|
2009-08-29 04:16:15 +00:00
|
|
|
|
2009-10-17 05:50:29 +00:00
|
|
|
<?php if ($contextual_links): ?>
|
|
|
|
<?php print render($contextual_links); ?>
|
|
|
|
<?php endif; ?>
|
|
|
|
|
2009-10-10 13:37:11 +00:00
|
|
|
<span class="submitted"><?php print $created; ?> — <?php print $author; ?></span>
|
2006-10-29 13:21:46 +00:00
|
|
|
|
2009-07-28 10:09:25 +00:00
|
|
|
<?php if ($new) : ?>
|
2006-12-14 02:55:07 +00:00
|
|
|
<span class="new"><?php print drupal_ucfirst($new) ?></span>
|
|
|
|
<?php endif; ?>
|
|
|
|
|
|
|
|
<?php print $picture ?>
|
2006-10-29 13:21:46 +00:00
|
|
|
|
2009-09-11 06:48:03 +00:00
|
|
|
<h3<?php print $title_attributes; ?>><?php print $title ?></h3>
|
2006-10-29 13:21:46 +00:00
|
|
|
|
2009-10-19 01:30:07 +00:00
|
|
|
<div class="content"<?php print $content_attributes; ?>>
|
2009-07-28 10:09:25 +00:00
|
|
|
<?php hide($content['links']); print render($content); ?>
|
2007-03-30 07:45:20 +00:00
|
|
|
<?php if ($signature): ?>
|
2009-02-18 14:28:25 +00:00
|
|
|
<div class="clearfix">
|
2007-04-01 05:04:20 +00:00
|
|
|
<div>—</div>
|
2007-03-30 07:45:20 +00:00
|
|
|
<?php print $signature ?>
|
|
|
|
</div>
|
|
|
|
<?php endif; ?>
|
2006-12-14 02:55:07 +00:00
|
|
|
</div>
|
2006-10-29 13:21:46 +00:00
|
|
|
</div>
|
|
|
|
|
2009-07-28 10:09:25 +00:00
|
|
|
<?php print render($content['links']) ?>
|
2006-10-29 13:21:46 +00:00
|
|
|
</div>
|