comparison 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
comparison
equal deleted inserted replaced
16:bb68dc3ad56f 17:1a77f87927dd
1 <div class="editor-preview" id="<?php print $id; ?>">
2 <h2 class="title">
3 <?php print $title; ?>
4 </h2>
5 <div class="image">
6 <?php print $image; ?>
7 </div>
8
9 <div class="description">
10 <?php print $description; ?>
11 </div>
12
13 <div class="meta">
14 <div class="author"><?php print $author; ?></div>
15 <div class="date"><?php print $date; ?></div>
16 </div>
17 </div>