view dnd_test/dnd-library-item.tpl.php @ 25:e71df38143d1

Added element counting, but there is a bug in textarea click counting -- it only works properly once a count has already been started via another mechanism.
author David Eads <eads@chicagotech.org>
date Wed, 11 Mar 2009 14:07:50 -0500
parents 1a77f87927dd
children
line wrap: on
line source
<div class="editor-item" id="<?php print $id; ?>">
  <div class="image">
    <?php print $image; ?>
  </div>

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

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