Example #1
0
    ?>
" />
	<input type="hidden" id="lang_edit_file" value="<?php 
    echo trans('Edit_File');
    ?>
" />
	<input type="hidden" id="lang_new_file" value="<?php 
    echo trans('New_File');
    ?>
" />
	<input type="hidden" id="lang_filename" value="<?php 
    echo trans('Filename');
    ?>
" />
	<input type="hidden" id="lang_file_info" value="<?php 
    echo fix_strtoupper(trans('File_info'));
    ?>
" />
	<input type="hidden" id="lang_edit_image" value="<?php 
    echo trans('Edit_image');
    ?>
" />
	<input type="hidden" id="lang_select" value="<?php 
    echo trans('Select');
    ?>
" />
	<input type="hidden" id="lang_extract" value="<?php 
    echo trans('Extract');
    ?>
" />
	<input type="hidden" id="transliteration" value="<?php 
Example #2
0
    ?>
" />
	<input type="hidden" id="lang_edit_file" value="<?php 
    echo lang_Edit_File;
    ?>
" />
	<input type="hidden" id="lang_new_file" value="<?php 
    echo lang_New_File;
    ?>
" />
	<input type="hidden" id="lang_filename" value="<?php 
    echo lang_Filename;
    ?>
" />
	<input type="hidden" id="lang_file_info" value="<?php 
    echo fix_strtoupper(lang_File_info);
    ?>
" />
	<input type="hidden" id="lang_edit_image" value="<?php 
    echo lang_Edit_image;
    ?>
" />
	<input type="hidden" id="lang_extract" value="<?php 
    echo lang_Extract;
    ?>
" />
	<input type="hidden" id="transliteration" value="<?php 
    echo $transliteration ? "true" : "false";
    ?>
" />
	<input type="hidden" id="convert_spaces" value="<?php 
Example #3
0
	<?php $protocol = 'http'; ?>
	<input type="hidden" id="current_url" value="<?php echo str_replace(array('&filter='.$filter),array(''),$protocol."://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']); ?>" />
	<input type="hidden" id="lang_show_url" value="<?php echo lang_Show_url; ?>" />
	<input type="hidden" id="copy_cut_files_allowed" value="<?php if($copy_cut_files) echo 1; else echo 0; ?>" />
	<input type="hidden" id="copy_cut_dirs_allowed" value="<?php if($copy_cut_dirs) echo 1; else echo 0; ?>" />
	<input type="hidden" id="copy_cut_max_size" value="<?php echo $copy_cut_max_size; ?>" />
	<input type="hidden" id="copy_cut_max_count" value="<?php echo $copy_cut_max_count; ?>" />
	<input type="hidden" id="lang_copy" value="<?php echo lang_Copy; ?>" />
	<input type="hidden" id="lang_cut" value="<?php echo lang_Cut; ?>" />
	<input type="hidden" id="lang_paste" value="<?php echo lang_Paste; ?>" />
	<input type="hidden" id="lang_paste_here" value="<?php echo lang_Paste_Here; ?>" />
	<input type="hidden" id="lang_paste_confirm" value="<?php echo lang_Paste_Confirm; ?>" />
	<input type="hidden" id="lang_files_on_clipboard" value="<?php echo lang_Files_ON_Clipboard; ?>" />
	<input type="hidden" id="clipboard" value="<?php echo ((isset($_SESSION['RF']['clipboard']['path']) && trim($_SESSION['RF']['clipboard']['path']) != null) ? 1 : 0); ?>" />
	<input type="hidden" id="lang_clear_clipboard_confirm" value="<?php echo lang_Clear_Clipboard_Confirm; ?>" />
	<input type="hidden" id="lang_file_info" value="<?php echo fix_strtoupper(lang_File_info); ?>" />
	<input type="hidden" id="lang_edit_image" value="<?php echo lang_Edit_image; ?>" />
	<input type="hidden" id="lang_extract" value="<?php echo lang_Extract; ?>" />
	<input type="hidden" id="transliteration" value="<?php echo $transliteration?"true":"false"; ?>" />
<?php if($upload_files){ ?>
<!-- uploader div start -->

<div class="uploader">
    <center><button class="btn btn-inverse close-uploader"><i class="icon-backward icon-white"></i> <?php echo lang_Return_Files_List?></button></center>
	<div class="space10"></div><div class="space10"></div>
	<div class="tabbable upload-tabbable"> <!-- Only required for left/right tabs -->
		<?php if($java_upload){ ?>
	    <ul class="nav nav-tabs">
			<li class="active"><a href="#tab1" data-toggle="tab"><?php echo lang_Upload_base; ?></a></li>
			<li><a href="#tab2" id="uploader-btn" data-toggle="tab"><?php echo lang_Upload_java; ?></a></li>
	    </ul>