|
|
@ -1273,6 +1273,50 @@ $meta_subnavi_arr = array(
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php } ?>
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 目的地产品选项 -->
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
|
|
|
<label>目的地产品类型
|
|
|
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_trippest_type', $('#meta_trippest_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_trippest_type', $('#meta_trippest_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_trippest_type" id="meta_trippest_type" class="form-control" >
|
|
|
|
|
|
|
|
<option value="common" <?php echo get_meta($information->ic_id, 'meta_trippest_type') === 'common' ? 'selected' : false; ?>>普通</option>
|
|
|
|
|
|
|
|
<option value="gg" <?php echo get_meta($information->ic_id, 'meta_trippest_type') === 'gg' ? 'selected' : false; ?>>故宫</option>
|
|
|
|
|
|
|
|
<option value="tranfer" <?php echo get_meta($information->ic_id, 'meta_trippest_type') === 'tranfer' ? 'selected' : false; ?>>接送</option>
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-sm-18">
|
|
|
|
|
|
|
|
<label>目的地产品Package
|
|
|
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_trippest_package', $('#meta_trippest_package').val())"><i class="text-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_trippest_package', $('#meta_trippest_package').val())"><i class="text-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
|
|
|
|
<a href="javascript:void(0);" title="产品Package,如某条线路可以从两个地方出发,价格还不一样。格式: 下拉框显示标题,|项目1,差价|项目2,差价 例如:Departure Place,|Guilin Departure,0|Yangshuo Departure,5"><i class="text-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<input type="text" name="meta_trippest_package" class="form-control" value="<?php echo get_meta($information->ic_id, 'meta_trippest_package'); ?>" id="meta_trippest_package"/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
<div class="col-sm-12">
|
|
|
|
|
|
|
|
<label>目的地产品不开放日期的列表
|
|
|
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_trippest_excludedate', $('#meta_trippest_excludedate').val())"><i class="text-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_trippest_excludedate', $('#meta_trippest_excludedate').val())"><i class="text-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
|
|
|
|
<a href="javascript:void(0);" title="录入的日期都不能预订,逗号隔开,用“/”日期格式,例如:2019/2/5,2019/2/7,2019/10/5"><i class="text-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<input type="text" name="meta_trippest_excludedate" class="form-control" value="<?php echo get_meta($information->ic_id, 'meta_trippest_excludedate'); ?>" id="meta_trippest_excludedate"/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-sm-12">
|
|
|
|
|
|
|
|
<label>目的地产品肯定开放日期的列表
|
|
|
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_trippest_includedate', $('#meta_trippest_includedate').val())"><i class="text-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_trippest_includedate', $('#meta_trippest_includedate').val())"><i class="text-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
|
|
|
|
<a href="javascript:void(0);" title="录入的日期肯定能预订,逗号隔开,用“/”日期格式,例如:2019/2/5,2019/2/7,2019/10/5"><i class="text-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<input type="text" name="meta_trippest_includedate" class="form-control" value="<?php echo get_meta($information->ic_id, 'meta_trippest_includedate'); ?>" id="meta_trippest_includedate"/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 自定义选项 -->
|
|
|
|
<!-- 自定义选项 -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|