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>]]>
|
464
| <![CDATA[<h2 class="acessibilidade hidden-xs" style="border-bottom: solid 1px #dddddd;" >CONTROLADORIA / FAÇA SUA SOLICITAÇÃO</h2>]]>
|
489
| <![CDATA[<input type="text" name="nome" class="acessibilidade form-control required" style="width: 100%" id="nome" value="" required>]]>
|
493
| <![CDATA[<input type="text" name="cpf" class="acessibilidade form-control required cpf" style="width: 100%" id="cpf" value="" required>]]>
|
508
| <![CDATA[<input type="municipio" name="municipio" style="width: 100%" class="acessibilidade form-control required municipio" id="municipio" value="" required>]]>
|
512
| <![CDATA[<select class="acessibilidade form-control" name="estado" style="width: 100%" required>
<option value="">» ;Selecione o Estado</option>
<option value='AC' >Acre</option><option value='AL' >Alagoas</option><option value='AP' >Amapá</option><option value='AM' >Amazonas</option><option value='BA' >Bahia</option><option value='CE' >Ceará</option><option value='DF' >Distrito Federal</option><option value='ES' >Espírito Santo</option><option value='GO' >Goiás</option><option value='MA' >Maranhão</option><option value='MT' >Mato Grosso</option><option value='MS' >Mato Grosso do Sul</option><option value='MG' >Minas Gerais</option><option value='PA' >Pará</option><option value='PB' >Paraíba</option><option value='PR' >Paraná</option><option value='PE' >Pernambuco</option><option value='PI' >Piauí</option><option value='RJ' >Rio de Janeiro</option><option value='RN' >Rio Grande do Norte</option><option value='RS' >Rio Grande do Sul</option><option value='RO' >Rondônia</option><option value='RR' >Roraima</option><option value='SP' >São Paulo</option><option value='SC' >Santa Catarina</option><option value='SE' >Sergipe</option><option value='TO' >Tocantins</option> </select>]]>
|
528
| <![CDATA[<div class="col-md-12" style="padding-top: 20px; padding-bottom: 20px;">
<input name="limpar" type="reset" id="limpar" value=" ;Limpar ;" class="acessibilidade btn btn-danger"/>
<input type="hidden" name="acao" value="cadastrar"/> ;
<input name="enviar" type="submit" id="enviar" value=" ;Enviar ;" class="acessibilidade btn btn-primary"/>
</div>]]>
|
442
| <![CDATA[<style>
label { display: block; margin-top: 10px; }
label.error { float: none; color: #900; margin: 0 .5em 0 0; vertical-align: top; font-size: 10px }
input.error, textarea.error, select.error {border: solid 1px #900; background: #FFCCCC;}
</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>]]>
|
422
| <![CDATA[<script language="JavaScript" >
$('#cpf').mask('999.999.999-99');
jQuery(document).ready(function(){
//Valida��o de campos do formul�rio
jQuery("#contato_controladoria").validate();
});
</script>]]>
|
546
| <![CDATA[<script type="text/javascript">
function getCaptcha(str) {
var url = $('#valor_cidade').val();
console.log(url);
if (str.length != 0) {
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
$('#texto').html(this.responseText);
}
};
xmlhttp.open("GET", url+"/inga_captcha/inga_captcha.php?q="+str+"&cliente_id="+1058, true);
xmlhttp.send();
}
}
$( document ).ready(function() {
getCaptcha(9);
});
</script>]]>
|
846
| <![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.
|