43
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
// <![CDATA[
var Liferay = {
Browser: {
acceptsGzip: function() {
return false;
},
getMajorVersion: function() {
return 0.0;
},
getRevision: function() {
return "";
},
getVersion: function() {
return "";
},
isAir: function() {
return false;
},
isChrome: function() {
return false;
},
isFirefox: function() {
return false;
},
isGecko: function() {
return false;
},
isIe: function() {
return false;
},
isIphone: function() {
return false;
},
isLinux: function() {
return false;
},
isMac: function() {
return false;
},
isMobile: function() {
return false;
},
isMozilla: function() {
return false;
},
isOpera: function() {
return false;
},
isRtf: function() {
return false;
},
isSafari: function() {
return false;
},
isSun: function() {
return false;
},
isWap: function() {
return false;
},
isWapXhtml: function() {
return false;
},
isWebKit: function() {
return false;
},
isWindows: function() {
return false;
},
isWml: function() {
return false;
}
},
ThemeDisplay: {
getCompanyId: function() {
return "10301";
},
getUserId: function() {
return "10303";
},
getDoAsUserIdEncoded: function() {
return "";
},
getPlid: function() {
return "3617580";
},
getLayoutId: function() {
return "14";
},
getLayoutURL: function() {
return "/web/portal-do-servidor/pericia-medica";
},
isPrivateLayout: function() {
return "false";
},
getParentLayoutId: function() {
return "3";
},
getScopeGroupId: function() {
return "3617514";
},
isSignedIn: function() {
return false;
},
getLanguageId: function() {
return "pt_BR";
},
isFreeformLayout: function() {
return false;
},
isStateExclusive: function() {
return false;
},
isStateMaximized: function() {
return false;
},
isStatePopUp: function() {
return false;
},
getPathContext: function() {
return "";
},
getPathImage: function() {
return "/image";
},
getPathMain: function() {
return "/c";
},
getPathThemeImages: function() {
return "/themes/tema-servidor/images";
},
getPathThemeRoot: function() {
return "/themes/tema-servidor";
},
getURLHome: function() {
return "http://www2.portaldoservidor.pe.gov.br/web/portal-do-servidor";
},
getSessionId: function() {
return "22FD09F3DAE1A6587B0AFDA313C8E2D8";
},
getPortletSetupShowBordersDefault: function() {
return true;
}
}
};
var themeDisplay = Liferay.ThemeDisplay;
// ]]>
/*]]>*/</script>]]>
|
200
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
// <![CDATA[
Liferay.currentURL = '/web/portal-do-servidor/pericia-medica';
Liferay.currentURLEncoded = '%2Fweb%2Fportal-do-servidor%2Fpericia-medica';
jQuery(
function() {
Liferay.Util.addInputType();
Liferay.Util.addInputFocus();
}
);
Liferay.Portlet.ready(
function(portletId, jQueryObj) {
Liferay.Util.addInputType(portletId, jQueryObj);
if (Liferay.Menu) {
new Liferay.Menu(
{
button: '.lfr-actions',
context: jQueryObj[0],
trigger: '.lfr-trigger'
}
);
}
}
);
Liferay.Portlet.list = ['menu_INSTANCE_7UcD','56_INSTANCE_jF4z'];
if (jQuery.ui && jQuery.ui.tabs) {
jQuery.extend(
jQuery.ui.tabs.defaults,
{
navClass: 'ui-tabs tabs',
selectedClass: 'current'
}
);
}
jQuery(
function() {
if (Liferay.Dock) {
Liferay.Dock.init();
}
if (Liferay.Menu) {
new Liferay.Menu();
}
if (Liferay.Notice) {
Liferay.Notice.prototype.setClosing();
}
}
);
// ]]>
/*]]>*/</script>]]>
|
285
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
// <![CDATA[
// ]]>
/*]]>*/</script>]]>
|
291
| <![CDATA[<script>/*<![CDATA[*/
jQuery(document).ready(function(){
var fonte = 12;
jQuery('#aumenta_fonte').click(function(){
if (fonte<15){
fonte = fonte+1;
jQuery('#wrapper').css({'font-size' : fonte+'px'});
}
});
jQuery('#reduz_fonte').click(function(){
if (fonte>9){
fonte = fonte-1;
jQuery('#wrapper').css({'font-size' : fonte+'px'});
}
});
jQuery('#normal_fonte').click(function(){
if (fonte=15){
fonte = fonte=12;
jQuery('#wrapper').css({'font-size' : '12px'});
}
});
});
/*]]>*/</script>]]>
|
317
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
function swapStyleSheet(sheet){
document.getElementById('pagestyle').setAttribute('href', sheet);
}
/*]]>*/</script>]]>
|
321
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
function slideSwitch() {
var $active = jQuery('#slideshow IMG.active');
if ( $active.length == 0 ) $active = jQuery('#slideshow IMG:last');
// use this to pull the images in the order they appear in the markup
var $next = $active.next().length ? $active.next()
: jQuery('#slideshow IMG:first');
// uncomment the 3 lines below to pull the images in random order
// var $sibs = $active.siblings();
// var rndNum = Math.floor(Math.random() * $sibs.length );
// var $next = $( $sibs[ rndNum ] );
$active.addClass('last-active');
$next.css({opacity: 0.0})
.addClass('active')
.animate({opacity: 1.0}, 1000, function() {
$active.removeClass('active last-active');
});
}
jQuery(function() {
setInterval( "slideSwitch()", 5000 );
});
/*]]>*/</script>]]>
|
352
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36011488-1']); <!-- <- <- <- CÓDIGO DO GOOGLE ANALYTICS-->
_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>]]>
|
362
| <![CDATA[<script>/*<![CDATA[*/
jQuery(document).ready(function() {
jQuery('#campo').click(function() {
jQuery(this).animate({
width: '320px'
}, 400);
});
jQuery('#campo').blur(function() {
jQuery(this).animate({
width: '220px'
}, 400);
});
});
/*]]>*/</script>]]>
|
462
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
jQuery("document").ready(function() {
jQuery("#treeview_menu_INSTANCE_7UcD_").menuAcessibilidade({
'allowTabNavigation':false,
'namespace': "_menu_INSTANCE_7UcD_",
'allowDynamicFontSize': true,
'menuDefault': false
});
jQuery(".treeview").removeAttr("style");
});
/* Sem Javascript */
/*]]>*/</script>]]>
|
476
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 0,
isStatic: 'end',
namespacedId: 'p_p_id_menu_INSTANCE_7UcD_',
portletId: 'menu_INSTANCE_7UcD'
}
);
/*]]>*/</script>]]>
|
514
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 0,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_jF4z_',
portletId: '56_INSTANCE_jF4z'
}
);
/*]]>*/</script>]]>
|
525
| <![CDATA[<script language="javascript"> jQuery('h2 , h3.subtitulo').each(function(){
jQuery(this).attr('title', jQuery(this).text());
jQuery(this).attr('alt', jQuery(this).text())
});
</script>]]>
|