|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body">
|
|
|
|
|
<label>需要更新的页面</label>
|
|
|
|
|
<input type="text" class="form-control" name="cnd_url" id="cnd_url" placeholder="如:http://www.voyageschine.com/shanghai-voyage/" />
|
|
|
|
|
<input type="text" class="form-control" name="static_html_url" id="static_html_url" placeholder="如:http://www.voyageschine.com/shanghai-voyage/" />
|
|
|
|
|
<input type="hidden" name="updatecdn_byhand" id="updatecdn_byhand" value="">
|
|
|
|
|
<p class="text-danger" id="cache_refresh_modal_msg" name="cache_refresh_modal_msg"></p>
|
|
|
|
|
|
|
|
|
@ -27,7 +27,7 @@
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
|
<button class="btn" data-dismiss="modal">关闭</button>
|
|
|
|
|
<a class="btn btn-primary" href="javascript:void(0);" onclick="$('#updatecdn_byhand').val('1');
|
|
|
|
|
updateCache($('#cnd_url').val(), 'cache_refresh_modal_msg');" >更新</a>
|
|
|
|
|
updateCache($('#static_html_url').val(), 'cache_refresh_modal_msg');" >更新</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -44,7 +44,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body">
|
|
|
|
|
<label>需要更新的URL</label>
|
|
|
|
|
<input type="text" class="form-control" name="static_html_url" id="static_html_url" placeholder="如:https://data.chinarundreisen.com/min/?f=/css/tailorbox.css" />
|
|
|
|
|
<input type="text" class="form-control" name="cdn_url" id="cdn_url" placeholder="如:https://data.chinarundreisen.com/min/?f=/css/tailorbox.css" />
|
|
|
|
|
<input type="hidden" name="updatecdn_byhand" id="updatecdn_byhand" value="">
|
|
|
|
|
<p class="text-danger" id="cdncache_refresh_modal_msg" name="cdncache_refresh_modal_msg"></p>
|
|
|
|
|
|
|
|
|
@ -52,12 +52,12 @@
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
|
<button class="btn" data-dismiss="modal">关闭</button>
|
|
|
|
|
<a class="btn btn-primary" href="javascript:void(0);" onclick="$('#updatecdn_byhand').val('1');
|
|
|
|
|
updateCdnCache($('#static_html_url').val(), 'cdncache_refresh_modal_msg');" >更新</a>
|
|
|
|
|
updateCdnCache($('#cdn_url').val(), 'cdncache_refresh_modal_msg');" >更新</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- CND缓存清理窗口 -->
|
|
|
|
|
<!-- CND缓存清理窗口 -->cnd_url
|
|
|
|
|
|
|
|
|
|
<!-- 国际展异步更新窗口 -->
|
|
|
|
|
<div class="modal fade" id="icht_async_modal" tabindex="-2" role="dialog" data-backdrop="false">
|
|
|
|
|