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 "22078";
},
getLayoutId: function() {
return "13";
},
getLayoutURL: function() {
return "/web/setur/agenda";
},
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 "516B7BDE9880CDCA1682A52EEE311C95.jvm3i1h5";
},
getPortletSetupShowBordersDefault: function() {
return true;
}
}
};
var themeDisplay = Liferay.ThemeDisplay;
// ]]>
/*]]>*/</script>]]>
|
219
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
// <![CDATA[
Liferay.currentURL = '/web/setur/agenda?p_p_id=8';
Liferay.currentURLEncoded = '%2Fweb%2Fsetur%2Fagenda%3Fp_p_id%3D8';
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_7SQi','56_INSTANCE_f32Y','8'];
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 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>]]>
|
346
| <![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>]]>
|
360
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/dataAtual();/*]]>*/</script>]]>
|
668
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
jQuery("document").ready(function() {
jQuery("#treeview_menu_INSTANCE_7SQi_").menuAcessibilidade({
'allowTabNavigation':true,
'namespace': "_menu_INSTANCE_7SQi_",
'allowDynamicFontSize': false,
'menuDefault': true
});
jQuery(".treeview").removeAttr("style");
});
/*]]>*/</script>]]>
|
682
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 0,
isStatic: 'end',
namespacedId: 'p_p_id_menu_INSTANCE_7SQi_',
portletId: 'menu_INSTANCE_7SQi'
}
);
/*]]>*/</script>]]>
|
700
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 0,
isStatic: 'end',
namespacedId: 'p_p_id_56_INSTANCE_f32Y_',
portletId: '56_INSTANCE_f32Y'
}
);
/*]]>*/</script>]]>
|
746
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portal.Tabs.show("_8_tabs1", ['\u0073\u0075\u006d\u006d\u0061\u0072\u0079','\u0064\u0061\u0079','\u0077\u0065\u0065\u006b','\u006d\u006f\u006e\u0074\u0068','\u0079\u0065\u0061\u0072','\u0065\u0076\u0065\u006e\u0074\u0073'], "summary");
/*]]>*/</script>]]>
|
748
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
function _8_updateCalendar(month, day, year) {
location.href = 'http://www.setur.pe.gov.br/web/setur/agenda;jsessionid=516B7BDE9880CDCA1682A52EEE311C95.jvm3i1h5?p_p_id=8&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&p_p_col_id=column-2&p_p_col_pos=1&p_p_col_count=2&_8_tabs1=day&_8_eventType=&_8_month=' + month + '&_8_day=' + day + '&_8_year=' + year;
}
/*]]>*/</script>]]>
|
804
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
function _8_curupdateCur(box) {
var cur = jQuery("option:selected", box).val();
if (true) {
var href = "http://www.setur.pe.gov.br/web/setur/agenda;jsessionid=516B7BDE9880CDCA1682A52EEE311C95.jvm3i1h5?p_p_id=8&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&p_p_col_id=column-2&p_p_col_pos=1&p_p_col_count=2&_8_struts_action=%2Fcalendar%2Fview&_8_tabs1=summary&_8_delta=20&_8_keywords=&_8_advancedSearch=false&_8_andOperator=true&_8_cur=" + cur + "";
location.href = href;
}
else {
document._8_fm.cur.value = cur;
null;
}
}
function _8_deltaupdateDelta(box) {
var delta = jQuery("option:selected", box).val();
if (true) {
var href = "http://www.setur.pe.gov.br/web/setur/agenda;jsessionid=516B7BDE9880CDCA1682A52EEE311C95.jvm3i1h5?p_p_id=8&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&p_p_col_id=column-2&p_p_col_pos=1&p_p_col_count=2&_8_struts_action=%2Fcalendar%2Fview&_8_tabs1=summary&_8_keywords=&_8_advancedSearch=false&_8_andOperator=true&_8_delta=" + delta + "";
location.href = href;
}
else {
document._8_fm.delta.value = delta;
null;
}
}
/*]]>*/</script>]]>
|
840
| <![CDATA[<script type="text/javascript">/*<![CDATA[*/
Liferay.Portlet.onLoad(
{
canEditTitle: false,
columnPos: 1,
isStatic: 'end',
namespacedId: 'p_p_id_8_',
portletId: '8'
}
);
/*]]>*/</script>]]>
|
856
| <![CDATA[<script language="javascript"> jQuery('h2').each(function(){ jQuery(this).attr('title', jQuery(this).text() ) });
</script>]]>
|