preload.php
12.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<style type="text/css">
div[id^="wpfc-modal-preload"] .wiz-input-cont{
margin-top: 0 !important;
margin-bottom: 10px !important;
float: left !important;
width: 108px !important;
}
div[id^="wpfc-modal-preload"] .wiz-input-cont.ui-sortable-handle{
cursor: grab;
}
.wiz-input-cont label{
margin-right: 0 !important;
}
div[id^="wpfc-modal-preload"] .wiz-input-cont.custom-half{
width: 175px !important;
}
</style>
<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;">
<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;">
</div>
<div style="z-index: 600; border-radius: 3px;">
<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;">
<table width="100%" height="100%">
<tbody>
<tr>
<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>
<td width="20" align="center" style="vertical-align: middle;"></td>
<td width="20" align="center" style="vertical-align: middle; font-family: Arial,Helvetica,sans-serif; color: rgb(170, 170, 170); cursor: default;">
<div title="Close Window" class="close-wiz"></div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="window-content-wrapper" style="padding: 15px;">
<div class="window-content" style="z-index: 1000; height: auto; position: relative; display: inline-block; width: 100%;">
<div class="wiz-input-cont" style="padding-right: 8px;margin-right: 10px;" data-type="homepage">
<label class="mc-input-label" style="margin-right: 5px;"><input type="checkbox" <?php echo $wpFastestCachePreload_homepage; ?> id="wpFastestCachePreload_homepage" name="wpFastestCachePreload_homepage"></label>
<label for="wpFastestCachePreload_homepage"><?php _e('Homepage'); ?></label>
</div>
<div class="wiz-input-cont" style="padding-right: 8px;margin-right: 10px;" data-type="post">
<label class="mc-input-label" style="margin-right: 5px;"><input type="checkbox" <?php echo $wpFastestCachePreload_post; ?> id="wpFastestCachePreload_post" name="wpFastestCachePreload_post"></label>
<label for="wpFastestCachePreload_post"><?php _e('Posts'); ?></label>
</div>
<div class="wiz-input-cont" data-type="category">
<label class="mc-input-label" style="margin-right: 5px;"><input type="checkbox" <?php echo $wpFastestCachePreload_category; ?> id="wpFastestCachePreload_category" name="wpFastestCachePreload_category"></label>
<label for="wpFastestCachePreload_category"><?php _e('Categories'); ?></label>
</div>
<div class="wiz-input-cont" style="padding-right: 8px;margin-right: 10px;" data-type="page">
<label class="mc-input-label" style="margin-right: 5px;"><input type="checkbox" <?php echo $wpFastestCachePreload_page; ?> id="wpFastestCachePreload_page" name="wpFastestCachePreload_page"></label>
<label for="wpFastestCachePreload_page"><?php _e('Pages'); ?></label>
</div>
<div class="wiz-input-cont" style="padding-right: 8px;margin-right: 10px;" data-type="tag">
<label class="mc-input-label" style="margin-right: 5px;"><input type="checkbox" <?php echo $wpFastestCachePreload_tag; ?> id="wpFastestCachePreload_tag" name="wpFastestCachePreload_tag"></label>
<label for="wpFastestCachePreload_tag"><?php _e('Tags'); ?></label>
</div>
<div class="wiz-input-cont" data-type="attachment">
<label class="mc-input-label" style="margin-right: 5px;"><input type="checkbox" <?php echo $wpFastestCachePreload_attachment; ?> id="wpFastestCachePreload_attachment" name="wpFastestCachePreload_attachment"></label>
<label for="wpFastestCachePreload_attachment"><?php _e('Attachments', 'wp-fastest-cache'); ?></label>
</div>
<div class="wiz-input-cont custom-half" style="margin-right: 10px;" data-type="customposttypes">
<label class="mc-input-label" style="margin-right: 5px;"><input type="checkbox" <?php echo $wpFastestCachePreload_customposttypes; ?> id="wpFastestCachePreload_customposttypes" name="wpFastestCachePreload_customposttypes"></label>
<label for="wpFastestCachePreload_customposttypes"><?php _e('Custom Post Types', 'wp-fastest-cache'); ?></label>
</div>
<div class="wiz-input-cont custom-half" data-type="customTaxonomies">
<label class="mc-input-label" style="margin-right: 5px;"><input type="checkbox" <?php echo $wpFastestCachePreload_customTaxonomies; ?> id="wpFastestCachePreload_customTaxonomies" name="wpFastestCachePreload_customTaxonomies"></label>
<label for="wpFastestCachePreload_customposttypes"><?php _e('Custom Taxonomies', 'wp-fastest-cache'); ?></label>
</div>
</div>
<div class="window-content" style="z-index: 1000; height: auto; position: relative; display: inline-block; width: 100%;">
<div class="wiz-input-cont" style="width: 94% !important;margin-bottom: 10px !important;">
<label class="mc-input-label" style="float:left;">
<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);">
<tbody>
<tr>
<td class="wpfc-form-spinner-input-td" rowspan="2" style="padding-right: 2px;height: 100%;">
<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>
<input type="hidden" class="wpfc-form-spinner-input" name="wpFastestCachePreload_number" value="<?php echo $wpFastestCachePreload_number; ?>" />
</td>
<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);">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAQAAAAjkz5TAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPfgAACDwQAAbsQAAOKFAAAxZAAAGGNUHM53AAAAVklEQVR42gTBIQqAMACG0f8YSwPvZRIMxtVlESwWk8EyUJSFIR7Eg1h1xs/3hNBp4h0sQkLJrF9kzL1FiiY8GwcTPrtC87uQ2Al01JcGWjyOhooy/wMANWktnmvt+MQAAAAASUVORK5CYII=" align="right">
</td>
</tr>
<tr>
<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);">
<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">
</td>
</tr>
</tbody>
</table>
</label>
<label style="float:left;margin-left:8px;padding-top:4px;"><?php _e('pages per minute', 'wp-fastest-cache'); ?></label>
</div>
<div class="wiz-input-cont" style="width: 94% !important;margin-bottom: 0px !important;">
<label class="mc-input-label" style="margin-right: 5px;"><input type="checkbox" <?php echo $wpFastestCachePreload_restart; ?> id="wpFastestCachePreload_restart" name="wpFastestCachePreload_restart"></label>
<label for="wpFastestCachePreload_restart"><?php _e('Restart After Completed', 'wp-fastest-cache'); ?></label>
<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>
</div>
<input type="hidden" value="<?php echo $wpFastestCachePreload_order; ?>" id="wpFastestCachePreload_order" name="wpFastestCachePreload_order">
</div>
</div>
<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;">
<div style="padding: 12px; height: 23px;text-align: center;">
<button class="wpfc-dialog-buttons buttons" type="button" action="close">
<span><?php _e('OK', 'wp-fastest-cache'); ?></span>
</button>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var WPFC_SPINNER = {
id: false,
number: false,
init: function(id, number){
this.id = id;
//this.number = number;
this.set_number();
this.click_event();
},
set_number: function(){
this.number = jQuery("#" + this.id + " input.wpfc-form-spinner-input").val();
this.number = parseInt(this.number);
},
click_event: function(){
var id = this.id;
var number = this.number;
jQuery("#" + this.id + " .wpfc-form-spinner-up, #" + this.id + " .wpfc-form-spinner-down").click(function(e){
if(jQuery(this).attr('class').match(/up$/)){
number = number + 2;
}else if(jQuery(this).attr('class').match(/down$/)){
number = number - 2;
}
number = number < 2 ? 2 : number;
number = number > 12 ? 12 : number;
jQuery("#" + id + " .wpfc-form-spinner-number").text(number);
jQuery("#" + id + " input.wpfc-form-spinner-input").val(number);
});
}
};
</script>
<script type="text/javascript">
jQuery("#wpFastestCachePreload").click(function(){
if(jQuery(this).is(':checked')){
if(jQuery("div[id^='wpfc-modal-preload-']").length === 0){
Wpfc_New_Dialog.dialog("wpfc-modal-preload", {close: function(){
var order_arr = [];
Wpfc_New_Dialog.clone.find("div.window-content input").each(function(){
if(jQuery(this).is(':checked')){
jQuery("div.tab1 div[template-id='wpfc-modal-preload'] div.window-content input[name='" + jQuery(this).attr("name") + "']").attr("checked", true);
}else{
jQuery("div.tab1 div[template-id='wpfc-modal-preload'] div.window-content input[name='" + jQuery(this).attr("name") + "']").attr("checked", false);
}
order_arr.push(jQuery(this).attr("name").replace(/wpFastestCachePreload_/, ""));
});
jQuery("div.tab1 div[template-id='wpfc-modal-preload'] div.window-content input[name='wpFastestCachePreload_order']").val(order_arr.join(","));
Wpfc_New_Dialog.clone.remove();
}});
var update_style = function(){
var top = 0
var item_number = 1;
jQuery("div[id^='wpfc-modal-preload-'] div.window-content").first().find("div").each(function(i, div){
jQuery(div).removeAttr("style");
top = (i === 0) ? jQuery(div).offset().top : top;
if(top == jQuery(div).offset().top){
if(item_number == 1 || item_number == 2){
jQuery(div).css({"padding-right": "8px", "margin-right" : "10px"});
}
}else{
top = jQuery(div).offset().top;
jQuery(div).css({"padding-right": "8px", "margin-right" : "10px"});
item_number = 1;
}
item_number++;
});
};
var sort = function(){
var order_string = jQuery("#wpFastestCachePreload_order").val();
var order_arr = [];
var clone_div;
if(order_string.length > 0){
order_arr = order_string.split(",");
jQuery.each(order_arr, function(i, value){
jQuery("div[id^='wpfc-modal-preload-'] div.window-content").first().find("div").each(function(i, div){
if(jQuery(div).attr("data-type") == value){
clone_div = jQuery(div).clone();
div.remove();
jQuery("div[id^='wpfc-modal-preload-'] div.window-content").first().append(clone_div);
}
});
});
}
update_style();
};
sort();
Wpfc_New_Dialog.show_button("close");
WPFC_SPINNER.init("wpfc-form-spinner-preload", 6);
jQuery("div[id^='wpfc-modal-preload-'] div.window-content").first().sortable({
out: function(event,ui){
update_style();
},
change: function(event, ui) {
jQuery('.ui-sortable-placeholder').css({
visibility: 'visible',
background: 'lightYellow'
});
}
});
}
}
});
</script>