HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/EvLuik/vanluiktegelwerken.nl/wwwroot/plugins/filebrowser/tpl/editorbrowser.html
<!DOCTYPE html>
<?php 
global $pth, $_XH_csrfProtection;
?>
<html lang="en">
<head>
<title>Filebrowser</title>
<link rel="stylesheet" href="<?php echo $pth['folder']['plugins']?>fa/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="<?php echo $pth['folder']['corestyle']?>xhstyles.css" type="text/css">
<style>body {padding: 0; margin: 0; overflow: auto;}</style>
%SCRIPT%
<?php echo $this->renderJsConfig()?>
<script src="<?php echo $pth['folder']['plugin']?>js/filebrowser.min.js"></script>
</head>
<body>
<div class="xhFilebrowserDiv">
<div id="xhFilebrowserMenu">
%MESSAGE%
<button type="button" class="filebrowser_folder_toggle"><span class="fa fa-plus-square"></span> <?php echo $this->translate('create_folder'); ?> …</button>
<button type="button" class="filebrowser_upload_toggle"><span class="fa fa-upload"></span> <?php echo $this->translate('upload_file'); ?> …</button>
<fieldset id="xhfbUploadFile" class="xhfbform">
<legend><?php echo $this->translate('upload_file_to', array(XH_hsc($this->currentDirectory))); ?></legend>
<form method="post" class="filebrowser_upload" enctype="multipart/form-data">
<input type="file" name="fbupload" required>
<input type="hidden" name="upload" value="upload">
<?php echo $_XH_csrfProtection->tokenInput()?>
<button type="submit" class="submit xhButton"><span class="fa fa-plus-square"></span> <?php echo $this->translate('upload_file')?></button>
</form>
</fieldset>
<fieldset id="xhfbCreateDir" class="xhfbform">
<legend><?php echo $this->translate('create_subfolder_in', array(XH_hsc($this->currentDirectory))); ?></legend>
<form method="post">
<input type="text" name="createFolder" required>
<?php echo $_XH_csrfProtection->tokenInput()?>
<button type="submit" class="submit xhButton"><span class="fa fa-plus-square"></span> <?php echo $this->translate('create_folder')?></button>
</form>
</fieldset>
</div>
<div id="xhFilebrowser">
<div id="filebrowser_folders">
%FOLDERS%
</div>
<div id="filebrowser_files" class="xhfb_Bg">
<span class="xhfb_files"><?php echo $this->translate('files');?></span>
%FILES%
</div>
</div>
</div>
</body>
</html>