ajax
3 years ago
config
4 years ago
cron
6 years ago
css
3 years ago
fonts
5 years ago
img
3 years ago
include
3 years ago
js
3 years ago
templates
3 years ago
backups.php
3 years ago
boot.php
4 years ago
cloud.php
5 years ago
dashboardWidget.php
5 years ago
pagesContent.php
4 years ago
proFeatures.php
4 years ago
restore_wordpress.php
4 years ago
schedule.php
4 years ago
security.php
4 years ago
services.php
5 years ago
settings.php
3 years ago
support.php
4 years ago
systemInfo.php
4 years ago
videoTutorials.php
4 years ago
proFeatures.php
108 lines
| 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('BackupGuard Plans') ?></h3> |
| 27 | <div class="sg-backup-header-row sg-backup-table-row" style="clear: both"> |
| 28 | <div class="col-sm-4 sg-pricing-table-header-first-column"> |
| 29 | <span class="sg-pricing-table-header-label"></span> |
| 30 | </div> |
| 31 | <div class="col-sm-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 |
| 34 | class="sg-backup-pricing-currency">US$</span></span> |
| 35 | </div> |
| 36 | <div class="col-sm-2"> |
| 37 | <span class="sg-pricing-table-header-label"><?php _backupGuardT('Silver'); ?></span> |
| 38 | <span class="sg-pricing-table-blue-label"><b><?php _backupGuardT('25'); ?></b> <span |
| 39 | class="sg-backup-pricing-currency">US$</span></span> |
| 40 | </div> |
| 41 | <div class="col-sm-2"> |
| 42 | <span class="sg-pricing-table-header-label"><?php _backupGuardT('Gold'); ?></span> |
| 43 | <span class="sg-pricing-table-blue-label"><b><?php _backupGuardT('39'); ?></b> <span |
| 44 | class="sg-backup-pricing-currency">US$</span></span> |
| 45 | </div> |
| 46 | <div class="col-sm-2"> |
| 47 | <span class="sg-pricing-table-header-label"><?php _backupGuardT('Platinum'); ?></span> |
| 48 | <span class="sg-pricing-table-blue-label"><b><?php _backupGuardT('99'); ?></b> <span |
| 49 | class="sg-backup-pricing-currency">US$</span></span> |
| 50 | </div> |
| 51 | </div> |
| 52 | <div class="sg-backup-table-row" style="clear: both"> |
| 53 | <div class="col-sm-4"> |
| 54 | <span class="sg-pricng-table-option"><?php _backupGuardT('Websites Licences ') ?></span> |
| 55 | </div> |
| 56 | <div class="col-sm-2" style="text-align: center"> |
| 57 | <span class="sg-backup-plan-excluded"></span> |
| 58 | </div> |
| 59 | <div class="col-sm-2" style="text-align: center"> |
| 60 | <span class="sg-pricing-table-includes"><?php _backupGuardT('Up to 2') ?></span> |
| 61 | </div> |
| 62 | <div class="col-sm-2" style="text-align: center"> |
| 63 | <span class="sg-pricing-table-includes"><?php _backupGuardT('Up to 5') ?></span> |
| 64 | </div> |
| 65 | <div class="col-sm-2" style="text-align: center"> |
| 66 | <span class="sg-pricing-table-includes"><?php _backupGuardT('Unlimited') ?></span> |
| 67 | </div> |
| 68 | </div> |
| 69 | <div class="sg-backup-table-options-wrapper" > |
| 70 | <?php foreach ($optionsAvailability as $label => $availability) :?> |
| 71 | <div class="sg-backup-table-row" style="clear: both"> |
| 72 | <div class="col-sm-4 sg-pricing-table-option-wrapper"> |
| 73 | <span class="sg-pricing-table-option"><?php _backupGuardT($label); ?></span> |
| 74 | </div> |
| 75 | <div class="col-sm-2"> |
| 76 | <?php if ($availability['free'] == 1) : ?> |
| 77 | <span class="sg-backup-plan-included"></span> |
| 78 | <?php else : ?> |
| 79 | <span class="sg-backup-plan-excluded"></span> |
| 80 | <?php endif; ?> |
| 81 | </div> |
| 82 | <div class="col-sm-2"> |
| 83 | <?php if ($availability['silver'] == 1) : ?> |
| 84 | <span class="sg-backup-plan-included"></span> |
| 85 | <?php else : ?> |
| 86 | <span class="sg-backup-plan-excluded"></span> |
| 87 | <?php endif; ?> |
| 88 | </div> |
| 89 | <div class="col-sm-2"> |
| 90 | <?php if ($availability['gold'] == 1) : ?> |
| 91 | <span class="sg-backup-plan-included"></span> |
| 92 | <?php else : ?> |
| 93 | <span class="sg-backup-plan-excluded"></span> |
| 94 | <?php endif; ?> |
| 95 | </div> |
| 96 | <div class="col-sm-2"> |
| 97 | <?php if ($availability['platinum'] == 1) : ?> |
| 98 | <span class="sg-backup-plan-included"></span> |
| 99 | <?php else : ?> |
| 100 | <span class="sg-backup-plan-excluded"></span> |
| 101 | <?php endif; ?> |
| 102 | </div> |
| 103 | </div> |
| 104 | <?php endforeach; ?> |
| 105 | </div> |
| 106 | </div> |
| 107 | </div> |
| 108 |