62
| <![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 "3617544";
},
getLayoutId: function() {
return "5";
},
getLayoutURL: function() {
return "/web/portal-do-servidor/noticias";
},
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 "C6F153D8DD42E648CB88779C3B616184";
},
getPortletSetupShowBordersDefault: function() {
return true;
}
}
};
var themeDisplay = Liferay.ThemeDisplay;
// ]]>
/*]]>*/</script>]]>
|
219
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
// <![CDATA[
Liferay.currentURL = '/web/portal-do-servidor/noticias';
Liferay.currentURLEncoded = '%2Fweb%2Fportal-do-servidor%2Fnoticias';
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_M0um','56_INSTANCE_K02f','56_INSTANCE_u3pE'];
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>]]>
|
304
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
// <![CDATA[
// ]]>
/*]]>*/</script>]]>
|
310
| <![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>]]>
|
336
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
function swapStyleSheet(sheet){
document.getElementById('pagestyle').setAttribute('href', sheet);
}
/*]]>*/</script>]]>
|
340
| <![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>]]>
|
371
| <![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>]]>
|
381
| <![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>]]>
|
481
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
jQuery("document").ready(function() {
jQuery("#treeview_menu_INSTANCE_M0um_").menuAcessibilidade({
'allowTabNavigation':false,
'namespace': "_menu_INSTANCE_M0um_",
'allowDynamicFontSize': true,
'menuDefault': false
});
jQuery(".treeview").removeAttr("style");
});
/* Sem Javascript */
/*]]>*/</script>]]>
|
495
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 0,
isStatic: 'end',
namespacedId: 'p_p_id_menu_INSTANCE_M0um_',
portletId: 'menu_INSTANCE_M0um'
}
);
/*]]>*/</script>]]>
|
533
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 0,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_K02f_',
portletId: '56_INSTANCE_K02f'
}
);
/*]]>*/</script>]]>
|
707
| <![CDATA[<script>/*<![CDATA[*/
function tamanhoMax(texto, tamanho){
return (texto.length > tamanho) ? texto.substring(0,tamanho) + '...' : texto+'';
}
/*]]>*/</script>]]>
|
711
| <![CDATA[<script>/*<![CDATA[*/
jQuery('.tratar-titulo-noticias-com-imagem9412233').html(tamanhoMax('SAD reabre processo seletivo com uma vaga para a Unsad',300));
jQuery('.tratar-texto-noticias-com-imagem9412233').html(tamanhoMax('', 450));
jQuery('.tratar-titulo-noticias-sem-imagem9412233').html(tamanhoMax('SAD reabre processo seletivo com uma vaga para a Unsad',300));
jQuery('.tratar-texto-noticias-sem-imagem9412233').html(tamanhoMax('', 450));
/*]]>*/</script>]]>
|
716
| <![CDATA[<script>/*<![CDATA[*/
jQuery('.tratar-titulo-noticias-com-imagem9412001').html(tamanhoMax('Comunicado Perícias Médicas',300));
jQuery('.tratar-texto-noticias-com-imagem9412001').html(tamanhoMax('', 450));
jQuery('.tratar-titulo-noticias-sem-imagem9412001').html(tamanhoMax('Comunicado Perícias Médicas',300));
jQuery('.tratar-texto-noticias-sem-imagem9412001').html(tamanhoMax('', 450));
/*]]>*/</script>]]>
|
721
| <![CDATA[<script>/*<![CDATA[*/
jQuery('.tratar-titulo-noticias-com-imagem9412001').html(tamanhoMax('Comunicado Perícias Médicas',300));
jQuery('.tratar-texto-noticias-com-imagem9412001').html(tamanhoMax('', 450));
jQuery('.tratar-titulo-noticias-sem-imagem9412001').html(tamanhoMax('Comunicado Perícias Médicas',300));
jQuery('.tratar-texto-noticias-sem-imagem9412001').html(tamanhoMax('', 450));
/*]]>*/</script>]]>
|
726
| <![CDATA[<script>/*<![CDATA[*/
jQuery('.tratar-titulo-noticias-com-imagem9411883').html(tamanhoMax('SAD abre processo seletivo para a Unidade de Planejamento e Contratos',300));
jQuery('.tratar-texto-noticias-com-imagem9411883').html(tamanhoMax('', 450));
jQuery('.tratar-titulo-noticias-sem-imagem9411883').html(tamanhoMax('SAD abre processo seletivo para a Unidade de Planejamento e Contratos',300));
jQuery('.tratar-texto-noticias-sem-imagem9411883').html(tamanhoMax('', 450));
/*]]>*/</script>]]>
|
731
| <![CDATA[<script>/*<![CDATA[*/
jQuery('.tratar-titulo-noticias-com-imagem9411883').html(tamanhoMax('SAD abre processo seletivo para a Unidade de Planejamento e Contratos',300));
jQuery('.tratar-texto-noticias-com-imagem9411883').html(tamanhoMax('', 450));
jQuery('.tratar-titulo-noticias-sem-imagem9411883').html(tamanhoMax('SAD abre processo seletivo para a Unidade de Planejamento e Contratos',300));
jQuery('.tratar-texto-noticias-sem-imagem9411883').html(tamanhoMax('', 450));
/*]]>*/</script>]]>
|
736
| <![CDATA[<script>/*<![CDATA[*/
jQuery('.tratar-titulo-noticias-com-imagem9411877').html(tamanhoMax('Processo seletivo para gestor especialista da Gesup é reaberto',300));
jQuery('.tratar-texto-noticias-com-imagem9411877').html(tamanhoMax('', 450));
jQuery('.tratar-titulo-noticias-sem-imagem9411877').html(tamanhoMax('Processo seletivo para gestor especialista da Gesup é reaberto',300));
jQuery('.tratar-texto-noticias-sem-imagem9411877').html(tamanhoMax('', 450));
/*]]>*/</script>]]>
|
741
| <![CDATA[<script>/*<![CDATA[*/
jQuery(function(){
var apage = 0;
var numb = 0;
var numb2 = 0;
jQuery.ajax({
type: "GET",
url: "/c/journal/get_pages_count?groupId=3617514&delta=6&type=noticia&categories=Destaque,Ultimas Noticias",
dataType: "xml",
success: function(xml) {
/* Total de página */
var tpage = jQuery(xml).find("result").text();
/* Caso a página atual seja maior que o total de páginas retorna a página anterior */
if(apage > tpage){
history.back();
}
/* Controla quantidade de números mostrados antes e depois da página atual */
if(apage < 6){
numb = 1-apage;
numb2 = 10+numb;
numb3 = apage+numb2;
}else if(apage >= 6 && apage <= (tpage-6) ){
numb = apage-5;
numb3 = apage+5;
}else{
numb3 = tpage;
numb = tpage-10;
}
/* Cria os números antes da página atual */
for(var i=numb; i < apage; i++){
if(i >= 1){
if(i < 10){
z = '0'+i;
}else{
z = i;
}
jQuery(".numbers").append("<div class='link'><a href='?page="+i+"' >"+z+"</a></div>");
}
}
/* Cria o número da página atual */
if(apage < 10){
z = '0'+apage;
}else{
z = apage;
}
jQuery(".numbers").append("<div class='numeros'>"+z+"</div>");
/* Cria os números após a página atual */
for(var i=apage+1; i <= numb3 && i <= tpage; i++){
if(i <= tpage){
if(i < 10){
z = '0'+i;
}else{
z = i;
}
jQuery(".numbers").append("<div class='link'><a href='?page="+i+"' >"+z+"</a></div>");
}
}
/* Mostra link para a última página e página posterior */
if(apage != tpage){
jQuery(".ultima").append("<a href='?page="+tpage+"'>Última</a>");
jQuery(".next-paginacao").append("<a href='?page="+(apage+1)+"'>Próximo</a>");
}else{
jQuery(".next-paginacao").append("<div>Próximo</div>");
jQuery(".ultima").append("<div>Última</div>");
}
/* Mostra link para a primeira página e página anterior */
if(apage != 1){
jQuery(".primeira").append("<a href='?page=1'>Primeira</a>");
jQuery(".prev-paginacao").append("<a href='?page="+(apage-1)+"' >Anterior</a>");
}else{
jQuery(".primeira").append("<div>Primeira</div>");
jQuery(".prev-paginacao").append("<div>Anterior</div>");
}
}
});
});
/*]]>*/</script>]]>
|
829
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 1,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_u3pE_',
portletId: '56_INSTANCE_u3pE'
}
);
/*]]>*/</script>]]>
|
840
| <![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>]]>
|