|
|
@@ -34,6 +34,25 @@
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label for="mobile" class="col-sm-2 control-label">
|
|
|
+ <span class="form-required">*</span>实景指引图 - 打车(缩略图)
|
|
|
+ </label>
|
|
|
+ <div class="col-md-6 col-sm-10">
|
|
|
+ <input type="hidden" name="real_guidance_thumb" id="real_guidance_thumb" value="{$real_guidance_thumb|default=''}">
|
|
|
+ <a href="javascript:uploadOneImage('图片上传','#real_guidance_thumb');">
|
|
|
+ <if condition="empty($real_guidance_thumb)">
|
|
|
+ <img src="__TMPL__/public/assets/images/default-thumbnail.png"
|
|
|
+ id="real_guidance_thumb-preview"
|
|
|
+ width="135" style="cursor: pointer"/>
|
|
|
+ <else/>
|
|
|
+ <img src="{:cmf_get_image_preview_url($real_guidance_thumb)}"
|
|
|
+ id="real_guidance_thumb-preview"
|
|
|
+ width="135" style="cursor: pointer"/>
|
|
|
+ </if>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="form-group">
|
|
|
<label for="mobile" class="col-sm-2 control-label">
|
|
|
<span class="form-required">*</span>实景指引图 - 打车
|
|
|
@@ -53,6 +72,25 @@
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label for="mobile" class="col-sm-2 control-label">
|
|
|
+ <span class="form-required">*</span>实景指引图 - 自驾(缩略图)
|
|
|
+ </label>
|
|
|
+ <div class="col-md-6 col-sm-10">
|
|
|
+ <input type="hidden" name="real_guidance_self_thumb" id="real_guidance_self_thumb" value="{$real_guidance_self_thumb|default=''}">
|
|
|
+ <a href="javascript:uploadOneImage('图片上传','#real_guidance_self_thumb');">
|
|
|
+ <if condition="empty($real_guidance_self_thumb)">
|
|
|
+ <img src="__TMPL__/public/assets/images/default-thumbnail.png"
|
|
|
+ id="real_guidance_self_thumb-preview"
|
|
|
+ width="135" style="cursor: pointer"/>
|
|
|
+ <else/>
|
|
|
+ <img src="{:cmf_get_image_preview_url($real_guidance_self_thumb)}"
|
|
|
+ id="real_guidance_self_thumb-preview"
|
|
|
+ width="135" style="cursor: pointer"/>
|
|
|
+ </if>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="form-group">
|
|
|
<label for="mobile" class="col-sm-2 control-label">
|
|
|
<span class="form-required">*</span>实景指引图 - 自驾
|