changeset 5:dd05863db31c

Added some templates for the testing stuff.
author David Eads <eads@chicagotech.org>
date Thu, 19 Feb 2009 12:33:51 -0600
parents c2eb995212bf
children ea5d7834d0dc
files dnd_test/dnd-editor-item.tpl.php dnd_test/dnd-library-item.tpl.php
diffstat 2 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dnd_test/dnd-editor-item.tpl.php	Thu Feb 19 12:33:51 2009 -0600
@@ -0,0 +1,3 @@
+<span class="mceNonEditable">
+  <?php print $image; ?>
+</span>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dnd_test/dnd-library-item.tpl.php	Thu Feb 19 12:33:51 2009 -0600
@@ -0,0 +1,15 @@
+<div class="editor-item">
+  <div class="image">
+    <?php print $image; ?>
+  </div>
+
+  <div class="meta">
+    <div class="title"><?php print $title; ?></div>
+    <div class="date"><?php print $date; ?></div>
+    <div class="author"><?php print $author; ?></div>
+  </div>
+
+  <div class="sizes">
+    <?php print $sizes; ?>
+  </div>
+</div>