diff --git a/ADMIN/menu.php b/ADMIN/menu.php index 960584f..8038cca 100644 --- a/ADMIN/menu.php +++ b/ADMIN/menu.php @@ -37,6 +37,27 @@ + + + + + diff --git a/ADMIN/sheets/parapharmacy/add.php b/ADMIN/sheets/parapharmacy/add.php new file mode 100755 index 0000000..ca6f7d4 --- /dev/null +++ b/ADMIN/sheets/parapharmacy/add.php @@ -0,0 +1,72 @@ +
+
+
Aggiungi parafarmacia
+
+
+ +
+ + +

+ Parafarmacia aggiunta correttamente! +
'; + + + }else{ + ?> +
+
+
+ Parafarmacia + +
+
+ Comune + +
+
+ Indirizzo + +
+
+ Telefono + +
+
+ Fax + +
+
+ Sito internet + +
+
+ Email + +
+ + +
+ +
+
+
+ + + +
+ +
+ + diff --git a/ADMIN/sheets/parapharmacy/del.php b/ADMIN/sheets/parapharmacy/del.php new file mode 100644 index 0000000..6aea71c --- /dev/null +++ b/ADMIN/sheets/parapharmacy/del.php @@ -0,0 +1,98 @@ +
+
+
Elimina parafarmacia
+
+
+ +
+ + +

+ Parafarmacia eliminata correttamente! +
'; + + }else{ + + if($getQ[3]){ + + $q=mysqli_query($conn, "SELECT * FROM parapharmacy WHERE id = ".trim($getQ[3])); + $r=mysqli_fetch_array($q); + ?> +
+
+
+ Parafarmacia +

+
+
+ Comune +

+
+
+ Indirizzo +

+
+
+ Telefono +

+
+
+ Fax +

+
+
+ Sito internet +

+
+
+ Email +

+
+ +
+ +
+
+
+ + +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ + + + +
+ +
+ + diff --git a/ADMIN/sheets/parapharmacy/list.php b/ADMIN/sheets/parapharmacy/list.php new file mode 100644 index 0000000..4aaa178 --- /dev/null +++ b/ADMIN/sheets/parapharmacy/list.php @@ -0,0 +1,57 @@ + +
+ +
+
Ricerca parafarmacie
+
+ + +
+
+
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+ + + ".$r['parapharmacy']." - ".$r['address']." - ".$r['city']." +
"; + } + + ?> + +
+
+ + +
+ + diff --git a/ADMIN/sheets/parapharmacy/mod.php b/ADMIN/sheets/parapharmacy/mod.php new file mode 100644 index 0000000..41da9af --- /dev/null +++ b/ADMIN/sheets/parapharmacy/mod.php @@ -0,0 +1,102 @@ +
+
+
Modifica parafarmacia
+
+
+ +
+ + +

+ Parafarmacia modificata correttamente! +
'; + + }else{ + + if($getQ[3]){ + + $q=mysqli_query($conn, "SELECT * FROM parapharmacy WHERE id = ".trim($getQ[3])); + $r=mysqli_fetch_array($q); + ?> +
+
+
+ Parafarmacia + +
+
+ Comune + +
+
+ Indirizzo + +
+
+ Telefono + +
+
+ Fax + +
+
+ Sito internet + +
+
+ Email + +
+ +
+ +
+
+
+ + +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ + + +
+ +
+ + diff --git a/ADMIN/sheets/pharmacy/add.php b/ADMIN/sheets/pharmacy/add.php new file mode 100755 index 0000000..d35c130 --- /dev/null +++ b/ADMIN/sheets/pharmacy/add.php @@ -0,0 +1,79 @@ +
+
+
Aggiungi farmacia
+
+
+ +
+ + +

+ Farmacia aggiunta correttamente! +
'; + + + }else{ + ?> +
+
+
+ Farmacia + +
+
+ Comune + +
+
+ Indirizzo + +
+
+ Telefono + +
+
+ Sito internet + +
+
+ Email + +
+
+ Email certificata (PEC) + +
+ +
+ Tipologia + +
+ +
+ +
+
+
+ + + +
+ +
+ + diff --git a/ADMIN/sheets/pharmacy/del.php b/ADMIN/sheets/pharmacy/del.php new file mode 100644 index 0000000..0cbe6bc --- /dev/null +++ b/ADMIN/sheets/pharmacy/del.php @@ -0,0 +1,103 @@ +
+
+
Elimina farmacia
+
+
+ +
+ + +

