84
| <![CDATA[<div class="container" style="margin-top: 30px;">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="alert alert-danger text-danger" role="alert">
Para completa funcionalidade deste site é necessário habilitar o JavaScript.
Aqui estão as <a href="http://www.enable-javascript.com/pt/" target="_blank">
instruções de como habilitar o JavaScript no seu navegador</a>.
<a class="btn btn-danger center-block" href="http://www.enable-javascript.com/pt/" target="_blank">
Para ativar o seu javascript clique aqui!
</a>
</div>
</div>
</div>
<div class="row">
</div>
</div>]]>
|
333
| <![CDATA[<input onclick="setAnonimo(true)" type="radio" name="anonimo" onchange="hideSic()" value="Sim" checked />]]>
|
337
| <![CDATA[<input onclick="setAnonimo(false)" type="radio" name="anonimo" onchange="hideSic()" checked="checked" value="Não" />]]>
|
443
| <![CDATA[<input type="radio" name="resposta" id="optionsRadios3" value="telefone" onclick="formOuvidoria.resposta_info.value=formOuvidoria.telefone.value;">]]>
|
447
| <![CDATA[<input type="radio" name="resposta" id="optionsRadios3" value="email" onclick="formOuvidoria.resposta_info.value=formOuvidoria.email.value;">]]>
|
451
| <![CDATA[<input type="radio" name="resposta" id="optionsRadios3" value="fax" onclick="formOuvidoria.resposta_info.value='';formOuvidoria.resposta_info.focus();">]]>
|
455
| <![CDATA[<input type="radio" name="resposta" id="optionsRadios3" value="outras" onclick="formOuvidoria.resposta_info.value=''; formOuvidoria.resposta_info.focus();">]]>
|
59
| <![CDATA[<script>
var $buoop = {
vs:{i:13,f:-2,o:-2,s:9,c:-2},
api:4,
reminder: 0,
// onshow: function(infos){
// alert("Informamos que o seu navegador se encontra desatualizado, você estara sendo redirecionaod para outro site com mais informações");
// setTimeout(function(){location.href="http://browser-update.org/pt/update.html#3", 5000} );
// },
url: "http://browser-update.org/pt/update.html#3",
noclose: true,
nomessage: false
};
function $buo_f(){
var e = document.createElement("script");
e.src = "js/update.browser.min.js";
document.body.appendChild(e);
};
try {
document.addEventListener("DOMContentLoaded", $buo_f,false)
}catch(e){
window.attachEvent("onload", $buo_f)
}
</script>]]>
|
526
| <![CDATA[<script type="text/javascript">
$('#FormularioOuvidoria').on('submit', function() {
var googleResponse = $('#g-recaptcha-response').val();
if (!googleResponse) {
$('.alertRecaptcha').removeClass('hidden');
return false;
} else {
$('.alertRecaptcha').addClass('hidden');
return true;
}
});
$('#collapseTwo').collapse({
toggle: true
});
jQuery(function($) {
$("#cpf").focusin(function() {
$(this).mask("999.999.999-99");
});
$("#telefone").focusin(function() {
$(this).mask("(99)99999999?9");
});
$("#telefone").focusout(function() {
var phone, element;
element = $(this);
element.unmask();
phone = element.val().replace(/\D/g, '');
if (phone.length > 10) {
element.mask("(99)99999-999?9");
} else {
element.mask("(99)9999-9999?9");
}
}).trigger('focusout');
});
function showSic() {
document.getElementById('infoSic').style.display = 'block';
document.getElementById('rg').disabled = false;
document.getElementById('cpf').disabled = false;
}
function hideSic() {
document.getElementById('infoSic').style.display = 'none';
document.getElementById('rg').disabled = true;
document.getElementById('cpf').disabled = true;
}
$(document).ready(function() {
hideSic();
});
function setAnonimo(opt) {
document.getElementById('cpf').value = (opt == true ? '000.000.000-00' : '');
document.getElementById('rg').value = (opt == true ? '00000000000' : '');
document.getElementById('nome').value = (opt == true ? 'Anônimo' : '');
document.getElementById('email').value = (opt == true ? 'anonimo@pugmil.to.gov.br' : '');
document.getElementById('estado').value = (opt == true ? 'Anonimo' : 'Sem informação');
document.getElementById('cidade').value = (opt == true ? 'Não Identificado' : '');
document.getElementById('telefone').value = (opt == true ? '(00) 0000-0000' : '');
}
</script>]]>
|
0
| Não há código fonte a ser exibido.
|