view dnd_test/dnd-library-preview.tpl.php @ 17:1a77f87927dd

Fixed :empty custom selector behavior in IE, a little refactoring, etc.
author David Eads <eads@chicagotech.org>
date Wed, 04 Mar 2009 13:29:31 -0600
parents
children 69db20fdbac2
line wrap: on
line source
<div class="editor-preview" id="<?php print $id; ?>">
  <h2 class="title">
    <?php print $title; ?>
  </h2>
  <div class="image">
    <?php print $image; ?>
  </div>

  <div class="description">
    <?php print $description; ?>
  </div>

  <div class="meta">
    <div class="author"><?php print $author; ?></div>
    <div class="date"><?php print $date; ?></div>
  </div>
</div>