569
| <![CDATA[<script type="text/javascript">
$(document).ready(function() {
$('.item-noticia-downloads').on('click', function(e) {
var codigo = $(this).data('codigo');
$.post('noticias_downloads_hit.php', {id: codigo});
});
});
</script>]]>
|
577
| <![CDATA[<script>
function printContent(id){
w = screen.width;
h = screen.height;
meio_w = w/2;
meio_h = h/2;
altura = '768';
largura = '1024';
altura2 = altura/2;
largura2 = largura/2;
meio1 = meio_h-altura2;
meio2 = meio_w-largura2;
str=document.getElementById(id).innerHTML
newwin=window.open('','printwin','left='+meio2+',top='+meio1+',width='+largura+',height='+altura+'')
newwin.document.write('<html>\n')
newwin.document.write('<head>\n')
newwin.document.write('<base href="https://www.sinop.mt.gov.br/" />')
newwin.document.write('<style>')
newwin.document.write('.content-header-print{margin-bottom: 20px; }')
newwin.document.write('table{ font-family: arial, sans-serif; border-collapse: collapse; width: 100%; color: black; }')
newwin.document.write('thead{ background-color: black !important; }')
newwin.document.write('th{color: #FFF;}')
newwin.document.write('th{text-align: center; }')
newwin.document.write('td:nth-child(1), th:nth-child(1) {width: 30%;}')
newwin.document.write('td:nth-child(2), th:nth-child(1) {width: 40%;}')
newwin.document.write('td:nth-child(3), th:nth-child(1) {width: 30%;}')
newwin.document.write('td, th {border: 1px solid #DDDDDD; padding: 8px; }')
newwin.document.write('tr:nth-child(even) { background-color: #dddddd; }')
newwin.document.write('a{ color: #000000; text-decoration: none; }')
newwin.document.write('</style>')
newwin.document.write('<script>\n')
newwin.document.write('function chkstate(){\n')
newwin.document.write('if(document.readyState=="complete"){\n')
newwin.document.write('window.close()\n')
newwin.document.write('}\n')
newwin.document.write('else{\n')
newwin.document.write('setTimeout("chkstate()",2000)\n')
newwin.document.write('}\n')
newwin.document.write('}\n')
newwin.document.write('function print_win(){\n')
newwin.document.write('window.print();\n')
newwin.document.write('chkstate();\n')
newwin.document.write('}\n')
newwin.document.write('<\/script>\n')
newwin.document.write('<title>Notícias > Sinop cumpre requisitos e permanece no mapa do turismo 2022 </title> ')
newwin.document.write('</head>\n')
newwin.document.write('<body style="background:none;" onload="print_win()">\n');
newwin.document.write('<div class="content-header-print">Notícias - Sinop cumpre requisitos e permanece no mapa do turismo 2022 19/04/2022 ás 17:48:28</div>')
newwin.document.write(str)
newwin.document.write('</body>\n')
newwin.document.write('</html>\n')
newwin.document.close();
}
</script>]]>
|
902
| <![CDATA[<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:1242413,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-99810099-1', 'auto');
ga('send', 'pageview');
</script>]]>
|
924
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-113555057-2');
</script>]]>
|
1158
| <![CDATA[<script type='text/javascript'>//<![CDATA[
$(document).ready(function(){
// if no cookie
if ($.cookie('cookie-lgpd')!="true") {
$("#barra-cookies-lgpd").show();
$("#aceitar-cookies-lgpd").click(function() {
$("#barra-cookies-lgpd").hide();
// set the cookie for 24 hours
var date = new Date();
date.setDate(date.getDate() + 30);
$.cookie('cookie-lgpd', "true", { expires: date });
});
}
});//]]>
</script>]]>
|