Aus- und Fortbildung:"framework";b:0;s:8:"relative";b:1;s:8:"pathOnly";b:0;s:13:"detectBrowser";b:0;s:11:"detectDebug";b:1;}}s:50:"/components/com_jevents/assets/js/view_detailJQ.js";a:2:{s:4:"type";s:15:"text/javascript";s:7:"options";a:6:{s:8:"relative";b:0;s:8:"pathOnly";b:0;s:13:"detectBrowser";b:1;s:11:"detectDebug";b:1;s:7:"version";s:8:"v=3.6.82";s:9:"framework";b:0;}}s:49:"/plugins/system/t3/base/bootstrap/js/bootstrap.js";a:2:{s:4:"type";s:15:"text/javascript";s:7:"options";a:0:{}}s:44:"/plugins/system/t3/base/js/jquery.tap.min.js";a:2:{s:4:"type";s:15:"text/javascript";s:7:"options";a:0:{}}s:40:"/plugins/system/t3/base/js/off-canvas.js";a:2:{s:4:"type";s:15:"text/javascript";s:7:"options";a:0:{}}s:36:"/plugins/system/t3/base/js/script.js";a:2:{s:4:"type";s:15:"text/javascript";s:7:"options";a:0:{}}s:34:"/plugins/system/t3/base/js/menu.js";a:2:{s:4:"type";s:15:"text/javascript";s:7:"options";a:0:{}}s:40:"/plugins/system/t3/base/js/responsive.js";a:2:{s:4:"type";s:15:"text/javascript";s:7:"options";a:0:{}}s:33:"/media/system/js/html5fallback.js";a:2:{s:4:"type";s:15:"text/javascript";s:7:"options";a:6:{s:7:"version";s:4:"auto";s:8:"relative";b:1;s:9:"framework";b:0;s:8:"pathOnly";b:0;s:13:"detectBrowser";b:1;s:11:"detectDebug";b:1;}}s:34:"/media/system/js/polyfill.event.js";a:2:{s:4:"type";s:15:"text/javascript";s:7:"options";a:7:{s:7:"version";s:4:"auto";s:8:"relative";b:1;s:11:"conditional";s:7:"lt IE 9";s:9:"framework";b:0;s:8:"pathOnly";b:0;s:13:"detectBrowser";b:1;s:11:"detectDebug";b:1;}}s:29:"/media/system/js/keepalive.js";a:2:{s:4:"type";s:15:"text/javascript";s:7:"options";a:6:{s:7:"version";s:4:"auto";s:8:"relative";b:1;s:9:"framework";b:0;s:8:"pathOnly";b:0;s:13:"detectBrowser";b:1;s:11:"detectDebug";b:1;}}}s:6:"script";a:1:{s:15:"text/javascript";s:5438:"function jevPopover(selector, container) {
var uikitoptions = {"title":"","pos":"top","delay":150,"delayHide":200,"offset":20,"animation":"uk-animation-fade","duration":100,"cls":"uk-active uk-card uk-card-default uk-padding-remove uk-background-default","clsPos":"uk-tooltip","mode":"hover","container":"#jevents_body"};
var bsoptions = {"animation":false,"html":true,"placement":"top","selector":false,"title":"","trigger":"hover","content":"","delay":{"show":150,"hide":150},"container":"#jevents_body","mouseonly":false};
uikitoptions.container = container;
bsoptions.container = container;
if (bsoptions.mouseonly && 'ontouchstart' in document.documentElement) {
return;
}
if (jQuery(selector).length){
try {
ys_setuppopover(selector, uikitoptions);
}
catch (e) {
if ('bootstrap' != "uikit" || typeof UIkit == 'undefined' ) {
// Do not use this for YooTheme Pro templates otherwise you get strange behaviour!
if (jQuery(selector).popover )
{
// set data-title and data-content if not set or empty
var hoveritems = document.querySelectorAll(selector);
hoveritems.forEach(function (hoveritem) {
var title = hoveritem.getAttribute('data-original-title') || hoveritem.getAttribute('title') || '';
var body = hoveritem.getAttribute('data-original-content') || hoveritem.getAttribute('data-content') || '';
if (body == '')
{
//hoveritem.setAttribute('data-original-content', 'hello kitty!');
//hoveritem.setAttribute('data-content', 'hello kitty!');
}
});
jQuery(selector).popover(bsoptions);
}
else
{
if ('bootstrap' != "uikit")
{
alert("problem with popovers! Failed to load Bootstrap popovers");
}
else
{
alert("problem with popovers! Failed to load UIkit popovers");
}
}
}
else
{
// Fall back to native uikit
var hoveritems = document.querySelectorAll(selector);
hoveritems.forEach(function (hoveritem) {
var title = hoveritem.getAttribute('data-yspoptitle') || hoveritem.getAttribute('data-original-title') || hoveritem.getAttribute('title');
var body = hoveritem.getAttribute('data-yspopcontent') || hoveritem.getAttribute('data-content') || hoveritem.getAttribute('data-bs-content') || '';
var options = hoveritem.getAttribute('data-yspopoptions') || uikitoptions;
if (typeof options == 'string') {
options = JSON.parse(options);
}
/*
var phtml = '
' +
(title != '' ? '
' + title + '
' : '') +
(body != '' ? '
' + body + '
' : '') +
'
';
*/
var phtml = '' +
(title != '' ? title.replace("jevtt_title", "uk-card-title uk-text-emphasis uk-padding-small").replace(/color:#(.*);/,'color:#$1!important;') : '') +
(body != '' ? body.replace("jevtt_text", "uk-card-body uk-padding-small uk-text-secondary uk-background-default") : '') +
'';
options.title = phtml;
if (hoveritem.hasAttribute('title')) {
hoveritem.removeAttribute('title');
}
UIkit.tooltip(hoveritem, options);
});
}
}
}
}
document.addEventListener('DOMContentLoaded', function()
{
try {
jevPopover('.hasjevtip', '#jevents_body');
}
catch (e)
{
}
});
(function($) {
if (typeof $.fn.popover == 'undefined')
{
// bootstrap popovers not used or loaded
return;
}
var oldHide = $.fn.popover.Constructor.prototype.hide || false;
$.fn.popover.Constructor.prototype.hide = function() {
var bootstrap5 = false;
var bootstrap4 = false;
try {
var testClass = window.bootstrap.Tooltip || window.bootstrap.Modal;
var bsVersion = testClass.VERSION.substr(0,1);
bootstrap5 = bsVersion >= 5;
bootstrap4 = bsVersion >= 4 && !bootstrap5;
} catch (e) {
}
var bootstrap3 = window.jQuery && (typeof jQuery().emulateTransitionEnd == 'function');
// Bootstrap 3+
if (this.config || bootstrap4 || bootstrap3 || bootstrap5)
{
//- This is not needed for recent versions of Bootstrap 4
/*
if (this.config.container == '#jevents_body' && this.config.trigger.indexOf('hover') >=0) {
var that = this;
// try again after what would have been the delay
setTimeout(function() {
return that.hide.call(that, arguments);
}, that.config.delay.hide);
return;
}
*/
}
// Earlier Bootstraps
else
{
if (this.options.container == '#jevents_body' && this.options.trigger.indexOf('hover') >=0 && this.tip().is(':hover')) {
var that = this;
// try again after what would have been the delay
setTimeout(function() {
try {
return that.hide.call(that, arguments);
}
catch (e)
{
}
}, that.options.delay.hide);
return;
}
}
if ( oldHide )
{
oldHide.call(this, arguments);
}
};
})(jQuery);";}s:6:"custom";a:2:{i:0;s:146:"";i:1;s:142:"";}s:13:"scriptOptions";a:3:{s:10:"csrf.token";s:32:"4a42752dfb0cedd3f76e9c119759bc1a";s:12:"system.paths";a:2:{s:4:"root";s:0:"";s:4:"base";s:0:"";}s:16:"system.keepalive";a:2:{s:8:"interval";i:1740000;s:3:"uri";s:28:"/component/ajax/?format=json";}}}s:13:"mime_encoding";s:9:"text/html";}}SS-Feed