images
3 years ago
javascript
3 years ago
stylesheet
2 years ago
admin.php
2 years ago
connect-oneclick.php
2 years ago
connect.php
2 years ago
dashboard-oneclick.php
2 years ago
dashboard.php
2 years ago
diag.php
3 years ago
help.php
3 years ago
oneclick.php
2 years ago
safemode.php
3 years ago
safemode.tpl
4 years ago
connect-oneclick.php
19 lines
| 1 | <div id="nitropack-container" class="wrap" style="visibility: hidden"> |
| 2 | <div class="row"> |
| 3 | <div class="col-md-12"> |
| 4 | <div id="login-container"> |
| 5 | <h3><?php esc_html_e('Welcome to NitroPack OneClick for WordPress!', 'nitropack'); ?></h3> |
| 6 | <p><?php esc_html_e('Your license is managed by your hosting provider.', 'nitropack'); ?></p> |
| 7 | <img src="<?= esc_url(plugin_dir_url(__FILE__)) ?>/images/nitropackwp.jpg" alt="NitroPack" /> |
| 8 | <hr /> |
| 9 | <h3><?php esc_html_e('Let\'s Get Started!', 'nitropack'); ?></h3> |
| 10 | <p><?php esc_html_e('In order to connect NitroPack OneClick with WordPress you need to visit your hosting provider page', 'nitropack'); ?></p> |
| 11 | <?php if ($oneClickConnectUrl) : ?> |
| 12 | <a class="btn btn-primary white" href="<?php esc_attr_e($oneClickConnectUrl); ?>" target="_blank"> |
| 13 | <span id="connect-text"><?php esc_html_e('Connect to NitroPack OneClick', 'nitropack'); ?></span> |
| 14 | </a> |
| 15 | <?php endif; ?> |
| 16 | </div> |
| 17 | </div> |
| 18 | </div> |
| 19 | </div> |