Browse Source

add upload file

ming 3 năm trước cách đây
mục cha
commit
ce0f0b46b9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      api/templates/make_video_slide.html

+ 2 - 2
api/templates/make_video_slide.html

@@ -29,8 +29,8 @@
         <!-- fieldsets -->
         <fieldset>
           <h3 class="fs-subtitle">SLIDE 連結<img class="ms-1" src="static/img/question.png" alt="" data-bs-toggle="tooltip" data-bs-placement="right" title="將作為影片的內嵌標題"></h3>
-          <input id=slide_raw_url type="text" name='t1' class='title_new' value="" placeholder="連結" /><input id="img3" type="file" class="pttx_uploader">
-          <label class="upload-btn">上傳檔案</label>
+          <input id=slide_raw_url type="text" name='t1' class='title_new' value="" placeholder="連結" />
+          <label class="uploadpttx-btn">上傳檔案</label>
           <label for="myCheck">加入英文:</label> 
           <input type="checkbox" id="multiLang" > <br/>
         </fieldset>