Важная информация!
Правила форума
для обязательного прочтения!
Пожалуйста, не регистрируйтесь на этом форуме с электронными адресами mail.ru, bk.ru, inbox.ru, list.ru - вам может не прийти письмо со ссылкой активации!
Вы можете воспользоваться адресами типа yandex.ru, rambler.ru, gmail.com и т.д.
(забыл / потерял пароль)
Общий FAQ по управлению форумом
FAQ: реклама на форуме
Туториалы по разным функциям ваших форумов
Алфавитный указатель
Интересные решения для форумов
Наши видео-туториалы
Условия пользования сервисом
Ссылки на полезные ресурсы
Последние темы
» [решено]Редактирвоание темыавтор AlexDarkTech Октябрь 13th 2024, 08:14
» совет админам
автор лексей2222 Октябрь 12th 2024, 08:31
» Проблема с гугл из-за Hitskin
автор лексей2222 Октябрь 11th 2024, 11:30
» Пропали иконки редактирования - HEEELP
автор Archaea Сентябрь 23rd 2024, 18:11
» Как загружать ролики и мультики по ссылкам напрямую
автор лексей2222 Сентябрь 14th 2024, 19:22
» Интернет адрес форума
автор Mierena Сентябрь 7th 2024, 15:24
» некоторые форумы долго загружаются
автор Raumt Сентябрь 6th 2024, 15:06
» На форуме Пропали кнопки модерации тем
автор лексей2222 Август 16th 2024, 22:36
» Проблема с метатегом Description
автор VeraLV Июнь 14th 2024, 17:06
» [решено] Исчезли картинки кнопок
автор VeraLV Май 26th 2024, 13:04
Уведомление о непрочитанных ЛС в FancyBox
Страница 1 из 1
Уведомление о непрочитанных ЛС в FancyBox
По сути это надоедалка
Единственный выход избавиться - прочесть сообщения.
Если не прочесть, это модальное окно будет преследовать после каждого перехода на другую страницу.
Панель Управления Модули HTML & JAVASCRIPT Управление кодами JavaScript Расположение: На всех страницах |
- Код:
(function (u, q, e) {
var l = e(u),
r = e(q),
a = (e.fancybox = function () {
a.open.apply(this, arguments);
}),
s = !1,
t = null;
e.extend(a, {
version: "2.0.4",
defaults: {
padding: 15,
margin: 20,
width: 800,
height: 600,
minWidth: 200,
minHeight: 200,
maxWidth: 9999,
maxHeight: 9999,
autoSize: !0,
fitToView: !0,
aspectRatio: !1,
topRatio: 0.5,
fixed: !e.browser.msie || 6 < e.browser.version || !q.documentElement.hasOwnProperty("ontouchstart"),
scrolling: "auto",
wrapCSS: "fancybox-default",
arrows: !0,
closeBtn: !0,
closeClick: !1,
nextClick: !1,
mouseWheel: !0,
autoPlay: !1,
playSpeed: 3e3,
modal: !1,
loop: !0,
ajax: {},
keys: { next: [13, 32, 34, 39, 40], prev: [8, 33, 37, 38], close: [27] },
tpl: {
wrap: '<div class="fancybox-wrap"><div class="fancybox-outer"><div class="fancybox-inner"></div></div></div>',
image: '<img class="fancybox-image" src="{href}" alt="" />',
iframe: '<iframe class="fancybox-iframe" name="fancybox-frame{rnd}" frameborder="0" hspace="0" ' + (e.browser.msie ? 'allowtransparency="true""' : "") + ' scrolling="{scrolling}" src="{href}"></iframe>',
swf:
'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%"><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="{href}" /><embed src="{href}" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="100%" height="100%" wmode="transparent"></embed></object>',
error: '<p class="fancybox-error">The requested content cannot be loaded.<br/>Please try again later.</p>',
closeBtn: '<div title="Close" class="fancybox-item fancybox-close"></div>',
next: '<a title="Next" class="fancybox-item fancybox-next"><span></span></a>',
prev: '<a title="Previous" class="fancybox-item fancybox-prev"><span></span></a>',
},
openEffect: "fade",
openSpeed: 250,
openEasing: "swing",
openOpacity: !0,
openMethod: "zoomIn",
closeEffect: "fade",
closeSpeed: 250,
closeEasing: "swing",
closeOpacity: !0,
closeMethod: "zoomOut",
nextEffect: "elastic",
nextSpeed: 300,
nextEasing: "swing",
nextMethod: "changeIn",
prevEffect: "elastic",
prevSpeed: 300,
prevEasing: "swing",
prevMethod: "changeOut",
helpers: { overlay: { speedIn: 0, speedOut: 300, opacity: 0.8, css: { cursor: "pointer" }, closeClick: !0 }, title: { type: "float" } },
},
group: {},
opts: {},
coming: null,
current: null,
isOpen: !1,
isOpened: !1,
wrap: null,
outer: null,
inner: null,
player: { timer: null, isActive: !1 },
ajaxLoad: null,
imgPreload: null,
transitions: {},
helpers: {},
open: function (b, c) {
e.isArray(b) || (b = [b]);
if (b.length) a.close(!0), (a.opts = e.extend(!0, {}, a.defaults, c)), (a.group = b), a._start(a.opts.index || 0);
},
cancel: function () {
if (!(a.coming && !1 === a.trigger("onCancel")) && ((a.coming = null), a.hideLoading(), a.ajaxLoad && a.ajaxLoad.abort(), (a.ajaxLoad = null), a.imgPreload))
a.imgPreload.onload = a.imgPreload.onabort = a.imgPreload.onerror = null;
},
close: function (b) {
a.cancel();
if (a.current && !1 !== a.trigger("beforeClose"))
a.unbindEvents(),
!a.isOpen || (b && !0 === b[0])
? (e(".fancybox-wrap").stop().trigger("onReset").remove(), a._afterZoomOut())
: ((a.isOpen = a.isOpened = !1), e(".fancybox-item").remove(), a.wrap.stop(!0).removeClass("fancybox-opened"), a.inner.css("overflow", "hidden"), a.transitions[a.current.closeMethod]());
},
play: function (b) {
var c = function () {
clearTimeout(a.player.timer);
},
d = function () {
c();
if (a.current && a.player.isActive) a.player.timer = setTimeout(a.next, a.current.playSpeed);
},
g = function () {
c();
e("body").unbind(".player");
a.player.isActive = !1;
a.trigger("onPlayEnd");
};
if (a.player.isActive || (b && !1 === b[0])) g();
else if (a.current && (a.current.loop || a.current.index < a.group.length - 1))
(a.player.isActive = !0), e("body").bind({ "afterShow.player onUpdate.player": d, "onCancel.player beforeClose.player": g, "beforeLoad.player": c }), d(), a.trigger("onPlayStart");
},
next: function () {
a.current && a.jumpto(a.current.index + 1);
},
prev: function () {
a.current && a.jumpto(a.current.index - 1);
},
jumpto: function (b) {
a.current && ((b = parseInt(b, 10)), 1 < a.group.length && a.current.loop && (b >= a.group.length ? (b = 0) : 0 > b && (b = a.group.length - 1)), "undefined" !== typeof a.group[b] && (a.cancel(), a._start(b)));
},
reposition: function (b) {
a.isOpen && a.wrap.css(a._getPosition(b));
},
update: function () {
a.isOpen &&
(s ||
(t = setInterval(function () {
if (s && ((s = !1), clearTimeout(t), a.current)) {
if (a.current.autoSize) a.inner.height("auto"), (a.current.height = a.inner.height());
a._setDimension();
a.current.canGrow && a.inner.height("auto");
a.reposition();
a.trigger("onUpdate");
}
}, 100)),
(s = !0));
},
toggle: function () {
if (a.isOpen) (a.current.fitToView = !a.current.fitToView), a.update();
},
hideLoading: function () {
e("#fancybox-loading").remove();
},
showLoading: function () {
a.hideLoading();
e('<div id="fancybox-loading"></div>').click(a.cancel).appendTo("body");
},
getViewport: function () {
return { x: l.scrollLeft(), y: l.scrollTop(), w: l.width(), h: l.height() };
},
unbindEvents: function () {
a.wrap && a.wrap.unbind(".fb");
r.unbind(".fb");
l.unbind(".fb");
},
bindEvents: function () {
var b = a.current,
c = b.keys;
b &&
(l.bind("resize.fb, orientationchange.fb", a.update),
c &&
r.bind("keydown.fb", function (b) {
var g;
if (!b.ctrlKey && !b.altKey && !b.shiftKey && !b.metaKey && 0 > e.inArray(b.target.tagName.toLowerCase(), ["input", "textarea", "select", "button"]))
(g = b.keyCode), -1 < e.inArray(g, c.close) ? (a.close(), b.preventDefault()) : -1 < e.inArray(g, c.next) ? (a.next(), b.preventDefault()) : -1 < e.inArray(g, c.prev) && (a.prev(), b.preventDefault());
}),
e.fn.mousewheel &&
b.mouseWheel &&
1 < a.group.length &&
a.wrap.bind("mousewheel.fb", function (b, c) {
var f = e(b.target).get(0);
if (0 === f.clientHeight || f.scrollHeight === f.clientHeight) b.preventDefault(), a[0 < c ? "prev" : "next"]();
}));
},
trigger: function (b) {
var c,
d = a[-1 < e.inArray(b, ["onCancel", "beforeLoad", "afterLoad"]) ? "coming" : "current"];
if (d) {
e.isFunction(d[b]) && (c = d[b].apply(d, Array.prototype.slice.call(arguments, 1)));
if (!1 === c) return !1;
d.helpers &&
e.each(d.helpers, function (c, f) {
if (f && "undefined" !== typeof a.helpers[c] && e.isFunction(a.helpers[c][b])) a.helpers[c][b](f, d);
});
e.event.trigger(b + ".fb");
}
},
isImage: function (a) {
return a && a.match(/\.(jpg|gif|png|bmp|jpeg)(.*)?jQuery/i);
},
isSWF: function (a) {
return a && a.match(/\.(swf)(.*)?jQuery/i);
},
_start: function (b) {
var c = {},
d = a.group[b] || null,
g,
f,
k;
if ("object" === typeof d && (d.nodeType || d instanceof e)) (g = !0), e.metadata && (c = e(d).metadata());
c = e.extend(!0, {}, a.opts, { index: b, element: d }, e.isPlainObject(d) ? d : c);
e.each(["href", "title", "content", "type"], function (b, f) {
c[f] = a.opts[f] || (g && e(d).attr(f)) || c[f] || null;
});
if ("number" === typeof c.margin) c.margin = [c.margin, c.margin, c.margin, c.margin];
c.modal && e.extend(!0, c, { closeBtn: !1, closeClick: !1, nextClick: !1, arrows: !1, mouseWheel: !1, keys: null, helpers: { overlay: { css: { cursor: "auto" }, closeClick: !1 } } });
a.coming = c;
if (!1 === a.trigger("beforeLoad")) a.coming = null;
else {
f = c.type;
b = c.href;
if (!f)
g && ((k = e(d).data("fancybox-type")), !k && d.className && (f = (k = d.className.match(/fancybox\.(\w+)/)) ? k[1] : null)),
!f && b && (a.isImage(b) ? (f = "image") : a.isSWF(b) ? (f = "swf") : b.match(/^#/) && (f = "inline")),
f || (f = g ? "inline" : "html"),
(c.type = f);
"inline" === f || "html" === f ? ((c.content = c.content || ("inline" === f && b ? e(b) : d)), c.content.length || (f = null)) : ((c.href = b || d), c.href || (f = null));
c.group = a.group;
"image" === f ? a._loadImage() : "ajax" === f ? a._loadAjax() : f ? a._afterLoad() : a._error("type");
}
},
_error: function (b) {
e.extend(a.coming, { type: "html", autoSize: !0, minHeight: "0", hasError: b, content: a.coming.tpl.error });
a._afterLoad();
},
_loadImage: function () {
a.imgPreload = new Image();
a.imgPreload.onload = function () {
this.onload = this.onerror = null;
a.coming.width = this.width;
a.coming.height = this.height;
a._afterLoad();
};
a.imgPreload.onerror = function () {
this.onload = this.onerror = null;
a._error("image");
};
a.imgPreload.src = a.coming.href;
a.imgPreload.complete || a.showLoading();
},
_loadAjax: function () {
a.showLoading();
a.ajaxLoad = e.ajax(
e.extend({}, a.coming.ajax, {
url: a.coming.href,
error: function (b, c) {
"abort" !== c ? a._error("ajax", b) : a.hideLoading();
},
success: function (b, c) {
if ("success" === c) (a.coming.content = b), a._afterLoad();
},
})
);
},
_preload: function () {
var b = a.group,
c = a.current.index,
d = function (b) {
if (b && a.isImage(b)) new Image().src = b;
};
1 < b.length && (d(e(b[c + 1] || b[0]).attr("href")), d(e(b[c - 1] || b[b.length - 1]).attr("href")));
},
_afterLoad: function () {
a.hideLoading();
!a.coming || !1 === a.trigger("afterLoad", a.current)
? (a.coming = !1)
: (a.isOpened
? (e(".fancybox-item").remove(), a.wrap.stop(!0).removeClass("fancybox-opened"), a.inner.css("overflow", "hidden"), a.transitions[a.current.prevMethod]())
: (e(".fancybox-wrap").stop().trigger("onReset").remove(), a.trigger("afterClose")),
a.unbindEvents(),
(a.isOpen = !1),
(a.current = a.coming),
(a.coming = !1),
(a.wrap = e(a.current.tpl.wrap)
.addClass("fancybox-tmp " + a.current.wrapCSS)
.appendTo("body")),
(a.outer = e(".fancybox-outer", a.wrap).css("padding", a.current.padding + "px")),
(a.inner = e(".fancybox-inner", a.wrap)),
a._setContent(),
a.trigger("beforeShow"),
a._setDimension(),
a.wrap.hide().removeClass("fancybox-tmp"),
a.bindEvents(),
a._preload(),
a.transitions[a.isOpened ? a.current.nextMethod : a.current.openMethod]());
},
_setContent: function () {
var b,
c,
d = a.current,
g = d.type;
switch (g) {
case "inline":
case "ajax":
case "html":
b = d.content;
"inline" === g &&
b instanceof e &&
((b = b.show().detach()),
b.parent().hasClass("fancybox-inner") && b.parents(".fancybox-wrap").trigger("onReset").remove(),
e(a.wrap).bind("onReset", function () {
b.appendTo("body").hide();
}));
if (d.autoSize) (c = e('<div class="fancybox-tmp"></div>').appendTo(e("body")).append(b)), (d.width = c.outerWidth()), (d.height = c.outerHeight(!0)), (b = c.contents().detach()), c.remove();
break;
case "image":
b = d.tpl.image.replace("{href}", d.href);
d.aspectRatio = !0;
break;
case "swf":
b = d.tpl.swf
.replace(/\{width\}/g, d.width)
.replace(/\{height\}/g, d.height)
.replace(/\{href\}/g, d.href);
break;
case "iframe":
b = d.tpl.iframe.replace("{href}", d.href).replace("{scrolling}", d.scrolling).replace("{rnd}", new Date().getTime());
}
if (-1 < e.inArray(g, ["image", "swf", "iframe"])) (d.autoSize = !1), (d.scrolling = !1);
a.inner.append(b);
},
_setDimension: function () {
var b = a.wrap,
c = a.outer,
d = a.inner,
g = a.current,
f = a.getViewport(),
k = g.margin,
i = 2 * g.padding,
h = g.width + i,
j = g.height + i,
l = g.width / g.height,
o = g.maxWidth,
m = g.maxHeight,
n = g.minWidth,
p = g.minHeight;
f.w -= k[1] + k[3];
f.h -= k[0] + k[2];
-1 < h.toString().indexOf("%") && (h = (f.w * parseFloat(h)) / 100);
-1 < j.toString().indexOf("%") && (j = (f.h * parseFloat(j)) / 100);
g.fitToView && ((o = Math.min(f.w, o)), (m = Math.min(f.h, m)));
n = Math.min(h, n);
p = Math.min(h, p);
o = Math.max(n, o);
m = Math.max(p, m);
g.aspectRatio
? (h > o && ((h = o), (j = (h - i) / l + i)), j > m && ((j = m), (h = (j - i) * l + i)), h < n && ((h = n), (j = (h - i) / l + i)), j < p && ((j = p), (h = (j - i) * l + i)))
: ((h = Math.max(n, Math.min(h, o))), (j = Math.max(p, Math.min(j, m))));
h = Math.round(h);
j = Math.round(j);
e(b.add(c).add(d)).width("auto").height("auto");
d.width(h - i).height(j - i);
b.width(h);
k = b.height();
if (h > o || k > m)
for (; (h > o || k > m) && h > n && k > p; ) (j -= 10), g.aspectRatio ? ((h = Math.round((j - i) * l + i)), h < n && ((h = n), (j = (h - i) / l + i))) : (h -= 10), d.width(h - i).height(j - i), b.width(h), (k = b.height());
g.dim = { width: h, height: k };
g.canGrow = g.autoSize && j > p && j < m;
g.canShrink = !1;
g.canExpand = !1;
if (h - i < g.width || j - i < g.height) g.canExpand = !0;
else if ((h > f.w || k > f.h) && h > n && j > p) g.canShrink = !0;
b = k - i;
a.innerSpace = b - d.height();
a.outerSpace = b - c.height();
},
_getPosition: function (b) {
var c = a.current,
d = a.getViewport(),
e = c.margin,
f = a.wrap.width() + e[1] + e[3],
k = a.wrap.height() + e[0] + e[2],
i = { position: "absolute", top: e[0] + d.y, left: e[3] + d.x };
if (c.fixed && (!b || !1 === b[0]) && k <= d.h && f <= d.w) i = { position: "fixed", top: e[0], left: e[3] };
i.top = Math.ceil(Math.max(i.top, i.top + (d.h - k) * c.topRatio)) + "px";
i.left = Math.ceil(Math.max(i.left, i.left + 0.5 * (d.w - f))) + "px";
return i;
},
_afterZoomIn: function () {
var b = a.current;
a.isOpen = a.isOpened = !0;
a.wrap.addClass("fancybox-opened").css("overflow", "visible");
a.update();
a.inner.css("overflow", "auto" === b.scrolling ? "auto" : "yes" === b.scrolling ? "scroll" : "hidden");
if (b.closeClick || b.nextClick) a.inner.css("cursor", "pointer").bind("click.fb", b.nextClick ? a.next : a.close);
b.closeBtn && e(b.tpl.closeBtn).appendTo(a.wrap).bind("click.fb", a.close);
b.arrows && 1 < a.group.length && ((b.loop || 0 < b.index) && e(b.tpl.prev).appendTo(a.wrap).bind("click.fb", a.prev), (b.loop || b.index < a.group.length - 1) && e(b.tpl.next).appendTo(a.wrap).bind("click.fb", a.next));
a.trigger("afterShow");
if (a.opts.autoPlay && !a.player.isActive) (a.opts.autoPlay = !1), a.play();
},
_afterZoomOut: function () {
a.trigger("afterClose");
a.wrap.trigger("onReset").remove();
e.extend(a, { group: {}, opts: {}, current: null, isOpened: !1, isOpen: !1, wrap: null, outer: null, inner: null });
},
});
a.transitions = {
getOrigPosition: function () {
var b = a.current.element,
c = {},
d = 50,
g = 50,
f;
b && b.nodeName && e(b).is(":visible")
? ((f = e(b).find("img:first")), f.length ? ((c = f.offset()), (d = f.outerWidth()), (g = f.outerHeight())) : (c = e(b).offset()))
: ((b = a.getViewport()), (c.top = b.y + 0.5 * (b.h - g)), (c.left = b.x + 0.5 * (b.w - d)));
return (c = { top: Math.ceil(c.top) + "px", left: Math.ceil(c.left) + "px", width: Math.ceil(d) + "px", height: Math.ceil(g) + "px" });
},
step: function (b, c) {
var d, e, f;
if ("width" === c.prop || "height" === c.prop)
(e = f = Math.ceil(b - 2 * a.current.padding)),
"height" === c.prop && ((d = (b - c.start) / (c.end - c.start)), c.start > c.end && (d = 1 - d), (e -= a.innerSpace * d), (f -= a.outerSpace * d)),
a.inner[c.prop](e),
a.outer[c.prop](f);
},
zoomIn: function () {
var b = a.wrap,
c = a.current,
d,
g;
d = c.dim;
if ("elastic" === c.openEffect) {
g = e.extend({}, d, a._getPosition(!0));
delete g.position;
d = this.getOrigPosition();
if (c.openOpacity) (d.opacity = 0), (g.opacity = 1);
b.css(d).show().animate(g, { duration: c.openSpeed, easing: c.openEasing, step: this.step, complete: a._afterZoomIn });
} else b.css(e.extend({}, d, a._getPosition())), "fade" === c.openEffect ? b.fadeIn(c.openSpeed, a._afterZoomIn) : (b.show(), a._afterZoomIn());
},
zoomOut: function () {
var b = a.wrap,
c = a.current,
d;
if ("elastic" === c.closeEffect) {
"fixed" === b.css("position") && b.css(a._getPosition(!0));
d = this.getOrigPosition();
if (c.closeOpacity) d.opacity = 0;
b.animate(d, { duration: c.closeSpeed, easing: c.closeEasing, step: this.step, complete: a._afterZoomOut });
} else b.fadeOut("fade" === c.closeEffect ? c.closeSpeed : 0, a._afterZoomOut);
},
changeIn: function () {
var b = a.wrap,
c = a.current,
d;
"elastic" === c.nextEffect
? ((d = a._getPosition(!0)), (d.opacity = 0), (d.top = parseInt(d.top, 10) - 200 + "px"), b.css(d).show().animate({ opacity: 1, top: "+=200px" }, { duration: c.nextSpeed, complete: a._afterZoomIn }))
: (b.css(a._getPosition()), "fade" === c.nextEffect ? b.hide().fadeIn(c.nextSpeed, a._afterZoomIn) : (b.show(), a._afterZoomIn()));
},
changeOut: function () {
var b = a.wrap,
c = a.current,
d = function () {
e(this).trigger("onReset").remove();
};
b.removeClass("fancybox-opened");
"elastic" === c.prevEffect ? b.animate({ opacity: 0, top: "+=200px" }, { duration: c.prevSpeed, complete: d }) : b.fadeOut("fade" === c.prevEffect ? c.prevSpeed : 0, d);
},
};
a.helpers.overlay = {
overlay: null,
update: function () {
var a, c;
this.overlay.width(0).height(0);
e.browser.msie ? ((a = Math.max(q.documentElement.scrollWidth, q.body.scrollWidth)), (c = Math.max(q.documentElement.offsetWidth, q.body.offsetWidth)), (a = a < c ? l.width() : a)) : (a = r.width());
this.overlay.width(a).height(r.height());
},
beforeShow: function (b) {
if (!this.overlay)
(this.overlay = e('<div id="fancybox-overlay"></div>')
.css(b.css || { background: "black" })
.appendTo("body")),
this.update(),
b.closeClick && this.overlay.bind("click.fb", a.close),
l.bind("resize.fb", e.proxy(this.update, this)),
this.overlay.fadeTo(b.speedIn || "fast", b.opacity || 1);
},
onUpdate: function () {
this.update();
},
afterClose: function (a) {
this.overlay &&
this.overlay.fadeOut(a.speedOut || "fast", function () {
e(this).remove();
});
this.overlay = null;
},
};
a.helpers.title = {
beforeShow: function (b) {
var c;
if ((c = a.current.title))
(c = e('<div class="fancybox-title fancybox-title-' + b.type + '-wrap">' + c + "</div>").appendTo("body")),
"float" === b.type && (c.width(c.width()), c.wrapInner('<span class="child"></span>'), (a.current.margin[2] += Math.abs(parseInt(c.css("margin-bottom"), 10)))),
c.appendTo("over" === b.type ? a.inner : "outside" === b.type ? a.wrap : a.outer);
},
};
e.fn.fancybox = function (b) {
function c(b) {
var c = [],
i,
h = this.rel;
if (!b.ctrlKey && !b.altKey && !b.shiftKey && !b.metaKey)
b.preventDefault(),
(b = e(this).data("fancybox-group")),
"undefined" !== typeof b ? (i = b ? "data-fancybox-group" : !1) : h && "" !== h && "nofollow" !== h && ((b = h), (i = "rel")),
i && (c = g.length ? e(g).filter("[" + i + '="' + b + '"]') : e("[" + i + '="' + b + '"]')),
c.length ? ((d.index = c.index(this)), a.open(c.get(), d)) : a.open(this, d);
}
var d = b || {},
g = this.selector || "";
g ? r.undelegate(g, "click.fb-start").delegate(g, "click.fb-start", c) : e(this).unbind("click.fb-start").bind("click.fb-start", c);
return this;
};
})(window, document, jQuery);
(function (jQuery) {
var F = jQuery.fancybox;
F.helpers.buttons = {
tpl:
'<div id="fancybox-buttons"><ul><li><a class="btnPrev" title="Previous" href="javascript:;"></a></li><li><a class="btnPlay" title="Start slideshow" href="javascript:;"></a></li><li><a class="btnNext" title="Next" href="javascript:;"></a></li><li><a class="btnToggle" title="Toggle size" href="javascript:;"></a></li><li><a class="btnClose" title="Close" href="javascript:jQuery.fancybox.close();"></a></li></ul></div>',
list: null,
buttons: {},
update: function () {
var toggle = this.buttons.toggle.removeClass("btnDisabled btnToggleOn");
if (F.current.canShrink) {
toggle.addClass("btnToggleOn");
} else if (!F.current.canExpand) {
toggle.addClass("btnDisabled");
}
},
beforeLoad: function (opts) {
if (F.group.length < 2) {
F.coming.helpers.buttons = false;
F.coming.closeBtn = true;
return;
}
F.coming.margin[opts.position === "bottom" ? 2 : 0] += 30;
},
onPlayStart: function () {
if (this.list) {
this.buttons.play.attr("title", "Pause slideshow").addClass("btnPlayOn");
}
},
onPlayEnd: function () {
if (this.list) {
this.buttons.play.attr("title", "Start slideshow").removeClass("btnPlayOn");
}
},
afterShow: function (opts) {
var buttons;
if (!this.list) {
this.list = jQuery(opts.tpl || this.tpl)
.addClass(opts.position || "top")
.appendTo("body");
this.buttons = { prev: this.list.find(".btnPrev").click(F.prev), next: this.list.find(".btnNext").click(F.next), play: this.list.find(".btnPlay").click(F.play), toggle: this.list.find(".btnToggle").click(F.toggle) };
}
buttons = this.buttons;
if (F.current.index > 0 || F.current.loop) {
buttons.prev.removeClass("btnDisabled");
} else {
buttons.prev.addClass("btnDisabled");
}
if (F.current.loop || F.current.index < F.group.length - 1) {
buttons.next.removeClass("btnDisabled");
buttons.play.removeClass("btnDisabled");
} else {
buttons.next.addClass("btnDisabled");
buttons.play.addClass("btnDisabled");
}
this.update();
},
onUpdate: function () {
this.update();
},
beforeClose: function () {
if (this.list) {
this.list.remove();
}
this.list = null;
this.buttons = {};
},
};
})(jQuery);
(function (d) {
function e(a) {
var b = a || window.event,
c = [].slice.call(arguments, 1),
f = 0,
e = 0,
g = 0,
a = d.event.fix(b);
a.type = "mousewheel";
b.wheelDelta && (f = b.wheelDelta / 120);
b.detail && (f = -b.detail / 3);
g = f;
b.axis !== void 0 && b.axis === b.HORIZONTAL_AXIS && ((g = 0), (e = -1 * f));
b.wheelDeltaY !== void 0 && (g = b.wheelDeltaY / 120);
b.wheelDeltaX !== void 0 && (e = (-1 * b.wheelDeltaX) / 120);
c.unshift(a, f, e, g);
return (d.event.dispatch || d.event.handle).apply(this, c);
}
var c = ["DOMMouseScroll", "mousewheel"];
if (d.event.fixHooks) for (var h = c.length; h; ) d.event.fixHooks[c[--h]] = d.event.mouseHooks;
d.event.special.mousewheel = {
setup: function () {
if (this.addEventListener) for (var a = c.length; a; ) this.addEventListener(c[--a], e, false);
else this.onmousewheel = e;
},
teardown: function () {
if (this.removeEventListener) for (var a = c.length; a; ) this.removeEventListener(c[--a], e, false);
else this.onmousewheel = null;
},
};
d.fn.extend({
mousewheel: function (a) {
return a ? this.bind("mousewheel", a) : this.trigger("mousewheel");
},
unmousewheel: function (a) {
return this.unbind("mousewheel", a);
},
});
})
(jQuery);
function fancyfmvi() {
jQuery(".entry-content a[hrefjQuery='.jpeg'], .entry-content a[hrefjQuery='.bmp'], .entry-content a[hrefjQuery='.jpg'], .entry-content a[hrefjQuery='.png'], .entry-content a[hrefjQuery='.gif']").each(function () {
var glink = jQuery(this).parents(".post").find(".posthead").attr("id");
jQuery(this).attr({ class: "fancyimg-fmvi", "data-fancybox-group": glink });
fancyimage();
});
}
function fancyimage() {
jQuery(".fancyimg-fmvi").fancybox({
openSpeed: "slow",
closeSpeed: "slow",
minWidth: 32,
minHeight: 32,
openEffect: "elastic",
closeEffect: "elastic",
prevEffect: "fade",
nextEffect: "fade",
closeBtn: false,
helpers: { title: { type: "inline" }, buttons: {} },
});
}
jQuery(function () {
if (jQuery("#i_icon_mini_new_message").length) {
var tinmoi = jQuery("#i_icon_mini_new_message")
.attr("alt")
.match(/[0-9]+/);
jQuery.fancybox(
'<div id="FMvi-pm" style="width: 220px;text-align: center"><a href="/privmsg?folder=inbox"><img style="cursor:pointer" width="154" height="178" onmouseout="this.src=\'https://i.servimg.com/u/f48/16/58/89/73/e-mail11.png\'" src="https://i.servimg.com/u/f48/16/58/89/73/e-mail11.png" onmouseover="this.src=\'https://i.servimg.com/u/f48/16/58/89/73/email_11.png\'" /></a><p style="padding-top: 10px" class="closeWIndowF">Вы получили <font color="blue">' +
tinmoi +
"</font> новых сообщений.</p></div>"
);
}
});
Панель Управления Оформление Цвета Каскадная таблица стилей CSS |
- Код:
/* Fancybox by Baivong */
.fancybox-tmp iframe,.fancybox-tmp object{vertical-align:top;margin:0;padding:0}
.fancybox-wrap{position:absolute;top:0;left:0;z-index:1002}
.fancybox-outer{background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:0;padding:0}
.fancybox-opened{z-index:1003}
.fancybox-opened .fancybox-outer{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}
.fancybox-inner{width:100%;height:100%;position:relative;outline:none;overflow:hidden;margin:0;padding:0}
.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:10px}
.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;border:0;vertical-align:top;margin:0;padding:0}
.fancybox-image{max-width:100%;max-height:100%}
#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-21px;margin-left:-21px;width:42px;height:42px;background:url(https://i.servimg.com/u/f48/16/58/89/73/fancyb10.gif);opacity:0.8;cursor:pointer;z-index:1010}
.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(https://i.servimg.com/u/f48/16/58/89/73/fancyb10.png)}
.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:1004}
.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;overflow:visible;visibility:hidden;padding:0}
#fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index: 999;background:#000}
.fancybox-title{display:none}
.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index: 999;text-align:center}
.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap;padding:2px 20px}
.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}
.fancybox-title-inside-wrap{margin-top:10px}
.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;background:rgba(0,0,0,.8);padding:10px}
В скрипт вьетнамские умельцы умудрились втюхать несколько. Три я удалил, еще парочка осталось. Ну в принципе работе это не мешает. Если код CSS не ставить, то надоедалка выскакивает слева посередине экрана и видно картинку письма и текст.
Похожие темы
» индикация непрочитанных сообщений
» [решено]Некорректное отображение объявлений и прилепленных тем в списке непрочитанных сообщений
» Уведомление о ЛС
» уведомление о регистрации
» Почтовое уведомление о ЛС
» [решено]Некорректное отображение объявлений и прилепленных тем в списке непрочитанных сообщений
» Уведомление о ЛС
» уведомление о регистрации
» Почтовое уведомление о ЛС
Страница 1 из 1
Права доступа к этому форуму:
Вы не можете отвечать на сообщения