| 1 |
<?php |
| 2 |
$contentClassName = getBackupPageContentClassName('pro_features'); |
| 3 |
$optionsAvailability = array(); |
| 4 |
$optionsAvailability['Website Backup & Restore'] = array('free' => 1, 'silver' => 1, 'gold' => 1, 'platinum' => 1); |
| 5 |
$optionsAvailability['Website Migration'] = array('free' => 0, 'silver' => 1, 'gold' => 1, 'platinum' => 1); |
| 6 |
$optionsAvailability['Backup to Dropbox (64-bit OS)'] = array('free' => 1, 'silver' => 1, 'gold' => 1, 'platinum' => 1); |
| 7 |
$optionsAvailability['Backup Download & Import'] = array('free' => 1, 'silver' => 1, 'gold' => 1, 'platinum' => 1); |
| 8 |
$optionsAvailability['Automatic Backups (single profile)'] = array('free' => 0, 'silver' => 1, 'gold' => 1, 'platinum' => 1); |
| 9 |
$optionsAvailability['E-mail Notifications'] = array('free' => 0, 'silver' => 1, 'gold' => 1, 'platinum' => 1); |
| 10 |
$optionsAvailability['Backup to SFTP/FTP'] = array('free' => 0, 'silver' => 1, 'gold' => 1, 'platinum' => 1); |
| 11 |
/// start Gold |
| 12 |
$optionsAvailability['Backup to Google Drive'] = array('free' => 0, 'silver' => 0, 'gold' => 1, 'platinum' => 1); |
| 13 |
$optionsAvailability['Backup to Amazon S3'] = array('free' => 0, 'silver' => 0, 'gold' => 1, 'platinum' => 1); |
| 14 |
$optionsAvailability['Backup to OneDrive'] = array('free' => 0, 'silver' => 0, 'gold' => 1, 'platinum' => 1); |
| 15 |
$optionsAvailability['Backup Retention'] = array('free' => 0, 'silver' => 0, 'gold' => 1, 'platinum' => 1); |
| 16 |
$optionsAvailability['Restore from all Supported Clouds'] = array('free' => 0, 'silver' => 0, 'gold' => 1, 'platinum' => 1); |
| 17 |
$optionsAvailability['Delete Local Copy after Upload'] = array('free' => 0, 'silver' => 0, 'gold' => 1, 'platinum' => 1); |
| 18 |
$optionsAvailability['Customize Backup Name'] = array('free' => 0, 'silver' => 0, 'gold' => 1, 'platinum' => 1); |
| 19 |
// start Platinum |
| 20 |
$optionsAvailability['Multiple Automatic Backups'] = array('free' => 0, 'silver' => 0, 'gold' => 0, 'platinum' => 1); |
| 21 |
$optionsAvailability['Multiple Automatic Backups'] = array('free' => 0, 'silver' => 0, 'gold' => 0, 'platinum' => 1); |
| 22 |
?> |
| 23 |
<div id="sg-backup-page-content-pro_features" class="sg-backup-page-content <?php echo $contentClassName; ?>"> |
| 24 |
<div><h1 class="sg-backup-page-title"><?php _backupGuardT('Why upgrade?')?></h1></div> |
| 25 |
<div class="sg-wrap-container sg-pricing-table-wrapper"> |
| 26 |
<h3 class="sg-backup-guard-plans-title"><?php _backupGuardT('Backup Guard Plans')?></h3> |
| 27 |
<div class="sg-backup-header-row sg-backup-table-row"> |
| 28 |
<div class="col-md-4 sg-pricing-table-header-first-column"> |
| 29 |
<span class="sg-pricing-table-header-label"></span> |
| 30 |
</div> |
| 31 |
<div class="col-md-2"> |
| 32 |
<span class="sg-pricing-table-header-label"><?php _backupGuardT('Free'); ?></span> |
| 33 |
<span class="sg-pricing-table-blue-label"><b><?php _backupGuardT('0'); ?></b> <span class="sg-backup-pricing-currency">US$</span></span> |
| 34 |
</div> |
| 35 |
<div class="col-md-2"> |
| 36 |
<span class="sg-pricing-table-header-label"><?php _backupGuardT('Silver'); ?></span> |
| 37 |
<span class="sg-pricing-table-blue-label"><b><?php _backupGuardT('25'); ?></b> <span class="sg-backup-pricing-currency">US$</span></span> |
| 38 |
</div> |
| 39 |
<div class="col-md-2"> |
| 40 |
<span class="sg-pricing-table-header-label"><?php _backupGuardT('Gold'); ?></span> |
| 41 |
<span class="sg-pricing-table-blue-label"><b><?php _backupGuardT('39'); ?></b> <span class="sg-backup-pricing-currency">US$</span></span> |
| 42 |
</div> |
| 43 |
<div class="col-md-2"> |
| 44 |
<span class="sg-pricing-table-header-label"><?php _backupGuardT('Platinum'); ?></span> |
| 45 |
<span class="sg-pricing-table-blue-label"><b><?php _backupGuardT('99'); ?></b> <span class="sg-backup-pricing-currency">US$</span></span> |
| 46 |
</div> |
| 47 |
</div> |
| 48 |
<div class="sg-backup-table-row"> |
| 49 |
<div class="col-md-4"> |
| 50 |
<span class="sg-pricng-table-option"><?php _backupGuardT('Licences:')?></span> |
| 51 |
</div> |
| 52 |
<div class="col-md-2" style="text-align: center"> |
| 53 |
<span class="sg-backup-plan-excluded"></span> |
| 54 |
</div> |
| 55 |
<div class="col-md-2"> |
| 56 |
<span class="sg-pricing-table-includes"><?php _backupGuardT('Up to 2 Websites')?></span> |
| 57 |
</div> |
| 58 |
<div class="col-md-2"> |
| 59 |
<span class="sg-pricing-table-includes"><?php _backupGuardT('Up to 5 Websites')?></span> |
| 60 |
</div> |
| 61 |
<div class="col-md-2"> |
| 62 |
<span class="sg-pricing-table-includes"><?php _backupGuardT('Unlimited Websites')?></span> |
| 63 |
</div> |
| 64 |
</div> |
| 65 |
<div class="sg-backup-table-options-wrapper"> |
| 66 |
<?php foreach ($optionsAvailability as $label => $availability): ?> |
| 67 |
<div class="sg-backup-table-row"> |
| 68 |
<div class="col-md-4 sg-pricing-table-option-wrapper"> |
| 69 |
<span class="sg-pricing-table-option"><?php _backupGuardT($label); ?></span> |
| 70 |
</div> |
| 71 |
<div class="col-md-2"> |
| 72 |
<?php if ($availability['free'] == 1): ?> |
| 73 |
<span class="sg-backup-plan-included"></span> |
| 74 |
<?php else: ?> |
| 75 |
<span class="sg-backup-plan-excluded"></span> |
| 76 |
<?php endif;?> |
| 77 |
</div> |
| 78 |
<div class="col-md-2"> |
| 79 |
<?php if ($availability['silver'] == 1): ?> |
| 80 |
<span class="sg-backup-plan-included"></span> |
| 81 |
<?php else: ?> |
| 82 |
<span class="sg-backup-plan-excluded"></span> |
| 83 |
<?php endif;?> |
| 84 |
</div> |
| 85 |
<div class="col-md-2"> |
| 86 |
<?php if ($availability['gold'] == 1): ?> |
| 87 |
<span class="sg-backup-plan-included"></span> |
| 88 |
<?php else: ?> |
| 89 |
<span class="sg-backup-plan-excluded"></span> |
| 90 |
<?php endif;?> |
| 91 |
</div> |
| 92 |
<div class="col-md-2"> |
| 93 |
<?php if ($availability['platinum'] == 1): ?> |
| 94 |
<span class="sg-backup-plan-included"></span> |
| 95 |
<?php else: ?> |
| 96 |
<span class="sg-backup-plan-excluded"></span> |
| 97 |
<?php endif;?> |
| 98 |
</div> |
| 99 |
</div> |
| 100 |
<?php endforeach;?> |
| 101 |
</div> |
| 102 |
</div> |
| 103 |
</div> |
| 104 |
|