78
| <![CDATA[<script id="_OSrequestInfoScript" type="text/javascript">(function(global) { global.outsystems = global.outsystems || {};global.outsystems.internal = global.outsystems.internal || {};global.outsystems.internal.requestInfo = {requestKey:'89934d85-888e-4883-9721-49c1f8cdcdeb',visitorKey:'7b2acdb4-586d-413e-892b-0e69feae6b49',visitKey:'956ee63c-5b78-4b26-b8e2-44dc02d58c78',sessionKey:'0ad3454a-2038-cbd4-2439-70b42cc8d957',userKey:'',environmentKey:'6422bf70-9931-4c91-856a-fc16c14924cb',applicationKey:'92c12824-b62e-4956-b6ca-a2acfbeaacee',applicationName:'Website',espaceKey:'3c89229e-daa9-4a9e-bcb3-f65d063ec1d3',espaceName:'Website',webScreenKey:'1c228ae2-e823-de98-eeb5-59fcd07a0ac7',webScreenName:'Home',tenantKey:'acd32b87-e453-594e-b3d5-678452c8d5e0',tenantName:'Users',frontendKey:'Ok0phvWxCFmOzvfY'}})(this);</script>]]>
|
111
| <![CDATA[<script type='text/javascript'>
OsRegisterExceptionHandler(RichWidgets_Feedback_Message_ErrorHandler)
</script>]]>
|
113
| <![CDATA[<SCRIPT type="text/javascript">
//<![CDATA[
RichWidgets_Feedback_Message_notifyWidget ='wt1_wt11_RichWidgets_wt23_block_wtnotify';
//]]>
</SCRIPT>]]>
|
117
| <![CDATA[<script type="text/javascript">
//<![CDATA[
OsInputPrompt_Bootstrap('wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wt7_Website_Common_wt26_block_wtPesquisaNoSite');
//]]>
</script>]]>
|
122
| <![CDATA[<script type='text/javascript'>
jQuery.noConflict();
(function($){
$(document).ready(function(){
function format(state) {
if (!state.id) return state.text; // optgroup
return "<img class='flag' src='/img/Image" + state.id.toLowerCase() + ".png'/>" + state.text;
}
$('#wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wt7_Website_Common_wt26_block_wte4').select2({
formatResult: format,
formatSelection: format,
escapeMarkup: function(m) { return m; }
});
});
})(jQuery);
</script>]]>
|
145
| <![CDATA[<script type="text/javascript">
//<![CDATA[
OsInputPrompt_Bootstrap('wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wt7_Website_Common_wt26_block_wtPesquisaTopo');
//]]>
</script>]]>
|
150
| <![CDATA[<script type="text/javascript">
//<![CDATA[
OsInputPrompt_Bootstrap('wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wt7_wt14_Website_Common_wt2_block_wtPesquisaNoSite');
//]]>
</script>]]>
|
155
| <![CDATA[<script type='text/javascript'>
jQuery.noConflict();
(function($){
$(document).ready(function(){
function format(state) {
if (!state.id) return state.text; // optgroup
return "<img class='flag' src='/img/Image" + state.id.toLowerCase() + ".png'/>" + state.text;
}
$('#wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wt7_wt14_Website_Common_wt2_block_wte4').select2({
formatResult: format,
formatSelection: format,
escapeMarkup: function(m) { return m; }
});
});
})(jQuery);
</script>]]>
|
178
| <![CDATA[<script type="text/javascript">
//<![CDATA[
OsInputPrompt_Bootstrap('wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wt7_wt14_Website_Common_wt2_block_wtPesquisaTopo');
//]]>
</script>]]>
|
182
| <![CDATA[<script type="text/javascript">
//<![CDATA[
OsInputPrompt_Bootstrap('wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wt7_Website_Common_wt2_block_wtPesquisaNoSite');
//]]>
</script>]]>
|
187
| <![CDATA[<script type='text/javascript'>
jQuery.noConflict();
(function($){
$(document).ready(function(){
function format(state) {
if (!state.id) return state.text; // optgroup
return "<img class='flag' src='/img/Image" + state.id.toLowerCase() + ".png'/>" + state.text;
}
$('#wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wt7_Website_Common_wt2_block_wte4').select2({
formatResult: format,
formatSelection: format,
escapeMarkup: function(m) { return m; }
});
});
})(jQuery);
</script>]]>
|
210
| <![CDATA[<script type="text/javascript">
//<![CDATA[
OsInputPrompt_Bootstrap('wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wt7_Website_Common_wt2_block_wtPesquisaTopo');
//]]>
</script>]]>
|
270
| <![CDATA[<script type='text/javascript'>
$(document).ready(function() {
function isIE () {
var myNav = navigator.userAgent.toLowerCase();
return (myNav.indexOf('msie') != -1) ? parseInt(myNav.split('msie')[1]) : false;
}
/* close open sub-menu */
$(document.body).mousedown(function(event) {
// se o sub-menu estiver aberto e o clique não for num link fecha o menu
if($(document.body).find('.submenu').hasClass('open')){
if($(event.target).closest('a').length == 0){
$(document.body).find('.submenu').removeClass('open');
$('.dl-menu > span > li').removeClass('active');
$('.menu > .dl-menu').find('li.current').addClass('active');
}
}
});
$('.menu > .dl-menu > span > li > a').click(function(){
if($(this).parent('li').hasClass('active')) {
$('.dl-menu > span > li').removeClass('active').children('.submenu').removeClass('open');
$('.menu > .dl-menu').find('li.current').addClass('active');
} else {
$('.dl-menu > span > li').removeClass('active').children('.submenu').removeClass('open');
$(this).parent('li').addClass('active').children('.submenu').addClass('open');
}
});
/*if (isIE () != 8) {
// aplica as animacao ao menu principal. Exclui IE 8
$(function() {
$('.dl-menu-mobile').dlmenu({
animationClasses : { classin : 'dl-animate-in-2', classout : 'dl-animate-out-2' }
});
});
}*/
$('.btnMenuMob').click(function(){
$('.dl-menu').slideToggle('ativo');
});
$('a.accordion').click(function(){
$(this).parent().find('ul.accordion').slideToggle('slow');
});
$('.abrir').click(function(){
$('.topMenuDown').slideToggle('ativo');
});
$('.sub-Menu0').hover(function(){
$('.header .menu>ul>span>li>a:first').toggleClass('zIndex');
});
$('.sub-Menu1').hover(function(){
$('.header .menu>ul>span>li>a.nossa').toggleClass('zIndex');
});
$('.sub-Menu2').hover(function(){
$('.header .menu>ul>span>li>a.iniciativas').toggleClass('zIndex');
});
$('.sub-Menu3').hover(function(){
$('.header .menu>ul>span>li>a:last').toggleClass('zIndex');
});
});
</script>]]>
|
345
| <![CDATA[<script>$('.SkyScraper .Title').click(function(){
if ($('.SkyScraper.open')[0]){
$('.SkyScraper.open').removeClass('open');
} else {
$('.SkyScraper').addClass('open');
}
});
$( window ).load(function() {
// vai buscar a largura da div
var margem_esquerda = parseInt($('.SkyScraper .Title').css('width'));
//alert(margem_esquerda);
// tira a largura da div o tamanho da sua altura e divide por dois, desta forma ficamos a saber o valor que sobra de cada lado quando rodamos a div 90 graus
margem_esquerda = (margem_esquerda-42)/2;
$('.SkyScraper .Title').css({'left':((margem_esquerda*-1)-42)});
$('.SkyScraper .Title').css({'top':margem_esquerda+3});
});
</script>]]>
|
368
| <![CDATA[<script>
var windowWidth = 0;
var windowHeight = 0;
jQuery(document).ready(function ($) {
var options = {
$SlideDuration: 1000,
$AutoCenter : 3,
$DragOrientation: 2,
$PlayOrientation: 2,
$AutoPlay: true,
$AutoPlayInterval: 1500,
$BulletNavigatorOptions: { //[Optional] Options to specify and enable navigator or not
$Class: $JssorBulletNavigator$, //[Required] Class to create navigator instance
$ChanceToShow: 2, //[Required] 0 Never, 1 Mouse Over, 2 Always
$AutoCenter: 0,
$Steps: 1, //[Optional] Steps to go for each navigation request, default value is 1
$Lanes: 1, //[Optional] Specify lanes to arrange items, default value is 1
$SpacingX: 8, //[Optional] Horizontal space between each item in pixel, default value is 0
$SpacingY: 4, //[Optional] Vertical space between each item in pixel, default value is 0
$Orientation: 2, //[Optional] The orientation of the navigator, 1 horizontal, 2 vertical, default value is 1
$Scale: false, //Scales bullets navigator or not while slider scale
},
$ArrowNavigatorOptions: { //[Optional] Options to specify and enable arrow navigator or not
$Class: $JssorArrowNavigator$, //[Requried] Class to create arrow navigator instance
$ChanceToShow: 1,
$AutoCenter: 2,
$Steps: 1
}
};
var jssor_slider1 = new $JssorSlider$('slider1_container', options);
//responsive code begin
//you can remove responsive code if you don't want the slider to scale along with window
function ScaleSlider() {
windowWidth = $(window).width() > 800 ? $(window).width(): 800;
if (windowWidth) {
windowHeight = $(window).height() > 600 ? $(window).height() : 600;
var originalWidth = jssor_slider1.$OriginalWidth();
var originalHeight = jssor_slider1.$OriginalHeight();
if (originalWidth / windowWidth > originalHeight / windowHeight) {
jssor_slider1.$ScaleHeight(windowHeight);
}
else {
jssor_slider1.$ScaleWidth(windowWidth);
}
}
else
window.setTimeout(ScaleSlider, 30);
}
ScaleSlider();
$(window).bind('load', ScaleSlider);
$(window).bind('resize', ScaleSlider);
$(window).bind('orientationchange', ScaleSlider);
//responsive code end
});
</script>]]>
|
849
| <![CDATA[<script>
jQuery.noConflict();
(function($){
$(document).ready(function() {
$('#wt1_wt7_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt5_wt2_OWLCarousel_wt10_block_wtowl' ).owlCarousel({
navigation : true,
});
});
})(jQuery);
</script>]]>
|
859
| <![CDATA[<script type='text/javascript'>
$(document).ready(function(){
equalheight = function(container){
var currentTallest = 0,
currentRowStart = 0,
rowDivs = new Array(),
$el,
topPosition = 0;
$(container).each(function() {
$el = $(this);
$($el).height('auto')
topPostion = $el.position().top;
if (currentRowStart != topPostion) {
for (currentDiv = 0 ; currentDiv < rowDivs.length ; currentDiv++) {
rowDivs[currentDiv].height(currentTallest);
}
rowDivs.length = 0; // empty the array
currentRowStart = topPostion;
currentTallest = $el.height();
rowDivs.push($el);
} else {
rowDivs.push($el);
currentTallest = (currentTallest < $el.height()) ? ($el.height()) : (currentTallest);
}
for (currentDiv = 0 ; currentDiv < rowDivs.length ; currentDiv++) {
rowDivs[currentDiv].height(currentTallest);
}
});
}
$(window).load(function() {
equalheight('.item');
});
$(window).resize(function(){
equalheight('.item');
});
$('.ContentImageCarousel').mouseover(function(){
$(this).children('.showContentNoticia').stop().animate({bottom:'0px'},100);
$(this).find('.hastagNoticia').show();
$(this).find('.h4preview').show();
$(this).find('.linkNoticiaCarousel').show();
});
$('.ContentImageCarousel').mouseout(function(){
$(this).children('.showContentNoticia').stop().animate({bottom:'-195px'}, 100);
$(this).find('.hastagNoticia').hide();
$(this).find('.h4preview').hide();
$(this).find('.linkNoticiaCarousel').hide();
});
});
</script>]]>
|
920
| <![CDATA[<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18522993-1']);
_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>]]>
|
932
| <![CDATA[<script type='text/javascript'>
RichWidgets_Feedback_AjaxWait_init('wt1_wt11_RichWidgetsExt_wt25_block_wtdivWait');
</script>]]>
|
935
| <![CDATA[<script type="text/javascript">outsystems.internal.$.get("/Website/_status.aspx")</script>]]>
|
937
| <![CDATA[<script type="text/javascript">
//<![CDATA[
var OsPage_ValidationActive = false;
OsValidatorOnLoad();
function OsValidatorOnSubmit() {
if (OsPage_ValidationActive) { return OsValidatorCommonOnSubmit(); }
return true;
}
// ]]>
</script>]]>
|
948
| <![CDATA[<script type="text/javascript">
//<![CDATA[
var OsPage_wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt22_wt19_Website_Common_wt10_block_wtEditContentElements = new Array("wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt22_wt19_Website_Common_wt10_block_wtGENERIC_CONTENT_Title", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt22_wt19_Website_Common_wt10_block_wtFOLDER_CONTENT_Order", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt22_wt19_Website_Common_wt10_block_wtGENERIC_CONTENT_URL_NewWindow", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt22_wt19_Website_Common_wt10_block_wtGENERIC_CONTENT_Keywords", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt22_wt19_Website_Common_wt10_block_wtGENERIC_CONTENT_ShortDescription",
"wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt22_wt19_Website_Common_wt10_block_wtContent", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt22_wt19_Website_Common_wt10_block_wtGENERIC_CONTENT_URL", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt22_wt19_Website_Common_wt10_block_wtGENERIC_CONTENT_HTMLBODY_HTMLContent", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt22_wt19_Website_Common_wt10_block_wtStartPublishDate");
var OsPage_wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_Website_Common_wt30_block_wt6_wt49_wtEditContentElements = new Array("wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_Website_Common_wt30_block_wt6_wt49_wtGENERIC_CONTENT_Title", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_Website_Common_wt30_block_wt6_wt49_wtFOLDER_CONTENT_Order", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_Website_Common_wt30_block_wt6_wt49_wtGENERIC_CONTENT_URL_NewWindow", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_Website_Common_wt30_block_wt6_wt49_wtGENERIC_CONTENT_Keywords", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_Website_Common_wt30_block_wt6_wt49_wtGENERIC_CONTENT_ShortDescription",
"wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_Website_Common_wt30_block_wt6_wt49_wtContent", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_Website_Common_wt30_block_wt6_wt49_wtGENERIC_CONTENT_URL", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_Website_Common_wt30_block_wt6_wt49_wtGENERIC_CONTENT_HTMLBODY_HTMLContent", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_Website_Common_wt30_block_wt6_wt49_wtStartPublishDate");
var OsPage_wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt13_wt19_Website_Common_wt10_block_wtEditContentElements = new Array("wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt13_wt19_Website_Common_wt10_block_wtGENERIC_CONTENT_Title", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt13_wt19_Website_Common_wt10_block_wtFOLDER_CONTENT_Order", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt13_wt19_Website_Common_wt10_block_wtGENERIC_CONTENT_URL_NewWindow", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt13_wt19_Website_Common_wt10_block_wtGENERIC_CONTENT_Keywords", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt13_wt19_Website_Common_wt10_block_wtGENERIC_CONTENT_ShortDescription",
"wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt13_wt19_Website_Common_wt10_block_wtContent", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt13_wt19_Website_Common_wt10_block_wtGENERIC_CONTENT_URL", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt13_wt19_Website_Common_wt10_block_wtGENERIC_CONTENT_HTMLBODY_HTMLContent", "wt1_wt11_Website_Common_wt1_block_wtPlaceholder1_wtBody_wtBody_wt4_wt13_wt19_Website_Common_wt10_block_wtStartPublishDate");
// ]]>
</script>]]>
|
960
| <![CDATA[<script type="text/javascript">outsystems.internal.$._waitForViewstate = true;outsystems.internal.$(document).ready(function() {outsystems.internal.$('input[name=__OSVSTATE]').val('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');outsystems.internal.$._waitForViewstate = false;});</script>]]>
|
961
| <![CDATA[<script language="javascript">var EPATaskbox_ViewOptions = { allowGlow : false, pollInterval : 20, maxPollInterval : 1800, cookieTimeout : 2, applicationServer : ".Net", developmentMode : true};</script>]]>
|