100
| <![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 "3617532";
},
getLayoutId: function() {
return "1";
},
getLayoutURL: function() {
return "/web/portal-do-servidor/home";
},
isPrivateLayout: function() {
return "false";
},
getParentLayoutId: function() {
return "0";
},
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 "5C8A25A0B239636636D29DECC2C0DED9";
},
getPortletSetupShowBordersDefault: function() {
return true;
}
}
};
var themeDisplay = Liferay.ThemeDisplay;
// ]]>
/*]]>*/</script>]]>
|
257
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
// <![CDATA[
Liferay.currentURL = '/web/portal-do-servidor';
Liferay.currentURLEncoded = '%2Fweb%2Fportal-do-servidor';
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_QW5d','56_INSTANCE_7qNJ','56_INSTANCE_1KaQ','56_INSTANCE_diX3','56_INSTANCE_Rg7z'];
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>]]>
|
342
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
// <![CDATA[
// ]]>
/*]]>*/</script>]]>
|
348
| <![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>]]>
|
374
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
function swapStyleSheet(sheet){
document.getElementById('pagestyle').setAttribute('href', sheet);
}
/*]]>*/</script>]]>
|
378
| <![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>]]>
|
409
| <![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>]]>
|
419
| <![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>]]>
|
519
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
jQuery("document").ready(function() {
jQuery("#treeview_menu_INSTANCE_QW5d_").menuAcessibilidade({
'allowTabNavigation':false,
'namespace': "_menu_INSTANCE_QW5d_",
'allowDynamicFontSize': true,
'menuDefault': false
});
jQuery(".treeview").removeAttr("style");
});
/* Sem Javascript */
/*]]>*/</script>]]>
|
533
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 0,
isStatic: 'end',
namespacedId: 'p_p_id_menu_INSTANCE_QW5d_',
portletId: 'menu_INSTANCE_QW5d'
}
);
/*]]>*/</script>]]>
|
566
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 0,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_7qNJ_',
portletId: '56_INSTANCE_7qNJ'
}
);
/*]]>*/</script>]]>
|
760
| <![CDATA[<script>/*<![CDATA[*/
function tamanhoMax(texto, tamanho){
return (texto.length > tamanho) ? texto.substring(0,tamanho) + '...' : texto+'';
}
/*]]>*/</script>]]>
|
766
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
jQuery1_3(document).ready(function(){
jQuery1_3("#featured > ul")
.tabs({ fx: [{height:'toggle', duration:'normal'}, {opacity:'toggle', duration:'slow'}] }) .tabs("rotate", 10000, true);
});
/*]]>*/</script>]]>
|
771
| <![CDATA[<script>/*<![CDATA[*/
jQuery('.titulo-noticia-destaque-p19502202').html(tamanhoMax('Egape ofertará mais de 2,5 mil vagas em diversos cursos neste mês',70));
/*]]>*/</script>]]>
|
773
| <![CDATA[<script>/*<![CDATA[*/
jQuery('.titulo-noticia-destaque-p19501902').html(tamanhoMax('SAD abre processo seletivo para o Núcleo de Programas Educacionais',70));
/*]]>*/</script>]]>
|
775
| <![CDATA[<script>/*<![CDATA[*/
jQuery('.titulo-noticia-destaque-p19499402').html(tamanhoMax('SAD abre processo seletivo para a Gesig',70));
/*]]>*/</script>]]>
|
777
| <![CDATA[<script>/*<![CDATA[*/
jQuery('.titulo-noticia-destaque-p19497702').html(tamanhoMax('SAD prorroga processo seletivo para a UEL',70));
/*]]>*/</script>]]>
|
779
| <![CDATA[<script>/*<![CDATA[*/
jQuery('.titulo-noticia-destaque-p29502202').html(tamanhoMax('Egape ofertará mais de 2,5 mil vagas em diversos cursos neste mês',55));
/*]]>*/</script>]]>
|
781
| <![CDATA[<script>/*<![CDATA[*/
jQuery('.titulo-noticia-destaque-p29501902').html(tamanhoMax('SAD abre processo seletivo para o Núcleo de Programas Educacionais',55));
/*]]>*/</script>]]>
|
783
| <![CDATA[<script>/*<![CDATA[*/
jQuery('.titulo-noticia-destaque-p29499402').html(tamanhoMax('SAD abre processo seletivo para a Gesig',55));
/*]]>*/</script>]]>
|
785
| <![CDATA[<script>/*<![CDATA[*/
jQuery('.titulo-noticia-destaque-p29497702').html(tamanhoMax('SAD prorroga processo seletivo para a UEL',55));
/*]]>*/</script>]]>
|
787
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 1,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_1KaQ_',
portletId: '56_INSTANCE_1KaQ'
}
);
/*]]>*/</script>]]>
|
886
| <![CDATA[<script>/*<![CDATA[*/
function tamanhoMax(texto, tamanho){
return (texto.length > tamanho) ? texto.substring(0,tamanho) + '...' : texto+'';
}
/*]]>*/</script>]]>
|
892
| <![CDATA[<script>/*<![CDATA[*/
jQuery('.titulo-ultimas-noticias9414403').html(tamanhoMax('SAD abre processo seletivo para a Unidade de Processos de Pessoal',55));
jQuery('.texto-ultimas-noticias9414403').html(tamanhoMax('Inscrições têm início nesta segunda-feira (05)',135));
/*]]>*/</script>]]>
|
895
| <![CDATA[<script>/*<![CDATA[*/
jQuery('.titulo-ultimas-noticias9413759').html(tamanhoMax('Cefospe ganha estúdio de gravação',55));
jQuery('.texto-ultimas-noticias9413759').html(tamanhoMax('Espaço conta com equipamentos modernos para gravação de vídeos institucionais',135));
/*]]>*/</script>]]>
|
898
| <![CDATA[<script>/*<![CDATA[*/
jQuery('.titulo-ultimas-noticias9413361').html(tamanhoMax('COMUNICADO (Perícias Médicas)',55));
jQuery('.texto-ultimas-noticias9413361').html(tamanhoMax('',135));
/*]]>*/</script>]]>
|
901
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 2,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_diX3_',
portletId: '56_INSTANCE_diX3'
}
);
/*]]>*/</script>]]>
|
911
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/function slideSwitch(){var a=jQuery("#slideshow IMG.active");
if(a.length==0){a=jQuery("#slideshow IMG:last");
}var b=a.next().length?a.next():jQuery("#slideshow IMG:first");
a.addClass("last-active");
b.css({opacity:0}).addClass("active").animate({opacity:1},1000,function(){a.removeClass("active last-active");
});
}jQuery(function(){setInterval("slideSwitch()",5000);
});
/*]]>*/</script>]]>
|
988
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 3,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_Rg7z_',
portletId: '56_INSTANCE_Rg7z'
}
);
/*]]>*/</script>]]>
|
999
| <![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>]]>
|