24
| <![CDATA[<script type="application/json" class="joomla-script-options new">{"csrf.token":"e8edf861097b52c772672cedc23e76ed","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>]]>
|
606
| <![CDATA[<script type="text/javascript">
jQuery(document).ready(function(){
// jQuery('.openBtn').each(function(){ jQuery(this).hide(); }) ;
jQuery('.openBtn').click(function(){
// alert('teste');
// return false;
frameSrc = jQuery(this).attr('href');
title = jQuery(this).parents('.phocagallery-box-file-third').children('.tileHeader').children('h3').text();
desc = jQuery(this).parents('.phocagallery-box-file-third').children('.hidden-description').html();
jQuery('#fulltext-modal').on('show', function () {
jQuery('#fulltext-modal .modal-header strong').html( title );
jQuery('#fulltext-modal iframe').attr("src",frameSrc);
jQuery('#fulltext-modal .modal-footer .text').html( desc );
});
jQuery('#fulltext-modal').on('hide', function () {//
jQuery('#fulltext-modal iframe').attr("src", 'http://uab.capes.gov.br/images/index.html');
// jQuery('#fulltext-modal .modal-footer').html( title+desc );
});
jQuery('#fulltext-modal').modal({show:true});
return false;
});
});
</script>]]>
|
818
| <![CDATA[<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4253018-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>]]>
|