awake.php
5 years ago
cancelBackup.php
5 years ago
cancelDownload.php
5 years ago
checkBackupCreation.php
5 years ago
checkPHPVersionCompatibility.php
5 years ago
checkRestoreCreation.php
5 years ago
cloudDropbox.php
5 years ago
curlChecker.php
5 years ago
deleteBackup.php
5 years ago
dismissDiscountNotice.php
5 years ago
downloadBackup.php
5 years ago
getAction.php
5 years ago
getBackupContent.php
5 years ago
getRunningActions.php
5 years ago
hideNotice.php
5 years ago
importBackup.php
5 years ago
isFeatureAvailable.php
5 years ago
manualBackup.php
5 years ago
modalImport.php
5 years ago
modalManualBackup.php
5 years ago
modalManualRestore.php
5 years ago
modalPrivacy.php
5 years ago
modalReview.php
5 years ago
modalTerms.php
5 years ago
resetStatus.php
5 years ago
restore.php
5 years ago
reviewBannerActions.php
5 years ago
schedule.php
5 years ago
setReviewPopupState.php
5 years ago
setUserInfoVerificationPopupState.php
5 years ago
settings.php
5 years ago
storeSubscriberInfo.php
5 years ago
storeSurveyResult.php
5 years ago
modalTerms.php
32 lines
| 1 | <?php |
| 2 | require_once(dirname(__FILE__).'/../boot.php'); |
| 3 | ?> |
| 4 | <div class="modal-dialog"> |
| 5 | <div class="modal-content"> |
| 6 | <div class="modal-header"> |
| 7 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> |
| 8 | <h4 class="modal-title"><?php _backupGuardT('Terms & Conditions')?></h4> |
| 9 | </div> |
| 10 | <div class="modal-body sg-modal-body"> |
| 11 | <div class="col-md-12"> |
| 12 | <div class="form-group sg-justify"> |
| 13 | <p>1. <?php _backupGuardT('Terms')?></p> |
| 14 | <p><?php _backupGuardT('By using this software, you are agreeing to be bound by these software Terms and Conditions of Use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using this software. The materials contained in this software are protected by applicable copyright and trade mark law.')?></p><br/> |
| 15 | <p>2. <?php _backupGuardT('Disclaimer')?></p> |
| 16 | <p><?php _backupGuardT("The materials on BackupGuard's are provided")?> "<?php _backupGuardT('as is')?>". <?php _backupGuardT('BackupGuard makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights. Further, BackupGuard does not warrant or make any representations concerning the accuracy, likely results, or reliability of the use of the materials on its Software.')?></p><br/> |
| 17 | <p>3. <?php _backupGuardT('Limitations')?></p> |
| 18 | <p><?php _backupGuardT("In no event shall BackupGuard or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption,) arising out of the use or inability to use the materials on BackupGuard's software, even if BackupGuard or a BackupGuard authorized representative has been notified orally or in writing of the possibility of such damage. Because some jurisdictions do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages, these limitations may not apply to you.")?></p><br/> |
| 19 | <p>4. <?php _backupGuardT('Revisions and Errata')?></p> |
| 20 | <p><?php _backupGuardT("The materials appearing on BackupGuard's software could include technical, typographical, or photographic errors. BackupGuard does not warrant that any of the materials on its software are accurate, complete, or current. BackupGuard may make changes to the materials contained on its software at any time without notice. BackupGuard does not, however, make any commitment to update the materials.")?></p><br/> |
| 21 | <p>5. <?php _backupGuardT('Terms of Use Modifications')?></p> |
| 22 | <p><?php _backupGuardT('BackupGuard may revise these terms of use for its software at any time without notice. By using this software you are agreeing to be bound by the then current version of these Terms and Conditions of Use.')?></p> |
| 23 | </div> |
| 24 | </div> |
| 25 | <div class="clearfix"></div> |
| 26 | </div> |
| 27 | <div class="modal-footer"> |
| 28 | <button type="button" data-dismiss="modal" class="btn btn-primary"><?php _backupGuardT('Ok')?></button> |
| 29 | </div> |
| 30 | </div> |
| 31 | </div> |
| 32 |