9
| <![CDATA[<script type="text/javascript">
function getCookie(cookieName) {
let cookie = {};
document.cookie.split(';').forEach(function(el) {
let [key,value] = el.split('=');
cookie[key.trim()] = value;
})
return cookie[cookieName];
}
if(getCookie('cookieconsent_status') !== undefined){
if(getCookie('cookieconsent_status')=="allow"){
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23848000-1']);
_gaq.push(['_trackPageview']);
_gaq.push(['_gat._anonymizeIp']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
console.log('ok')
}
}
</script>]]>
|
47
| <![CDATA[<script type="text/javascript">
//<![CDATA[
var __cultureInfo = {"name":"pt-BR","numberFormat":{"CurrencyDecimalDigits":2,"CurrencyDecimalSeparator":",","IsReadOnly":false,"CurrencyGroupSizes":[3],"NumberGroupSizes":[3],"PercentGroupSizes":[3],"CurrencyGroupSeparator":".","CurrencySymbol":"R$","NaNSymbol":"NaN","CurrencyNegativePattern":9,"NumberNegativePattern":1,"PercentPositivePattern":1,"PercentNegativePattern":1,"NegativeInfinitySymbol":"-∞","NegativeSign":"-","NumberDecimalDigits":2,"NumberDecimalSeparator":",","NumberGroupSeparator":".","CurrencyPositivePattern":2,"PositiveInfinitySymbol":"∞","PositiveSign":"+","PercentDecimalDigits":2,"PercentDecimalSeparator":",","PercentGroupSeparator":".","PercentSymbol":"%","PerMilleSymbol":"‰","NativeDigits":["0","1","2","3","4","5","6","7","8","9"],"DigitSubstitution":1},"dateTimeFormat":{"AMDesignator":"","Calendar":{"MinSupportedDateTime":"\/Date(-62135589600000)\/","MaxSupportedDateTime":"\/Date(253402300799999)\/","AlgorithmType":1,"CalendarType":1,"Eras":[1],"TwoDigitYearMax":2029,"IsReadOnly":false},"DateSeparator":"/","FirstDayOfWeek":0,"CalendarWeekRule":0,"FullDateTimePattern":"dddd, d\u0027 de \u0027MMMM\u0027 de \u0027yyyy HH:mm:ss","LongDatePattern":"dddd, d\u0027 de \u0027MMMM\u0027 de \u0027yyyy","LongTimePattern":"HH:mm:ss","MonthDayPattern":"d \u0027de\u0027 MMMM","PMDesignator":"","RFC1123Pattern":"ddd, dd MMM yyyy HH\u0027:\u0027mm\u0027:\u0027ss \u0027GMT\u0027","ShortDatePattern":"dd/MM/yyyy","ShortTimePattern":"HH:mm","SortableDateTimePattern":"yyyy\u0027-\u0027MM\u0027-\u0027dd\u0027T\u0027HH\u0027:\u0027mm\u0027:\u0027ss","TimeSeparator":":","UniversalSortableDateTimePattern":"yyyy\u0027-\u0027MM\u0027-\u0027dd HH\u0027:\u0027mm\u0027:\u0027ss\u0027Z\u0027","YearMonthPattern":"MMMM\u0027 de \u0027yyyy","AbbreviatedDayNames":["dom","seg","ter","qua","qui","sex","sáb"],"ShortestDayNames":["D","S","T","Q","Q","S","S"],"DayNames":["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],"AbbreviatedMonthNames":["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez",""],"MonthNames":["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro",""],"IsReadOnly":false,"NativeCalendarName":"Calendário gregoriano","AbbreviatedMonthGenitiveNames":["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez",""],"MonthGenitiveNames":["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro",""]},"eras":[1,"d.C.",null,0]};//]]>
</script>]]>
|
60
| <![CDATA[<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('ScriptManager', 'Form', [], [], [], 180, '');
//]]>
</script>]]>
|
71
| <![CDATA[<script type="text/javascript">
$(document).ready(function () {
$('body').addClass('smoothscroll');
});
</script>]]>
|
219
| <![CDATA[<script type="text/javascript">
$(function() {
if (typeof dnn != "undefined" && typeof dnn.searchSkinObject != "undefined") {
var searchSkinObject = new dnn.searchSkinObject({
delayTriggerAutoSearch : 400,
minCharRequiredTriggerAutoSearch : 2,
searchType: 'S',
enableWildSearch: true,
cultureCode: 'pt-BR',
portalId: -1
}
);
searchSkinObject.init();
// attach classic search
var siteBtn = $('#dnn_LogoSearchMenuINB_dnnSearch_SiteRadioButton');
var webBtn = $('#dnn_LogoSearchMenuINB_dnnSearch_WebRadioButton');
var clickHandler = function() {
if (siteBtn.is(':checked')) searchSkinObject.settings.searchType = 'S';
else searchSkinObject.settings.searchType = 'W';
};
siteBtn.on('change', clickHandler);
webBtn.on('change', clickHandler);
}
});
</script>]]>
|
1331
| <![CDATA[<script type="text/javascript">
if(window.location.href.indexOf('en-us') > 0) {
document.getElementById("menu_ul_li").classList.add("margin-left50");
document.getElementById("menu_ul_li_3").classList.add("margin-left40");
document.getElementById("menu_ul_li_4").classList.add("margin-left40");
}
</script>]]>
|
1339
| <![CDATA[<script type="text/javascript">
if(window.location.href.indexOf('en-us') > 0) {
document.getElementById("dnn_LogoSearchMenuINB_dnnSearch_cmdSearch").classList.add("btn-search");
}
</script>]]>
|
1348
| <![CDATA[<script>
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#216942",
"text": "#b2d192"
},
"button": {
"background": "transparent",
"text": "#afed71",
"border": "#afed71"
}
},
"type": "opt-in",
"revokable": true,
"animateRevokable": false,
"content": {
"message": "Nosso site utiliza cookies para garantir que você obtenha uma melhor experiência de navegação.<br>Não armazenamos e não manipulamos Dados Pessoais ou Sensíveis através destes cookies.",
"dismiss": "Rejeitar",
"allow": "Aceitar Cookies",
"deny": "Rejeitar<br><small style='font-size:0.9rem'>Cookies do Analytics</small>",
"link": "Conheça nossa Política de Dados Pessoais",
"href": "https://www.inb.gov.br/Acesso-a-Informacao/Tratamento-de-Dados-Pessoais",
"policy": "Política de Cookies",
}
});
</script>]]>
|
1381
| <![CDATA[<script type="text/javascript">//<![CDATA[
function googleTranslateElementInit()
{
new google.translate.TranslateElement({
pageLanguage: 'pt',
autoDisplay: false,
includedLanguages: 'pt,de,es,fr,en,ja,zh-CN',
layout: google.translate.TranslateElement.InlineLayout.SIMPLE
},
'google_translate_element');
}
//]]></script>]]>
|
1394
| <![CDATA[<script type="text/javascript" src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit">//<![CDATA[
//]]></script>]]>
|
1429
| <![CDATA[<script>
$(function () {
if (!Modernizr.inputtypes.date) {
/* Portuguese initialisation for the jQuery UI date picker plugin. */
jQuery(function ($) {
$.datepicker.regional['pt'] = {
closeText: 'Fechar',
prevText: 'Anterior',
nextText: 'Seguinte',
currentText: 'Hoje',
monthNames: ['Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho',
'Julho', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro'],
monthNamesShort: ['Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun',
'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez'],
dayNames: ['Domingo', 'Segunda-feira', 'Terça-feira', 'Quarta-feira', 'Quinta-feira', 'Sexta-feira', 'Sábado'],
dayNamesShort: ['Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sáb'],
dayNamesMin: ['Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sáb'],
weekHeader: 'Sem',
dateFormat: 'dd/mm/yy',
firstDay: 0,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''
};
$.datepicker.setDefaults($.datepicker.regional['pt']);
});
// fallback para jQuery datePicker se nao suportar input-type=date (ex:firefox, ie10)
$('input[type=date]').datepicker(
{
"minDate": new Date(),
"dateFormat": "dd/mm/yyyy"
}
);
//$('input[type=date]').datepicker("option", "altFormat", 'yyyy-mm-dd');
//$('.field-date').datepicker("option", "altFormat", 'yyyy-mm-dd');
$('.field-date').datepicker(
{
"minDate": new Date(),
"dateFormat": "dd/mm/yyyy"
}
);
}
});
</script>]]>
|
1489
| <![CDATA[<script>
var node = document.createElement('script');
node.type = 'text/javascript';
node.async = true;
node.src = 'example.js';
// Now insert the node into the DOM, perhaps using insertBefore()
</script>]]>
|