|
|
@ -815,6 +815,33 @@ if ($information->ic_ht_area_type == 'c') {
|
|
|
|
|
|
|
|
|
|
|
|
</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 ++;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if ($children_cnt > 0) {
|
|
|
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
<div class="col-sm-5">
|
|
|
|
|
|
|
|
<label>上 / 下篇阅读导航
|
|
|
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_pre_next_nav', $('#meta_pre_next_nav').val())"><i class="text-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_pre_next_nav', $('#meta_pre_next_nav').val())"><i class="text-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
|
|
|
|
<a href="javascript:void(0);" title="当前文件夹下的信息页面底部显示上/下篇的快捷按钮."><i class="text-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<select name="meta_pre_next_nav" id="meta_pre_next_nav" class="form-control" >
|
|
|
|
|
|
|
|
<option value="yes" >启用</option>
|
|
|
|
|
|
|
|
<option value="no" >禁用</option>
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-sm-19">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
<div class="row">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-xs-24">
|
|
|
|
<div class="col-xs-24">
|
|
|
|
<label>自定义导航
|
|
|
|
<label>自定义导航
|
|
|
|