|
|
|
|
@ -3,7 +3,8 @@
|
|
|
|
|
<div class="col-xs-5"></div>
|
|
|
|
|
<div class="col-xs-17">
|
|
|
|
|
<legend></legend>
|
|
|
|
|
<p class="muted pull-right"><strong>{elapsed_time}</strong> seconds , <strong>{memory_usage}</strong> memory ,技术支持:YCC 08987705</p>
|
|
|
|
|
<p class="muted pull-right"><strong>{elapsed_time}</strong> seconds , <strong>{memory_usage}</strong> memory
|
|
|
|
|
,技术支持:YCC 08987705</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-2"></div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -12,14 +13,15 @@
|
|
|
|
|
<!-- 静态化更新窗口 -->
|
|
|
|
|
<div class="modal fade" id="cache_refresh_modal" tabindex="-1" role="dialog" data-backdrop="false">
|
|
|
|
|
<div class="modal-dialog" role="document">
|
|
|
|
|
<div class="modal-content" >
|
|
|
|
|
<div class="modal-content">
|
|
|
|
|
<div class="modal-header">
|
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
|
|
|
<h3 style="margin:0;">静态化更新</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body">
|
|
|
|
|
<label>需要更新的页面</label>
|
|
|
|
|
<input type="text" class="form-control" name="static_html_url" id="static_html_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.chinahighlights.fr/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 +29,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($('#static_html_url').val(), 'cache_refresh_modal_msg');" >更新</a>
|
|
|
|
|
updateCache($('#static_html_url').val(), 'cache_refresh_modal_msg');">更新</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -37,14 +39,15 @@
|
|
|
|
|
<!-- CDN缓存清理窗口 -->
|
|
|
|
|
<div class="modal fade" id="cdncache_refresh_modal" tabindex="-1" role="dialog" data-backdrop="false">
|
|
|
|
|
<div class="modal-dialog" role="document">
|
|
|
|
|
<div class="modal-content" >
|
|
|
|
|
<div class="modal-content">
|
|
|
|
|
<div class="modal-header">
|
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
|
|
|
<h3 style="margin:0;">CDN缓存更新</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body">
|
|
|
|
|
<label>需要更新的URL</label>
|
|
|
|
|
<input type="text" class="form-control" name="cdn_url" id="cdn_url" placeholder="如:https://data.chinahighlightstravel.de/min/?f=/css/tailorbox.css" />
|
|
|
|
|
<input type="text" class="form-control" name="cdn_url" id="cdn_url"
|
|
|
|
|
placeholder="如:https://data.chinahighlightstravel.de/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,7 +55,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');
|
|
|
|
|
updateCdnCache($('#cdn_url').val(), 'cdncache_refresh_modal_msg');" >更新</a>
|
|
|
|
|
updateCdnCache($('#cdn_url').val(), 'cdncache_refresh_modal_msg');">更新</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -62,7 +65,7 @@
|
|
|
|
|
<!-- 国际展异步更新窗口 -->
|
|
|
|
|
<div class="modal fade" id="icht_async_modal" tabindex="-2" role="dialog" data-backdrop="false">
|
|
|
|
|
<div class="modal-dialog" role="document">
|
|
|
|
|
<div class="modal-content" >
|
|
|
|
|
<div class="modal-content">
|
|
|
|
|
<div class="modal-header">
|
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
|
|
|
<h3 style="margin:0;">静态化更新</h3>
|
|
|
|
|
@ -90,4 +93,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|