HEX
Server: Apache
System: Linux webm004.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: grainesdfo (155059)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/grainesdfo/www/wp-content/plugins/backwpup/views/restore/steps/step1_action.php
<?php /** @var \stdClass $bind */ ?>
<div
	id="restore_step"
	class="metabox-holder postbox backwpup-cleared-postbox backwpup-full-width action"
	data-nonce="<?php echo esc_attr( $bind->nonce ); ?>">

	<div class="restore-progress-container">
		<div id="upload_progress"></div>
		<div class="progressbar">
			<div id="progressstep" class="bwpu-progress" style="width:0%;">0%</div>
		</div>
		<p id="onstep"></p>
	</div>

	<?php
	$view = new \Inpsyde\Restore\ViewLoader();
	$view->decrypt_key_input();
	?>

	<div id="drag-drop-area" class="drag-drop-area">
		<div class="drag-drop-inside">
			<input
				id="plupload-browse-button"
				class="button"
				type="button"
				value="<?php esc_attr_e( 'Select Archive', 'backwpup' ); ?>"/>
			<span class="separator"><?php esc_html_e( 'or', 'backwpup' ); ?></span>
			<span class="drop-text"><?php esc_html_e( 'Drop file here', 'backwpup' ); ?></span>
			<span>
				<i class="fa fa-info-circle"
					title="<?php esc_attr_e( 'Supported archive format zip,tar,tar.gz', 'backwpup' ); ?>">
				</i>
			</span>
		</div>
	</div>
</div>