...
|
...
|
@@ -26,13 +26,14 @@ a.btn |
|
|
<td colspan="2">
|
|
|
<select id="tag" name="tag">
|
|
|
<?php
|
|
|
$tags = array('品牌资讯', '现场活动','独家合作','主理人','明星','限量产品','票务','视频','专题');//'手机视频'
|
|
|
$tags = array('品牌资讯','活动介绍','亮点活动','限量商品');//'手机视频'
|
|
|
foreach($tags as $tag)
|
|
|
{
|
|
|
echo sprintf('<option value="%s" %s>%s</option>', $tag, $tag == $this->view->info['tag'] ? 'selected':'', $tag);
|
|
|
}
|
|
|
?>
|
|
|
</select>
|
|
|
<input type="checkbox" name="if_video" value="1">包含视频
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
...
|
...
|
@@ -58,7 +59,7 @@ a.btn |
|
|
<div>
|
|
|
<span id="upload_pic_list" key="<?php echo $this->view->key?>"></span>
|
|
|
<button class="btn btn-info" type="button">上传多图</button>
|
|
|
<span class="text-error"> 标准尺寸:644x415[ 图片可以拖放顺序 ]</span>
|
|
|
<span class="text-error"> 标准尺寸:738*424px[ 图片可以拖放顺序 ]</span>
|
|
|
</div>
|
|
|
<div id="pic_list" style="padding-top:10px;">
|
|
|
<?php foreach($this->view->info['pics'] as $key => $pic):?>
|
...
|
...
|
@@ -82,7 +83,7 @@ a.btn |
|
|
<td>网页版缩图</td>
|
|
|
<td colspan="2">
|
|
|
<span id="upload_pic" key="<?php echo $this->view->key?>"></span>
|
|
|
<button class="btn btn-info" type="button">上传</button> (图片尺寸:308 x N)
|
|
|
<button class="btn btn-info" type="button">上传</button> (图片尺寸:342*420px)
|
|
|
<input type="hidden" id="thumb" name="thumb" value="<?php echo $this->view->info['thumb']?>" />
|
|
|
<div id='picdiv'>
|
|
|
<?php if ($this->view->info['thumb']):?>
|
...
|
...
|
@@ -95,7 +96,7 @@ a.btn |
|
|
<td>客户端缩图</td>
|
|
|
<td colspan="2">
|
|
|
<span id="client_upload_pic" key="<?php echo $this->view->key?>"></span>
|
|
|
<button class="btn btn-info" type="button">上传</button> (图片尺寸:640 x 400)
|
|
|
<button class="btn btn-info" type="button">上传</button> (图片尺寸:680*434px)
|
|
|
<input type="hidden" id="client_thumb" name="client_thumb" value="<?php echo $this->view->info['client_thumb']?>" />
|
|
|
<div id='clientpicdiv'>
|
|
|
<?php if ($this->view->info['client_thumb']):?>
|
...
|
...
|
|