107
| <![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 "45284741";
},
getLayoutId: function() {
return "65";
},
getLayoutURL: function() {
return "/web/setur/esportes";
},
isPrivateLayout: function() {
return "false";
},
getParentLayoutId: function() {
return "0";
},
getScopeGroupId: function() {
return "21782";
},
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-setur/images";
},
getPathThemeRoot: function() {
return "/themes/tema-setur";
},
getURLHome: function() {
return "http://www.setur.pe.gov.br/web/guest";
},
getSessionId: function() {
return "585D87DD1FB5EAB9DBC3C9C1057343B8.jvm3i1h154";
},
getPortletSetupShowBordersDefault: function() {
return true;
}
}
};
var themeDisplay = Liferay.ThemeDisplay;
// ]]>
/*]]>*/</script>]]>
|
264
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
// <![CDATA[
Liferay.currentURL = '/web/setur/esportes';
Liferay.currentURLEncoded = '%2Fweb%2Fsetur%2Fesportes';
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 = ['56_INSTANCE_td5H','56_INSTANCE_waH5','56_INSTANCE_8ioM','56_INSTANCE_Lml1','56_INSTANCE_Vx3F','56_INSTANCE_G1ph','56_INSTANCE_n6Np','56_INSTANCE_6Eun','56_INSTANCE_l1PB','56_INSTANCE_A45n','83','56_INSTANCE_Fhp0','56_INSTANCE_Iq8o','56_INSTANCE_jVH9','56_INSTANCE_qe4C','56_INSTANCE_X0x2','56_INSTANCE_Ao9V','56_INSTANCE_69Nz'];
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>]]>
|
349
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
// <![CDATA[
// ]]>
/*]]>*/</script>]]>
|
355
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
/***
Simple jQuery Slideshow Script
Released by Jon Raasch (jonraasch.com) under FreeBSD license: free to use or modify, not responsible for anything, etc. Please link out to me if you like it :)
***/
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>]]>
|
391
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2328043-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>]]>
|
405
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/dataAtual();/*]]>*/</script>]]>
|
415
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 0,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_td5H_',
portletId: '56_INSTANCE_td5H'
}
);
/*]]>*/</script>]]>
|
433
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 1,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_waH5_',
portletId: '56_INSTANCE_waH5'
}
);
/*]]>*/</script>]]>
|
451
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 2,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_8ioM_',
portletId: '56_INSTANCE_8ioM'
}
);
/*]]>*/</script>]]>
|
470
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 3,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_Lml1_',
portletId: '56_INSTANCE_Lml1'
}
);
/*]]>*/</script>]]>
|
488
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 5,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_G1ph_',
portletId: '56_INSTANCE_G1ph'
}
);
/*]]>*/</script>]]>
|
506
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 6,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_n6Np_',
portletId: '56_INSTANCE_n6Np'
}
);
/*]]>*/</script>]]>
|
524
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 7,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_6Eun_',
portletId: '56_INSTANCE_6Eun'
}
);
/*]]>*/</script>]]>
|
542
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 8,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_l1PB_',
portletId: '56_INSTANCE_l1PB'
}
);
/*]]>*/</script>]]>
|
560
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 9,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_A45n_',
portletId: '56_INSTANCE_A45n'
}
);
/*]]>*/</script>]]>
|
570
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
function _83_handleEntry(entryId) {
var entry = jQuery('#_83_' + entryId);
var container = entry.parent();
if (container.hasClass('unread-entries')) {
_83_markEntry(entry, entryId);
}
else {
_83_toggleContent(entry);
}
}
function _83_markEntry(entry, entryId) {
Liferay.Service.Announcements.AnnouncementsFlag.addFlag({entryId : entryId, flag: 2});
var readContainer = jQuery('.portlet-announcements .read-entries');
var control = entry.find('.control-entry a');
entry.hide(
'normal',
function() {
entry.appendTo(readContainer);
control.html('Mostrar ');
}
);
entry.show('normal');
}
function _83_toggleContent(entry) {
var content = entry.find('.entry-content');
var control = entry.find('.control-entry a');
if (entry.hasClass('visable')) {
entry.removeClass('visable');
content.hide();
control.html('Mostrar ');
}
else {
entry.addClass('visable');
content.show();
control.html('Esconder ');
}
}
/*]]>*/</script>]]>
|
620
| <![CDATA[<script>/*<![CDATA[*/
jQuery(
function() {
jQuery('#p_p_id_83_').hide();
}
);
/*]]>*/</script>]]>
|
626
| <![CDATA[<script>/*<![CDATA[*/
jQuery(
function() {
jQuery('#p_p_id_83_').hide();
}
);
/*]]>*/</script>]]>
|
632
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 10,
isStatic: 'end',
namespacedId: 'p_p_id_83_',
portletId: '83'
}
);
/*]]>*/</script>]]>
|
650
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 11,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_Fhp0_',
portletId: '56_INSTANCE_Fhp0'
}
);
/*]]>*/</script>]]>
|
668
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 12,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_Iq8o_',
portletId: '56_INSTANCE_Iq8o'
}
);
/*]]>*/</script>]]>
|
684
| <![CDATA[<script language="javascript"> jQuery('h2').each(function(){ jQuery(this).attr('title', jQuery(this).text() ) });
</script>]]>
|