|
@@ -38,7 +38,7 @@
|
|
|
<div class="form-group">
|
|
|
{{ form.title.label(class="form-control-label modal__label mb-1") }} <span class="text-danger">(建議字數: 15字內)</span>
|
|
|
{{ form.title(class="form-control form-control-lg") }}
|
|
|
-
|
|
|
+
|
|
|
{{ form.description.label(class="form-control-label modal__label mt-3 mb-1") }} <span class="text-danger">(建議字數:
|
|
|
50字內)</span>
|
|
|
{{ form.description(class="form-control form-control-lg textarea") }}
|
|
@@ -55,8 +55,8 @@
|
|
|
{{ form.image(class="form-control form-control-lg modal__file") }}
|
|
|
|
|
|
{{ form.tags.label(class="form-control-label modal__label mb-1") }}
|
|
|
- {{ form.tags(class="form-control form-control-lg") }}
|
|
|
-
|
|
|
+ {{ form.tags(class="form-control form-control-lg") }}
|
|
|
+
|
|
|
{{ form.coverimg.label(class="form-control-label modal__label mt-3 mb-1") }} <span class="text-danger">(建議尺寸/比例:
|
|
|
寬____px * 高____px)</span>
|
|
|
{{ form.coverimg(class="form-control form-control-lg modal__file") }}
|
|
@@ -64,7 +64,7 @@
|
|
|
{{ form.bannerimgtext.label(class="form-control-label modal__label mt-3 mb-1") }}
|
|
|
{{ form.bannerimgtext(class="form-control form-control-lg") }}
|
|
|
|
|
|
- {{ form.homeowner.label(class="form-control-label modal__label mt-3 mb-1") }}
|
|
|
+ {{ form.homeowner.label(class="form-control-label modal__label mt-3 mb-1") }}
|
|
|
{{ form.homeowner(class="form-control form-control-lg") }}
|
|
|
|
|
|
{{ form.size.label(class="form-control-label modal__label mt-3 mb-1") }}
|
|
@@ -93,7 +93,7 @@
|
|
|
|
|
|
{{ form.comment.label(class="form-control-label modal__label mt-3 mb-1") }}
|
|
|
{{ form.comment(class="form-control form-control-lg modal__file") }}
|
|
|
-
|
|
|
+
|
|
|
</div>
|
|
|
<div class="modal-footer pb-0 border-0">
|
|
|
<button type="button" class="btn btn__cancel" data-dismiss="modal">取消</button>
|
|
@@ -229,9 +229,8 @@
|
|
|
<h4>類型</h4>
|
|
|
</td>
|
|
|
<td><select id="chousetype">
|
|
|
- <option value="">類型</option>
|
|
|
<option value="大樓">大樓</option>
|
|
|
- <option value="透天">透天</option>
|
|
|
+ <option value="透天">透天</option>
|
|
|
</select></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
@@ -244,7 +243,7 @@
|
|
|
<td>
|
|
|
<h4>設計空間</h4>
|
|
|
</td>
|
|
|
- <td><input class="form-control" id="cspace" type="text" /></td>
|
|
|
+ <td><textarea class="form-control" id="cspace" rows="2" type="text"></textarea></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>
|
|
@@ -255,7 +254,7 @@
|
|
|
<option value="新北">新北</option>
|
|
|
<option value="基隆">基隆</option>
|
|
|
<option value="桃園">桃園</option>
|
|
|
- <option value="新竹">新竹</option>
|
|
|
+ <option value="新竹">新竹</option>
|
|
|
<option value="苗栗">苗栗</option>
|
|
|
<option value="台中">台中</option>
|
|
|
<option value="南投">南投</option>
|
|
@@ -290,7 +289,7 @@
|
|
|
<h4>作品集圖片集1</h4>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <div class="form-control" id="editorjs1" style='border:inset 1px;'></div>
|
|
|
+ <div class="form-control" id="editorjs1" style='border:inset 1px;'></div>
|
|
|
</td>
|
|
|
<tr>
|
|
|
<td>
|
|
@@ -320,7 +319,7 @@
|
|
|
<input id="ccol1" type="text" /><br />
|
|
|
<input id="ccol2" type="text" /><br />
|
|
|
<input id="ccoverimg" type="text" /><br />
|
|
|
- <input id="cccollslider" type="text" /><br />
|
|
|
+ <input id="ccollslider" type="text" /><br />
|
|
|
<input id="ccomment" type="text" /><br />
|
|
|
<input id="cfile" type="text" /><br />
|
|
|
</div>
|