129
| <![CDATA[<script>
jQuery(window).on('load', function() {
new JCaption('img.caption');
});
jQuery(document).ready(function(){WfMediabox.init({"base":"\/","theme":"standard","width":"","height":"","lightbox":0,"shadowbox":0,"icons":1,"overlay":1,"overlay_opacity":0,"overlay_color":"","transition_speed":300,"close":2,"scrolling":"0","labels":{"close":"Close","next":"Next","previous":"Previous","cancel":"Cancel","numbers":"{{numbers}}","numbers_count":"{{current}} of {{total}}","download":"Download"}});});
jQuery(function($) {
SqueezeBox.initialize({});
initSqueezeBox();
$(document).on('subform-row-add', initSqueezeBox);
function initSqueezeBox(event, container)
{
SqueezeBox.assign($(container || document).find('a.fc-event').get(), {
parse: 'rel'
});
}
});
window.jModalClose = function () {
SqueezeBox.close();
};
// Add extra modal close functionality for tinyMCE-based editors
document.onreadystatechange = function () {
if (document.readyState == 'interactive' && typeof tinyMCE != 'undefined' && tinyMCE)
{
if (typeof window.jModalClose_no_tinyMCE === 'undefined')
{
window.jModalClose_no_tinyMCE = typeof(jModalClose) == 'function' ? jModalClose : false;
jModalClose = function () {
if (window.jModalClose_no_tinyMCE) window.jModalClose_no_tinyMCE.apply(this, arguments);
tinyMCE.activeEditor.windowManager.close();
};
}
if (typeof window.SqueezeBoxClose_no_tinyMCE === 'undefined')
{
if (typeof(SqueezeBox) == 'undefined') SqueezeBox = {};
window.SqueezeBoxClose_no_tinyMCE = typeof(SqueezeBox.close) == 'function' ? SqueezeBox.close : false;
SqueezeBox.close = function () {
if (window.SqueezeBoxClose_no_tinyMCE) window.SqueezeBoxClose_no_tinyMCE.apply(this, arguments);
tinyMCE.activeEditor.windowManager.close();
};
}
}
};
jQuery(document).ready(function() {
var calendar = jQuery('#dp-module-mini-99-calendar');
var options = {"eventSources":["\/component\/dpcalendar\/events?format=raw&limit=0&ids=14&my=0&compact=2&openview=agendaDay&Itemid=101"],"defaultView":"month","weekNumbers":false,"weekends":true,"fixedWeekCount":true,"firstDay":"1","firstHour":6,"nextDayThreshold":"00:00:00","weekNumbersWithinDays":false,"weekNumberCalculation":"ISO","displayEventEnd":true,"navLinks":true,"maxTime":"24:00:00","minTime":"0:00:00","nowIndicator":true,"eventLimit":2,"height":"auto","slotEventOverlap":true,"slotMinutes":30,"slotLabelFormat":"hh(:MMMM)a","header":{"left":"prev,next","center":"title","right":"month,agendaWeek,agendaDay,list"},"views":{"month":{"titleFormat":"MMM YYYY","timeFormat":"h:mm a","columnFormat":"ddd"},"agendaWeek":{"titleFormat":"MMM D YYYY","timeFormat":"h:mm a","columnFormat":"ddd M\/D"},"agendaDay":{"titleFormat":"MMMM D YYYY","timeFormat":"h:mm a","columnFormat":"dddd"},"list":{"titleFormat":"MMM D YYYY","timeFormat":"h:mm a","columnFormat":"ddd","listDayFormat":"dddd","listDayAltFormat":"MMMM D, YYYY","duration":{"days":30},"noEventsMessage":"Nenhum evento encontrado"}},"monthNames":["Janeiro","Fevereiro","Mar\u00e7o","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],"monthNamesShort":["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],"dayNames":["Domingo","Segunda","Ter\u00e7a","Quarta","Quinta","Sexta","S\u00e1bado"],"dayNamesShort":["Dom","Seg","Ter","Qua","Qui","Sex","S\u00e1b"],"dayNamesMin":["Do","Se","Te","Qu","Qu","Se","S\u00e1"],"show_event_as_popup":"2","use_hash":false,"event_create_form":0,"screen_size_list_view":0,"icon_print":"icon-print","icon_calendar":"icon-calendar","year":"2023","month":"10","date":"02"};
options['defaultDate'] = moment(options['year'] + '-' + pad(parseInt(options['month']), 2) + '-' + pad(options['date'], 2));
createDPCalendar(calendar, options);
// Toggle the list of calendars
var root = calendar.parent();
root.find('.dp-calendar-toggle').bind('click', function(e) {
root.find('.dp-calendar-list').slideToggle('slow', function() {
if (!root.find('.dp-calendar-list').is(':visible')) {
root.find('i[data-direction="up"]').hide();
root.find('i[data-direction="down"]').show();
} else {
root.find('i[data-direction="up"]').show();
root.find('i[data-direction="down"]').hide();
}
});
});
jQuery('#dp-calendar-list').hide()
jQuery.each(options['eventSources'], function(index, value) {
jQuery('#dp-calendar-list input').each(function(indexInput) {
var input = jQuery(this);
if (value.url == input.val()) {
input.attr('checked', true);
}
});
});
});
var jf_mm_icons = [
{itemID:"-"+"101",fa_icon:"",img:"",style:""}
];
jQuery(document).ready(function($){$("#jf_mm_menu").jf_mm_menu()});
var jf_mm_direction = "ltr";
var jf_mm_backBtnTxt = "Back";
!function(n){n(window).load(function(){n("#jf_mm_menu").removeClass("jf_hidden")})}(jQuery);
</script>]]>
|