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/parts/now/what.php
<?php
use BackWPup\Utils\BackWPupHelpers;
BackWPupHelpers::component("navigation/link", [
  "url" => "#",
  "newtab" => true,
  "font" => "medium",
  "content" => __("Back to Backups", 'backwpup'),
  "icon_position" => "before",
  "icon_name" => "arrow-left",
]);
?>

<?php
BackWPupHelpers::component("heading", [
  "level" => 1,
  "font" => "large",
  "class" => "mt-10 mb-6",
  "title" => __("What do you want to save in this backup?", 'backwpup'),
]);
?>

<?php
BackWPupHelpers::component("alerts/info", [
  "type" => "default",
  "font" => "xs",
  "content" => __("The settings configured on this page for a one-time backup do not alter the settings of your scheduled backups.<br />They apply to this backup only", 'backwpup'),
]);
?>


<?php BackWPupHelpers::component("selector-file-db"); ?>

<div class="my-10">
  <?php
  BackWPupHelpers::component("heading", [
    "level" => 2,
    "title" => __("Backup will be stored on:", 'backwpup'),
    "class" => "mb-4",
  ]);
  ?>

  <?php BackWPupHelpers::component("storage-list-compact", ["storages" => ['DROPBOX', 'GDRIVE', 'GLACIER']]); ?>
</div>

<?php
BackWPupHelpers::component("form/button", [
  "type" => "primary",
  "label" => __("Backup My Website", 'backwpup'),
]);
?>