|
@@ -1,60 +1,60 @@
|
|
|
{% extends "editor.html" %}
|
|
|
{% block extras %}
|
|
|
- <p class="card">
|
|
|
- <div class="card-body">
|
|
|
- 前言:文章前言說明
|
|
|
- <div><textarea class="form-control" id="cintroduction" rows=5 type="paragraph"></textarea></div>
|
|
|
- </div>
|
|
|
- </p>
|
|
|
- <p class="card">
|
|
|
- <div class="card-body">
|
|
|
- 目錄說明:目錄使用,將說明本文章可以解決的問題
|
|
|
- <div><input class="form-control" id="cquestionboxintro" type="text" /></div>
|
|
|
- </div>
|
|
|
- </p>
|
|
|
+<p class="card">
|
|
|
+<div class="card-body">
|
|
|
+ 前言:文章前言說明
|
|
|
+ <div><textarea class="form-control" id="cintroduction" rows=5 type="paragraph"></textarea></div>
|
|
|
+</div>
|
|
|
+</p>
|
|
|
+<p class="card">
|
|
|
+<div class="card-body">
|
|
|
+ 目錄說明:目錄使用,將說明本文章可以解決的問題
|
|
|
+ <div><input class="form-control" id="cquestionboxintro" type="text" /></div>
|
|
|
+</div>
|
|
|
+</p>
|
|
|
{% endblock extras %}
|
|
|
{% block extratwo %}
|
|
|
<p class="card">
|
|
|
- <table>
|
|
|
- <tbody id='contactData'>
|
|
|
- <p>延伸閱讀清單</p>
|
|
|
- <tr>
|
|
|
- <td>文章名稱</td>
|
|
|
- <td>文章連結 <span class="text-danger">(請務必填寫文章連結,否則此項文章不予載入)</span></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class="table__data"><input class="form-control" id="data00" type="text" style="width: 420px;"
|
|
|
- placeholder="文章內容" disabled/></td>
|
|
|
- <td class="table__data"><input class="form-control" id="data01" type="text" style="width: 420px;"
|
|
|
- placeholder="文章連結" /></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class="table__data"><input class="form-control" id="data10" type="text" style="width: 420px;"
|
|
|
- placeholder="文章內容" disabled/></td>
|
|
|
- <td class="table__data"><input class="form-control" id="data11" type="text" style="width: 420px;"
|
|
|
- placeholder="文章連結" /></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class="table__data"><input class="form-control" id="data20" type="text" style="width: 420px;"
|
|
|
- placeholder="文章內容" disabled/></td>
|
|
|
- <td class="table__data"><input class="form-control" id="data21" type="text" style="width: 420px;"
|
|
|
- placeholder="文章連結" /></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class="table__data"><input class="form-control" id="data30" type="text" style="width: 420px;"
|
|
|
- placeholder="文章內容" disabled/></td>
|
|
|
- <td class="table__data"><input class="form-control" id="data31" type="text" style="width: 420px;"
|
|
|
- placeholder="文章連結" /></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class="table__data"><input class="form-control" id="data40" type="text" style="width: 420px;"
|
|
|
- placeholder="文章內容" disabled/></td>
|
|
|
- <td class="table__data"><input class="form-control" id="data41" type="text" style="width: 420px;"
|
|
|
- placeholder="文章連結" /></td>
|
|
|
- </tr>
|
|
|
-
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
+<table>
|
|
|
+ <tbody id='contactData'>
|
|
|
+ <p class="mt-3">延伸閱讀清單</p>
|
|
|
+ <tr>
|
|
|
+ <td class="pb-2">文章名稱 <span class="text-danger">(點擊編輯完成將自動帶入文章名稱)</span></td>
|
|
|
+ <td class="pb-2">文章連結 <span class="text-danger">(請務必填寫文章連結,否則此項文章不予載入)</span></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="table__data"><input class="form-control" id="data00" type="text" style="width: 420px;"
|
|
|
+ placeholder="文章名稱" disabled /></td>
|
|
|
+ <td class="table__data"><input class="form-control" id="data01" type="text" style="width: 420px;"
|
|
|
+ placeholder="文章連結" /></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="table__data"><input class="form-control" id="data10" type="text" style="width: 420px;"
|
|
|
+ placeholder="文章名稱" disabled /></td>
|
|
|
+ <td class="table__data"><input class="form-control" id="data11" type="text" style="width: 420px;"
|
|
|
+ placeholder="文章連結" /></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="table__data"><input class="form-control" id="data20" type="text" style="width: 420px;"
|
|
|
+ placeholder="文章名稱" disabled /></td>
|
|
|
+ <td class="table__data"><input class="form-control" id="data21" type="text" style="width: 420px;"
|
|
|
+ placeholder="文章連結" /></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="table__data"><input class="form-control" id="data30" type="text" style="width: 420px;"
|
|
|
+ placeholder="文章名稱" disabled /></td>
|
|
|
+ <td class="table__data"><input class="form-control" id="data31" type="text" style="width: 420px;"
|
|
|
+ placeholder="文章連結" /></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="table__data"><input class="form-control" id="data40" type="text" style="width: 420px;"
|
|
|
+ placeholder="文章名稱" disabled /></td>
|
|
|
+ <td class="table__data"><input class="form-control" id="data41" type="text" style="width: 420px;"
|
|
|
+ placeholder="文章連結" /></td>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ </tbody>
|
|
|
+</table>
|
|
|
</p>
|
|
|
<!--<script>
|
|
|
$(function () {
|