| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/newsite/administrator/components/com_jaextmanager/views/repo/tmpl/ |
Upload File : |
<?php defined('_JEXEC') or die('Restricted access'); ?>
<script type="text/javascript">
/*<![CDATA[*/
function multiDelete() {
var numChecked = jQuery("input[name='rm[]']:checked", window.frames['folderframe'].document).size();
if(numChecked > 0) {
var title = '<?php echo JText::_("ARE_YOU_REALLY_WANT_TO_DELETE", true); ?>';
if(confirm(title)){
MediaManager.submit('delete');
}
return false;
} else {
alert("<?php echo JText::_("PLEASE_SELECT_AN_ITEMS_FROM_THE_LIST_TO_DELETE", true); ?>");
return false;
}
}
/*]]>*/
</script>
<table width="100%">
<tr valign="top">
<td style="width:300px;">
<fieldset id="treeview">
<legend><?php echo JText::_('FOLDERS' ); ?></legend>
<div id="media-tree_tree"></div>
<?php if(jaIsJoomla3x()): ?>
<?php echo $this->loadTemplate('folders30'); ?>
<?php else: ?>
<?php echo $this->loadTemplate('folders'); ?>
<?php endif; ?>
</fieldset>
</td>
<td>
<form action="index.php?option=com_jaextmanager&view=folder&task=create" name="folderForm" id="folderForm" method="post">
<fieldset id="folderview">
<legend><?php echo JText::_('FILES' ); ?></legend>
<div class="path">
<input class="inputbox" type="text" id="folderpath" readonly="readonly" />
<!--<input class="inputbox" type="text" id="foldername" name="foldername" />
<input class="update-folder" type="hidden" name="folderbase" id="folderbase" value="<?php echo $this->state->folder; ?>" />-->
</div>
<div class="view">
<iframe src="index.php?option=com_jaextmanager&view=repolist&tmpl=component&folder=<?php echo $this->state->folder;?>" id="folderframe" name="folderframe" width="100%" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0"></iframe>
</div>
</fieldset>
<?php echo JHtml::_( 'form.token' ); ?>
</form>
<form action="index.php?option=com_jaextmanager&view=repo" name="adminForm" id="mediamanager-form" method="post" enctype="multipart/form-data" >
<input type="hidden" name="task" value="" />
<input type="hidden" name="cb1" id="cb1" value="0" />
<input class="update-folder" type="hidden" name="folder" id="folder" value="<?php echo $this->state->folder; ?>" />
</form>
</td>
</tr>
</table>