Commit d9f8f3a956661d2e3f43b76986729d9600b95507
1 parent
2111e7cd
Exists in
master
Inserindo mais alteracoes
Showing
3 changed files
with
35 additions
and
16 deletions
Show diff stats
index/index.php
@@ -72,6 +72,7 @@ include("../inc/topo.php"); | @@ -72,6 +72,7 @@ include("../inc/topo.php"); | ||
72 | 72 | ||
73 | <div id="campos"> | 73 | <div id="campos"> |
74 | 74 | ||
75 | + | ||
75 | <table width="80%"> | 76 | <table width="80%"> |
76 | <tr> | 77 | <tr> |
77 | 78 | ||
@@ -82,7 +83,7 @@ include("../inc/topo.php"); | @@ -82,7 +83,7 @@ include("../inc/topo.php"); | ||
82 | <span class="labelLogin"><label id="login">Usuário: </label> </span> | 83 | <span class="labelLogin"><label id="login">Usuário: </label> </span> |
83 | </td> | 84 | </td> |
84 | <td> | 85 | <td> |
85 | - <span class="inputLogin"><input type="text" name="login" maxlength="20"> </span> | 86 | + <span class="inputLogin"><input type="text" name="login" maxlength="20" id="login" > </span> |
86 | </td> | 87 | </td> |
87 | </tr> | 88 | </tr> |
88 | <tr> | 89 | <tr> |
@@ -90,7 +91,7 @@ include("../inc/topo.php"); | @@ -90,7 +91,7 @@ include("../inc/topo.php"); | ||
90 | <span class="labelLogin"><label id="Senha">Senha: </LABEL> </span> | 91 | <span class="labelLogin"><label id="Senha">Senha: </LABEL> </span> |
91 | </td> | 92 | </td> |
92 | <td> | 93 | <td> |
93 | - <span class="inputLogin"><input type="password" name="password" maxlength="100"> </span> | 94 | + <span class="inputLogin"><input type="password" name="password" maxlength="100" id="password" > </span> |
94 | </td> | 95 | </td> |
95 | </tr> | 96 | </tr> |
96 | <?php if ($usarecap) { ?> | 97 | <?php if ($usarecap) { ?> |
restrito/alterasenha/index.php
@@ -12,22 +12,30 @@ | @@ -12,22 +12,30 @@ | ||
12 | 12 | ||
13 | include("../inc/topo.php"); | 13 | include("../inc/topo.php"); |
14 | ?> | 14 | ?> |
15 | +<div role="main" class="col-md-8"> | ||
15 | <h1>Redefinição de Senha</h1> | 16 | <h1>Redefinição de Senha</h1> |
16 | <br><br> | 17 | <br><br> |
17 | <form action="index.php" id="formulario" method="post"> | 18 | <form action="index.php" id="formulario" method="post"> |
18 | <table id="tabelaSolucaoCidada" align="center" cellpadding="0" cellspacing="1"> | 19 | <table id="tabelaSolucaoCidada" align="center" cellpadding="0" cellspacing="1"> |
20 | + <div class="form-group"> | ||
19 | <tr> | 21 | <tr> |
20 | - <td><b>Senha atual:</b></td> | ||
21 | - <td><input type="password" name="senhaatual" size="50" maxlength="50" /> </td> | 22 | + <td> <label for="inputName"><b>Senha atual:</b></label></td> |
23 | + <td><input type="password" name="senhaatual" size="50" maxlength="50" class="form-control" id="senhaatual" /> </td> | ||
22 | </tr> | 24 | </tr> |
25 | + </div> | ||
26 | + <div class="form-group"> | ||
23 | <tr> | 27 | <tr> |
24 | - <td><b>Nova senha:</b></td> | ||
25 | - <td><input type="password" name="novasenha" size="50" maxlength="50" /> </td> | 28 | + <td> <label for="inputName"><b>Nova senha:</b></label></td> |
29 | + <td><input type="password" name="novasenha" size="50" maxlength="50" name="Novasenha" id="novasenha" /> </td> | ||
26 | </tr> | 30 | </tr> |
31 | + </div> | ||
32 | + <div class="form-group"> | ||
27 | <tr> | 33 | <tr> |
28 | - <td><b>Confirme a nova senha:</b></td> | ||
29 | - <td><input type="password" name="confirmasenha" size="50" maxlength="50" /> </td> | ||
30 | - </tr> | 34 | + <td> <label for="inputName"><b>Confirme a nova senha:</b></label></td> |
35 | + <td><input type="password" name="confirmasenha" size="50" maxlength="50" name="confirmenovasenha" id="confirmenovanovasenha" /> </td> | ||
36 | + </tr> | ||
37 | + </div> | ||
38 | + | ||
31 | <tr><td colspan="2"><td></tr> | 39 | <tr><td colspan="2"><td></tr> |
32 | <tr> | 40 | <tr> |
33 | <td colspan="2" align="center" style="border-top:1px solid #000000"> | 41 | <td colspan="2" align="center" style="border-top:1px solid #000000"> |
@@ -35,8 +43,8 @@ | @@ -35,8 +43,8 @@ | ||
35 | </td> | 43 | </td> |
36 | </tr> | 44 | </tr> |
37 | </table> | 45 | </table> |
38 | - | ||
39 | </form> | 46 | </form> |
47 | +</div> | ||
40 | <?php | 48 | <?php |
41 | getErro($erro); | 49 | getErro($erro); |
42 | -include("../inc/rodape.php");?> | ||
43 | \ No newline at end of file | 50 | \ No newline at end of file |
51 | +include("../inc/rodape.php");?> |
restrito/index/index.php
@@ -79,22 +79,32 @@ include("../inc/topo.php"); | @@ -79,22 +79,32 @@ include("../inc/topo.php"); | ||
79 | 79 | ||
80 | <div id="campos"> | 80 | <div id="campos"> |
81 | <table cellpadding="1" cellspacing="5" width="80%"> | 81 | <table cellpadding="1" cellspacing="5" width="80%"> |
82 | + <div class="form-group"> | ||
82 | <tr align="right"> | 83 | <tr align="right"> |
83 | <td> | 84 | <td> |
84 | <span class="labelLogin"><label for="login">Usuário: </label> </span> | 85 | <span class="labelLogin"><label for="login">Usuário: </label> </span> |
85 | - </td> | 86 | + |
87 | + </td> | ||
86 | <td> | 88 | <td> |
87 | - <span class="inputLogin"><input type="text" name="login" maxlength="20"> </span> | 89 | + <span class="inputLogin"><input type="text" name="login" maxlength="20" id="login"> </span> |
90 | + | ||
88 | </td> | 91 | </td> |
89 | </tr> | 92 | </tr> |
93 | + </div> | ||
94 | + | ||
95 | + <div class="form-group"> | ||
90 | <tr align="right"> | 96 | <tr align="right"> |
91 | <td> | 97 | <td> |
92 | - <span class="labelLogin"><label for="Senha">Senha: </LABEL> </span> | 98 | + <span class="labelLogin"><label for="Senha">Senha: </LABEL> </span> |
93 | </td> | 99 | </td> |
94 | <td> | 100 | <td> |
95 | - <span class="inputLogin"><input type="password" name="password" maxlength="100"> </span> | 101 | + <span class="inputLogin"><input type="password" name="password" maxlength="100" id="password" > </span> |
96 | </td> | 102 | </td> |
97 | </tr> | 103 | </tr> |
104 | + </div> | ||
105 | + | ||
106 | + | ||
107 | + | ||
98 | <?php if ($usarecap) { ?> | 108 | <?php if ($usarecap) { ?> |
99 | <tr> | 109 | <tr> |
100 | <td colspan="2" align="right"> | 110 | <td colspan="2" align="right"> |
@@ -110,7 +120,7 @@ include("../inc/topo.php"); | @@ -110,7 +120,7 @@ include("../inc/topo.php"); | ||
110 | <td> | 120 | <td> |
111 | </td> | 121 | </td> |
112 | <td> | 122 | <td> |
113 | - <br><input type="submit" class="inputBotao" name="btsub" value="Entrar"> | 123 | + <br><input type="submit" class="inputBotao" name="btsub" class="btn btn-default" value="Entrar"> |
114 | </td> | 124 | </td> |
115 | </tr> | 125 | </tr> |
116 | </table> | 126 | </table> |