589
| <![CDATA[<div class="" style="width: 100%; float: left; margin-top: 50px;">
<ol class="carousel-indicators">
<li data-target="#carouselAR" data-slide-to="0" class="active"></li>
<li data-target="#carouselAR" data-slide-to="1" class=""></li>
</ol>
</div>]]>
|
895
| <![CDATA[<div class="item active" style="overflow: hidden;">
<a
href="http://177.67.209.146:5659/servicosweb/home.jsf" target="_blank" class="Iptu-2022-199" title=" ">
<img class="img-responsive center-block" src="fotos_bancoimagens/4762.png" width="100%" height="100%" style="max-height: 600px; max-width: 550px;" alt=" " />
<a>
</div>]]>
|
898
| <![CDATA[<img class="img-responsive center-block" src="fotos_bancoimagens/4762.png" width="100%" height="100%" style="max-height: 600px; max-width: 550px;" alt=" " />]]>
|
917
| <![CDATA[<div class="col-md-6 col-sm-12 col-xs-12" style="margin-bottom: 10px">
<a href="Covid-19/Vacinometro/">
<img class="img-responsive img-bannerss center-block" src="images/vacinometro.png">
</a>
</div>]]>
|
1075
| <![CDATA[<div class="row" style="overflow: hidden;">
<iframe src="https://www.facebook.com/plugins/page.php?href=https://www.facebook.com/Prefeituradelivramentomtoficial-106112157744719/" width="340" height="200" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe>
</div>]]>
|
1076
| <![CDATA[<iframe src="https://www.facebook.com/plugins/page.php?href=https://www.facebook.com/Prefeituradelivramentomtoficial-106112157744719/" width="340" height="200" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe>]]>
|
1425
| <![CDATA[<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d570.7536553814194!2d-56.34689472131642!3d-15.774524580271121!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x939c571b007d8c05%3A0x7e134ed38be5e202!2sAv.+Coronel+Botelho%2C+458%2C+Nossa+Sra.+do+Livramento+-+MT%2C+78170-000!5e0!3m2!1spt-BR!2sbr!4v1532539258921" width="100%" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>]]>
|
1424
| <![CDATA[<div class="overlay-mapa" onclick="style.pointerEvents='none'"></div>]]>
|
330
| <![CDATA[<script type="text/javascript">
$(document).ready(function(){
$('input[name="input_filter_acesso_rapido"]').on('keyup',function(){
var value = $(this).val().toLowerCase().trim();
if (value.length >= 3) {
realoadAcessoRapido(value,'#realoadAcessoRapido');
} else {
realoadAcessoRapido('','#realoadAcessoRapido');
}
});
/* Funcion reloadAcessoRapido */
function realoadAcessoRapido(pesquisa, reloadData){
var ajaxLoadTimeout;
$.ajax({
url: 'index.acesso.rapido.ajax.inc.php',
type: 'POST',
data: {
input_pesquisa: pesquisa
},
beforeSend: function(xhr){
ajaxLoadTimeout = setTimeout(function() {
$(reloadData).html('<div class="text-center" id="loadingLista" style="background: url(css/images/ajax-loader80px.gif) center no-repeat; height: 100px; margin-top: 20px; "></div>');
}, 250);
}
}).done(function(data){
clearTimeout(ajaxLoadTimeout);
$(reloadData).html(data);
});
}
});
</script>]]>
|
826
| <![CDATA[<script type="text/javascript">
/* Script de retorno de dados pesquisados */
$(document).ready(function(){
$(".carousel").swipe({
swipe: function(event, direction, distance, duration, fingerCount, fingerData) {
if (direction == 'left') $(this).carousel('next');
if (direction == 'right') $(this).carousel('prev');
},
allowPageScroll:"vertical"
});
/* Slick de acesso rapido */
$('.row-slick-acesos-rapido').slick({
slidesToShow: 2,
slidesToScroll: 2,
autoplay: true,
arrows: false,
accessibility: false,
dots: true,
infinite: true,
autoplaySpeed: 8000,
responsive: [
{
breakpoint: 768,
settings: {
slidesToShow: 2,
slidesToScroll: 1
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 2,
slidesToScroll: 2,
dots: true
}
},
{
breakpoint: 320,
settings: {
slidesToShow: 2,
slidesToScroll: 2,
dots: true
}
}
]
});
});
</script>]]>
|
880
| <![CDATA[<script type="text/javascript">
function fechaBloco(div){
document.getElementById(div).style.display = 'none';
}
</script>]]>
|
1199
| <![CDATA[<script type="text/javascript">
/* antes era (window).load(function() / para jquery 2.2.1 / para jquery 3.3.1 / tem que ser desse jeito (window).on('load',function() */
$(document).ready(function(){
/* Click function */
$('input[name="input_filter_links_rapido"]').on('click',function(){
$('input[name="input_filter_links_rapido"]').on('keyup',function(){
var value = $(this).val().toLowerCase();
// console.log(value);
realoadLINKSRapido(value,'#realoadLINKSRapido');
}).on('blur',function(){
/*
realoadLINKSRapido(this.value,'#realoadLINKSRapido','');
*/
});
});
/* Windows load function realoadLINKSRapido */
$(window).on('load',function(){
realoadLINKSRapido('','#realoadLINKSRapido');
});
/* Funcion reloadAcessoRapido */
function realoadLINKSRapido(pesquisa, reloadData){
$.ajax({
url: "links_uteis_ajax.php?input_pesquisa_links="+pesquisa,
beforeSend: function(xhr){
$(reloadData).html('<div class="text-center" id="loadingLista" style="background: url(css/images/ajax-loader80px.gif) center no-repeat; height: 100px; margin-top: 15px; "></div>');
}
}).done(function(data){
$(reloadData).html(data);
});
}
});
</script>]]>
|
1699
| <![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>]]>
|