|
|
@@ -36,7 +36,7 @@
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label for="mobile" class="col-sm-2 control-label">
|
|
|
- <span class="form-required">*</span>实景指引图
|
|
|
+ <span class="form-required">*</span>实景指引图 - 打车
|
|
|
</label>
|
|
|
<div class="col-md-6 col-sm-10">
|
|
|
<input type="hidden" name="real_guidance" id="real_guidance" value="{$real_guidance|default=''}">
|
|
|
@@ -53,6 +53,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" id="real_guidance_self" value="{$real_guidance_self|default=''}">
|
|
|
+ <a href="javascript:uploadOneImage('图片上传','#real_guidance_self');">
|
|
|
+ <if condition="empty($real_guidance_self)">
|
|
|
+ <img src="__TMPL__/public/assets/images/default-thumbnail.png"
|
|
|
+ id="real_guidance_self-preview"
|
|
|
+ width="135" style="cursor: pointer"/>
|
|
|
+ <else/>
|
|
|
+ <img src="{:cmf_get_image_preview_url($real_guidance_self)}"
|
|
|
+ id="real_guidance_self-preview"
|
|
|
+ width="135" style="cursor: pointer"/>
|
|
|
+ </if>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="form-group">
|
|
|
<div class="col-sm-offset-2 col-sm-10">
|
|
|
<button type="submit" class="btn btn-primary js-ajax-submit">{:lang('SAVE')}</button>
|