|
@@ -43,7 +43,7 @@
|
|
|
<a class="nav-link active btn-gocreate text-white" aria-current="page" href="make_video_slide.html" set-lan="html:make_slides">SLIDE製作影片</a>
|
|
|
</li>
|
|
|
<li class="nav-item">
|
|
|
- <a class="nav-link active btn-gocreate text-white" aria-current="page" href="make_video_long.html" set-lan="html:make_slides">製作長影片</a>
|
|
|
+ <a class="nav-link active btn-gocreate text-white" aria-current="page" href="make_video_long.html" set-lan="html:make_video_long">製作長影片</a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
|
|
@@ -78,14 +78,41 @@
|
|
|
|
|
|
<!-- ================================================================= -->
|
|
|
<!-- content -->
|
|
|
- <div class="container-fluid px-0">
|
|
|
- <div class="container-profile">
|
|
|
- <img class="img-wave img-wave-profile" src="static/img/wave.png" alt="">
|
|
|
- <img class="container-bg" src="static/img/undraw_mobile_user_7oqo.svg" alt="">
|
|
|
- <div class="card card-profile">
|
|
|
-
|
|
|
+ <div class="container px-0">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-xs-12 col-md-4">
|
|
|
+ <div class="container-profile">
|
|
|
+ <img class="img-wave img-wave-profile" src="static/img/wave.png" alt="">
|
|
|
+ <img class="container-bg" src="static/img/undraw_mobile_user_7oqo.svg" alt="">
|
|
|
+ <div class="card card-profile">
|
|
|
+ <img src="static/img/undraw_male_avatar_323b.svg" alt="">
|
|
|
+ <p class="card-profile-txt">User Profile</p>
|
|
|
+ <p class="card-profile-cnt">${userInfo.user_info.userName}</p>
|
|
|
+ <p class="card-profile-cnt">${userInfo.user_info.email}</p>
|
|
|
+ <div class="d-flex justify-content-around">
|
|
|
+ <div>
|
|
|
+ <p set-lan="html:used">已使用</p>
|
|
|
+ <p><strong>${use}</strong><span set-lan="html:sec">秒</span></p>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <p set-lan="html:left">未使用</p>
|
|
|
+ <p><strong>${user</strong><span set-lan="html:sec">秒</span></p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-xs-12 col-md-8">
|
|
|
+ <div class="history ms-auto">
|
|
|
+ <div class="row" id="content_block">
|
|
|
+ <div class="col-12">
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
</div>
|
|
|
<!-- ================================================================= -->
|
|
|
|
|
@@ -103,7 +130,7 @@
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
|
|
|
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.18/dist/sweetalert2.all.min.js"></script>
|
|
|
<script src="static/owl.carousel.min.js"></script>
|
|
|
- <script src="script_profile.js"></script>
|
|
|
+ <!-- <script src="script_profiles.js"></script> -->
|
|
|
<script type="text/javascript" src="static/lan.js"></script>
|
|
|
<script src="static/common.js"></script>
|
|
|
</body>
|