Parcourir la source

update editorblog

SyuanYu il y a 2 ans
Parent
commit
d04383f9c6
1 fichiers modifiés avec 19 ajouts et 19 suppressions
  1. 19 19
      backstage/templates/editorblog.html

+ 19 - 19
backstage/templates/editorblog.html

@@ -20,46 +20,46 @@
     <p class="mt-3">延伸閱讀清單</p>
     <tr>
       <td class="pb-2">文章連結</td>
-      <td class="pb-2">文章名稱</td>
+      <!-- <td class="pb-2">文章名稱</td> -->
     </tr>
     <tr>
-      <td class="table__data"><input class="form-control" id="data01" type="text" style="width: 420px;"
+      <td class="table__data"><input class="form-control" id="data01" type="text" style="width: 500px;"
         placeholder="文章連結" /></td>
-      <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="data00" type="text" style="width: 500px;"
+          placeholder="文章名稱" disabled /></td> -->
     </tr>
     <tr>
-      <td class="table__data"><input class="form-control" id="data11" type="text" style="width: 420px;"
+      <td class="table__data"><input class="form-control" id="data11" type="text" style="width: 500px;"
         placeholder="文章連結" /></td>
-      <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="data10" type="text" style="width: 500px;"
+          placeholder="文章名稱" disabled /></td> -->
     </tr>
     <tr>
-      <td class="table__data"><input class="form-control" id="data21" type="text" style="width: 420px;"
+      <td class="table__data"><input class="form-control" id="data21" type="text" style="width: 500px;"
         placeholder="文章連結" /></td>
-      <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="data20" type="text" style="width: 500px;"
+          placeholder="文章名稱" disabled /></td> -->
     </tr>
     <tr>
-      <td class="table__data"><input class="form-control" id="data31" type="text" style="width: 420px;"
+      <td class="table__data"><input class="form-control" id="data31" type="text" style="width: 500px;"
         placeholder="文章連結" /></td>
-      <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="data30" type="text" style="width: 500px;"
+          placeholder="文章名稱" disabled /></td> -->
     </tr>
     <tr>
-      <td class="table__data"><input class="form-control" id="data41" type="text" style="width: 420px;"
+      <td class="table__data"><input class="form-control" id="data41" type="text" style="width: 500px;"
         placeholder="文章連結" /></td>
-      <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="data40" type="text" style="width: 500px;"
+          placeholder="文章名稱" disabled /></td> -->
     </tr>
   </tbody>
 </table>
 <ul class="mt-3 p-0" style="list-style: none;">
   <li>注意事項:</li>
-  <li>1. 編輯完成後請點擊更新清單,右側欄位將自動載入文章名稱。</li>
-  <li>2. 點擊更新清單後,若文章連結欄位為空白則移除此連結。</li>
+  <li>1. 前台將自動讀取文章最新標題,並於標題前方顯示該分類名稱。</li>
+  <li>2. 輸入網址時,請從 /blog 開始擷取,網址格式必須為:/blog/文章名稱/。</li>
 </ul>
-<button class="btn btn-primary ml-1 mt-2 mb-5" onclick="loadArticleName()" id="load-btn">更新清單</button>
+<!-- <button class="btn btn-primary ml-1 mt-2 mb-5" onclick="loadArticleName()" id="load-btn">更新清單</button> -->
 </p>
 <!--<script>
   $(function () {