13
| <![CDATA[<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-285486-1', 'auto');
ga('send', 'pageview');
</script>]]>
|
66
| <![CDATA[<script>
basket.require(
{ url: '/templates/system/css/system.css', execute: false, expire: 200 },
{ url: '/templates/system/css/general.css', execute: false, expire: 200 },
{ url: '/html_dev/handsontable.full.min.css', execute: false, expire: 200 },
{ url: '/html_dev/novix.style.css', execute: false, expire: 200 }
).
then(function(responses) {
// HACK: function parameters for the promise method don't appear to be documented, but they contain the responses for now.
//console.log(responses);
for (i = 0; i < responses.length; i++) {
_stylesheet.appendStyleSheet(responses[i], function(err, style) {
});
}
});
</script>]]>
|
97
| <![CDATA[<script type="application/json" class="joomla-script-options new">{"csrf.token":"c967dcf4d497553863c05bb2fe762f35","system.paths":{"root":"","base":""}}</script>]]>
|
340
| <![CDATA[<script>
var slideIndex = 1;
showDivs(slideIndex);
function plusDivs(n) {
showDivs(slideIndex += n);
}
function currentDiv(n) {
showDivs(slideIndex = n);
}
function showDivs(n) {
var i;
var x = document.getElementsByClassName("slide");
var dots = document.getElementsByClassName("thumb");
var bgClass = "content__bg_";
if (n > x.length) {slideIndex = 1}
if (n < 1) {slideIndex = x.length}
for (i = 0; i < x.length; i++) {
x[i].style.position = "absolute";
x[i].style.transition = "opacity 1s ease-out";
x[i].style.opacity = "0";
x[i].style.width = "0";
x[i].style.height = "0";
x[i].style.overflow = "hidden";
// var bg = document.getElementsByClassName(bgClass+(i+1));
// bg[0].style.transition = "opacity 1s ease-out";
// bg[0].style.opacity = "0";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" opacity-off", "");
}
x[slideIndex-1].style.position = "relative";
x[slideIndex-1].style.opacity = "1";
x[slideIndex-1].style.height = "485px";
x[slideIndex-1].style.width = "100vw";
dots[slideIndex-1].className += " opacity-off";
// var bg = document.getElementsByClassName(bgClass+(slideIndex));
// bg[0].style.opacity = "1";
}
</script>]]>
|
499
| <![CDATA[<script>
basket.require(
{ url: '/templates/ibge_educa_jovens/js/ibge_educa.js', execute: true, expire: 2 },
{ url: '/html_dev/webGraficoTabela.front.min.js', execute: true, expire: 2 },
// { url: '/templates/ibge_educa_jovens/js/popclock.js', execute: true, expire: 2 },
{ url: '/templates/ibge_educa_jovens/js/altocontraste.js', execute: true, expire: 2 }
).
then(function () {
context.completeLoad(moduleName);
console.log('loaded');
}, function (error) {
// TODO: Support path fallback.
console.log('error');
context.onError(error);
}
);
</script>]]>
|