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

View file

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

View file

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

View file

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

View file

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

View file

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