...
|
...
|
@@ -2573,4 +2573,72 @@ |
|
|
</li>
|
|
|
[[/each]]
|
|
|
</ul>
|
|
|
</script>
|
|
|
|
|
|
<!--热门品牌个性化-->
|
|
|
<script type="text/template" id="bigDataHotBrand-template">
|
|
|
<div class="form-group">
|
|
|
<div class="col-sm-10">
|
|
|
<label>标题</label>
|
|
|
<input class="form-control observe input-form" type="text" value="[[contentData.data.title.title]]" data-field="title.title" placeholder="热门品牌-个性化">
|
|
|
    <label>显示名称</label>
|
|
|
<label style="cursor: pointer;"><input type="radio" name="is_show_name_bigDataHotBrand" class="is_show_name_bigDataHotBrand" value="Y">是</label>
|
|
|
<label style="cursor: pointer;"><input type="radio" name="is_show_name_bigDataHotBrand" class="is_show_name_bigDataHotBrand" value="N">否</label>
|
|
|
<input type="hidden" id="is_show_name_bigDataHotBrand" value="[[contentData.data.is_show_name]]" for="radio"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="from-group">
|
|
|
<div class="col-sm-6">
|
|
|
<label>应用范围</label>  
|
|
|
<select class="form-control observe input-form" name="channel" value="[[contentData.data.title.channel]]" data-field="title.channel">
|
|
|
<option value="-1">选择频道</option>
|
|
|
<option value="1">男生</option>
|
|
|
<option value="2">女生</option>
|
|
|
<option value="3">潮童</option>
|
|
|
<option value="4">创意生活</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel-body">
|
|
|
<div class="form-group">
|
|
|
<table class="table table-hover table-bordered responsive dataTable no-footer">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>图片</th>
|
|
|
<th>选项</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>
|
|
|
<input type="file" name="file" value="[[contentData.data.image.src]]"
|
|
|
class="observe" required="required"
|
|
|
data-field="image.src"/>
|
|
|
</td>
|
|
|
<td>
|
|
|
<div class="form-group ">
|
|
|
<select name="goTo" class="form-control observe"
|
|
|
value="[[contentData.data.image.url.action]]"
|
|
|
data-field="image.url.action">
|
|
|
[[layout action_template]]
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="form-group ">
|
|
|
<input value="[[contentData.data.image.url.url]]"
|
|
|
class="form-control observe"
|
|
|
data-field="image.url.url" placeholder="图片链接"/>
|
|
|
|
|
|
<p style="color:#999;margin-top: 5px;">链接中不能有英文单引号</p>
|
|
|
</div>
|
|
|
<div class="form-group ">
|
|
|
<input value="[[contentData.data.image.alt]]"
|
|
|
class="form-control observe"
|
|
|
data-field="image.alt" placeholder="图片描述"/>
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
</script> |
|
|
\ No newline at end of file |
...
|
...
|
|