+ Qui di seguito verranno pubblicate le segnalazioni delle ASL e/o delle forze dell'ordine riguardanti furti, smarrimenti o eventuali segnalazioni riguardanti RICETTARI e/o TIMBRI di tutta la regione campania.
+
";
+
+ $qs=mysqli_query($conn,"SELECT * FROM files WHERE path='/docs/ricette-e-timbri' AND date LIKE '$current-%' ORDER BY date DESC");
+ while($rs=mysqli_fetch_array($qs)){
+ echo "
";
+ item_file($rs);
+ echo "
";
+ }
+
+ echo "
";
+ $active="";
+ }
+ }
+ ?>
+
+
+
+
+
+
ATTENZIONE:
+
Per accedere a questa sezione bisogna effettuare il login !!!
+
+
+
diff --git a/css/styles.css b/css/styles.css
index e60a9e9..2da05c1 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -16,91 +16,98 @@
/* 45px */
/* 48px */
/* 53px */
-/* line 65, variables.scss */
+/* ?px */
+/* line 66, variables.scss */
.font-10 {
font-size: 0.625rem !important;
}
-/* line 65, variables.scss */
+/* line 66, variables.scss */
.font-12 {
font-size: 0.75rem !important;
}
-/* line 65, variables.scss */
+/* line 66, variables.scss */
.font-13 {
font-size: 0.8125rem !important;
}
-/* line 65, variables.scss */
+/* line 66, variables.scss */
.font-14 {
font-size: 0.875rem !important;
}
-/* line 65, variables.scss */
+/* line 66, variables.scss */
.font-15 {
font-size: 0.9375rem !important;
}
-/* line 65, variables.scss */
+/* line 66, variables.scss */
.font-16 {
font-size: 1rem !important;
}
-/* line 65, variables.scss */
+/* line 66, variables.scss */
.font-18 {
font-size: 1.125rem !important;
}
-/* line 65, variables.scss */
+/* line 66, variables.scss */
.font-20 {
font-size: 1.25rem !important;
}
-/* line 65, variables.scss */
+/* line 66, variables.scss */
.font-22 {
font-size: 1.375rem !important;
}
-/* line 65, variables.scss */
+/* line 66, variables.scss */
.font-24 {
font-size: 1.5rem !important;
}
-/* line 65, variables.scss */
+/* line 66, variables.scss */
.font-28 {
font-size: 1.75rem !important;
}
-/* line 65, variables.scss */
+/* line 66, variables.scss */
.font-30 {
font-size: 1.875rem !important;
}
-/* line 65, variables.scss */
+/* line 66, variables.scss */
.font-34 {
font-size: 2.125rem !important;
}
-/* line 65, variables.scss */
+/* line 66, variables.scss */
.font-40 {
font-size: 2.5rem !important;
}
-/* line 65, variables.scss */
+/* line 66, variables.scss */
.font-45 {
font-size: 2.8125rem !important;
}
-/* line 65, variables.scss */
+/* line 66, variables.scss */
.font-48 {
font-size: 3rem !important;
}
-/* line 65, variables.scss */
+/* line 66, variables.scss */
.font-53 {
font-size: 3.3125rem !important;
}
+/* line 68, variables.scss */
+.font-alert {
+ font-size: 8rem;
+ opacity: .5;
+}
+
/*!
* Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
* Copyright 2011-2017 The Bootstrap Authors
@@ -14812,88 +14819,114 @@ header .breadcrumb .container .crumbs a:hover {
transition: .4s;
}
/* line 15, navigation.scss */
-.dropdown .title {
+.dropdown.static {
+ border-top: 3px solid #d1efb5;
+ border-bottom: 3px solid #d1efb5;
+ background: white;
+}
+/* line 19, navigation.scss */
+.dropdown.static > .title {
+ background: #d1efb5;
+ color: #4e984a;
+}
+/* line 25, navigation.scss */
+.dropdown.static.active > .title, .dropdown.static:hover > .title {
+ color: white;
+}
+/* line 30, navigation.scss */
+.dropdown.static > .items li {
+ border-bottom: none;
+}
+/* line 32, navigation.scss */
+.dropdown.static > .items li a {
+ color: #666;
+}
+/* line 34, navigation.scss */
+.dropdown.static > .items li a:hover {
+ color: black;
+}
+/* line 42, navigation.scss */
+.dropdown > .title {
font-size: 0.75rem;
font-weight: bold;
text-align: left;
padding: 6px 10px 8px 10px;
position: relative;
cursor: pointer;
- background: #71986e;
background: #4e984a;
color: white;
transition: .4s;
}
-/* line 27, navigation.scss */
-.dropdown .title:after {
+/* line 53, navigation.scss */
+.dropdown > .title:after {
content: '\f105';
font-family: 'FontAwesome';
position: absolute;
right: 10px;
transition: .4s;
}
-/* line 38, navigation.scss */
+/* line 64, navigation.scss */
.dropdown:hover {
border-top: 3px solid #4e984a;
border-bottom: 3px solid #4e984a;
}
-/* line 41, navigation.scss */
-.dropdown:hover .title {
+/* line 67, navigation.scss */
+.dropdown:hover > .title {
background: #4e984a;
}
-/* line 46, navigation.scss */
-.dropdown .items {
+/* line 72, navigation.scss */
+.dropdown > .items {
overflow: hidden;
height: 0px;
padding: 0 10px;
margin: 0;
}
-/* line 52, navigation.scss */
-.dropdown .items li {
+/* line 78, navigation.scss */
+.dropdown > .items li {
font-size: 0.75rem;
text-align: left;
border-bottom: 1px solid #aaa;
padding: 10px 0;
list-style: none;
}
-/* line 59, navigation.scss */
-.dropdown .items li a {
+/* line 85, navigation.scss */
+.dropdown > .items li a {
color: #666;
text-decoration: none;
transition: .4s;
cursor: pointer;
}
-/* line 64, navigation.scss */
-.dropdown .items li a:hover {
+/* line 90, navigation.scss */
+.dropdown > .items li a:hover {
color: #aaa;
}
-/* line 68, navigation.scss */
-.dropdown .items li:last-child {
+/* line 94, navigation.scss */
+.dropdown > .items li:last-child {
border-bottom: none;
}
-/* line 75, navigation.scss */
+/* line 101, navigation.scss */
.dropdown.active {
border-top: 3px solid #4e984a;
border-bottom: 3px solid #4e984a;
}
-/* line 79, navigation.scss */
-.dropdown.active .title {
+/* line 105, navigation.scss */
+.dropdown.active > .title {
background: #4e984a;
}
-/* line 81, navigation.scss */
-.dropdown.active .title:after {
+/* line 107, navigation.scss */
+.dropdown.active > .title:after {
transform: rotate(90deg);
}
-/* line 85, navigation.scss */
-.dropdown.active .items {
+/* line 111, navigation.scss */
+.dropdown.active > .items {
height: auto;
}
-/* line 94, navigation.scss */
+/* line 120, navigation.scss */
.pages {
text-align: center;
}
-/* line 96, navigation.scss */
+/* line 122, navigation.scss */
.pages a {
display: inline-block;
background: #d1efb5;
@@ -14903,7 +14936,7 @@ header .breadcrumb .container .crumbs a:hover {
color: #4e984a;
padding: 4px 8px;
}
-/* line 105, navigation.scss */
+/* line 131, navigation.scss */
.pages a:hover, .pages a.selected {
color: white;
background: #4e984a;
diff --git a/docs/farmaci-ritirati/filename1.txt b/docs/farmaci-ritirati/filename1.txt
new file mode 100644
index 0000000..8d1c8b6
--- /dev/null
+++ b/docs/farmaci-ritirati/filename1.txt
@@ -0,0 +1 @@
+
diff --git a/docs/farmaci-ritirati/filename2.txt b/docs/farmaci-ritirati/filename2.txt
new file mode 100644
index 0000000..2a8d60e
--- /dev/null
+++ b/docs/farmaci-ritirati/filename2.txt
@@ -0,0 +1,3 @@
+asdfgdjnbfghdn
+g hgsfj
+rtg
diff --git a/docs/farmaci-ritirati/filename3.txt b/docs/farmaci-ritirati/filename3.txt
new file mode 100644
index 0000000..e3fc7b8
--- /dev/null
+++ b/docs/farmaci-ritirati/filename3.txt
@@ -0,0 +1 @@
+s
diff --git a/images/logo_carabinieri.jpg b/images/logo_carabinieri.jpg
new file mode 100644
index 0000000..4eaacd7
Binary files /dev/null and b/images/logo_carabinieri.jpg differ
diff --git a/images/logo_guardiadifinanza.jpg b/images/logo_guardiadifinanza.jpg
new file mode 100644
index 0000000..fd98415
Binary files /dev/null and b/images/logo_guardiadifinanza.jpg differ
diff --git a/images/logo_poliziadistato.jpg b/images/logo_poliziadistato.jpg
new file mode 100644
index 0000000..2b7aa70
Binary files /dev/null and b/images/logo_poliziadistato.jpg differ
diff --git a/images/logo_regione.jpg b/images/logo_regione.jpg
new file mode 100644
index 0000000..11e732e
Binary files /dev/null and b/images/logo_regione.jpg differ
diff --git a/js/scripts.js b/js/scripts.js
index 57a5d2c..7d15678 100644
--- a/js/scripts.js
+++ b/js/scripts.js
@@ -37,7 +37,7 @@ $(document).ready(function(){
$(this).parent().toggleClass('active');
- if($(this).parent().hasClass('active')){
+ if($(this).parent().hasClass('active') && !$(this).parent().hasClass('static')){
$('html, body').animate({
scrollTop: $(this).parent().offset().top
},500);
diff --git a/news.php b/news.php
index 2d3fb73..e9818fb 100644
--- a/news.php
+++ b/news.php
@@ -30,10 +30,12 @@
echo "
Allegati:
";
$qa = mysqli_query($conn, "SELECT * FROM files WHERE id IN(".$r['append'].")");
while($ra = mysqli_fetch_array($qa)){
+ /*
$size = get_filesize($ra['path']."/".$ra['filename']);
if($size > 1000){$size = ($size/1000)."Mb";}else{$size = $size."Kb";}
+ */
echo "