Mercurial > defr > drupal > scald > dnd
view dnd_test/dnd-library-preview.tpl.php @ 20:89fe0aca43d4
Refactored the entire interval system, and started on form behavior.
author | David Eads <eads@chicagotech.org> |
---|---|
date | Sun, 08 Mar 2009 20:29:57 -0500 |
parents | 1a77f87927dd |
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>