|
|
@ -543,7 +543,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-xs-17 text-right">
|
|
|
|
<div class="col-xs-17 text-right">
|
|
|
|
<?php $amp_user = $this->session->userdata('session_admin'); ?>
|
|
|
|
<?php $amp_user = $this->session->userdata('session_admin'); ?>
|
|
|
|
<label title="AMP页面编辑"><a href="https://www.arachina.com/beta/3732/?icid=<?php echo($information->ic_id); ?>&usr=<?php echo($amp_user['OPI_Name']); ?>" target="_blank">AMP构建工具</a></label> |
|
|
|
|
<label title="AMP页面编辑"><a href="https://www.arachina.com/beta/3732/?icid=<?php echo($information->ic_id); ?>&usr=<?php echo($amp_user['OPI_Name']); ?>&photo=<?php echo($information->ic_photo); ?>" target="_blank">AMP构建工具</a></label> |
|
|
|
|
<?php if (get_meta($information->ic_id, 'AMP_STATUS') === '1') {?>
|
|
|
|
<?php if (get_meta($information->ic_id, '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>
|
|
|
|
<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 } else {?>
|
|
|
|
<?php } else {?>
|
|
|
|