+ Farmacia eliminata correttamente! +
'; + + }else{ + + if($getQ[3]){ + + $q=mysqli_query($conn, "SELECT * FROM pharmacy WHERE id = ".trim($getQ[3])); + $r=mysqli_fetch_array($q); + ?> +
+
+
+ Farmacia +

+
+
+ Comune +

+
+
+ Indirizzo +

+
+
+ Telefono +

+
+
+ Sito internet +

+
+
+ Email +

+
+
+ Email certificata (PEC) +

+
+ +
+ Tipologia +

+
+ +
+ +
+
+
+ + +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ + + + +
+ +
+ + diff --git a/ADMIN/sheets/pharmacy/list.php b/ADMIN/sheets/pharmacy/list.php new file mode 100644 index 0000000..12a7227 --- /dev/null +++ b/ADMIN/sheets/pharmacy/list.php @@ -0,0 +1,57 @@ + +
+ +
+
Ricerca farmacie
+
+ + +
+
+
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+ + + ".$r['pharmacy']." - ".$r['address']." - ".$r['city']." +
"; + } + + ?> + +
+
+ + +
+ + diff --git a/ADMIN/sheets/pharmacy/mod.php b/ADMIN/sheets/pharmacy/mod.php new file mode 100644 index 0000000..b0048e2 --- /dev/null +++ b/ADMIN/sheets/pharmacy/mod.php @@ -0,0 +1,110 @@ +
+
+
Modifica farmacia
+
+
+ +
+ + +

+ Farmacia modificata correttamente! +
'; + + }else{ + + if($getQ[3]){ + + $q=mysqli_query($conn, "SELECT * FROM pharmacy WHERE id = ".trim($getQ[3])); + $r=mysqli_fetch_array($q); + ?> +
+
+
+ Farmacia + +
+
+ Comune + +
+
+ Indirizzo + +
+
+ Telefono + +
+
+ Sito internet + +
+
+ Email + +
+
+ Email certificata (PEC) + +
+ +
+ Tipologia + +
+ +
+ +
+
+
+ + +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ + + +
+ +
+ + diff --git a/css/styles.css b/css/styles.css index 05ae888..f955d0a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -15294,18 +15294,19 @@ header .breadcrumb .container .crumbs a:hover { /* line 2, sections/bod.scss */ .bod { + font-size: 0.875rem; /* border-bottom: 1px solid $light-grey; */ } -/* line 5, sections/bod.scss */ +/* line 6, sections/bod.scss */ .bod .avatar { position: relative; width: 50px; height: 50px; overflow: hidden; - border-radius: 20px; + border-radius: 5px; display: block; } -/* line 13, sections/bod.scss */ +/* line 14, sections/bod.scss */ .bod .avatar img { position: absolute; top: 0; diff --git a/scss/.sass-cache/094858d67900945e1547c8ced88b84162c32e28d/bod.scssc b/scss/.sass-cache/094858d67900945e1547c8ced88b84162c32e28d/bod.scssc index a7949ac..b206853 100644 Binary files a/scss/.sass-cache/094858d67900945e1547c8ced88b84162c32e28d/bod.scssc and b/scss/.sass-cache/094858d67900945e1547c8ced88b84162c32e28d/bod.scssc differ diff --git a/scss/sections/bod.scss b/scss/sections/bod.scss index 92c7a16..99f6710 100644 --- a/scss/sections/bod.scss +++ b/scss/sections/bod.scss @@ -1,5 +1,6 @@ .bod{ + font-size: $font-14; /* border-bottom: 1px solid $light-grey; */ .avatar{ @@ -7,7 +8,7 @@ width: 50px; height: 50px; overflow: hidden; - border-radius: 20px; + border-radius: 5px; display: block; img{