108
| <![CDATA[<button type="submit" style="background-color: transparent; margin-left: 15px; margin-top: 15px;" class="btn-pesquisa pull-left" id="btn-pesquisa" title="Botão Pesquisar">
<span class="glyphicon glyphicon-search"></span>
</button>]]>
|
112
| <![CDATA[<button onclick="exibirFormulario(false)" style="background-color: transparent; margin-right: 15px; margin-top: 15px;" class="btn-pesquisa pull-right" title="Botão Cancelar">
<span class="glyphicon glyphicon-remove"></span>
</button>]]>
|
117
| <![CDATA[<button type="button" style="background-color: transparent; margin-left: 15px; margin-top: 13px;" onclick="exibirFormulario(true)" style="margin-top: 13px; background-color: transparent;" class="btn-pesquisa hidden-md hidden-sm hidden-lg pull-left" id="btn-hidden-pesquisa">
<span class="glyphicon glyphicon-search" style="color: #046DA7; font-size: 24px;"></span>
</button>]]>
|
118
| <![CDATA[<span class="glyphicon glyphicon-search" style="color: #046DA7; font-size: 24px;"></span>]]>
|
482
| <![CDATA[<div class="text-center" style="margin-bottom: 15px; font-weigth: bold;">
<h2>SportApp</h2>
</div>]]>
|
487
| <![CDATA[<iframe src="https://marialva.sportapp.com.br/mobile" style="width:100%;border:none;height:100%"></iframe>]]>
|
415
| <![CDATA[<style>
.row {
margin: 0;
margin-bottom: 50px;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.alinha-center {
display: flex;
align-items: center;
justify-content: center;
height: inherit;
}
/* The device with borders */
.smartphone {
position: relative;
width: 352px;
height: 720px;
margin: auto;
border: 16px black solid;
border-top-width: 60px;
border-bottom-width: 60px;
border-radius: 36px;
}
/* The horizontal line on the top of the device */
.smartphone:before {
content: '';
display: block;
width: 60px;
height: 5px;
position: absolute;
top: -30px;
left: 50%;
transform: translate(-50%, -50%);
background: #333;
border-radius: 10px;
}
/* The circle on the bottom of the device */
.smartphone:after {
content: '';
display: block;
width: 35px;
height: 35px;
position: absolute;
left: 50%;
bottom: -65px;
transform: translate(-50%, -50%);
background: #333;
border-radius: 50%;
}
/* The screen (or content) of the device */
.smartphone .content {
width: 320px;
height: 600px;
background: white;
page-break-after:always;
}
</style>]]>
|
112
| <![CDATA[<button onclick="exibirFormulario(false)" style="background-color: transparent; margin-right: 15px; margin-top: 15px;" class="btn-pesquisa pull-right" title="Botão Cancelar">
<span class="glyphicon glyphicon-remove"></span>
</button>]]>
|
117
| <![CDATA[<button type="button" style="background-color: transparent; margin-left: 15px; margin-top: 13px;" onclick="exibirFormulario(true)" style="margin-top: 13px; background-color: transparent;" class="btn-pesquisa hidden-md hidden-sm hidden-lg pull-left" id="btn-hidden-pesquisa">
<span class="glyphicon glyphicon-search" style="color: #046DA7; font-size: 24px;"></span>
</button>]]>
|
379
| <![CDATA[<a id="busca" onclick="exibirFormulario(true)">
<i class="material-icons">search</i>
</a>]]>
|
9
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-66531202-43');
</script>]]>
|
764
| <![CDATA[<script type="text/javascript">
function validaBusca(){
if(!$("#ipt-pesquisa").val()){
alertify.alert('<img style="margin:0 auto; max-height:60px" src="https://www.marialva.pr.gov.br//images/brasao_topo.png" class="img-responsive"/>','O campo pesquisa está vazio');
return false;
}
}
function exibirFormulario(param){
if(param == true) {
$('#conteudo-pesquisa').show();
$('#busca').hide();
$('#btn-hidden-pesquisa').hide();
} else {
$('#conteudo-pesquisa').hide();
$('#busca').show();
$('#btn-hidden-pesquisa').show();
}
}
$('iframe').iframeTracker({
blurCallback: function(){
$('#carousel-tv').carousel('pause');
}
});
$(window).scroll(function (event) {
if ($(window).width() > "992") {
event.stopPropagation();
if ($(window).scrollTop() > '10' && $(window).scrollTop() <= '1910') {
$('#menu-lateral').show('fade');
} else {
$('#menu-lateral').hide('fade');
}
}
});
function iniciar(id){
var total = 0;
$('#carousel-tv').carousel('cycle');
for (var i = total; i > 0 ; i--) {
var posicao = i - 1;
$('#video'+posicao )[0].contentWindow.postMessage('{"event":"command","func":"' + 'stopVideo' + '","args":""}', '*');
}
}
$(document).ready(function(){
// console.log('teste');
dimensionar();
// alert("teste");
$(".owl-carousel").owlCarousel({
navigation: true,
nav: true,
navText: ["<i class='fa fa-chevron-left' aria-hidden='true'></i>", "<i class='fa fa-chevron-right' aria-hidden='true'></i>"],
autoplay:true,
autoWidth: false,
slideBy: 1,
dots:false,
margin: 0,
loop: false,
responsive: {
0: {
items: 1
},
700: {
items: 2
},
993: {
items: 3
}
}
});
$('#popup-modal_1').modal('show');
$('#popup-modal_2').modal('show');
$('#carousel-tv').on('slide.bs.carousel', function (e) {
var slide = $(e.relatedTarget).index();
if(slide > 0){
var pos = $('#div-scroll-videos').scrollTop();
$("#div-scroll-videos").animate({
scrollTop: pos + 100
}, 800);
} else {
$("#div-scroll-videos").animate({
scrollTop: 0
}, 800);
}
});
window.onresize = function(event){
dimensionar();
}
});
function dimensionar(){
var col = document.getElementById("col-ultima-noticia");
var div = col.getElementsByTagName("div");
var width, height, imagem, img_width, img_height;
for(i = 0; i < div.length; i++){
width = div[i].offsetWidth;
height = div[i].offsetHeight;
imagem = div[i].children;
for(j = 0; j < imagem.length; j++){
img_width = imagem[j].naturalWidth;
img_height = imagem[j].naturalHeight;
if((img_width / img_height) < (width / height)){
imagem[j].classList.add("img-retrato");
imagem[j].classList.remove("img-paisagem");
}
else{
imagem[j].classList.add("img-paisagem");
imagem[j].classList.remove("img-retrato");
}
}
}
}
</script>]]>
|
0
| Não há código fonte a ser exibido.
|