Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/AppServ/www/app/webroot/news/administrator/components/com_media/views/medialist/tmpl/ |
Upload File : |
<?php defined('_JEXEC') or die('Restricted access'); ?> <form action="index.php?option=com_media&tmpl=component&folder=<?php echo $this->state->folder; ?>" method="post" id="mediamanager-form" name="mediamanager-form"> <div class="manager"> <table width="100%" cellspacing="0"> <thead> <tr> <th><?php echo JText::_( 'Preview' ); ?></th> <th><?php echo JText::_( 'Name' ); ?></th> <th><?php echo JText::_( 'Dimensions' ); ?></th> <th><?php echo JText::_( 'Size' ); ?></th> <th><?php echo JText::_( 'Delete' ); ?></th> </tr> </thead> <tbody> <?php echo $this->loadTemplate('up'); ?> <?php for ($i=0,$n=count($this->folders); $i<$n; $i++) : $this->setFolder($i); echo $this->loadTemplate('folder'); endfor; ?> <?php for ($i=0,$n=count($this->documents); $i<$n; $i++) : $this->setDoc($i); echo $this->loadTemplate('doc'); endfor; ?> <?php for ($i=0,$n=count($this->images); $i<$n; $i++) : $this->setImage($i); echo $this->loadTemplate('img'); endfor; ?> </tbody> </table> </div> <input type="hidden" name="task" value="list" /> <input type="hidden" name="username" value="" /> <input type="hidden" name="password" value="" /> <?php echo JHTML::_( 'form.token' ); ?> </form>