ajax
6 years ago
config
6 years ago
cron
6 years ago
css
6 years ago
fonts
6 years ago
img
6 years ago
include
6 years ago
js
6 years ago
templates
6 years ago
backups.php
6 years ago
boot.php
6 years ago
cloud.php
6 years ago
dashboardWidget.php
6 years ago
proFeatures.php
6 years ago
restore_wordpress.php
6 years ago
schedule.php
6 years ago
security.php
6 years ago
services.php
6 years ago
settings.php
6 years ago
support.php
6 years ago
systemInfo.php
6 years ago
services.php
58 lines
| 1 | <?php |
| 2 | require_once(dirname(__FILE__).'/boot.php'); |
| 3 | require_once(SG_PUBLIC_INCLUDE_PATH.'header.php'); |
| 4 | ?> |
| 5 | <?php require_once(SG_PUBLIC_INCLUDE_PATH.'sidebar.php'); ?> |
| 6 | <div id="sg-content-wrapper"> |
| 7 | <div class="container-fluid"> |
| 8 | <legend><?php _backupGuardT('Special services')?><?php echo backupGuardLoggedMessage(); ?></legend> |
| 9 | <div class="sg-service-container plugin-card"> |
| 10 | <div class="plugin-card-top"> |
| 11 | <div class="name column-name"> |
| 12 | <h3> |
| 13 | <a href="<?php echo SG_MIGRATION_SERVICE_URL?>" class="thickbox" target="_blank"><?php _backupGuardT('WordPress website migration')?><img src="<?php echo SG_PUBLIC_URL."img/128.png"?>" class="plugin-icon" alt=""></a> |
| 14 | </h3> |
| 15 | </div> |
| 16 | <div class="action-links"> |
| 17 | <ul class="plugin-action-buttons"> |
| 18 | <li> |
| 19 | <p id="sg-migration-service-price"><b>$59.95</b></p> |
| 20 | </li> |
| 21 | <li> |
| 22 | <a class="oreder-now button btn-primary" target="_blank" data-slug="" href="<?php echo SG_MIGRATION_SERVICE_URL?>" aria-label="" data-name=""><?php _backupGuardT('Order now')?></a> |
| 23 | </li> |
| 24 | </ul> |
| 25 | </div> |
| 26 | <div class="desc column-description"> |
| 27 | <p> |
| 28 | <?php _backupGuardT('Our professionals will migrate all of your files and database and ensure everything is working properly on your new server. With our migration service, you can expect:')?> |
| 29 | <div class="sg-margin-left-20"> |
| 30 | <p> |
| 31 | <i class="glyphicon glyphicon-ok"></i> |
| 32 | <?php _backupGuardT('Migration of your files')?> |
| 33 | </p> |
| 34 | <p> |
| 35 | <i class="glyphicon glyphicon-ok"></i> |
| 36 | <?php _backupGuardT('Migration of your database')?> |
| 37 | </p> |
| 38 | <p> |
| 39 | <i class="glyphicon glyphicon-ok"></i> |
| 40 | <?php _backupGuardT('Refactoring of all urls')?> |
| 41 | </p> |
| 42 | <p> |
| 43 | <i class="glyphicon glyphicon-ok"></i> |
| 44 | <?php _backupGuardT('Refactoring of all file names and image paths')?> |
| 45 | </p> |
| 46 | <p> |
| 47 | <i class="glyphicon glyphicon-ok"></i> |
| 48 | <?php _backupGuardT('Serialized data refactoring')?> |
| 49 | </p> |
| 50 | </div> |
| 51 | </p> |
| 52 | </div> |
| 53 | </div> |
| 54 | </div> |
| 55 | </div> |
| 56 | <?php require_once(SG_PUBLIC_INCLUDE_PATH . '/footer.php'); ?> |
| 57 | </div> |
| 58 |