
<!-- indexer::stop -->
<div class="<?php echo $this->class; ?> block"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?>>
<?php if ($this->headline): ?>

<<?php echo $this->hl; ?>><?php echo $this->headline; ?></<?php echo $this->hl; ?>>
<?php endif; ?>

<img src="<?php echo $this->icon; ?>" width="18" height="18" alt="<?php echo $this->title; ?>" class="mime_icon" /> <a href="<?php echo $this->href; ?>" title="<?php echo $this->title; ?>" onclick="gaTrackDownload('/<?php echo substr( $this->href, strpos( $this->href, 'file=')+5 ); ?>')"><?php echo $this->link; ?> <span class="size">(<?php echo $this->filesize; ?>)</span></a>

</div>
<!-- indexer::continue -->
