view modules/dnd_test/dnd-library-preview.tpl.php @ 49:af6627970bc4

DnD: Don't redefine properties that belongs to system.module
author Franck Deroche <defr@ows.fr>
date Tue, 18 May 2010 15:29:29 +0000
parents 45c6c48c2a88
children
line wrap: on
line source
<div class="dnd-editor-preview" id="<?php print $id; ?>">
  <h2 class="title">
    <?php print $title; ?>
  </h2>

  <div class="media-meta">
    <div class="description">
      <?php print $description; ?>
    </div>
    <div class="attribution">
      <span class="author"><?php print $author; ?></span> | 
      <span class="date"><?php print $date; ?></span>
    </div>
  </div>

  <div class="media-preview">
    <?php print $image; ?>
  </div>

</div>