|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
<?php // 代码各服务器已经同步 2016.06.01 ycc ?>
|
|
|
|
|
<?php // 代码各服务器已经同步 2016.06.01 ycc ?>
|
|
|
|
|
<script src="/js/ace/ace.js" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
var content_length = 0;
|
|
|
|
@ -161,7 +161,7 @@
|
|
|
|
|
url: urlReQuery,
|
|
|
|
|
data: {'is_id': is_id, 'is_parent_id': is_parent_id},
|
|
|
|
|
success: function(data, textStatus) {
|
|
|
|
|
window.location.href = "<?php echo site_url('information/edit'); ?>/"+is_id;
|
|
|
|
|
window.location.href = "<?php echo site_url('information/edit'); ?>/" + is_id;
|
|
|
|
|
return true;
|
|
|
|
|
},
|
|
|
|
|
error: function() {
|
|
|
|
@ -1163,7 +1163,12 @@
|
|
|
|
|
<label class="checkbox col-xs-24" style="font-weight: normal;margin-top:0;padding-left: 21px;">
|
|
|
|
|
<input type="checkbox" name="ignore_url_check" id="ignore_url_check" />忽略URL重复
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
|
|
<?php if ($this->config->item('site_code') == 'ah') { ?>
|
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
|
<label class="checkbox col-xs-24" style="font-weight: normal;margin-top:0;padding-left: 21px;"title="对静态文件进行极限优化,压缩HTML文件,精简CSS,延迟加载CSS,调整JS位置等">
|
|
|
|
|
<input type="checkbox" name="static_html_optimize" id="static_html_optimize" value="comeon" />HTML优化
|
|
|
|
|
</label>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
|
<?php if (is_series_site() || ($this->config->item('site_code') == 'ah')) { ?>
|
|
|
|
|
<label class="col-xs-24">本站会自动更新静态页面</label>
|
|
|
|
|