| 
					
				 | 
			
			
				@@ -0,0 +1,110 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<!DOCTYPE html> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<html lang="en" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<head> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <meta charset="UTF-8"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <title>AI ANCHOR GO</title> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    crossorigin="anonymous"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <link rel="stylesheet" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    crossorigin="anonymous"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <link rel="preconnect" href="https://fonts.googleapis.com"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet">  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.18/dist/sweetalert2.min.css"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <link rel="stylesheet" href="static/style.css"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <script src="https://unpkg.com/axios/dist/axios.min.js"></script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <style> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    body { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      font-family: "Lato", sans-serif; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    .sidenav { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      height: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      width: 250px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      position: fixed; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      z-index: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      top: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      left: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      background: linear-gradient(to bottom, #1C7CE0, #150051); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      overflow-x: hidden; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      transition: 0.5s; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      padding-top: 20px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+     
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    .sidenav a { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      padding: 8px 8px 8px 32px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      text-decoration: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      font-size: 25px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      color: #818181; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      display: block; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      transition: 0.3s; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+     
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    .sidenav a:hover { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      color: #f1f1f1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+     
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    .sidenav .closebtn { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      position: absolute; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      top: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      right: 25px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      font-size: 36px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      margin-left: 50px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+     
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @media screen and (max-height: 450px) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      .sidenav {padding-top: 15px;} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      .sidenav a {font-size: 18px;} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    </style> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+</head> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<body> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <div class="container-fluid"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <div id="mySidenav" class="sidenav"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <!-- <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <h2 class="go_title">reset_pwd</h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <ul class="nav-list"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <li class="nav-list-item pb-1 mb-3" data-bs-toggle="modal" data-bs-target="#howto"><i class="fas fa-book-open me-2"></i>使用說明</li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <li class="nav-list-item pb-1" data-bs-toggle="modal" data-bs-target="#history" onclick="openNav()"><i class="fas fa-history me-2"></i>歷史紀錄</li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      </ul> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <p class="right-text text-white d-inline-block">Choozmo All Rights Reserved</p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <!-- <span style="font-size:30px;cursor:pointer" onclick="openNav()">☰ 過去紀錄</span> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <div class="content ms-auto"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <form id="msform"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <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/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <input type="text" id='in_pwd' name='m1' class='imgsrc imgsrc1' value="" placeholder="1" /><br/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <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/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <input type="text" id='code' name='m1' class='imgsrc imgsrc1' value="" placeholder="1" /><br/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+         
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <input id="checker" type="button" class="sender action-button" value="送出" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </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> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+   
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <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="//cdnjs.cloudflare.com/ajax/libs/validate.js/0.13.1/validate.min.js"></script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <script src="static/reset_pwd.js"></script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <body> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+</body> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+</html> 
			 |