|
@@ -1,4 +1,5 @@
|
|
|
-{% extends "index.html" %}
|
|
|
+
|
|
|
+ {% extends "index.html" %}
|
|
|
{% block title %}Login{% endblock %}
|
|
|
{% block head %}
|
|
|
{{ super() }}
|
|
@@ -92,7 +93,7 @@
|
|
|
<h3 class="fs-subtitle">台詞</h3>
|
|
|
<input id=slide_raw_url type="text" name='t1' class='title_new' value="" placeholder="標題" /><label for="myCheck">加入英文:</label>
|
|
|
<input type="checkbox" id="multiLang" > <br/>
|
|
|
- <div class="subtitle-inputs">
|
|
|
+ <div class="subtitle-inputs">
|
|
|
|
|
|
</div>
|
|
|
<span class="add">+</span>
|
|
@@ -129,33 +130,10 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </fieldset>
|
|
|
- <fieldset>
|
|
|
- <h3 class="fs-subtitle">台詞</h3>
|
|
|
- <label for="myCheck">加入英文:</label>
|
|
|
- <input type="checkbox" id="multiLang" >
|
|
|
- <div class="subtitle-inputs">
|
|
|
-
|
|
|
- </div>
|
|
|
- <span class="add">+</span>
|
|
|
- </fieldset>
|
|
|
- <fieldset id='imgSrc'>
|
|
|
- <h3 class="fs-subtitle" style="display: inline-block;">影像連結<img class="ms-1" src="static/img/question.png" alt="" data-bs-toggle="tooltip" data-bs-placement="right" title="僅接受png, jpg, mp4格式"></h3><br/>
|
|
|
- <div class="img-inputs">
|
|
|
- </div>
|
|
|
- <span class="addimg">+</span>
|
|
|
- <input id="checker" type="button" name="next" class="next action-button" value="送出" />
|
|
|
- <h3 style="display: none;" class="fs-subtitle">處理進度</h3>
|
|
|
- <div style="display: none;" id="myProgress">
|
|
|
- <div style="display: none;" id="myBar">0%</div>
|
|
|
- </div>
|
|
|
- </fieldset>
|
|
|
- </form>
|
|
|
- <!-- <div style="width: 80%;margin: 0 auto;"><iframe src="http://www.choozmo.com:8168/ai_anchor_video/16250306886652043.mp4" frameborder="0" style="width: 100%;height: 400px;"></iframe></div> -->
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="modal fade" tabindex="-1" id="howto" aria-labelledby="howto" aria-hidden="true">
|
|
|
- <div class="modal-dialog">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="modal" tabindex="-1" id="history" aria-labelledby="history" aria-hidden="true">
|
|
|
+ <div class="modal-dialog modal-dialog-scrollable">
|
|
|
<div class="modal-content">
|
|
|
<div class="modal-header">
|
|
|
<h5 class="modal-title" id="staticBackdropLabel">歷史紀錄</h5>
|
|
@@ -184,24 +162,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
-
|
|
|
- <div class="modal" tabindex="-1" id="history" aria-labelledby="history" aria-hidden="true">
|
|
|
- <div class="modal-dialog modal-dialog-scrollable">
|
|
|
- <div class="modal-content">
|
|
|
- <div class="modal-header">
|
|
|
- <h5 class="modal-title" id="staticBackdropLabel">歷史紀錄</h5>
|
|
|
- <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
|
- </div>
|
|
|
- <div class="modal-body">
|
|
|
- <div class="modal-terms">
|
|
|
- <div class="loader"><img src="static/img/bx_loader.gif" alt=""></div>
|
|
|
- <ol class="ps-0 historyList">
|
|
|
- </ol>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
</div>
|
|
|
|
|
|
|