Mercurial > defr > drupal > scald > dnd
diff dnd_test/dnd-library-preview.tpl.php @ 17:1a77f87927dd
Fixed :empty custom selector behavior in IE, a little refactoring, etc.
author | David Eads <eads@chicagotech.org> |
---|---|
date | Wed, 04 Mar 2009 13:29:31 -0600 |
parents | |
children | 69db20fdbac2 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dnd_test/dnd-library-preview.tpl.php Wed Mar 04 13:29:31 2009 -0600 @@ -0,0 +1,17 @@ +<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>