This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreset_password_set.html
52 lines (45 loc) · 1.63 KB
/
reset_password_set.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title data-i18n="resettitle"></title>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'>
<meta name='apple-mobile-web-app-capable' content='yes'>
<meta name='apple-mobile-web-app-status-bar-style' content='black'>
<meta name='format-detection' content='telephone=no'>
<link rel="stylesheet" type="text/css" href="src/css/style.css">
<script src="https://recaptcha.net/recaptcha/api.js" async defer></script>
</head>
<body>
<div id="bodybg"></div>
<div id="msgBoxCover"></div>
<div class="logBox">
<form action="javascript:resetPassword();">
<h1><img src="https://websiteres.nmteam.xyz/producticon/nmTeam/logo@32.png">
<t data-i18n="reseth"></t>
</h1>
<h2 id="nameBox" data-i18n="resetnh2"></h2>
<label for="pass">
<t data-i18n="password"></t><input id="pass" type="password" autofocus>
</label>
<label for="pass2">
<t data-i18n="passwordAgain"></t><input id="pass2" type="password">
</label>
<!-- <recap>
<div class="g-recaptcha" data-sitekey="6LcKtjkaAAAAAByRsaSli3V8uteOBKpX6oHDLpeq" id="verBox"></div>
</recap> -->
<but><button id="resetn" data-i18n="setNewPassword"></button></but>
<p id="info"></p>
<p>
<t id="resultBox" data-i18n="resetntip"></t><t id="resultErr"></t><br />
</p>
</form>
</div>
<p id="cr" data-i18n="cr"></p>
<script src="src/js/jquery.min.js"></script>
<script src="src/js/i18next-1.6.3.min.js"></script>
<script src="src/js/main.js"></script>
<script src="src/js/reset.js"></script>
<script src="src/js/language.js"></script>
</body>
</html>