-
Notifications
You must be signed in to change notification settings - Fork 0
/
loginAdmin.html
19 lines (18 loc) · 947 Bytes
/
loginAdmin.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div>
<img data-field="img" id="adminPhoto" class="userPhoto" src="img/profile-placeholder.png"/>
<h2><span data-field="username"></span></h2>
<div>
<ul>
<li id="adminTelephone"><p><span>Telefone: </span> <span data-field="telephone"></span></p></li>
<li id="adminEmail"><p><span>Email: </span> <span data-field="email"></span></p></li>
</ul>
</div>
<div class="row" id="admin-control">
<button href="adminCreateAdmin.html" class="btn">Gerenciar Admin</button>
<button href="adminCreateClient.html" class="btn">Cadastrar Cliente</button>
<button href="adminCreateProduct.html" class="btn">Cadastrar Produtos</button>
<button href="adminCreateService.html" class="btn">Cadastrar Serviços</button>
<button href="estoque.html" class="btn">Gerenciar Estoque</button>
<button class="btn" id="button-logoff" >LogOff</button>
</div>
</div>