view dnd-library.tpl.php @ 14:ef7ad7b5baa4

Slightly changed matching mechanism to handle Firefox's crazy desire to make dropped src attributes relative.
author David Eads <eads@chicagotech.org>
date Fri, 27 Feb 2009 12:30:42 -0600
parents c2eb995212bf
children 7d6bf2dca269
line wrap: on
line source
<div id="<?php print $library_id; ?>" class="dnd-library-wrapper">
  <div class="header">
    <?php print $header; ?>
  </div>
  <div class="library">
    <?php print $library; ?>
  </div>
  <div class="footer">
    <?php print $footer; ?>
  </div>
</div>