view dnd_test/dnd-library-item.tpl.php @ 24:4f58fa0a9a6d

Cleaned up some library behavior, changed editor representation cache to track a title and a body for representations, to allow a little more dynamic composition.
author David Eads <eads@chicagotech.org>
date Wed, 11 Mar 2009 01:47:57 -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>