|
@@ -5,23 +5,31 @@
|
|
<!-- <div class="column column__edit"> -->
|
|
<!-- <div class="column column__edit"> -->
|
|
<div class="container col-sm-12 col-md-8">
|
|
<div class="container col-sm-12 col-md-8">
|
|
<button id='submit_button' class="btn__submit"><b>編輯完成</b></button>
|
|
<button id='submit_button' class="btn__submit"><b>編輯完成</b></button>
|
|
-
|
|
|
|
- <h3 class="h3 column__h3"><i class="fas fa-user-edit mr-1 mb-2"></i> 作品編輯</h3>
|
|
|
|
|
|
+
|
|
|
|
+ <h3 style='display: none;' class="h3 column__h3"><i class="fas fa-user-edit mr-1 mb-2"></i> 作品編輯</h3>
|
|
<table class="table table-bordered">
|
|
<table class="table table-bordered">
|
|
<tbody>
|
|
<tbody>
|
|
<tr style='display: none;'>
|
|
<tr style='display: none;'>
|
|
- <td><h4>標題</h4></td>
|
|
|
|
- <td><input class="form-control" id="ctitle" type="text" /> <div class="mt-1 text-danger">(建議字數: 15字內)</div></td>
|
|
|
|
|
|
+ <td>
|
|
|
|
+ <h4>標題</h4>
|
|
|
|
+ </td>
|
|
|
|
+ <td><input class="form-control" id="ctitle" type="text" />
|
|
|
|
+ <div class="mt-1 text-danger">(建議字數: 15字內)</div>
|
|
|
|
+ </td>
|
|
</tr>
|
|
</tr>
|
|
{% if type == 'collection' %}
|
|
{% if type == 'collection' %}
|
|
<tr>
|
|
<tr>
|
|
- <td><h4>描述</h4></td>
|
|
|
|
- <td><textarea class="form-control" rows="3" id="cdescription"></textarea> <div class="mt-1 text-danger">(建議字數: 50字內)</div></td>
|
|
|
|
|
|
+ <td>
|
|
|
|
+ <h4>描述</h4>
|
|
|
|
+ </td>
|
|
|
|
+ <td><textarea class="form-control" rows="3" id="cdescription"></textarea>
|
|
|
|
+ <div class="mt-1 text-danger">(建議字數: 50字內)</div>
|
|
|
|
+ </td>
|
|
</tr>
|
|
</tr>
|
|
{% endif %}
|
|
{% endif %}
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
-
|
|
|
|
|
|
+
|
|
|
|
|
|
<div class="d-none">
|
|
<div class="d-none">
|
|
<input id="cdate" type="text" /><br />
|
|
<input id="cdate" type="text" /><br />
|
|
@@ -32,12 +40,13 @@
|
|
<input id="cweight" type="text" /><br />
|
|
<input id="cweight" type="text" /><br />
|
|
<input id="ctag" type="text" /><br />
|
|
<input id="ctag" type="text" /><br />
|
|
<input id="ccategories" type="text" /><br />
|
|
<input id="ccategories" type="text" /><br />
|
|
|
|
+ <input id="ccaturl" type="text" /><br />
|
|
<input id="ccol1" type="text" /><br />
|
|
<input id="ccol1" type="text" /><br />
|
|
<input id="ccol2" type="text" /><br />
|
|
<input id="ccol2" type="text" /><br />
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
|
|
+
|
|
<!-- <div class="mb-2"> -->
|
|
<!-- <div class="mb-2"> -->
|
|
- <!-- title:<input id="ctitle" type="text" /><br />
|
|
|
|
|
|
+ <!-- title:<input id="ctitle" type="text" /><br />
|
|
date:<input id="cdate" type="text" /><br />
|
|
date:<input id="cdate" type="text" /><br />
|
|
draft:<input id="cdraft" type="text" /><br />
|
|
draft:<input id="cdraft" type="text" /><br />
|
|
type:<input id="ctype" type="text" /><br />
|
|
type:<input id="ctype" type="text" /><br />
|
|
@@ -46,16 +55,16 @@
|
|
description:<input id="cdescription" type="text" /><br />
|
|
description:<input id="cdescription" type="text" /><br />
|
|
weight:<input id="cweight" type="text" /><br />
|
|
weight:<input id="cweight" type="text" /><br />
|
|
tag:<input id="ctag" type="text" /><br /> -->
|
|
tag:<input id="ctag" type="text" /><br /> -->
|
|
- <!-- <button class="btn__arTitle mb-2" id="title_button">標題修改</button> -->
|
|
|
|
|
|
+ <!-- <button class="btn__arTitle mb-2" id="title_button">標題修改</button> -->
|
|
<!-- </div> -->
|
|
<!-- </div> -->
|
|
-
|
|
|
|
|
|
+
|
|
<h3 class="h3 column__h3"><i class="fa fa-file-text mr-2 mb-2"></i> 內容編輯</h3>
|
|
<h3 class="h3 column__h3"><i class="fa fa-file-text mr-2 mb-2"></i> 內容編輯</h3>
|
|
<div class="card">
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="card-body">
|
|
<div id="editorjs"></div>
|
|
<div id="editorjs"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
|
|
+
|
|
<div id="editor_block"><span><button class="btn__arTitle mb-2"
|
|
<div id="editor_block"><span><button class="btn__arTitle mb-2"
|
|
id="add_title_button">+標題</button></span><span><button class="btn__arTitle mb-2"
|
|
id="add_title_button">+標題</button></span><span><button class="btn__arTitle mb-2"
|
|
id="add_img_button">+圖</button></span><span><button class="btn__arTitle mb-2"
|
|
id="add_img_button">+圖</button></span><span><button class="btn__arTitle mb-2"
|