| Current Path : /home/sunflowe/www2/j15/administrator/components/com_media/views/medialist/tmpl/ |
| Current File : /home/sunflowe/www2/j15/administrator/components/com_media/views/medialist/tmpl/thumbs_doc.php |
<?php defined('_JEXEC') or die('Restricted access'); ?>
<div class="imgOutline">
<div class="imgTotal">
<div align="center" class="imgBorder">
<a style="display: block; width: 100%; height: 100%">
<img border="0" src="<?php echo $this->_tmp_doc->icon_32 ?>" alt="<?php echo $this->_tmp_doc->name; ?>" /></a>
</div>
</div>
<div class="controls">
<a class="delete-item" href="index.php?option=com_media&task=file.delete&tmpl=component&<?php echo JUtility::getToken(); ?>=1&folder=<?php echo $this->state->folder; ?>&rm[]=<?php echo $this->_tmp_doc->name; ?>" rel="<?php echo $this->_tmp_doc->name; ?>"><img src="components/com_media/images/remove.png" width="16" height="16" border="0" alt="<?php echo JText::_( 'Delete' ); ?>" /></a>
<input type="checkbox" name="rm[]" value="<?php echo $this->_tmp_doc->name; ?>" />
</div>
<div class="imginfoBorder">
<?php echo $this->_tmp_doc->name; ?>
</div>
</div>