Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
145 righe
5.6 KiB
145 righe
5.6 KiB
<? include_once ROOT . 'layout/include_js.php'; ?> |
|
<div class="footer-padding"></div> |
|
<footer class="it-footer"> |
|
<div class="it-footer-main"> |
|
<div class="container"> |
|
<section> |
|
<div class="row clearfix"> |
|
<div class="col-6"> |
|
<div class="it-brand-wrapper"> |
|
<a href="#" data-focus-mouse="false" class=""> |
|
<img src="<?= BASE_HTTP ?>assets/img/footer_web_loghi_white.png" alt="" class="logo-footer"/> |
|
|
|
<div class="it-brand-text"> |
|
<h2 class="no_toc"><?= APP_NAME_SMALL ?></h2> |
|
</div> |
|
</a> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
<section > |
|
<div class="row"> |
|
<div class="col-lg-8 col-md-6 pb-2"> |
|
<h4><?= TEXT_ASSESSORATO_BANDO ?></h4> |
|
</div> |
|
<div class="col-lg-4 col-md-6 col-sm-6 pb-2"> |
|
<div class="link-list-wrapper"> |
|
<ul class="footer-list link-list clearfix"> |
|
<li ><a title="Vai alla pagina: Privacy Policy" class="list-item" target="_blank" href="<?=LINK_PRIVACY?>">Privacy Policy</a></li> |
|
<li ><a title="Vai alla pagina: Cookie Policy" class="list-item" target="_blank" href="<?=BASE_HTTP?>cookie.php">Cookie Policy</a></li> |
|
</ul> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
</div> |
|
</div> |
|
<div class="it-footer-small-prints clearfix"> |
|
<div class="container"> |
|
<ul class="it-footer-small-prints-list list-inline mb-0 d-flex flex-column flex-md-row"> |
|
<li class="list-inline-item"><a style="color: white !important; text-transform: uppercase" title="<?= APP_DESCR ?>"> <?= APP_DESCR ?> </a></li> |
|
</ul> |
|
</div> |
|
</div> |
|
</footer> |
|
<div id="scroll-to-top" class="scroll-to-top"> |
|
<button type="button" class="btn btn-secondary active" data-toggle="button" aria-pressed="true"> |
|
<i class="fas fa-caret-square-up"></i> |
|
</button> |
|
</div> |
|
<?php |
|
/* |
|
?> |
|
|
|
<div class="footer-padding"></div> |
|
<footer class="footer" style="z-index: 9999 !important;"> |
|
<?php |
|
/{ |
|
width:100% !important; |
|
height:50px !important; |
|
} |
|
</style> |
|
<svg style="pointer-events: none;" class="wavefoo custom" width="100%" height="50px" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 75"> |
|
<defs> |
|
<style> |
|
.afoo { |
|
fill: none; |
|
} |
|
|
|
.bfoo { |
|
clip-path: url(#a); |
|
} |
|
|
|
.cfoo, |
|
.dfoo { |
|
fill: #2b406f; |
|
} |
|
|
|
.dfoo { |
|
opacity: 0.5; |
|
isolation: isolate; |
|
} |
|
</style> |
|
<clipPath id="afoo"><rect class="afoo" width="1920" height="75"></rect></clipPath> |
|
</defs> |
|
<g class="bfoo"><path class="cfoo" d="M1963,327H-105V65A2647.49,2647.49,0,0,1,431,19c217.7,3.5,239.6,30.8,470,36,297.3,6.7,367.5-36.2,642-28a2511.41,2511.41,0,0,1,420,48"></path></g> |
|
<g class="bfoo"><path class="dfoo" d="M-127,404H1963V44c-140.1-28-343.3-46.7-566,22-75.5,23.3-118.5,45.9-162,64-48.6,20.2-404.7,128-784,0C355.2,97.7,341.6,78.3,235,50,86.6,10.6-41.8,6.9-127,10"></path></g> |
|
<g class="bfoo"><path class="dfoo" d="M1979,462-155,446V106C251.8,20.2,576.6,15.9,805,30c167.4,10.3,322.3,32.9,680,56,207,13.4,378,20.3,494,24"></path></g> |
|
<g class="bfoo"><path class="dfoo" d="M1998,484H-243V100c445.8,26.8,794.2-4.1,1035-39,141-20.4,231.1-40.1,378-45,349.6-11.6,636.7,73.8,828,150"></path></g> |
|
</svg> |
|
|
|
<div class="container text-center "> |
|
|
|
<small class="text-white"><?= APP_DESCR ?> | <a href="<?=LINK_PRIVACY?>" style="color:white;" target="_blank">Privacy Policy</a> | <a href="<?=BASE_HTTP?>cookie.php" style="color:white;" target="_blank">Cookie Policy</a></small><br> |
|
</div> |
|
</footer> |
|
<? |
|
*/ |
|
?> |
|
<script> |
|
|
|
window.onscroll = function () { |
|
scrollFunction(); |
|
}; |
|
|
|
function scrollFunction() { |
|
if ( |
|
document.body.scrollTop > 100 || |
|
document.documentElement.scrollTop > 100 |
|
) { |
|
$('#scroll-to-top').addClass('show-scrollTop'); |
|
//mybutton.style.display = "block"; |
|
} else { |
|
$('#scroll-to-top').removeClass('show-scrollTop'); |
|
//mybutton.style.display = "none"; |
|
} |
|
} |
|
// When the user clicks on the button, scroll to the top of the document |
|
$('#scroll-to-top').on("click", scrollToTop); |
|
function scrollToTop() { |
|
(function smoothscroll() { |
|
var currentScroll = document.documentElement.scrollTop || document.body.scrollTop; |
|
if (currentScroll > 0) { |
|
$("html, body").animate({ |
|
scrollTop: 0 |
|
}, 1000); |
|
} |
|
})(); |
|
} |
|
</script> |
|
<? |
|
if (!DEV) { |
|
/* |
|
* Codice javascript visibile solo in produzione |
|
*/ |
|
?> |
|
<script> |
|
function blocco_mousedx() |
|
{ |
|
return(false); |
|
} |
|
document.oncontextmenu = blocco_mousedx; |
|
</script> |
|
<? |
|
}?>
|