cdn
6 years ago
buttons.html
11 years ago
cloudflare_warning.html
6 years ago
disable_wp_cron.php
6 years ago
download.html
6 years ago
exclude.php
6 years ago
htaccess.html
6 years ago
lazy_load.php
6 years ago
newpost.php
6 years ago
nginx_gzip.php
6 years ago
permission_error.html
6 years ago
preload.php
6 years ago
sample_img_list.html
6 years ago
timeout.php
6 years ago
update_error.html
6 years ago
update_now.php
6 years ago
update_success.html
6 years ago
update_success.php
6 years ago
updatepost.php
6 years ago
preload.php
107 lines
| 1 | <style type="text/css"> |
| 2 | div[id^="wpfc-modal-preload"] .wiz-input-cont{ |
| 3 | margin-top: 0 !important; |
| 4 | margin-bottom: 10px !important; |
| 5 | float: left !important; |
| 6 | width: 108px !important; |
| 7 | } |
| 8 | .wiz-input-cont label{ |
| 9 | margin-right: 0 !important; |
| 10 | } |
| 11 | </style> |
| 12 | <div template-id="wpfc-modal-preload" style="display:none;top: 10.5px; left: 226px; position: absolute; padding: 6px; height: auto; width: 440px; z-index: 10001;"> |
| 13 | <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;"> |
| 14 | </div> |
| 15 | <div style="z-index: 600; border-radius: 3px;"> |
| 16 | <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;"> |
| 17 | <table width="100%" height="100%"> |
| 18 | <tbody> |
| 19 | <tr> |
| 20 | <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;"><?php _e('Preload', 'wp-fastest-cache'); ?></td> |
| 21 | <td width="20" align="center" style="vertical-align: middle;"></td> |
| 22 | <td width="20" align="center" style="vertical-align: middle; font-family: Arial,Helvetica,sans-serif; color: rgb(170, 170, 170); cursor: default;"> |
| 23 | <div title="Close Window" class="close-wiz"></div> |
| 24 | </td> |
| 25 | </tr> |
| 26 | </tbody> |
| 27 | </table> |
| 28 | </div> |
| 29 | <div class="window-content-wrapper" style="padding: 15px;"> |
| 30 | <div class="window-content" style="z-index: 1000; height: auto; position: relative; display: inline-block; width: 100%;"> |
| 31 | <div class="wiz-input-cont" style="padding-right: 8px;margin-right: 10px;"> |
| 32 | <label class="mc-input-label" style="margin-right: 5px;"><input type="checkbox" <?php echo $wpFastestCachePreload_homepage; ?> id="wpFastestCachePreload_homepage" name="wpFastestCachePreload_homepage"></label> |
| 33 | <label for="wpFastestCachePreload_homepage"><?php _e('Homepage'); ?></label> |
| 34 | </div> |
| 35 | <div class="wiz-input-cont" style="padding-right: 8px;margin-right: 10px;"> |
| 36 | <label class="mc-input-label" style="margin-right: 5px;"><input type="checkbox" <?php echo $wpFastestCachePreload_post; ?> id="wpFastestCachePreload_post" name="wpFastestCachePreload_post"></label> |
| 37 | <label for="wpFastestCachePreload_post"><?php _e('Posts'); ?></label> |
| 38 | </div> |
| 39 | <div class="wiz-input-cont"> |
| 40 | <label class="mc-input-label" style="margin-right: 5px;"><input type="checkbox" <?php echo $wpFastestCachePreload_category; ?> id="wpFastestCachePreload_category" name="wpFastestCachePreload_category"></label> |
| 41 | <label for="wpFastestCachePreload_category"><?php _e('Categories'); ?></label> |
| 42 | </div> |
| 43 | <div class="wiz-input-cont" style="padding-right: 8px;margin-right: 10px;"> |
| 44 | <label class="mc-input-label" style="margin-right: 5px;"><input type="checkbox" <?php echo $wpFastestCachePreload_page; ?> id="wpFastestCachePreload_page" name="wpFastestCachePreload_page"></label> |
| 45 | <label for="wpFastestCachePreload_page"><?php _e('Pages'); ?></label> |
| 46 | </div> |
| 47 | <div class="wiz-input-cont" style="padding-right: 8px;margin-right: 10px;"> |
| 48 | <label class="mc-input-label" style="margin-right: 5px;"><input type="checkbox" <?php echo $wpFastestCachePreload_tag; ?> id="wpFastestCachePreload_tag" name="wpFastestCachePreload_tag"></label> |
| 49 | <label for="wpFastestCachePreload_tag"><?php _e('Tags'); ?></label> |
| 50 | </div> |
| 51 | <div class="wiz-input-cont"> |
| 52 | <label class="mc-input-label" style="margin-right: 5px;"><input type="checkbox" <?php echo $wpFastestCachePreload_attachment; ?> id="wpFastestCachePreload_attachment" name="wpFastestCachePreload_attachment"></label> |
| 53 | <label for="wpFastestCachePreload_attachment"><?php _e('Attachments', 'wp-fastest-cache'); ?></label> |
| 54 | </div> |
| 55 | |
| 56 | <div class="wiz-input-cont" style="width: 175px !important; margin-right: 10px; margin-bottom: 10px !important;"> |
| 57 | <label class="mc-input-label" style="margin-right: 5px;"><input type="checkbox" <?php echo $wpFastestCachePreload_customposttypes; ?> id="wpFastestCachePreload_customposttypes" name="wpFastestCachePreload_customposttypes"></label> |
| 58 | <label for="wpFastestCachePreload_customposttypes"><?php _e('Custom Post Types', 'wp-fastest-cache'); ?></label> |
| 59 | </div> |
| 60 | |
| 61 | <div class="wiz-input-cont" style="width: 175px !important;margin-bottom: 10px !important;"> |
| 62 | <label class="mc-input-label" style="margin-right: 5px;"><input type="checkbox" <?php echo $wpFastestCachePreload_customTaxonomies; ?> id="wpFastestCachePreload_customTaxonomies" name="wpFastestCachePreload_customTaxonomies"></label> |
| 63 | <label for="wpFastestCachePreload_customposttypes"><?php _e('Custom Taxonomies', 'wp-fastest-cache'); ?></label> |
| 64 | </div> |
| 65 | |
| 66 | <div class="wiz-input-cont" style="width: 94% !important;margin-bottom: 10px !important;"> |
| 67 | <label class="mc-input-label" style="float:left;"> |
| 68 | <table id="wpfc-form-spinner-preload" class="wpfc-form-spinner" cellpadding="0" cellspacing="0" border="0" height="20" width="70" style="border: 1px solid rgb(204, 204, 204); border-collapse: collapse; background: rgb(255, 255, 255);"> |
| 69 | <tbody> |
| 70 | <tr> |
| 71 | <td class="wpfc-form-spinner-input-td" rowspan="2" style="padding-right: 2px;height: 100%;"> |
| 72 | <div class="wpfc-form-spinner-number" style="height: 100%; width: 100%; border: none; padding: 0px; font-size: 14px; text-align: center; outline: none;padding-top:7px;"><?php echo $wpFastestCachePreload_number; ?></div> |
| 73 | <input type="hidden" class="wpfc-form-spinner-input" name="wpFastestCachePreload_number" value="<?php echo $wpFastestCachePreload_number; ?>" /> |
| 74 | </td> |
| 75 | <td class="wpfc-form-spinner-up" style="height: 15px; cursor: default; text-align: center; width: 12px; font-size: 9px; padding-left: 4px; padding-right: 8px; border: 1px solid rgb(204, 204, 204); background: rgb(245, 245, 245);"> |
| 76 | <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAQAAAAjkz5TAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPfgAACDwQAAbsQAAOKFAAAxZAAAGGNUHM53AAAAVklEQVR42gTBIQqAMACG0f8YSwPvZRIMxtVlESwWk8EyUJSFIR7Eg1h1xs/3hNBp4h0sQkLJrF9kzL1FiiY8GwcTPrtC87uQ2Al01JcGWjyOhooy/wMANWktnmvt+MQAAAAASUVORK5CYII=" align="right"> |
| 77 | </td> |
| 78 | </tr> |
| 79 | <tr> |
| 80 | <td class="wpfc-form-spinner-down" style="height: 15px; cursor: default; text-align: center; width: 12px; font-size: 9px; padding-left: 4px; padding-right: 8px; border: 1px solid rgb(204, 204, 204); background: rgb(245, 245, 245);"> |
| 81 | <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAQAAAAjkz5TAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPfgAACDwQAAbsQAAOKFAAAxZAAAGGNUHM53AAAAWElEQVR42gBLALT/AMD/uv+z/6v/ov+Y/472ALf1uv+//7n/s/+c/3/PAKsYovSo/7H/mf969nEhAP8AkxiJ95T/dvZtHv8AAP8A/wB6GHHraR7/AP8AAwCoUy51Bie9nwAAAABJRU5ErkJggg==" align="right"> |
| 82 | </td> |
| 83 | </tr> |
| 84 | </tbody> |
| 85 | </table> |
| 86 | </label> |
| 87 | <label style="float:left;margin-left:8px;padding-top:4px;"><?php _e('pages per minute', 'wp-fastest-cache'); ?></label> |
| 88 | </div> |
| 89 | |
| 90 | <div class="wiz-input-cont" style="width: 94% !important;margin-bottom: 0px !important;"> |
| 91 | <label class="mc-input-label" style="margin-right: 5px;"><input type="checkbox" <?php echo $wpFastestCachePreload_restart; ?> id="wpFastestCachePreload_restart" name="wpFastestCachePreload_restart"></label> |
| 92 | <label for="wpFastestCachePreload_restart"><?php _e('Restart After Completed', 'wp-fastest-cache'); ?></label> |
| 93 | <a style="margin-left:5px;" target="_blank" href="http://www.wpfastestcache.com/features/restart-preload-after-completed/"><img src="<?php echo plugins_url("wp-fastest-cache/images/info.png"); ?>"></a> |
| 94 | </div> |
| 95 | |
| 96 | |
| 97 | </div> |
| 98 | </div> |
| 99 | <div class="window-buttons-wrapper" style="padding: 0px; display: inline-block; width: 100%; border-top: 1px solid rgb(255, 255, 255); background: none repeat scroll 0px 0px rgb(222, 222, 222); z-index: 999; position: relative; text-align: right; border-radius: 0px 0px 3px 3px;"> |
| 100 | <div style="padding: 12px; height: 23px;text-align: center;"> |
| 101 | <button class="wpfc-dialog-buttons buttons" type="button" action="close"> |
| 102 | <span><?php _e('OK', 'wp-fastest-cache'); ?></span> |
| 103 | </button> |
| 104 | </div> |
| 105 | </div> |
| 106 | </div> |
| 107 | </div> |