annotate dnd-library.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 c2eb995212bf
children 7d6bf2dca269
rev   line source
eads@4 1 <div id="<?php print $library_id; ?>" class="dnd-library-wrapper">
eads@2 2 <div class="header">
eads@2 3 <?php print $header; ?>
eads@2 4 </div>
eads@2 5 <div class="library">
eads@4 6 <?php print $library; ?>
eads@2 7 </div>
eads@2 8 <div class="footer">
eads@2 9 <?php print $footer; ?>
eads@2 10 </div>
eads@2 11 </div>