-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminha-conta.html
More file actions
70 lines (64 loc) · 1.71 KB
/
Copy pathminha-conta.html
File metadata and controls
70 lines (64 loc) · 1.71 KB
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
<html>
<head>
<title>Cadastro</title>
</head>
<body bgcolor = "grey">
Olá, [Username]<br>
<a href="index-conteudo.html">Sair</a><br><br>
<a href = "meus-diagramas.html">Meus Diagramas</a> |
<a href = "principal.html">Página principal</a> |
<a href = "historico.html">Histórico de Alterações</a>
<table border="0" cellpadding="7">
<tr>
<td valign="top">
<form method="POST" action="principal.html">
<table border="0" cellpadding="5" name="cadastro">
<tr>
<td colspan="2"><h3>Alterar senha</h3></td>
</tr>
<tr>
<td>Senha atual</td>
<td><input name="username" type="password"/></td>
</tr>
<tr>
<td>Nova Senha</td>
<td><input name="email" type="password"/></td>
</tr>
<tr>
<td>Confirme sua nova senha</td>
<td><input name="senha" type="password"/></td>
</tr>
<tr>
<td colspan="2">
<center><input name="Alterar" value="Alterar" type="submit"/><center>
</td>
</tr>
</table>
</form>
</td>
<td valign="top">
<form method="POST" action="principal.html">
<table border="0" cellpadding="5" name="cadastro">
<tr>
<td colspan="2"><h3>Alterar e-mail</h3></td>
</tr>
<tr>
<td>Senha Atual</td>
<td><input name="username" type="password"/></td>
</tr>
<tr>
<td>E-mail novo</td>
<td><input name="senha" type="text"/></td>
</tr>
<tr>
<td colspan="2">
<center><input name="Alterar" value="Alterar" type="submit"/><center>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</body>
</html>