|
|
|
@ -452,7 +452,7 @@
|
|
|
|
|
//fileManagerJson:'/js/kcfinder/browse.php',
|
|
|
|
|
//allowFileManager:true,
|
|
|
|
|
afterCreate: function() {
|
|
|
|
|
editor.readonly(<?php echo(get_meta($information->ic_id, 'AMP_BODY_PC_STATUS') === 'yes' ? 'true' : 'false'); ?>);
|
|
|
|
|
editor.readonly(<?php echo (get_meta($information->ic_id, 'AMP_BODY_PC_STATUS') === 'yes' ? 'true' : 'false'); ?>);
|
|
|
|
|
},
|
|
|
|
|
filterMode: false,
|
|
|
|
|
allowImageUpload: false,
|
|
|
|
@ -532,14 +532,14 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-17 text-right">
|
|
|
|
|
<?php
|
|
|
|
|
$amp_user = $this->session->userdata('session_admin');
|
|
|
|
|
$show_photo_meta = get_meta($information->ic_id, 'meta_use_list_picture');
|
|
|
|
|
$amp_photo = '';
|
|
|
|
|
if ($information->ic_photo && $show_photo_meta !== 'no') {
|
|
|
|
|
$amp_user = $this->session->userdata('session_admin');
|
|
|
|
|
$show_photo_meta = get_meta($information->ic_id, 'meta_use_list_picture');
|
|
|
|
|
$amp_photo = '';
|
|
|
|
|
if ($information->ic_photo && $show_photo_meta !== 'no') {
|
|
|
|
|
$amp_photo = $this->config->item('site_image_url') . $information->ic_photo;
|
|
|
|
|
}
|
|
|
|
|
$amp_build_url = "/amp_app/?icid=" . $information->ic_id . "&is_path=" . $information->is_path . "&usr=" . urlencode($amp_user['OPI_Name']) . "&url=" . urlencode($information->ic_url) . "&photo=" . urlencode($amp_photo) . "&site=" . urlencode($this->config->item('site_url')) . "&imgurl=" . urlencode($this->config->item('site_image_url'));
|
|
|
|
|
?>
|
|
|
|
|
}
|
|
|
|
|
$amp_build_url = "/amp_app/?icid=" . $information->ic_id . "&is_path=" . $information->is_path . "&usr=" . urlencode($amp_user['OPI_Name']) . "&url=" . urlencode($information->ic_url) . "&photo=" . urlencode($amp_photo) . "&site=" . urlencode($this->config->item('site_url')) . "&imgurl=" . urlencode($this->config->item('site_image_url'));
|
|
|
|
|
?>
|
|
|
|
|
<?php if (is_series_site()) {
|
|
|
|
|
if (get_meta($information->ic_id, 'AMP_BODY_PC_STATUS') == 'yes') {
|
|
|
|
|
$PcAmpChecked = 'checked';
|
|
|
|
@ -549,11 +549,11 @@
|
|
|
|
|
?>
|
|
|
|
|
<style type="text/css">#PcAmp{color:#069;cursor: pointer;}#PcAmp input{position: relative;top: 2px;}</style>
|
|
|
|
|
<label id="PcAmp">
|
|
|
|
|
<input type="checkbox" <?php echo($PcAmpChecked); ?>>
|
|
|
|
|
<input type="checkbox" <?php echo ($PcAmpChecked); ?>>
|
|
|
|
|
PC端页面也使用构建工具发布
|
|
|
|
|
</label> |
|
|
|
|
|
<label title="AMP页面编辑">
|
|
|
|
|
<a href="<?php echo($amp_build_url); ?>" target="_blank"> HTML构建工具 </a>
|
|
|
|
|
<a href="<?php echo ($amp_build_url); ?>" target="_blank"> HTML构建工具 </a>
|
|
|
|
|
</label> |
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
$('#PcAmp input').on('change', function(){
|
|
|
|
@ -568,23 +568,23 @@
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php if ($information->amp_status === '1') { ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
<?php if ($information->amp_status === '1') {?>
|
|
|
|
|
<label title="AMP页面编辑"><a href="<?php echo site_url('amp/edit/' . $information->ic_id); ?>" target="_blank"><i class="glyphicon glyphicon-flash"></i></a></label>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php if ($information->amp_status === '2') { ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
<?php if ($information->amp_status === '2') {?>
|
|
|
|
|
<label title="AMP页面编辑"><a href="<?php echo site_url('amp/edit/' . $information->ic_id); ?>" target="_blank"><i class="glyphicon glyphicon-hand-up"></i></a></label>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php if ($information->amp_status === '0') { ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
<?php if ($information->amp_status === '0') {?>
|
|
|
|
|
<label title="创建AMP页面"><a href="<?php echo site_url('amp/edit/' . $information->ic_id); ?>" target="_blank"><i class="glyphicon glyphicon-plus"></i></a></label>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-24">
|
|
|
|
|
<input class="form-control" type="text" id="ic_title" style="<?php
|
|
|
|
|
if ($embody == 1) {
|
|
|
|
|
if ($embody == 1) {
|
|
|
|
|
echo 'border-color:green;';
|
|
|
|
|
}
|
|
|
|
|
?>" name="ic_title" value="<?php echo $information->ic_title; ?>" >
|
|
|
|
|
}
|
|
|
|
|
?>" name="ic_title" value="<?php echo $information->ic_title; ?>" >
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-24 btn-sm"></div>
|
|
|
|
|
</div>
|
|
|
|
@ -598,12 +598,12 @@
|
|
|
|
|
<div class="col-xs-24 nopadding">链接地址
|
|
|
|
|
<a href="javascript:void(0);" onclick="format_url()" title="格式化URL"><i class="glyphicon glyphtext-muted glyphicon glyphicon-flag text-muted"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" onclick="goto_page();" id="goto_page_button" name="goto_page_button" target="_blank" title="查看" ><i class="glyphicon glyphtext-muted glyphicon glyphicon-eye-open text-muted"></i></a>
|
|
|
|
|
<?php if ($information->ic_sitecode == 'cht') { ?>
|
|
|
|
|
<?php if ($information->ic_sitecode == 'cht') {?>
|
|
|
|
|
<a href="javascript:void(0);" onclick="goto_test_page();" id="goto_test_page_button" name="goto_test_page_button" target="_blank" title="查看测试页面" ><i class="glyphicon glyphtext-muted glyphicon glyphicon-random text-muted"></i></a>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php if ($information->ic_sitecode == 'gm') { ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
<?php if ($information->ic_sitecode == 'gm') {?>
|
|
|
|
|
<a href="javascript:void(0);" onclick="goto_gmtest_page();" id="goto_test_page_button" name="goto_test_page_button" target="_blank" title="查看测试页面" ><i class="glyphicon glyphtext-muted glyphicon glyphicon-random text-muted"></i></a>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
</div>
|
|
|
|
|
<input class="form-control col-xs-24" type="text" id="ic_url" name="ic_url" value="<?php echo $information->ic_url; ?>" >
|
|
|
|
|
</div>
|
|
|
|
@ -643,16 +643,16 @@
|
|
|
|
|
<select name="meta_website_nav" id="meta_website_nav" class="form-control" >
|
|
|
|
|
<option value="" >不选择</option>
|
|
|
|
|
<?php
|
|
|
|
|
if (!empty($setting_website_nav)) {
|
|
|
|
|
if (!empty($setting_website_nav)) {
|
|
|
|
|
$setting_website_nav_active = trim(get_meta($information->ic_id, 'meta_website_nav'));
|
|
|
|
|
foreach ($setting_website_nav as $item) {
|
|
|
|
|
$strcasecmp_nav = strcasecmp($setting_website_nav_active, $item->im_value);
|
|
|
|
|
?>
|
|
|
|
|
<option <?php echo $strcasecmp_nav == 0 ? 'selected' : FALSE; ?> value="<?php echo $item->im_value ?>" ><?php echo $item->im_value ?></option>
|
|
|
|
|
<option <?php echo $strcasecmp_nav == 0 ? 'selected' : false; ?> value="<?php echo $item->im_value ?>" ><?php echo $item->im_value ?></option>
|
|
|
|
|
<?php
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
@ -721,7 +721,7 @@
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_use_list_picture" id="meta_use_list_picture" class="form-control" >
|
|
|
|
|
<option value="yes" >展示</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_use_list_picture') === 'no' ? 'selected' : FALSE; ?> value="no" >不展示</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_use_list_picture') === 'no' ? 'selected' : false; ?> value="no" >不展示</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -776,12 +776,12 @@
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_no_qa" id="meta_no_qa" class="form-control" >
|
|
|
|
|
<option value="yes" >展示</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_no_qa') === 'no' ? 'selected' : FALSE; ?> value="no" >不展示</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_no_qa') === 'no' ? 'selected' : false; ?> value="no" >不展示</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="col-sm-5 <?php
|
|
|
|
|
if ($information->ic_ht_area_type != 'c') {
|
|
|
|
|
if ($information->ic_ht_area_type != 'c') {
|
|
|
|
|
echo 'hidden';
|
|
|
|
|
}
|
|
|
|
|
?>">
|
|
|
|
@ -801,7 +801,7 @@
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_popular" id="meta_popular" class="form-control" >
|
|
|
|
|
<option value="no" >不推荐</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_popular') === 'yes' ? 'selected' : FALSE; ?> value="yes" >推荐热门文章</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_popular') === 'yes' ? 'selected' : false; ?> value="yes" >推荐热门文章</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -813,12 +813,12 @@
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_show_in_leftmenu" id="meta_show_in_leftmenu" class="form-control" >
|
|
|
|
|
<option value="yes" >显示</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_show_in_leftmenu') === 'no' ? 'selected' : FALSE; ?> value="no" >不显示</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_show_in_leftmenu') === 'no' ? 'selected' : false; ?> value="no" >不显示</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="<?php
|
|
|
|
|
if ($information->ic_ht_area_type == 'c') {
|
|
|
|
|
if ($information->ic_ht_area_type == 'c') {
|
|
|
|
|
echo 'col-sm-4';
|
|
|
|
|
} else {
|
|
|
|
|
echo 'col-sm-9';
|
|
|
|
@ -831,19 +831,19 @@
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_show_author" id="meta_show_author" class="form-control" >
|
|
|
|
|
<option value="yes" >展示</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_show_author') === 'no' ? 'selected' : FALSE; ?> value="no" >不展示</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_show_author') === 'no' ? 'selected' : false; ?> value="no" >不展示</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<?php
|
|
|
|
|
// 有子节点时
|
|
|
|
|
// 有子节点时
|
|
|
|
|
$children_cnt = 0;
|
|
|
|
|
foreach ($informationList as $kin => $vin) {
|
|
|
|
|
if (in_array($information->is_id, explode(",", $vin->is_path)) && $vin->status == 1 && $vin->id != $information->is_id
|
|
|
|
|
) {
|
|
|
|
|
$children_cnt ++;
|
|
|
|
|
$children_cnt++;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
echo "<!-- children_cnt $children_cnt -->";
|
|
|
|
@ -858,13 +858,13 @@
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_pre_next_nav" id="meta_pre_next_nav" class="form-control" >
|
|
|
|
|
<option value="no" >禁用</option>
|
|
|
|
|
<option value="yes" <?php echo get_meta($information->ic_id, 'meta_pre_next_nav') === 'yes' ? 'selected' : FALSE; ?>>启用</option>
|
|
|
|
|
<option value="yes" <?php echo get_meta($information->ic_id, 'meta_pre_next_nav') === 'yes' ? 'selected' : false; ?>>启用</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-19">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-xs-24">
|
|
|
|
|
<label>自定义导航
|
|
|
|
@ -879,7 +879,7 @@
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<label>og:title
|
|
|
|
@ -928,7 +928,7 @@
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_festival_only_month" id="meta_festival_only_month" class="form-control" >
|
|
|
|
|
<option value="no" >否</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_festival_only_month') === 'yes' ? 'selected' : FALSE; ?> value="yes" >是</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_festival_only_month') === 'yes' ? 'selected' : false; ?> value="yes" >是</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -974,9 +974,9 @@
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_index_set" id="meta_index_set" class="form-control" >
|
|
|
|
|
<option value="" >index,follow</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_index_set') === 'index,nofollow' ? 'selected' : FALSE; ?> value="index,nofollow" >index,nofollow</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_index_set') === 'noindex,follow' ? 'selected' : FALSE; ?> value="noindex,follow" >noindex,follow</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_index_set') === 'noindex,nofollow' ? 'selected' : FALSE; ?> value="noindex,nofollow" >noindex,nofollow</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_index_set') === 'index,nofollow' ? 'selected' : false; ?> value="index,nofollow" >index,nofollow</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_index_set') === 'noindex,follow' ? 'selected' : false; ?> value="noindex,follow" >noindex,follow</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_index_set') === 'noindex,nofollow' ? 'selected' : false; ?> value="noindex,nofollow" >noindex,nofollow</option>
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
@ -984,7 +984,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php if (is_series_site()) { ?>
|
|
|
|
|
<?php if (is_series_site()) {?>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<label>机票目的地
|
|
|
|
@ -996,7 +996,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<?php
|
|
|
|
|
$meta_subnavi_arr = array(
|
|
|
|
|
$meta_subnavi_arr = array(
|
|
|
|
|
'index' => '首页',
|
|
|
|
|
'tour' => '线路',
|
|
|
|
|
'dest' => '目的地',
|
|
|
|
@ -1013,7 +1013,7 @@
|
|
|
|
|
'best' => '实用信息',
|
|
|
|
|
'culture' => '文化',
|
|
|
|
|
'top10' => 'TOP10',
|
|
|
|
|
);
|
|
|
|
|
);
|
|
|
|
|
?>
|
|
|
|
|
<label>匹配到一级导航
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_subnavi', $('#meta_subnavi').val())"><i class="text-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
@ -1021,11 +1021,11 @@
|
|
|
|
|
<a href="javascript:void(0);" title="用于配置此信息对应的一级导航"><i class="text-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_subnavi" id="meta_subnavi" class="form-control" >
|
|
|
|
|
<?php if ($meta_subnavi = get_meta($information->ic_id, 'meta_subnavi')) { ?>
|
|
|
|
|
<?php if ($meta_subnavi = get_meta($information->ic_id, 'meta_subnavi')) {?>
|
|
|
|
|
<option selected="selected" value="<?php echo $meta_subnavi; ?>"><?php echo $meta_subnavi_arr[$meta_subnavi]; ?></option>
|
|
|
|
|
<?php } else { ?>
|
|
|
|
|
<?php } else {?>
|
|
|
|
|
<option selected="selected" value="info"><?php echo $meta_subnavi_arr['info']; ?></option>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
<option value="index"><?php echo ($meta_subnavi_arr['index']); ?></option>
|
|
|
|
|
<option value="tour"><?php echo ($meta_subnavi_arr['tour']); ?></option>
|
|
|
|
|
<option value="dest"><?php echo ($meta_subnavi_arr['dest']); ?></option>
|
|
|
|
@ -1051,13 +1051,13 @@
|
|
|
|
|
<a href="javascript:void(0);" title="用于配置是否在面包屑中显示Guide首页."><i class="text-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_bread_showinfo" id="meta_bread_showinfo" class="form-control" >
|
|
|
|
|
<?php if (get_meta($information->ic_id, 'meta_bread_showinfo') == 'noshow') { ?>
|
|
|
|
|
<?php if (get_meta($information->ic_id, 'meta_bread_showinfo') == 'noshow') {?>
|
|
|
|
|
<option selected="selected" value="noshow">不显示</option>
|
|
|
|
|
<option value="show">显示</option>
|
|
|
|
|
<?php } else { ?>
|
|
|
|
|
<?php } else {?>
|
|
|
|
|
<option value="noshow">不显示</option>
|
|
|
|
|
<option selected="selected" value="show">显示</option>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
@ -1068,7 +1068,7 @@
|
|
|
|
|
</label>
|
|
|
|
|
<input name="meta_top_img" id="meta_top_img" type="text" class="form-control" value="<?php echo get_meta($information->ic_id, 'meta_top_img'); ?>" />
|
|
|
|
|
</div>
|
|
|
|
|
<?php if ($information->ic_ht_area_type == 'err') { ?>
|
|
|
|
|
<?php if ($information->ic_ht_area_type == 'err') {?>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<label>自定义样式
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_my_class', $('#meta_my_class').val())"><i class="text-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
@ -1077,8 +1077,8 @@
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_my_class" id="meta_my_class" class="form-control" >
|
|
|
|
|
<option value="" >默认</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_my_class') === 'newyear' ? 'selected' : FALSE; ?> value="newyear" >新年</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_my_class') === 'christmas' ? 'selected' : FALSE; ?> value="christmas" >圣诞</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_my_class') === 'newyear' ? 'selected' : false; ?> value="newyear" >新年</option>
|
|
|
|
|
<option <?php echo get_meta($information->ic_id, 'meta_my_class') === 'christmas' ? 'selected' : false; ?> value="christmas" >圣诞</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -1090,11 +1090,11 @@
|
|
|
|
|
</label>
|
|
|
|
|
<input class="form-control" type="text" name="meta_z_res" value="<?php echo get_meta($information->ic_id, 'meta_z_res'); ?>" id="meta_z_res"/>
|
|
|
|
|
</div>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
</div>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
|
|
|
|
|
<?php if ($information->ic_ht_area_type == 'g') { ?>
|
|
|
|
|
<?php if ($information->ic_ht_area_type == 'g') {?>
|
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1135,7 +1135,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-sm-5">
|
|
|
|
|
<label>展示打赏功能
|
|
|
|
@ -1145,7 +1145,7 @@
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_use_like_author" id="meta_use_like_author" class="form-control" >
|
|
|
|
|
<option value="no">不展示</option>
|
|
|
|
|
<option value="yes" <?php echo get_meta($information->ic_id, 'meta_use_like_author') === 'yes' ? 'selected' : FALSE; ?>>展示</option>
|
|
|
|
|
<option value="yes" <?php echo get_meta($information->ic_id, 'meta_use_like_author') === 'yes' ? 'selected' : false; ?>>展示</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -1176,11 +1176,104 @@
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_media_button" id="meta_media_button" class="form-control" >
|
|
|
|
|
<option value="no">不隐藏</option>
|
|
|
|
|
<option value="yes" <?php echo get_meta($information->ic_id, 'meta_media_button') === 'yes' ? 'selected' : FALSE; ?>>隐藏</option>
|
|
|
|
|
<option value="yes" <?php echo get_meta($information->ic_id, 'meta_media_button') === 'yes' ? 'selected' : false; ?>>隐藏</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<?php if ($information->ic_sitecode == "ct" && $information->SRMS_SIC_Code == "Attraction") {?>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<label>景点类别
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_attraction_type', $('#meta_attraction_type').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_attraction_type', $('#meta_attraction_type').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" title="景点类别."><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_attraction_type" id="meta_attraction_type" class="form-control" >
|
|
|
|
|
<option value="">选择类别</option>
|
|
|
|
|
<option value="Parks" <?php echo get_meta($information->ic_id, 'meta_attraction_type') === 'Parks' ? 'selected' : false; ?>>Parks</option>
|
|
|
|
|
<option value="Museums" <?php echo get_meta($information->ic_id, 'meta_attraction_type') === 'Museums' ? 'selected' : false; ?>>Museums</option>
|
|
|
|
|
<option value="Sights & Landmarks" <?php echo get_meta($information->ic_id, 'meta_attraction_type') === 'Sights & Landmarks' ? 'selected' : false; ?>>Sights & Landmarks</option>
|
|
|
|
|
<option value="Events" <?php echo get_meta($information->ic_id, 'meta_attraction_type') === 'Events' ? 'selected' : false; ?>>Events</option>
|
|
|
|
|
<option value="Religion Sites" <?php echo get_meta($information->ic_id, 'meta_attraction_type') === 'Religion Sites' ? 'selected' : false; ?>>Religion Sites</option>
|
|
|
|
|
<option value="Bridges" <?php echo get_meta($information->ic_id, 'meta_attraction_type') === 'Bridges' ? 'selected' : false; ?>>Bridges</option>
|
|
|
|
|
<option value="Nightlife" <?php echo get_meta($information->ic_id, 'meta_attraction_type') === 'Nightlife' ? 'selected' : false; ?>>Nightlife</option>
|
|
|
|
|
<option value="Zoos & Aquariums" <?php echo get_meta($information->ic_id, 'meta_attraction_type') === 'Zoos & Aquariums' ? 'selected' : false; ?>>Zoos & Aquariums</option>
|
|
|
|
|
<option value="Water & Amusement Parks" <?php echo get_meta($information->ic_id, 'meta_attraction_type') === 'Water & Amusement Parks' ? 'selected' : false; ?>>Water & Amusement Parks</option>
|
|
|
|
|
<option value="Shows" <?php echo get_meta($information->ic_id, 'meta_attraction_type') === 'Shows' ? 'selected' : false; ?>>Shows</option>
|
|
|
|
|
<option value="Food & Drinks" <?php echo get_meta($information->ic_id, 'meta_attraction_type') === 'Food & Drinks' ? 'selected' : false; ?>>Food & Drinks</option>
|
|
|
|
|
<option value="Shopping & Street" <?php echo get_meta($information->ic_id, 'meta_attraction_type') === 'Shopping & Street' ? 'selected' : false; ?>>Shopping & Street</option>
|
|
|
|
|
<option value="Wharf" <?php echo get_meta($information->ic_id, 'meta_attraction_type') === 'Wharf' ? 'selected' : false; ?>>Wharf</option>
|
|
|
|
|
<option value="Transports" <?php echo get_meta($information->ic_id, 'meta_attraction_type') === 'Transports' ? 'selected' : false; ?>>Transports</option>
|
|
|
|
|
<option value="Activities" <?php echo get_meta($information->ic_id, 'meta_attraction_type') === 'Activities' ? 'selected' : false; ?>>Activities</option>
|
|
|
|
|
<option value="Arts & Workshops" <?php echo get_meta($information->ic_id, 'meta_attraction_type') === 'Arts & Workshops' ? 'selected' : false; ?>>Arts & Workshops</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<label>景点星级
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_attraction_Star', $('#meta_attraction_Star').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_attraction_Star', $('#meta_attraction_Star').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" title="景点星级."><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_attraction_Star" id="meta_attraction_Star" class="form-control" >
|
|
|
|
|
<option value="">选择星级</option>
|
|
|
|
|
<option value="1" <?php echo get_meta($information->ic_id, 'meta_attraction_Star') === '1' ? 'selected' : false; ?>>1</option>
|
|
|
|
|
<option value="2" <?php echo get_meta($information->ic_id, 'meta_attraction_Star') === '2' ? 'selected' : false; ?>>2</option>
|
|
|
|
|
<option value="3" <?php echo get_meta($information->ic_id, 'meta_attraction_Star') === '3' ? 'selected' : false; ?>>3</option>
|
|
|
|
|
<option value="4" <?php echo get_meta($information->ic_id, 'meta_attraction_Star') === '4' ? 'selected' : false; ?>>4</option>
|
|
|
|
|
<option value="5" <?php echo get_meta($information->ic_id, 'meta_attraction_Star') === '5' ? 'selected' : false; ?>>5</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<label>景点游览时间
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_attraction_Hours', $('#meta_attraction_Hours').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_attraction_Hours', $('#meta_attraction_Hours').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" title="景点游览时间"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_attraction_Hours" id="meta_attraction_Hours" class="form-control" >
|
|
|
|
|
<option value="">选择游览时间</option>
|
|
|
|
|
<option value="1" <?php echo get_meta($information->ic_id, 'meta_attraction_Hours') === '1' ? 'selected' : false; ?>>1</option>
|
|
|
|
|
<option value="2" <?php echo get_meta($information->ic_id, 'meta_attraction_Hours') === '2' ? 'selected' : false; ?>>2</option>
|
|
|
|
|
<option value="3" <?php echo get_meta($information->ic_id, 'meta_attraction_Hours') === '3' ? 'selected' : false; ?>>3</option>
|
|
|
|
|
<option value="4" <?php echo get_meta($information->ic_id, 'meta_attraction_Hours') === '4' ? 'selected' : false; ?>>4</option>
|
|
|
|
|
<option value="5" <?php echo get_meta($information->ic_id, 'meta_attraction_Hours') === '5' ? 'selected' : false; ?>>5</option>
|
|
|
|
|
<option value="6" <?php echo get_meta($information->ic_id, 'meta_attraction_Hours') === '6' ? 'selected' : false; ?>>6</option>
|
|
|
|
|
<option value="7" <?php echo get_meta($information->ic_id, 'meta_attraction_Hours') === '7' ? 'selected' : false; ?>>7</option>
|
|
|
|
|
<option value="8" <?php echo get_meta($information->ic_id, 'meta_attraction_Hours') === '8' ? 'selected' : false; ?>>8</option>
|
|
|
|
|
<option value="9" <?php echo get_meta($information->ic_id, 'meta_attraction_Hours') === '9' ? 'selected' : false; ?>>9</option>
|
|
|
|
|
<option value="10" <?php echo get_meta($information->ic_id, 'meta_attraction_Hours') === '10' ? 'selected' : false; ?>>10</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<?php } else if ($information->ic_sitecode == "ct") { ?>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<label>排序
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_attraction_Order', $('#meta_attraction_Order').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_attraction_Order', $('#meta_attraction_Order').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" title="景点排序"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_attraction_Order" id="meta_attraction_Order" class="form-control" >
|
|
|
|
|
<option value="">选择排序</option>
|
|
|
|
|
<option value="1" <?php echo get_meta($information->ic_id, 'meta_attraction_Order') === '1' ? 'selected' : false; ?>>1</option>
|
|
|
|
|
<option value="2" <?php echo get_meta($information->ic_id, 'meta_attraction_Order') === '2' ? 'selected' : false; ?>>2</option>
|
|
|
|
|
<option value="3" <?php echo get_meta($information->ic_id, 'meta_attraction_Order') === '3' ? 'selected' : false; ?>>3</option>
|
|
|
|
|
<option value="4" <?php echo get_meta($information->ic_id, 'meta_attraction_Order') === '4' ? 'selected' : false; ?>>4</option>
|
|
|
|
|
<option value="5" <?php echo get_meta($information->ic_id, 'meta_attraction_Order') === '5' ? 'selected' : false; ?>>5</option>
|
|
|
|
|
<option value="6" <?php echo get_meta($information->ic_id, 'meta_attraction_Order') === '6' ? 'selected' : false; ?>>6</option>
|
|
|
|
|
<option value="7" <?php echo get_meta($information->ic_id, 'meta_attraction_Order') === '7' ? 'selected' : false; ?>>7</option>
|
|
|
|
|
<option value="8" <?php echo get_meta($information->ic_id, 'meta_attraction_Order') === '8' ? 'selected' : false; ?>>8</option>
|
|
|
|
|
<option value="9" <?php echo get_meta($information->ic_id, 'meta_attraction_Order') === '9' ? 'selected' : false; ?>>9</option>
|
|
|
|
|
<option value="10" <?php echo get_meta($information->ic_id, 'meta_attraction_Order') === '10' ? 'selected' : false; ?>>10</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<?php }?>
|
|
|
|
|
<!-- 自定义选项 -->
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -1205,13 +1298,13 @@
|
|
|
|
|
<label>信息类型</label>
|
|
|
|
|
<select name="ic_type" id="ic_type" class="form-control" onselect="" >
|
|
|
|
|
<?php
|
|
|
|
|
foreach ($infoTypeList as $key => $value) {
|
|
|
|
|
foreach ($infoTypeList as $key => $value) {
|
|
|
|
|
$value == $information->ic_type ? $select_str = 'selected' : $select_str = '';
|
|
|
|
|
?>
|
|
|
|
|
<option <?php echo $select_str; ?> value="<?php echo $value; ?>" ><?php echo $key; ?></option>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
</select>
|
|
|
|
|
<?php if ($rootInformation->ic_ht_area_type == 'pd') { ?>
|
|
|
|
|
<?php if ($rootInformation->ic_ht_area_type == 'pd') {?>
|
|
|
|
|
<div id="bind_product_code">
|
|
|
|
|
<br/>
|
|
|
|
|
<div class="input-group">
|
|
|
|
@ -1220,30 +1313,30 @@
|
|
|
|
|
<a href="javascript:void(0);" class="input-group-addon" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_product_code', $('#meta_product_code').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
<label style="width:48px;">模板</label>
|
|
|
|
|
<select name="ic_template" id="ic_template" class="form-control">
|
|
|
|
|
<?php
|
|
|
|
|
foreach ($templateList as $key => $value) {
|
|
|
|
|
foreach ($templateList as $key => $value) {
|
|
|
|
|
$value == $information->ic_template ? $select_str = 'selected' : $select_str = '';
|
|
|
|
|
?>
|
|
|
|
|
<option <?php echo $select_str; ?> value="<?php echo $value; ?>" ><?php echo $key; ?></option>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<label>是否作为面包屑显示</label>
|
|
|
|
|
<select name="ic_show_bread_crumbs" id="ic_show_bread_crumbs" class="form-control">
|
|
|
|
|
<option <?php echo $information->ic_show_bread_crumbs == 0 ? 'selected' : FALSE; ?> value="0" >不显示</option>
|
|
|
|
|
<option <?php echo $information->ic_show_bread_crumbs == 1 ? 'selected' : FALSE; ?> value="1" >显示</option>
|
|
|
|
|
<option <?php echo $information->ic_show_bread_crumbs == 0 ? 'selected' : false; ?> value="0" >不显示</option>
|
|
|
|
|
<option <?php echo $information->ic_show_bread_crumbs == 1 ? 'selected' : false; ?> value="1" >显示</option>
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<label>作者</label>
|
|
|
|
|
<select name="ic_author" id="ic_author" class="form-control">
|
|
|
|
|
<option value="" >-</option>
|
|
|
|
|
<?php
|
|
|
|
|
$userinfo = $this->session->userdata('session_admin');
|
|
|
|
|
$hasselected = false;
|
|
|
|
|
foreach ($editor_list as $editor_item) {
|
|
|
|
|
$userinfo = $this->session->userdata('session_admin');
|
|
|
|
|
$hasselected = false;
|
|
|
|
|
foreach ($editor_list as $editor_item) {
|
|
|
|
|
//mb_strtolower($editor_item->OPI_Code) == mb_strtolower($information->ic_author) ? $select_str = 'selected' : $select_str = '';
|
|
|
|
|
if (mb_strtolower($editor_item->OPI_Code) == mb_strtolower($information->ic_author)) {
|
|
|
|
|
$select_str = 'selected';
|
|
|
|
@ -1256,20 +1349,20 @@
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
<option <?php echo $select_str; ?> value="<?php echo $editor_item->OPI_Code; ?>" ><?php echo $editor_item->OPI_Name; ?></option>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
<option value="" >-</option>
|
|
|
|
|
<?php
|
|
|
|
|
foreach ($author_list as $author_item) {
|
|
|
|
|
foreach ($author_list as $author_item) {
|
|
|
|
|
($author_item->a_id == $information->ic_author) ? $select_str = 'selected' : $select_str = '';
|
|
|
|
|
?>
|
|
|
|
|
<option <?php echo $select_str; ?> value="<?php echo $author_item->a_id; ?>" ><?php echo $author_item->a_name; ?></option>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<label>是否发布</label>
|
|
|
|
|
<select name="ic_status" id="ic_status" class="form-control">
|
|
|
|
|
<option <?php echo $information->ic_status == 0 ? 'selected' : FALSE; ?> value="0" >不发布</option>
|
|
|
|
|
<option <?php echo $information->ic_status == 1 ? 'selected' : FALSE; ?> value="1" >发布</option>
|
|
|
|
|
<option <?php echo $information->ic_status == 0 ? 'selected' : false; ?> value="0" >不发布</option>
|
|
|
|
|
<option <?php echo $information->ic_status == 1 ? 'selected' : false; ?> value="1" >发布</option>
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1283,17 +1376,17 @@
|
|
|
|
|
<input type="checkbox" name="ignore_url_check" id="ignore_url_check" />忽略URL重复
|
|
|
|
|
</label>
|
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
|
<?php if (in_array($this->config->item('site_code'),array('cht','gm'))) { ?>
|
|
|
|
|
<?php if (in_array($this->config->item('site_code'), array('cht', 'gm'))) {?>
|
|
|
|
|
<label class="checkbox col-xs-24" style="font-weight: normal;margin-top:0;padding-left: 21px;">
|
|
|
|
|
<input type="checkbox" name="auto_update_cache_checkbox" id="auto_update_cache_checkbox" onclick="get_update_cache_url();" value="<?php echo $information->ic_url; ?>" />静态更新
|
|
|
|
|
</label>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
|
|
|
|
|
<?php if (in_array($this->config->item('site_code'),array('cht','ah','gm'))) { ?>
|
|
|
|
|
<?php if (in_array($this->config->item('site_code'), array('cht', 'ah', 'gm'))) {?>
|
|
|
|
|
<label class="checkbox col-xs-24" style="font-weight: normal;margin-top:0;padding-left: 21px;">
|
|
|
|
|
<input type="checkbox" name="auto_update_amp" id="auto_update_amp" <?php if($information->amp_status==='2'){echo 'disabled';} ?> value="true" />AMP更新 <?php if($information->amp_status==='2'){echo '<i class="glyphicon glyphicon-hand-up" title="手动管理,不会自动更新"></i>'; } ?>
|
|
|
|
|
<input type="checkbox" name="auto_update_amp" id="auto_update_amp" <?php if ($information->amp_status === '2') {echo 'disabled';}?> value="true" />AMP更新 <?php if ($information->amp_status === '2') {echo '<i class="glyphicon glyphicon-hand-up" title="手动管理,不会自动更新"></i>';}?>
|
|
|
|
|
</label>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
|
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
|
|
|
|
|
@ -1306,20 +1399,20 @@
|
|
|
|
|
}
|
|
|
|
|
;
|
|
|
|
|
//保存增加AMP判断 - lmr
|
|
|
|
|
<?php if (get_meta($information->ic_id, 'AMP_JSON') && get_meta($information->ic_id, 'AMP_STATUS') && get_meta($information->ic_id, 'AMP_BODY_PC_STATUS') !== 'yes') { ?>
|
|
|
|
|
<?php if (get_meta($information->ic_id, 'AMP_JSON') && get_meta($information->ic_id, 'AMP_STATUS') && get_meta($information->ic_id, 'AMP_BODY_PC_STATUS') !== 'yes') {?>
|
|
|
|
|
if (!$('#PcAmp input').is(':checked')) {
|
|
|
|
|
var amp_confirm = window.confirm('\n检测到页面存在AMP版本,是否需要打开AMP编辑界面?\n\r注意:如果修改了PC端版本,那么同时也需要修改AMP版本。\n');
|
|
|
|
|
if (amp_confirm) {
|
|
|
|
|
window.open('<?php echo($amp_build_url); ?>', '_blank');
|
|
|
|
|
window.open('<?php echo ($amp_build_url); ?>', '_blank');
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php if (get_meta($information->ic_id, 'AMP_JSON') && get_meta($information->ic_id, 'AMP_STATUS') && get_meta($information->ic_id, 'AMP_BODY_PC_STATUS') === 'yes') { ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
<?php if (get_meta($information->ic_id, 'AMP_JSON') && get_meta($information->ic_id, 'AMP_STATUS') && get_meta($information->ic_id, 'AMP_BODY_PC_STATUS') === 'yes') {?>
|
|
|
|
|
if (editor && editor.text() == '') {
|
|
|
|
|
editor.html('From HTML-Generator');
|
|
|
|
|
editor.sync();
|
|
|
|
|
}
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
if (information_check() != false) {
|
|
|
|
|
submitForm('form_information_edit');
|
|
|
|
|
}">保存修改</a>
|
|
|
|
@ -1337,9 +1430,9 @@
|
|
|
|
|
<li class="dropdown-submenu pull-left">
|
|
|
|
|
<a id="history_log_toggle" tabindex="-1" href="javascript:void(0);">历史记录</a>
|
|
|
|
|
<ul class="dropdown-menu history_log" style="right: 157px;left: inherit;top: 83px;">
|
|
|
|
|
<?php foreach ($content_backup_list as $item) { ?>
|
|
|
|
|
<?php foreach ($content_backup_list as $item) {?>
|
|
|
|
|
<li><a href="<?php echo site_url('information/backup_content/' . $item->log_id); ?>" target="_blank"><?php echo $item->log_datetime ?>, <?php echo $item->log_ht_username ?></a></li>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<?php }?>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|