PluginProbe ʕ •ᴥ•ʔ
JetBackup – Backup, Restore & Migrate / 1.2.9
JetBackup – Backup, Restore & Migrate v1.2.9
3.1.22.3 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.8.1 1.4.9 1.5.0 1.5.1 1.5.1.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.0 1.6.10 1.6.11 1.6.12 1.6.13 1.6.15 1.6.5.1 1.6.8.8 1.6.9 1.6.9.1 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7.5 2.0.8.7 2.0.9.11 2.0.9.14 2.0.9.15 2.0.9.6 2.0.9.7 2.0.9.9 3.1.10.7 3.1.11.1 3.1.12.3 3.1.13.4 3.1.14.17 3.1.15.4 3.1.16.1 3.1.17.5 3.1.18.10 3.1.18.8 3.1.18.9 3.1.19.8 3.1.20.3 3.1.21.3 3.1.7.9 3.1.9.2 trunk 1.1.90 1.1.91 1.2.0 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2
backup / public / include / uninstallSurveyPopup.php
backup / public / include Last commit date
footer-new.php 6 years ago footer.php 6 years ago functions.php 6 years ago header-new.php 6 years ago header.php 6 years ago modal.php 6 years ago sidebar.php 6 years ago uninstallSurveyPopup.php 6 years ago
uninstallSurveyPopup.php
62 lines
1 <div id="bg-deactivation-survey-popup-container" class="bg-deactivation-survey-popup-container is-dismissible" style="display: none;">
2 <div class="bg-deactivation-survey-popup-overlay"></div>
3
4 <div class="bg-deactivation-survey-popup-tbl">
5 <div class="bg-deactivation-survey-popup-cel">
6 <div class="bg-deactivation-survey-popup-content">
7 <a href="javascript:void(0)" class="bg-deactivation-survey-popup-cancel"><img src="<?php echo SG_IMAGE_URL."close.png" ?>" class="wp_fm_loader"></a>
8 <div class="bg-deactivation-survey-popup-inner-content">
9 <h3>We are sorry to see that you intend to</h3>
10 <h3>deactivate BackupGuard plugin.</h3>
11 <p class="bg-deactivation-survey-popup-desc">
12 Please, tell us why you want to deactivate BackupGuard plugin in order to improve our product.
13 </p>
14 <form>
15 <div class="bg-deactivation-survey-popup-form-group">
16 <div class="bg-deactivation-survey-popup-form-twocol">
17 <input name="bg-deactivation-survey-first-name" id="bg-deactivation-survey-first-name" class="regular-text" type="text" value="" placeholder="First Name">
18 <span id="bg-deactivation-survey-first-name-error" class="bg-deactivation-survey-popup-error-message">Please Enter First Name.</span>
19 </div>
20 <div class="bg-deactivation-survey-popup-form-twocol">
21 <input name="bg-deactivation-survey-last-name" id="bg-deactivation-survey-last-name" class="regular-text" type="text" value="" placeholder="Last Name">
22 <span id="bg-deactivation-survey-last-name-error" class="bg-deactivation-survey-popup-error-message">Please Enter Last Name.</span>
23 </div>
24 </div>
25 <div class="bg-deactivation-survey-popup-form-group">
26 <div class="bg-deactivation-survey-popup-form-onecol">
27 <input name="bg-deactivation-survey-email" id="bg-deactivation-survey-email" class="regular-text" type="text" value="" placeholder="Email Address">
28 <span id="bg-deactivation-survey-email-error" class="bg-deactivation-survey-popup-error-message">Please Enter Valid Email Address.</span>
29 </div>
30 </div>
31 <div class="bg-deactivation-survey-popup-form-group">
32 <div class="bg-deactivation-survey-popup-form-onecol">
33 <select name="bg-deactivation-survey-reason" id="bg-deactivation-survey-reason">
34 <option value="">Please Select Deactivation Reason</option>
35 <option value="It was not what I expected.">It was not what I expected.</option>
36 <option value="I didn't find it to be useful">I didn't find it to be useful</option>
37 <option value="I don't like the design of the dashboard">I don't like the design of the dashboard</option>
38 <option value="Privacy concerns">Privacy concerns</option>
39 <option value="custom">Performance</option>
40 <option value="custom">Missing features</option>
41 <option value="custom">Other</option>
42 </select>
43 <span id="bg-deactivation-survey-reason-error" class="bg-deactivation-survey-popup-error-message">Please Select Deactivation Reason.</span>
44 </div>
45 </div>
46 <div class="bg-deactivation-survey-popup-form-group">
47 <div class="bg-deactivation-survey-popup-form-onecol">
48 <textarea name="bg-deactivation-survey-reason-custom" id="bg-deactivation-survey-reason-custom" class="regular-text" placeholder="Please describe the issue in more details" hidden></textarea>
49 <span id="bg-deactivation-survey-reason-custom-error" class="bg-deactivation-survey-popup-error-message">Please Enter Deactivation Reason.</span>
50 </div>
51 </div>
52 <div class="bg-deactivation-survey-popup-control-buttons-container">
53 <button class="bg-deactivation-survey-result-submit button button-primary">Submit</button>
54 <button id="bg-skip-and-deactivate" class="bg-deactivation-survey-popup-cancel button button-secondary">Skip and deactivate</button>
55 </div>
56 </form>
57 </div>
58 </div>
59 </div>
60 </div>
61 </div>
62