-
Notifications
You must be signed in to change notification settings - Fork 0
/
Usuarios-min.html
40 lines (40 loc) · 1023 Bytes
/
Usuarios-min.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
<div class="container-fluid">
<div class="container">
<div>
<img align="left" class="img-responsive" src="img/iconpostagem.png" id="imgtext">
<h2>Usuarios</h2>
</div>
<!-- <div class="row">
<div class="container-fluid"> -->
<div class="col-sm-12">
<p>Listagem de usuarios cadastrados no sistema:</p>
</div>
<!-- <div class="col-sm-3">
<a href="CadastrarUsuarios.html">
<button id="btncadastrar" type="button" class="btn btn-primary">CADASTRAR NOVO USUARIO</button>
</a>
</div>
</div>
</div> -->
<table class="table table-striped" id="user-table">
<thead>
<th>ID</th>
<th>Login</th>
<th>Nome</th>
<th>Email</th>
<th>CPF</th>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<br><br><br><br>
<div class="row">
<footer class="footer navbar-fixed-bottom" id="rodape">
<center>
<h5>@Copyright - todos os direitos reservados</h5>
</center>
</footer>
</div>
<script src="js/acoes.js"></script>