1
Fork 0
mirror of https://github.com/Steffo99/estus.git synced 2024-11-21 23:24:18 +00:00

Non lo so. Balu ha fatto qualcosa ma si è scordato di committare

This commit is contained in:
Lorenzo 2017-09-13 08:25:31 +02:00
parent af00feaa76
commit 7cfa426c95
6 changed files with 7 additions and 6 deletions

View file

@ -3,6 +3,7 @@
<h1>
Dispositivi esistenti
</h1>
<a class="btn btn-success" href="/disp_add"><span class="glyphicon glyphicon-plus"></span> Aggiungi</a>
<table class="table table-hover">
<thead>
<tr>
@ -29,5 +30,5 @@
</tr>
{% endfor %}
</table>
<a class="btn btn-success" href="/disp_add">Aggiungi</a>
{% endblock %}

View file

@ -4,6 +4,7 @@
<h1>
Enti esistenti
</h1>
<a class="btn btn-success" href="/ente_add"><span class="glyphicon glyphicon-plus"></span> Aggiungi</a>
<table class="table table-hover">
<thead>
<tr>
@ -26,5 +27,4 @@
{% endfor %}
</tbody>
</table>
<a class="btn btn-success" href="/ente_add">Aggiungi</a>
{% endblock %}

View file

@ -4,6 +4,7 @@
<h1>
Impiegati esistenti
</h1>
<a class="btn btn-success" href="/imp_add"><span class="glyphicon glyphicon-plus"></span> Aggiungi</a>
<table class="table table-hover">
<thead>
<tr>
@ -28,5 +29,4 @@
</tr>
{% endfor %}
</table>
<a class="btn btn-success" href="/imp_add">Aggiungi</a>
{% endblock %}

View file

@ -3,6 +3,7 @@
<h1>
Reti esistenti
</h1>
<a class="btn btn-success" href="/net_add"><span class="glyphicon glyphicon-plus"></span> Aggiungi</a>
<table class="table table-hover">
<thead>
<tr>
@ -21,5 +22,4 @@
</tr>
{% endfor %}
</table>
<a class="btn btn-success" href="/net_add">Aggiungi</a>
{% endblock %}

View file

@ -4,6 +4,7 @@
<h1>
Servizi esistenti
</h1>
<a class="btn btn-success" href="/serv_add"><span class="glyphicon glyphicon-plus"></span> Aggiungi</a>
<table class="table table-hover">
<thead>
<tr>
@ -26,5 +27,4 @@
</tr>
{% endfor %}
</table>
<a class="btn btn-success" href="/serv_add">Aggiungi</a>
{% endblock %}

View file

@ -3,6 +3,7 @@
<h1>
Utenti dell'inventario esistenti
</h1>
<a class="btn btn-success" href="/user_add"><span class="glyphicon glyphicon-plus"></span> Aggiungi</a>
<table class="table table-hover">
<thead>
<tr>
@ -17,5 +18,4 @@
</tr>
{% endfor %}
</table>
<a class="btn btn-success" href="/user_add">Aggiungi</a>
{% endblock %}