You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<div class="container-fluid footer">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<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>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-2"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- 静态化更新窗口 -->
|
|
|
|
|
<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-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="hidden" name="updatecdn_byhand" id="updatecdn_byhand" value="">
|
|
|
|
|
<p class="text-danger" id="cache_refresh_modal_msg" name="cache_refresh_modal_msg"></p>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<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>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 静态化更新窗口 -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|