22
| <![CDATA[<script type="application/json" class="joomla-script-options new">{"csrf.token":"a34d155da8d4ab9c8cc1eb77b5385da5","system.paths":{"root":"","base":""}}</script>]]>
|
33
| <![CDATA[<script type="text/javascript">
jQuery(function($) {
SqueezeBox.initialize({});
initSqueezeBox();
$(document).on('subform-row-add', initSqueezeBox);
function initSqueezeBox(event, container)
{
SqueezeBox.assign($(container || document).find('a.pg-modal-button').get(), {
parse: 'rel'
});
}
});
window.jModalClose = function () {
SqueezeBox.close();
};
// Add extra modal close functionality for tinyMCE-based editors
document.onreadystatechange = function () {
if (document.readyState == 'interactive' && typeof tinyMCE != 'undefined' && tinyMCE)
{
if (typeof window.jModalClose_no_tinyMCE === 'undefined')
{
window.jModalClose_no_tinyMCE = typeof(jModalClose) == 'function' ? jModalClose : false;
jModalClose = function () {
if (window.jModalClose_no_tinyMCE) window.jModalClose_no_tinyMCE.apply(this, arguments);
tinyMCE.activeEditor.windowManager.close();
};
}
if (typeof window.SqueezeBoxClose_no_tinyMCE === 'undefined')
{
if (typeof(SqueezeBox) == 'undefined') SqueezeBox = {};
window.SqueezeBoxClose_no_tinyMCE = typeof(SqueezeBox.close) == 'function' ? SqueezeBox.close : false;
SqueezeBox.close = function () {
if (window.SqueezeBoxClose_no_tinyMCE) window.SqueezeBoxClose_no_tinyMCE.apply(this, arguments);
tinyMCE.activeEditor.windowManager.close();
};
}
}
};
</script>]]>
|
80
| <![CDATA[<script type="text/javascript">
Shadowbox.init({
overlayColor: '#000',overlayOpacity:0.7,resizeDuration:0.35,displayCounter:true,displayNav:true
});
</script>]]>
|
154
| <![CDATA[<script>
jQuery(document).ready(function( $ ){
/*===================================================================
* jBility uses JsCookie to manager cookies.
* JsCookie is available on: https://github.com/urielcaire/jscookie
*====================================================================*/
function createCookie(name, value, days){
var expires = "";
if(days){
var time = new Date();
time.setTime(time.getTime()+(days*24*60*60*1000));
}
document.cookie = name+"="+value+expires+"; path=/";
}
function getCookie(name){
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for(var i=0;i < ca.length;i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1,c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
}
return "";
}
function deleteCookie(name) {
createCookie(name,"",-1);
}
function checkCookie(name){
var check = getCookie(name);
if(check != "")
return true;
return false;
}
/*======================================
* jBility functions
*======================================*/
function addConstrast(){
console.log('addConstrast');
$('*').addClass('pagina-acessivel');
$('.acess-container').addClass('f-transparent');
$('#botao').addClass('f-transparent');
$('#acess-icons').addClass('f-transparent');
$('.acess-icon').addClass('f-transparent');
$('img').addClass('f-transparent');
$('#jbbutton').addClass('f-transparent');
}
function removeConstrast(){
console.log('removeConstrast');
$('*').removeClass('pagina-acessivel');
$('.acess-container').removeClass('f-transparent');
$('#botao').removeClass('f-transparent');
$('#acess-icons').removeClass('f-transparent');
$('.acess-icon').removeClass('f-transparent');
$('img').removeClass('f-transparent');
$('#jbbutton').removeClass('f-transparent');
}
if(checkCookie('ccontrast')){
addConstrast();
}
$('#contrast').click(function(){
var ck = checkCookie('ccontrast');
if(ck){
deleteCookie('ccontrast');
removeConstrast();
}else{
createCookie('ccontrast', 'cookieContrast');
addConstrast();
}
});
var $cElements = jQuery("body").find("*");
var fonts = [];
function getFontSize() {
for (var i = 0; i < $cElements.length; i++) {
fonts.push(parseFloat($cElements.eq(i).css('font-size')));
}
}
getFontSize();
$("#increaseFont").on('click', function() {
for (var i = 0; i < $cElements.length; i++) {
++fonts[i];
$cElements.eq(i).css('font-size', fonts[i]);
}
});
$("#decreaseFont").on('click', function() {
for (var i = 0; i < $cElements.length; i++) {
--fonts[i];
$cElements.eq(i).css('font-size', fonts[i]);
}
});
$('#jbbutton').click(function(){
$('#acess-icons').toggle(150);
});
});
</script>]]>
|
332
| <![CDATA[<script>
new window.VLibras.Widget("https://vlibras.gov.br/app");
</script>]]>
|