forked from smicroz/einDa-skin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
passwd.html
90 lines (76 loc) · 2.31 KB
/
passwd.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|LF_STANDARD|
|?TREE=» <a class=tree href="/HTM_PASSWD">`LANG_CHANGE_YOUR_PASS`</a>|
|?HELP_SECTION=`USER_HELPER`/gettingstarted.html#password|
|HTM_USER_TOP|
<!-- inicio bloque -->
<div class="bcp-bloque">
<div class="bcpb-padding">
<!-- inicio contenido bloque -->
<form action="CMD_PASSWD" method="post">
<!-- titulo -->
<div class="bcpbp-titulo">
<h2>|LANG_CHANGE_YOUR_PASS|</h2>
</div>
<div class="bcpbp-form">
<label for="oldPass">|LANG_ENTER_OLD_PASS|</label>
<div class="form-datos">
<input type="password" name="oldpass" placeholder="Old password" />
</div>
</div>
<div class="bcpbp-form">
<label for="newPass">|LANG_ENTER_PASS|</label>
<div class="form-datos">
<input type="password" name="passwd" placeholder="New password">
</div>
</div>
<div class="bcpbp-form">
<label for="repeatPass">|LANG_RE-ENTER_PASS|</label>
<div class="form-datos">
<input type="password" name="passwd2" placeholder="Repeat new password">
</div>
</div>
<div class="bcpbp-form">
<div class="form-datos">
<input type=checkbox name="system" value="yes" checked />
|LANG_PASS_DA|
</div>
</div>
<div class="bcpbp-form">
<div class="form-datos">
<input type=checkbox name="ftp" value="yes" checked />
|LANG_PASS_FTP|
</div>
</div>
<div class="bcpbp-form">
<div class="form-datos">
<input type=checkbox name="database" value="yes" checked />
|LANG_PASS_DB|
</div>
</div>
<!-- contenedor para boton submit -->
<div class="bcpbp-form--submit">
<input type=submit value="|LANG_SUBMIT|">
</div> <!-- fin contenedor para boton submit -->
</form>
<!-- link footer -->
<div class="bcpbp-link--footer">
<div class="bcpbplf-izq">
<!-- end subtitulo -->
|*if HAVE_SECURITY_QUESTIONS="yes"|
<a href="CMD_SECURITY_QUESTIONS">Manage Security Questions</a>
|*endif|
|*if HAVE_TWOSTEP_AUTH="yes"|
-
<a href="CMD_TWOSTEP_AUTH">|LANG_TWO_STEP_AUTH|</a>
|*endif|
<!-- fin contenido bloque -->
</div>
<div class="bcpbplf-der">
test
</div>
</div>
<!-- fin link footer -->
</div> <!-- fin padding -->
</div>
<!-- fin bloque -->
|HTM_USER_BOTTOM|