|
|
|
|
@ -632,11 +632,11 @@ $amp_build_url = "/amp_app/?icid=" . $information->ic_id . "&is_path=" . $inform
|
|
|
|
|
?>
|
|
|
|
|
<?php if (is_series_site()) {
|
|
|
|
|
$PcAmpChecked = '';
|
|
|
|
|
if (get_meta($information->ic_id, 'AMP_BODY_PC_STATUS') == 'yes') {
|
|
|
|
|
$PcAmpChecked = 'checked';
|
|
|
|
|
} else {
|
|
|
|
|
$PcAmpChecked = '';
|
|
|
|
|
}
|
|
|
|
|
// if (get_meta($information->ic_id, 'AMP_BODY_PC_STATUS') == 'yes') {
|
|
|
|
|
// $PcAmpChecked = 'checked';
|
|
|
|
|
// } else {
|
|
|
|
|
// $PcAmpChecked = '';
|
|
|
|
|
// }
|
|
|
|
|
?>
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
#PcAmp {
|
|
|
|
|
@ -650,12 +650,12 @@ $amp_build_url = "/amp_app/?icid=" . $information->ic_id . "&is_path=" . $inform
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
<label id="PcAmp">
|
|
|
|
|
<input type="checkbox" <?php echo ($PcAmpChecked); ?>>
|
|
|
|
|
PC端页面也使用构建工具发布
|
|
|
|
|
</label> |
|
|
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
<label title="HTML构建工具 2.0">
|
|
|
|
|
<a href="<?php echo $this->config->item('site_url') . $information->ic_url; ?>?wp=<?php echo $usrcode; ?>" target="_blank">
|
|
|
|
|
HTML构建工具 2.0
|
|
|
|
|
|