cdn
8 years ago
buttons.html
11 years ago
download.html
10 years ago
exclude.php
8 years ago
htaccess.html
9 years ago
lazy_load.php
9 years ago
newpost.php
9 years ago
nginx_gzip.php
9 years ago
permission_error.html
10 years ago
preload.php
8 years ago
timeout.php
8 years ago
update_error.html
10 years ago
update_now.php
9 years ago
update_success.html
10 years ago
update_success.php
10 years ago
updatepost.php
9 years ago
download.html
42 lines
| 1 | <div template-id="wpfc-modal-downloaderror" style="display:none;top: 10.5px; left: 226px; position: absolute; padding: 6px; height: auto; width: 560px; z-index: 10001;"> |
| 2 | <div style="height: 100%; width: 100%; background: none repeat scroll 0% 0% rgb(0, 0, 0); position: absolute; top: 0px; left: 0px; z-index: -1; opacity: 0.5; border-radius: 8px;"> |
| 3 | </div> |
| 4 | <div style="z-index: 600; border-radius: 3px;"> |
| 5 | <div style="font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;font-size:12px;background: none repeat scroll 0px 0px rgb(255, 161, 0); z-index: 1000; position: relative; padding: 2px; border-bottom: 1px solid rgb(194, 122, 0); height: 35px; border-radius: 3px 3px 0px 0px;"> |
| 6 | <table width="100%" height="100%"> |
| 7 | <tbody> |
| 8 | <tr> |
| 9 | <td valign="middle" style="vertical-align: middle; font-weight: bold; color: rgb(255, 255, 255); text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); padding-left: 10px; font-size: 13px; cursor: move;">Download</td> |
| 10 | <td width="20" align="center" style="vertical-align: middle;"></td> |
| 11 | <td width="20" align="center" style="vertical-align: middle; font-family: Arial,Helvetica,sans-serif; color: rgb(170, 170, 170); cursor: default;"> |
| 12 | <div title="Close Window" class="close-wiz"></div> |
| 13 | </td> |
| 14 | </tr> |
| 15 | </tbody> |
| 16 | </table> |
| 17 | </div> |
| 18 | <div class="window-content-wrapper" style="padding: 8px;"> |
| 19 | <div style="z-index: 1000; height: auto; position: relative; display: inline-block; width: 100%;" class="window-content"> |
| 20 | |
| 21 | |
| 22 | <div class="wpfc-cdn-pages-container"> |
| 23 | <div wpfc-cdn-page="1" class="wiz-cont"> |
| 24 | <h1>Manually Activation</h1> |
| 25 | <p>If you have already paid, you can download the premium version via following button. You need to activate the premium plugin manually. Please don't forget read the following article.</p> |
| 26 | <div class="wiz-input-cont" style="text-align:center;"> |
| 27 | <a class="wpfc-download-now" target="_blank" href=""> |
| 28 | <button class="wpfc-green-button" style="padding: 6px 60px;"> |
| 29 | <span>Download Now!</span> |
| 30 | </button> |
| 31 | </a> |
| 32 | </div> |
| 33 | <p class="wpfc-bottom-note"><a target="_blank" href="http://www.wpfastestcache.com/warnings/how-to-activate-premium-version-manually/">Note: Please read How to Activate the Premium Version Manually</a></p> |
| 34 | </div> |
| 35 | </div> |
| 36 | |
| 37 | |
| 38 | |
| 39 | </div> |
| 40 | </div> |
| 41 | </div> |
| 42 | </div> |