Update to Fancybox 2.1.0. Changed the way the max-width is handled. Should be better this way.
This commit is contained in:
		
							parent
							
								
									e1972e64bd
								
							
						
					
					
						commit
						a19b59eb1e
					
				
					 12 changed files with 1550 additions and 946 deletions
				
			
		|  | @ -78,6 +78,6 @@ $book->getLinkArray (); | ||||||
|     <div class="clearer" /> |     <div class="clearer" /> | ||||||
|     <hr /> |     <hr /> | ||||||
|     <div><?php echo localize("content.summary") ?></div>
 |     <div><?php echo localize("content.summary") ?></div>
 | ||||||
|     <div class="content"><?php echo $book->getComment (false) ?></div>
 |     <div class="content" style="max-width:700px;"><?php echo $book->getComment (false) ?></div>
 | ||||||
|     <hr /> |     <hr /> | ||||||
| </div> | </div> | ||||||
							
								
								
									
										
											BIN
										
									
								
								fancybox/fancybox_overlay.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								fancybox/fancybox_overlay.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 923 B | 
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.3 KiB | 
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.1 KiB | 
|  | @ -15,17 +15,24 @@ | ||||||
| 
 | 
 | ||||||
| #fancybox-buttons ul { | #fancybox-buttons ul { | ||||||
| 	display: block; | 	display: block; | ||||||
| 	width: 170px; | 	width: 166px; | ||||||
| 	height: 30px; | 	height: 30px; | ||||||
| 	margin: 0 auto; | 	margin: 0 auto; | ||||||
| 	padding: 0; | 	padding: 0; | ||||||
| 	list-style: none; | 	list-style: none; | ||||||
| 	background: #111; | 	border: 1px solid #111; | ||||||
| 	-webkit-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05); |  | ||||||
| 	-moz-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05); |  | ||||||
| 	background: #111 -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.2)),color-stop(.5,rgba(255,255,255,.15)),color-stop(.5,rgba(255,255,255,.1)),to(rgba(255,255,255,.15))); |  | ||||||
| 	background: #111 -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.15) 100%); |  | ||||||
| 	border-radius: 3px; | 	border-radius: 3px; | ||||||
|  | 	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); | ||||||
|  | 	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); | ||||||
|  | 	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); | ||||||
|  | 	background: rgb(50,50,50); | ||||||
|  | 	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%); | ||||||
|  | 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51))); | ||||||
|  | 	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%); | ||||||
|  | 	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%); | ||||||
|  | 	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%); | ||||||
|  | 	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%); | ||||||
|  | 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #fancybox-buttons ul li { | #fancybox-buttons ul li { | ||||||
|  | @ -42,11 +49,15 @@ | ||||||
| 	background-image: url('fancybox_buttons.png'); | 	background-image: url('fancybox_buttons.png'); | ||||||
| 	background-repeat: no-repeat; | 	background-repeat: no-repeat; | ||||||
| 	outline: none; | 	outline: none; | ||||||
|  | 	opacity: 0.8; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | #fancybox-buttons a:hover { | ||||||
|  | 	opacity: 1; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #fancybox-buttons a.btnPrev { | #fancybox-buttons a.btnPrev { | ||||||
| 	width: 32px; | 	background-position: 5px 0; | ||||||
| 	background-position: 6px 0; |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #fancybox-buttons a.btnNext { | #fancybox-buttons a.btnNext { | ||||||
|  | @ -75,11 +86,11 @@ | ||||||
| 
 | 
 | ||||||
| #fancybox-buttons a.btnClose { | #fancybox-buttons a.btnClose { | ||||||
| 	border-left: 1px solid #111; | 	border-left: 1px solid #111; | ||||||
| 	width: 38px; | 	width: 35px; | ||||||
| 	background-position: -57px 0px; | 	background-position: -56px 0px; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #fancybox-buttons a.btnDisabled { | #fancybox-buttons a.btnDisabled { | ||||||
| 	opacity : 0.5; | 	opacity : 0.4; | ||||||
| 	cursor: default; | 	cursor: default; | ||||||
| } | } | ||||||
|  | @ -1,12 +1,14 @@ | ||||||
|  /*! |  /*! | ||||||
|  * Buttons helper for fancyBox |  * Buttons helper for fancyBox | ||||||
|  * version: 1.0.2 |  * version: 1.0.3 | ||||||
|  * @requires fancyBox v2.0 or later |  * @requires fancyBox v2.0 or later | ||||||
|  * |  * | ||||||
|  * Usage: |  * Usage: | ||||||
|  *     $(".fancybox").fancybox({ |  *     $(".fancybox").fancybox({ | ||||||
|  *         buttons: { |  *         helpers : { | ||||||
|  *             position : 'top' |  *             buttons: { | ||||||
|  |  *                 position : 'top' | ||||||
|  |  *             } | ||||||
|  *         } |  *         } | ||||||
|  *     }); |  *     }); | ||||||
|  * |  * | ||||||
|  | @ -21,72 +23,59 @@ | ||||||
| 
 | 
 | ||||||
| 	//Add helper object
 | 	//Add helper object
 | ||||||
| 	F.helpers.buttons = { | 	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>', | 		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, | 		list : null, | ||||||
| 		buttons: {}, | 		buttons: null, | ||||||
| 
 | 
 | ||||||
| 		update: function () { | 		beforeLoad: function (opts, obj) { | ||||||
| 			var toggle = this.buttons.toggle.removeClass('btnDisabled btnToggleOn'); |  | ||||||
| 
 |  | ||||||
| 			//Size toggle button
 |  | ||||||
| 			if (F.current.canShrink) { |  | ||||||
| 				toggle.addClass('btnToggleOn'); |  | ||||||
| 
 |  | ||||||
| 			} else if (!F.current.canExpand) { |  | ||||||
| 				toggle.addClass('btnDisabled'); |  | ||||||
| 			} |  | ||||||
| 		}, |  | ||||||
| 
 |  | ||||||
| 		beforeLoad: function (opts) { |  | ||||||
| 			//Remove self if gallery do not have at least two items
 | 			//Remove self if gallery do not have at least two items
 | ||||||
| 			if (F.group.length < 2) { | 
 | ||||||
| 				F.coming.helpers.buttons = false; | 			if (opts.skipSingle && obj.group.length < 2) { | ||||||
| 				F.coming.closeBtn = true; | 				obj.helpers.buttons = false; | ||||||
|  | 				obj.closeBtn = true; | ||||||
| 
 | 
 | ||||||
| 				return; | 				return; | ||||||
| 			} | 			} | ||||||
| 
 | 
 | ||||||
| 			//Increase top margin to give space for buttons
 | 			//Increase top margin to give space for buttons
 | ||||||
| 			F.coming.margin[ opts.position === 'bottom' ? 2 : 0 ] += 30; | 			obj.margin[ opts.position === 'bottom' ? 2 : 0 ] += 30; | ||||||
| 		}, | 		}, | ||||||
| 
 | 
 | ||||||
| 		onPlayStart: function () { | 		onPlayStart: function () { | ||||||
| 			if (this.list) { | 			if (this.buttons) { | ||||||
| 				this.buttons.play.attr('title', 'Pause slideshow').addClass('btnPlayOn'); | 				this.buttons.play.attr('title', 'Pause slideshow').addClass('btnPlayOn'); | ||||||
| 			} | 			} | ||||||
| 		}, | 		}, | ||||||
| 
 | 
 | ||||||
| 		onPlayEnd: function () { | 		onPlayEnd: function () { | ||||||
| 			if (this.list) { | 			if (this.buttons) { | ||||||
| 				this.buttons.play.attr('title', 'Start slideshow').removeClass('btnPlayOn'); | 				this.buttons.play.attr('title', 'Start slideshow').removeClass('btnPlayOn'); | ||||||
| 			} | 			} | ||||||
| 		}, | 		}, | ||||||
| 
 | 
 | ||||||
| 		afterShow: function (opts) { | 		afterShow: function (opts, obj) { | ||||||
| 			var buttons; | 			var buttons = this.buttons; | ||||||
| 
 | 
 | ||||||
| 			if (!this.list) { | 			if (!buttons) { | ||||||
| 				this.list = $(opts.tpl || this.tpl).addClass(opts.position || 'top').appendTo('body'); | 				this.list = $(opts.tpl || this.tpl).addClass(opts.position || 'top').appendTo('body'); | ||||||
| 
 | 
 | ||||||
| 				this.buttons = { | 				buttons = { | ||||||
| 					prev : this.list.find('.btnPrev').click( F.prev ), | 					prev   : this.list.find('.btnPrev').click( F.prev ), | ||||||
| 					next : this.list.find('.btnNext').click( F.next ), | 					next   : this.list.find('.btnNext').click( F.next ), | ||||||
| 					play : this.list.find('.btnPlay').click( F.play ), | 					play   : this.list.find('.btnPlay').click( F.play ), | ||||||
| 					toggle : this.list.find('.btnToggle').click( F.toggle ) | 					toggle : this.list.find('.btnToggle').click( F.toggle ) | ||||||
| 				} | 				} | ||||||
| 			} | 			} | ||||||
| 
 | 
 | ||||||
| 			buttons = this.buttons; |  | ||||||
| 
 |  | ||||||
| 			//Prev
 | 			//Prev
 | ||||||
| 			if (F.current.index > 0 || F.current.loop) { | 			if (obj.index > 0 || obj.loop) { | ||||||
| 				buttons.prev.removeClass('btnDisabled'); | 				buttons.prev.removeClass('btnDisabled'); | ||||||
| 			} else { | 			} else { | ||||||
| 				buttons.prev.addClass('btnDisabled'); | 				buttons.prev.addClass('btnDisabled'); | ||||||
| 			} | 			} | ||||||
| 
 | 
 | ||||||
| 			//Next / Play
 | 			//Next / Play
 | ||||||
| 			if (F.current.loop || F.current.index < F.group.length - 1) { | 			if (obj.loop || obj.index < obj.group.length - 1) { | ||||||
| 				buttons.next.removeClass('btnDisabled'); | 				buttons.next.removeClass('btnDisabled'); | ||||||
| 				buttons.play.removeClass('btnDisabled'); | 				buttons.play.removeClass('btnDisabled'); | ||||||
| 
 | 
 | ||||||
|  | @ -95,11 +84,27 @@ | ||||||
| 				buttons.play.addClass('btnDisabled'); | 				buttons.play.addClass('btnDisabled'); | ||||||
| 			} | 			} | ||||||
| 
 | 
 | ||||||
| 			this.update(); | 			this.buttons = buttons; | ||||||
|  | 
 | ||||||
|  | 			this.onUpdate(opts, obj); | ||||||
| 		}, | 		}, | ||||||
| 
 | 
 | ||||||
| 		onUpdate: function () { | 		onUpdate: function (opts, obj) { | ||||||
| 			this.update(); | 			var toggle; | ||||||
|  | 
 | ||||||
|  | 			if (!this.buttons) { | ||||||
|  | 				return; | ||||||
|  | 			} | ||||||
|  | 
 | ||||||
|  | 			toggle = this.buttons.toggle.removeClass('btnDisabled btnToggleOn'); | ||||||
|  | 
 | ||||||
|  | 			//Size toggle button
 | ||||||
|  | 			if (obj.canShrink) { | ||||||
|  | 				toggle.addClass('btnToggleOn'); | ||||||
|  | 
 | ||||||
|  | 			} else if (!obj.canExpand) { | ||||||
|  | 				toggle.addClass('btnDisabled'); | ||||||
|  | 			} | ||||||
| 		}, | 		}, | ||||||
| 
 | 
 | ||||||
| 		beforeClose: function () { | 		beforeClose: function () { | ||||||
|  | @ -107,8 +112,8 @@ | ||||||
| 				this.list.remove(); | 				this.list.remove(); | ||||||
| 			} | 			} | ||||||
| 
 | 
 | ||||||
| 			this.list = null; | 			this.list    = null; | ||||||
| 			this.buttons = {}; | 			this.buttons = null; | ||||||
| 		} | 		} | ||||||
| 	}; | 	}; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,19 +1,48 @@ | ||||||
|  /*! | /*! | ||||||
|  * Media helper for fancyBox |  * Media helper for fancyBox | ||||||
|  * version: 1.0.0 |  * version: 1.0.3 (Mon, 13 Aug 2012) | ||||||
|  * @requires fancyBox v2.0 or later |  * @requires fancyBox v2.0 or later | ||||||
|  * |  * | ||||||
|  * Usage: |  * Usage: | ||||||
|  *     $(".fancybox").fancybox({ |  *     $(".fancybox").fancybox({ | ||||||
|  *         media: {} |  *         helpers : { | ||||||
|  |  *             media: true | ||||||
|  |  *         } | ||||||
|  |  *     }); | ||||||
|  |  * | ||||||
|  |  * Set custom URL parameters: | ||||||
|  |  *     $(".fancybox").fancybox({ | ||||||
|  |  *         helpers : { | ||||||
|  |  *             media: { | ||||||
|  |  *                 youtube : { | ||||||
|  |  *                     params : { | ||||||
|  |  *                         autoplay : 0 | ||||||
|  |  *                     } | ||||||
|  |  *                 } | ||||||
|  |  *             } | ||||||
|  |  *         } | ||||||
|  |  *     }); | ||||||
|  |  * | ||||||
|  |  * Or: | ||||||
|  |  *     $(".fancybox").fancybox({, | ||||||
|  |  *	       helpers : { | ||||||
|  |  *             media: true | ||||||
|  |  *         }, | ||||||
|  |  *         youtube : { | ||||||
|  |  *             autoplay: 0 | ||||||
|  |  *         } | ||||||
|  *     }); |  *     }); | ||||||
|  * |  * | ||||||
|  *  Supports: |  *  Supports: | ||||||
|  |  * | ||||||
|  *      Youtube |  *      Youtube | ||||||
|  *          http://www.youtube.com/watch?v=opj24KnzrWo
 |  *          http://www.youtube.com/watch?v=opj24KnzrWo
 | ||||||
|  *          http://youtu.be/opj24KnzrWo
 |  *          http://youtu.be/opj24KnzrWo
 | ||||||
|  *      Vimeo |  *      Vimeo | ||||||
|  *          http://vimeo.com/25634903
 |  *          http://vimeo.com/40648169
 | ||||||
|  |  *          http://vimeo.com/channels/staffpicks/38843628
 | ||||||
|  |  *          http://vimeo.com/groups/surrealism/videos/36516384
 | ||||||
|  |  *          http://player.vimeo.com/video/45074303
 | ||||||
|  *      Metacafe |  *      Metacafe | ||||||
|  *          http://www.metacafe.com/watch/7635964/dr_seuss_the_lorax_movie_trailer/
 |  *          http://www.metacafe.com/watch/7635964/dr_seuss_the_lorax_movie_trailer/
 | ||||||
|  *          http://www.metacafe.com/watch/7635964/
 |  *          http://www.metacafe.com/watch/7635964/
 | ||||||
|  | @ -32,54 +61,136 @@ | ||||||
|  *          http://maps.google.com/?ll=48.859463,2.292626&spn=0.000965,0.002642&t=m&z=19&layer=c&cbll=48.859524,2.292532&panoid=YJ0lq28OOy3VT2IqIuVY0g&cbp=12,151.58,,0,-15.56
 |  *          http://maps.google.com/?ll=48.859463,2.292626&spn=0.000965,0.002642&t=m&z=19&layer=c&cbll=48.859524,2.292532&panoid=YJ0lq28OOy3VT2IqIuVY0g&cbp=12,151.58,,0,-15.56
 | ||||||
|  */ |  */ | ||||||
| (function ($) { | (function ($) { | ||||||
|  | 	"use strict"; | ||||||
|  | 
 | ||||||
| 	//Shortcut for fancyBox object
 | 	//Shortcut for fancyBox object
 | ||||||
| 	var F = $.fancybox; | 	var F = $.fancybox, | ||||||
|  | 		format = function( url, rez, params ) { | ||||||
|  | 			params = params || ''; | ||||||
|  | 
 | ||||||
|  | 			if ( $.type( params ) === "object" ) { | ||||||
|  | 				params = $.param(params, true); | ||||||
|  | 			} | ||||||
|  | 
 | ||||||
|  | 			$.each(rez, function(key, value) { | ||||||
|  | 				url = url.replace( '$' + key, value || '' ); | ||||||
|  | 			}); | ||||||
|  | 
 | ||||||
|  | 			if (params.length) { | ||||||
|  | 				url += ( url.indexOf('?') > 0 ? '&' : '?' ) + params; | ||||||
|  | 			} | ||||||
|  | 
 | ||||||
|  | 			return url; | ||||||
|  | 		}; | ||||||
| 
 | 
 | ||||||
| 	//Add helper object
 | 	//Add helper object
 | ||||||
| 	F.helpers.media = { | 	F.helpers.media = { | ||||||
|  | 		types : { | ||||||
|  | 			youtube : { | ||||||
|  | 				matcher : /(youtube\.com|youtu\.be)\/(watch\?v=|v\/|u\/|embed)?([\w-]{11}|\?listType=(.*)&list=(.*)).*/i, | ||||||
|  | 				params  : { | ||||||
|  | 					autoplay    : 1, | ||||||
|  | 					autohide    : 1, | ||||||
|  | 					fs          : 1, | ||||||
|  | 					rel         : 0, | ||||||
|  | 					hd          : 1, | ||||||
|  | 					wmode       : 'opaque', | ||||||
|  | 					enablejsapi : 1 | ||||||
|  | 				}, | ||||||
|  | 				type : 'iframe', | ||||||
|  | 				url  : '//www.youtube.com/embed/$3' | ||||||
|  | 			}, | ||||||
|  | 			vimeo : { | ||||||
|  | 				matcher : /(?:vimeo(?:pro)?.com)\/(?:[^\d]+)?(\d+)(?:.*)/, | ||||||
|  | 				params  : { | ||||||
|  | 					autoplay      : 1, | ||||||
|  | 					hd            : 1, | ||||||
|  | 					show_title    : 1, | ||||||
|  | 					show_byline   : 1, | ||||||
|  | 					show_portrait : 0, | ||||||
|  | 					color         : '', | ||||||
|  | 					fullscreen    : 1 | ||||||
|  | 				}, | ||||||
|  | 				type : 'iframe', | ||||||
|  | 				url  : '//player.vimeo.com/video/$1' | ||||||
|  | 			}, | ||||||
|  | 			metacafe : { | ||||||
|  | 				matcher : /metacafe.com\/(?:watch|fplayer)\/([\w\-]{1,10})/, | ||||||
|  | 				params  : { | ||||||
|  | 					autoPlay : 'yes' | ||||||
|  | 				}, | ||||||
|  | 				type : 'swf', | ||||||
|  | 				url  : function( rez, params, obj ) { | ||||||
|  | 					obj.swf.flashVars = 'playerVars=' + $.param( params, true ); | ||||||
|  | 
 | ||||||
|  | 					return '//www.metacafe.com/fplayer/' + rez[1] + '/.swf'; | ||||||
|  | 				} | ||||||
|  | 			}, | ||||||
|  | 			dailymotion : { | ||||||
|  | 				matcher : /dailymotion.com\/video\/(.*)\/?(.*)/, | ||||||
|  | 				params  : { | ||||||
|  | 					additionalInfos : 0, | ||||||
|  | 					autoStart : 1 | ||||||
|  | 				}, | ||||||
|  | 				type : 'swf', | ||||||
|  | 				url  : '//www.dailymotion.com/swf/video/$1' | ||||||
|  | 			}, | ||||||
|  | 			twitvid : { | ||||||
|  | 				matcher : /twitvid\.com\/([a-zA-Z0-9_\-\?\=]+)/i, | ||||||
|  | 				params  : { | ||||||
|  | 					autoplay : 0 | ||||||
|  | 				}, | ||||||
|  | 				type : 'iframe', | ||||||
|  | 				url  : '//www.twitvid.com/embed.php?guid=$1' | ||||||
|  | 			}, | ||||||
|  | 			twitpic : { | ||||||
|  | 				matcher : /twitpic\.com\/(?!(?:place|photos|events)\/)([a-zA-Z0-9\?\=\-]+)/i, | ||||||
|  | 				type : 'image', | ||||||
|  | 				url  : '//twitpic.com/show/full/$1/' | ||||||
|  | 			}, | ||||||
|  | 			instagram : { | ||||||
|  | 				matcher : /(instagr\.am|instagram\.com)\/p\/([a-zA-Z0-9_\-]+)\/?/i, | ||||||
|  | 				type : 'image', | ||||||
|  | 				url  : '//$1/p/$2/media/' | ||||||
|  | 			}, | ||||||
|  | 			google_maps : { | ||||||
|  | 				matcher : /maps\.google\.([a-z]{2,3}(\.[a-z]{2})?)\/(\?ll=|maps\?)(.*)/i, | ||||||
|  | 				type : 'iframe', | ||||||
|  | 				url  : function( rez ) { | ||||||
|  | 					return '//maps.google.' + rez[1] + '/' + rez[3] + '' + rez[4] + '&output=' + (rez[4].indexOf('layer=c') > 0 ? 'svembed' : 'embed'); | ||||||
|  | 				} | ||||||
|  | 			} | ||||||
|  | 		}, | ||||||
|  | 
 | ||||||
| 		beforeLoad : function(opts, obj) { | 		beforeLoad : function(opts, obj) { | ||||||
| 			var href = obj.href || '', | 			var url   = obj.href || '', | ||||||
| 				type = false, | 				type  = false, | ||||||
| 				rez; | 				what, | ||||||
|  | 				item, | ||||||
|  | 				rez, | ||||||
|  | 				params; | ||||||
| 
 | 
 | ||||||
| 			if ((rez = href.match(/(youtube\.com|youtu\.be)\/(v\/|u\/|embed\/|watch\?v=)?([^#\&\?]*).*/i))) { | 			for (what in this.types) { | ||||||
| 				href = '//www.youtube.com/embed/' + rez[3] + '?autoplay=1&autohide=1&fs=1&rel=0&enablejsapi=1'; | 				item = this.types[ what ]; | ||||||
| 				type = 'iframe'; | 				rez  = url.match( item.matcher ); | ||||||
| 
 | 
 | ||||||
| 			} else if ((rez = href.match(/vimeo.com\/(\d+)\/?(.*)/))) { | 				if (rez) { | ||||||
| 				href = '//player.vimeo.com/video/' + rez[1] + '?hd=1&autoplay=1&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1'; | 					type   = item.type; | ||||||
| 				type = 'iframe'; | 					params = $.extend(true, {}, item.params, obj[ what ] || ($.isPlainObject(opts[ what ]) ? opts[ what ].params : null)); | ||||||
| 
 | 
 | ||||||
| 			} else if ((rez = href.match(/metacafe.com\/watch\/(\d+)\/?(.*)/))) { | 					url = $.type( item.url ) === "function" ? item.url.call( this, rez, params, obj ) : format( item.url, rez, params ); | ||||||
| 				href = '//www.metacafe.com/fplayer/' + rez[1] + '/.swf?playerVars=autoPlay=yes'; |  | ||||||
| 				type = 'swf'; |  | ||||||
| 
 | 
 | ||||||
| 			} else if ((rez = href.match(/dailymotion.com\/video\/(.*)\/?(.*)/))) { | 					break; | ||||||
| 				href = '//www.dailymotion.com/swf/video/' + rez[1] + '?additionalInfos=0&autoStart=1'; | 				} | ||||||
| 				type = 'swf'; |  | ||||||
| 
 |  | ||||||
| 			} else if ((rez = href.match(/twitvid\.com\/([a-zA-Z0-9_\-\?\=]+)/i))) { |  | ||||||
| 				href = '//www.twitvid.com/embed.php?autoplay=0&guid=' + rez[1]; |  | ||||||
| 				type = 'iframe'; |  | ||||||
| 
 |  | ||||||
| 			} else if ((rez = href.match(/twitpic\.com\/(?!(?:place|photos|events)\/)([a-zA-Z0-9\?\=\-]+)/i))) { |  | ||||||
| 				href = '//twitpic.com/show/full/' + rez[1]; |  | ||||||
| 				type = 'image'; |  | ||||||
| 
 |  | ||||||
| 			} else if ((rez = href.match(/(instagr\.am|instagram\.com)\/p\/([a-zA-Z0-9_\-]+)\/?/i))) { |  | ||||||
| 				href = '//' + rez[1] + '/p/' + rez[2] + '/media/?size=l'; |  | ||||||
| 				type = 'image'; |  | ||||||
| 
 |  | ||||||
| 			} else if ((rez = href.match(/maps\.google\.com\/(\?ll=|maps\/?\?q=)(.*)/i))) { |  | ||||||
| 				href = '//maps.google.com/' + rez[1] + '' + rez[2] + '&output=' + (rez[2].indexOf('layer=c') ? 'svembed' : 'embed'); |  | ||||||
| 				type = 'iframe'; |  | ||||||
| 			} | 			} | ||||||
| 
 | 
 | ||||||
| 			if (type) { | 			if (type) { | ||||||
| 				obj.href = href; | 				obj.href = url; | ||||||
| 				obj.type = type; | 				obj.type = type; | ||||||
|  | 
 | ||||||
|  | 				obj.autoHeight = false; | ||||||
| 			} | 			} | ||||||
| 		} | 		} | ||||||
| 	} | 	}; | ||||||
| 
 | 
 | ||||||
| }(jQuery)); | }(jQuery)); | ||||||
|  | @ -1,13 +1,15 @@ | ||||||
|  /*! |  /*! | ||||||
|  * Thumbnail helper for fancyBox |  * Thumbnail helper for fancyBox | ||||||
|  * version: 1.0.4 |  * version: 1.0.6 | ||||||
|  * @requires fancyBox v2.0 or later |  * @requires fancyBox v2.0 or later | ||||||
|  * |  * | ||||||
|  * Usage: |  * Usage: | ||||||
|  *     $(".fancybox").fancybox({ |  *     $(".fancybox").fancybox({ | ||||||
|  *         thumbs: { |  *         helpers : { | ||||||
|  *             width  : 50, |  *             thumbs: { | ||||||
|  *             height : 50 |  *                 width  : 50, | ||||||
|  |  *                 height : 50 | ||||||
|  |  *             } | ||||||
|  *         } |  *         } | ||||||
|  *     }); |  *     }); | ||||||
|  * |  * | ||||||
|  | @ -24,34 +26,36 @@ | ||||||
| 
 | 
 | ||||||
| 	//Add helper object
 | 	//Add helper object
 | ||||||
| 	F.helpers.thumbs = { | 	F.helpers.thumbs = { | ||||||
| 		wrap: null, | 		wrap  : null, | ||||||
| 		list: null, | 		list  : null, | ||||||
| 		width: 0, | 		width : 0, | ||||||
| 
 | 
 | ||||||
| 		//Default function to obtain the URL of the thumbnail image
 | 		//Default function to obtain the URL of the thumbnail image
 | ||||||
| 		source: function (el) { | 		source: function ( item ) { | ||||||
| 			var img; | 			var href; | ||||||
| 
 | 
 | ||||||
| 			if ($.type(el) === 'string') { | 			if (item.element) { | ||||||
| 				return el; | 				href = $(item.element).find('img').attr('src'); | ||||||
| 			} | 			} | ||||||
| 
 | 
 | ||||||
| 			img = $(el).find('img'); | 			if (!href && item.type === 'image' && item.href) { | ||||||
|  | 				href = item.href; | ||||||
|  | 			} | ||||||
| 
 | 
 | ||||||
| 			return img.length ? img.attr('src') : el.href; | 			return href; | ||||||
| 		}, | 		}, | ||||||
| 
 | 
 | ||||||
| 		init: function (opts) { | 		init: function (opts, obj) { | ||||||
| 			var that = this, | 			var that = this, | ||||||
| 				list, | 				list, | ||||||
| 				thumbWidth = opts.width || 50, | 				thumbWidth  = opts.width  || 50, | ||||||
| 				thumbHeight = opts.height || 50, | 				thumbHeight = opts.height || 50, | ||||||
| 				thumbSource = opts.source || this.source; | 				thumbSource = opts.source || this.source; | ||||||
| 
 | 
 | ||||||
| 			//Build list structure
 | 			//Build list structure
 | ||||||
| 			list = ''; | 			list = ''; | ||||||
| 
 | 
 | ||||||
| 			for (var n = 0; n < F.group.length; n++) { | 			for (var n = 0; n < obj.group.length; n++) { | ||||||
| 				list += '<li><a style="width:' + thumbWidth + 'px;height:' + thumbHeight + 'px;" href="javascript:jQuery.fancybox.jumpto(' + n + ');"></a></li>'; | 				list += '<li><a style="width:' + thumbWidth + 'px;height:' + thumbHeight + 'px;" href="javascript:jQuery.fancybox.jumpto(' + n + ');"></a></li>'; | ||||||
| 			} | 			} | ||||||
| 
 | 
 | ||||||
|  | @ -59,9 +63,15 @@ | ||||||
| 			this.list = $('<ul>' + list + '</ul>').appendTo(this.wrap); | 			this.list = $('<ul>' + list + '</ul>').appendTo(this.wrap); | ||||||
| 
 | 
 | ||||||
| 			//Load each thumbnail
 | 			//Load each thumbnail
 | ||||||
| 			$.each(F.group, function (i) { | 			$.each(obj.group, function (i) { | ||||||
|  | 				var href = thumbSource( obj.group[ i ] ); | ||||||
|  | 
 | ||||||
|  | 				if (!href) { | ||||||
|  | 					return; | ||||||
|  | 				} | ||||||
|  | 
 | ||||||
| 				$("<img />").load(function () { | 				$("<img />").load(function () { | ||||||
| 					var width = this.width, | 					var width  = this.width, | ||||||
| 						height = this.height, | 						height = this.height, | ||||||
| 						widthRatio, heightRatio, parent; | 						widthRatio, heightRatio, parent; | ||||||
| 
 | 
 | ||||||
|  | @ -70,77 +80,74 @@ | ||||||
| 					} | 					} | ||||||
| 
 | 
 | ||||||
| 					//Calculate thumbnail width/height and center it
 | 					//Calculate thumbnail width/height and center it
 | ||||||
| 					widthRatio = width / thumbWidth; | 					widthRatio  = width / thumbWidth; | ||||||
| 					heightRatio = height / thumbHeight; | 					heightRatio = height / thumbHeight; | ||||||
|  | 
 | ||||||
| 					parent = that.list.children().eq(i).find('a'); | 					parent = that.list.children().eq(i).find('a'); | ||||||
| 
 | 
 | ||||||
| 					if (widthRatio >= 1 && heightRatio >= 1) { | 					if (widthRatio >= 1 && heightRatio >= 1) { | ||||||
| 						if (widthRatio > heightRatio) { | 						if (widthRatio > heightRatio) { | ||||||
| 							width = Math.floor(width / heightRatio); | 							width  = Math.floor(width / heightRatio); | ||||||
| 							height = thumbHeight; | 							height = thumbHeight; | ||||||
| 
 | 
 | ||||||
| 						} else { | 						} else { | ||||||
| 							width = thumbWidth; | 							width  = thumbWidth; | ||||||
| 							height = Math.floor(height / widthRatio); | 							height = Math.floor(height / widthRatio); | ||||||
| 						} | 						} | ||||||
| 					} | 					} | ||||||
| 
 | 
 | ||||||
| 					$(this).css({ | 					$(this).css({ | ||||||
| 						width: width, | 						width  : width, | ||||||
| 						height: height, | 						height : height, | ||||||
| 						top: Math.floor(thumbHeight / 2 - height / 2), | 						top    : Math.floor(thumbHeight / 2 - height / 2), | ||||||
| 						left: Math.floor(thumbWidth / 2 - width / 2) | 						left   : Math.floor(thumbWidth / 2 - width / 2) | ||||||
| 					}); | 					}); | ||||||
| 
 | 
 | ||||||
| 					parent.width(thumbWidth).height(thumbHeight); | 					parent.width(thumbWidth).height(thumbHeight); | ||||||
| 
 | 
 | ||||||
| 					$(this).hide().appendTo(parent).fadeIn(300); | 					$(this).hide().appendTo(parent).fadeIn(300); | ||||||
| 
 | 
 | ||||||
| 				}).attr('src', thumbSource( F.group[ i ] )); | 				}).attr('src', href); | ||||||
| 			}); | 			}); | ||||||
| 
 | 
 | ||||||
| 			//Set initial width
 | 			//Set initial width
 | ||||||
| 			this.width = this.list.children().eq(0).outerWidth(true); | 			this.width = this.list.children().eq(0).outerWidth(true); | ||||||
| 
 | 
 | ||||||
| 			this.list.width(this.width * (F.group.length + 1)).css('left', Math.floor($(window).width() * 0.5 - (F.current.index * this.width + this.width * 0.5))); | 			this.list.width(this.width * (obj.group.length + 1)).css('left', Math.floor($(window).width() * 0.5 - (obj.index * this.width + this.width * 0.5))); | ||||||
| 		}, | 		}, | ||||||
| 
 | 
 | ||||||
| 		//Center list
 | 		beforeLoad: function (opts, obj) { | ||||||
| 		update: function (opts) { |  | ||||||
| 			if (this.list) { |  | ||||||
| 				this.list.stop(true).animate({ |  | ||||||
| 					'left': Math.floor($(window).width() * 0.5 - (F.current.index * this.width + this.width * 0.5)) |  | ||||||
| 				}, 150); |  | ||||||
| 			} |  | ||||||
| 		}, |  | ||||||
| 
 |  | ||||||
| 		beforeLoad: function (opts) { |  | ||||||
| 			//Remove self if gallery do not have at least two items
 | 			//Remove self if gallery do not have at least two items
 | ||||||
| 			if (F.group.length < 2) { | 			if (obj.group.length < 2) { | ||||||
| 				F.coming.helpers.thumbs = false; | 				obj.helpers.thumbs = false; | ||||||
| 
 | 
 | ||||||
| 				return; | 				return; | ||||||
| 			} | 			} | ||||||
| 
 | 
 | ||||||
| 			//Increase bottom margin to give space for thumbs
 | 			//Increase bottom margin to give space for thumbs
 | ||||||
| 			F.coming.margin[ opts.position === 'top' ? 0 : 2 ] = opts.height + 30; | 			obj.margin[ opts.position === 'top' ? 0 : 2 ] += ((opts.height || 50) + 15); | ||||||
| 		}, | 		}, | ||||||
| 
 | 
 | ||||||
| 		afterShow: function (opts) { | 		afterShow: function (opts, obj) { | ||||||
| 			//Check if exists and create or update list
 | 			//Check if exists and create or update list
 | ||||||
| 			if (this.list) { | 			if (this.list) { | ||||||
| 				this.update(opts); | 				this.onUpdate(opts, obj); | ||||||
| 
 | 
 | ||||||
| 			} else { | 			} else { | ||||||
| 				this.init(opts); | 				this.init(opts, obj); | ||||||
| 			} | 			} | ||||||
| 
 | 
 | ||||||
| 			//Set active element
 | 			//Set active element
 | ||||||
| 			this.list.children().removeClass('active').eq(F.current.index).addClass('active'); | 			this.list.children().removeClass('active').eq(obj.index).addClass('active'); | ||||||
| 		}, | 		}, | ||||||
| 
 | 
 | ||||||
| 		onUpdate: function () { | 		//Center list
 | ||||||
| 			this.update(); | 		onUpdate: function (opts, obj) { | ||||||
|  | 			if (this.list) { | ||||||
|  | 				this.list.stop(true).animate({ | ||||||
|  | 					'left': Math.floor($(window).width() * 0.5 - (obj.index * this.width + this.width * 0.5)) | ||||||
|  | 				}, 150); | ||||||
|  | 			} | ||||||
| 		}, | 		}, | ||||||
| 
 | 
 | ||||||
| 		beforeClose: function () { | 		beforeClose: function () { | ||||||
|  | @ -148,8 +155,8 @@ | ||||||
| 				this.wrap.remove(); | 				this.wrap.remove(); | ||||||
| 			} | 			} | ||||||
| 
 | 
 | ||||||
| 			this.wrap = null; | 			this.wrap  = null; | ||||||
| 			this.list = null; | 			this.list  = null; | ||||||
| 			this.width = 0; | 			this.width = 0; | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
							
								
								
									
										58
									
								
								fancybox/jquery.fancybox.css
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										58
									
								
								fancybox/jquery.fancybox.css
									
										
									
									
										vendored
									
									
								
							|  | @ -1,8 +1,20 @@ | ||||||
| /*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */ | /*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */ | ||||||
| .fancybox-tmp iframe, .fancybox-tmp object { | .fancybox-wrap, | ||||||
| 	vertical-align: top; | .fancybox-skin, | ||||||
|  | .fancybox-outer, | ||||||
|  | .fancybox-inner, | ||||||
|  | .fancybox-image, | ||||||
|  | .fancybox-wrap iframe, | ||||||
|  | .fancybox-wrap object, | ||||||
|  | .fancybox-nav, | ||||||
|  | .fancybox-nav span, | ||||||
|  | .fancybox-tmp | ||||||
|  | { | ||||||
| 	padding: 0; | 	padding: 0; | ||||||
| 	margin: 0; | 	margin: 0; | ||||||
|  | 	border: 0; | ||||||
|  | 	outline: none; | ||||||
|  | 	vertical-align: top; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .fancybox-wrap { | .fancybox-wrap { | ||||||
|  | @ -14,8 +26,6 @@ | ||||||
| 
 | 
 | ||||||
| .fancybox-skin { | .fancybox-skin { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	padding: 0; |  | ||||||
| 	margin: 0; |  | ||||||
| 	background: #f9f9f9; | 	background: #f9f9f9; | ||||||
| 	color: #444; | 	color: #444; | ||||||
| 	text-shadow: none; | 	text-shadow: none; | ||||||
|  | @ -35,10 +45,7 @@ | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .fancybox-outer, .fancybox-inner { | .fancybox-outer, .fancybox-inner { | ||||||
| 	padding: 0; |  | ||||||
| 	margin: 0; |  | ||||||
| 	position: relative; | 	position: relative; | ||||||
| 	outline: none; |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .fancybox-inner { | .fancybox-inner { | ||||||
|  | @ -53,17 +60,14 @@ | ||||||
| 	color: #444; | 	color: #444; | ||||||
| 	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; | 	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; | ||||||
| 	margin: 0; | 	margin: 0; | ||||||
| 	padding: 10px; | 	padding: 15px; | ||||||
|  | 	white-space: nowrap; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .fancybox-image, .fancybox-iframe { | .fancybox-image, .fancybox-iframe { | ||||||
| 	display: block; | 	display: block; | ||||||
| 	width: 100%; | 	width: 100%; | ||||||
| 	height: 100%; | 	height: 100%; | ||||||
| 	border: 0; |  | ||||||
| 	padding: 0; |  | ||||||
| 	margin: 0; |  | ||||||
| 	vertical-align: top; |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .fancybox-image { | .fancybox-image { | ||||||
|  | @ -84,7 +88,7 @@ | ||||||
| 	background-position: 0 -108px; | 	background-position: 0 -108px; | ||||||
| 	opacity: 0.8; | 	opacity: 0.8; | ||||||
| 	cursor: pointer; | 	cursor: pointer; | ||||||
| 	z-index: 8020; | 	z-index: 8060; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #fancybox-loading div { | #fancybox-loading div { | ||||||
|  | @ -109,6 +113,7 @@ | ||||||
| 	width: 40%; | 	width: 40%; | ||||||
| 	height: 100%; | 	height: 100%; | ||||||
| 	cursor: pointer; | 	cursor: pointer; | ||||||
|  | 	text-decoration: none; | ||||||
| 	background: transparent url('blank.gif'); /* helps IE */ | 	background: transparent url('blank.gif'); /* helps IE */ | ||||||
| 	-webkit-tap-highlight-color: rgba(0,0,0,0); | 	-webkit-tap-highlight-color: rgba(0,0,0,0); | ||||||
| 	z-index: 8040; | 	z-index: 8040; | ||||||
|  | @ -134,12 +139,12 @@ | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .fancybox-prev span { | .fancybox-prev span { | ||||||
| 	left: 20px; | 	left: 10px; | ||||||
| 	background-position: 0 -36px; | 	background-position: 0 -36px; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .fancybox-next span { | .fancybox-next span { | ||||||
| 	right: 20px; | 	right: 10px; | ||||||
| 	background-position: 0 -72px; | 	background-position: 0 -72px; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | @ -151,29 +156,36 @@ | ||||||
| 	position: absolute; | 	position: absolute; | ||||||
| 	top: -9999px; | 	top: -9999px; | ||||||
| 	left: -9999px; | 	left: -9999px; | ||||||
| 	padding: 0; |  | ||||||
| 	overflow: visible; |  | ||||||
| 	visibility: hidden; | 	visibility: hidden; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| /* Overlay helper */ | /* Overlay helper */ | ||||||
| 
 | 
 | ||||||
| #fancybox-overlay { | .fancybox-lock { | ||||||
|  | 	overflow: hidden; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | .fancybox-overlay { | ||||||
| 	position: absolute; | 	position: absolute; | ||||||
| 	top: 0; | 	top: 0; | ||||||
| 	left: 0; | 	left: 0; | ||||||
| 	overflow: hidden; | 	overflow: hidden; | ||||||
| 	display: none; | 	display: none; | ||||||
| 	z-index: 8010; | 	z-index: 8010; | ||||||
| 	background: #000; | 	background: url('fancybox_overlay.png'); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #fancybox-overlay.overlay-fixed { | .fancybox-overlay-fixed { | ||||||
| 	position: fixed; | 	position: fixed; | ||||||
| 	bottom: 0; | 	bottom: 0; | ||||||
| 	right: 0; | 	right: 0; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | .fancybox-lock .fancybox-overlay { | ||||||
|  | 	overflow: auto; | ||||||
|  | 	overflow-y: scroll; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| /* Title helper */ | /* Title helper */ | ||||||
| 
 | 
 | ||||||
| .fancybox-title { | .fancybox-title { | ||||||
|  | @ -193,7 +205,7 @@ | ||||||
| 	bottom: 0; | 	bottom: 0; | ||||||
| 	right: 50%; | 	right: 50%; | ||||||
| 	margin-bottom: -35px; | 	margin-bottom: -35px; | ||||||
| 	z-index: 8030; | 	z-index: 8050; | ||||||
| 	text-align: center; | 	text-align: center; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | @ -220,7 +232,7 @@ | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .fancybox-title-inside-wrap { | .fancybox-title-inside-wrap { | ||||||
| 	margin-top: 10px; | 	padding-top: 10px; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .fancybox-title-over-wrap { | .fancybox-title-over-wrap { | ||||||
|  |  | ||||||
							
								
								
									
										1927
									
								
								fancybox/jquery.fancybox.js
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1927
									
								
								fancybox/jquery.fancybox.js
									
										
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							|  | @ -1,35 +1,44 @@ | ||||||
| /*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */ | /*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */ | ||||||
| (function(s,l,d,t){var m=d(s),q=d(l),a=d.fancybox=function(){a.open.apply(this,arguments)},u=!1,k=l.createTouch!==t,o=function(a){return"string"===d.type(a)},n=function(b,c){c&&o(b)&&0<b.indexOf("%")&&(b=a.getViewport()[c]/100*parseInt(b,10));return Math.round(b)+"px"};d.extend(a,{version:"2.0.5",defaults:{padding:15,margin:20,width:800,height:600,minWidth:100,minHeight:100,maxWidth:9999,maxHeight:9999,autoSize:!0,autoResize:!k,autoCenter:!k,fitToView:!0,aspectRatio:!1,topRatio:0.5,fixed:!1,scrolling:"auto", | (function(u,p,f,q){var o=f(u),n=f(p),b=f.fancybox=function(){b.open.apply(this,arguments)},z=null,m=p.createTouch!==q,x=function(a){return a&&a.hasOwnProperty&&a instanceof f},s=function(a){return a&&"string"===f.type(a)},C=function(a){return s(a)&&0<a.indexOf("%")},k=function(a,c){var e=parseInt(a,10);c&&C(a)&&(e*=b.getViewport()[c]/100);return Math.ceil(e)},v=function(a,b){return k(a,b)+"px"};f.extend(b,{version:"2.1.0",defaults:{padding:15,margin:20,width:800,height:600,minWidth:100,minHeight:100, | ||||||
| wrapCSS:"",arrows:!0,closeBtn:!0,closeClick:!1,nextClick:!1,mouseWheel:!0,autoPlay:!1,playSpeed:3E3,preload:3,modal:!1,loop:!0,ajax:{dataType:"html",headers:{"X-fancyBox":!0}},keys:{next:[13,32,34,39,40],prev:[8,33,37,38],close:[27]},tpl:{wrap:'<div class="fancybox-wrap"><div class="fancybox-skin"><div class="fancybox-outer"><div class="fancybox-inner"></div></div></div></div>',image:'<img class="fancybox-image" src="{href}" alt="" />',iframe:'<iframe class="fancybox-iframe" name="fancybox-frame{rnd}" frameborder="0" hspace="0"'+ | maxWidth:9999,maxHeight:9999,autoSize:!0,autoHeight:!1,autoWidth:!1,autoResize:!m,autoCenter:!m,fitToView:!0,aspectRatio:!1,topRatio:0.5,leftRatio:0.5,scrolling:"auto",wrapCSS:"",arrows:!0,closeBtn:!0,closeClick:!1,nextClick:!1,mouseWheel:!0,autoPlay:!1,playSpeed:3E3,preload:3,modal:!1,loop:!0,ajax:{dataType:"html",headers:{"X-fancyBox":!0}},iframe:{scrolling:"auto",preload:!0},swf:{wmode:"transparent",allowfullscreen:"true",allowscriptaccess:"always"},keys:{next:{13:"left",34:"up",39:"left",40:"up"}, | ||||||
| (d.browser.msie?' allowtransparency="true"':"")+"></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>', | prev:{8:"right",33:"down",37:"right",38:"down"},close:[27],play:[32],toggle:[70]},direction:{next:"left",prev:"right"},scrollOutside:!0,index:0,type:null,href:null,content:null,title:null,tpl:{wrap:'<div class="fancybox-wrap" tabIndex="-1"><div class="fancybox-skin"><div class="fancybox-outer"><div class="fancybox-inner"></div></div></div></div>',image:'<img class="fancybox-image" src="{href}" alt="" />',iframe:'<iframe id="fancybox-frame{rnd}" name="fancybox-frame{rnd}" class="fancybox-iframe" frameborder="0" vspace="0" hspace="0"'+ | ||||||
| closeBtn:'<div title="Close" class="fancybox-item fancybox-close"></div>',next:'<a title="Next" class="fancybox-nav fancybox-next"><span></span></a>',prev:'<a title="Previous" class="fancybox-nav fancybox-prev"><span></span></a>'},openEffect:"fade",openSpeed:300,openEasing:"swing",openOpacity:!0,openMethod:"zoomIn",closeEffect:"fade",closeSpeed:300,closeEasing:"swing",closeOpacity:!0,closeMethod:"zoomOut",nextEffect:"elastic",nextSpeed:300,nextEasing:"swing",nextMethod:"changeIn",prevEffect:"elastic", | (f.browser.msie?' allowtransparency="true"':"")+"></iframe>",error:'<p class="fancybox-error">The requested content cannot be loaded.<br/>Please try again later.</p>',closeBtn:'<a title="Close" class="fancybox-item fancybox-close" href="javascript:;"></a>',next:'<a title="Next" class="fancybox-nav fancybox-next" href="javascript:;"><span></span></a>',prev:'<a title="Previous" class="fancybox-nav fancybox-prev" href="javascript:;"><span></span></a>'},openEffect:"fade",openSpeed:250,openEasing:"swing", | ||||||
| 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,player:{timer:null,isActive:!1},ajaxLoad:null,imgPreload:null,transitions:{},helpers:{},open:function(b,c){a.close(!0);b&&!d.isArray(b)&&(b=b instanceof d?d(b).get():[b]);a.isActive=!0;a.opts=d.extend(!0,{},a.defaults,c);d.isPlainObject(c)&&c.keys!==t&&(a.opts.keys=c.keys? | openOpacity:!0,openMethod:"zoomIn",closeEffect:"fade",closeSpeed:250,closeEasing:"swing",closeOpacity:!0,closeMethod:"zoomOut",nextEffect:"elastic",nextSpeed:250,nextEasing:"swing",nextMethod:"changeIn",prevEffect:"elastic",prevSpeed:250,prevEasing:"swing",prevMethod:"changeOut",helpers:{overlay:{closeClick:!0,speedOut:200,showEarly:!0,css:{}},title:{type:"float"}},onCancel:f.noop,beforeLoad:f.noop,afterLoad:f.noop,beforeShow:f.noop,afterShow:f.noop,beforeChange:f.noop,beforeClose:f.noop,afterClose:f.noop}, | ||||||
| d.extend({},a.defaults.keys,c.keys):!1);a.group=b;a._start(a.opts.index||0)},cancel:function(){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();a.current&&!1!==a.trigger("beforeClose")&&(a.unbindEvents(),!a.isOpen||b&&!0===b[0]?(d(".fancybox-wrap").stop().trigger("onReset").remove(),a._afterZoomOut()):(a.isOpen=a.isOpened= | group:{},opts:{},previous:null,coming:null,current:null,isActive:!1,isOpen:!1,isOpened:!1,wrap:null,skin:null,outer:null,inner:null,player:{timer:null,isActive:!1},ajaxLoad:null,imgPreload:null,transitions:{},helpers:{},open:function(a,c){if(a&&(f.isPlainObject(c)||(c={}),!1!==b.close(!0)))return f.isArray(a)||(a=x(a)?f(a).get():[a]),f.each(a,function(e,d){var j={},g,h,i,l,k;"object"===f.type(d)&&(d.nodeType&&(d=f(d)),x(d)?(j={href:d.attr("href"),title:d.attr("title"),isDom:!0,element:d},f.metadata&& | ||||||
| !1,d(".fancybox-item, .fancybox-nav").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)},e=function(){c();a.current&&a.player.isActive&&(a.player.timer=setTimeout(a.next,a.current.playSpeed))},f=function(){c();d("body").unbind(".player");a.player.isActive=!1;a.trigger("onPlayEnd")};if(a.player.isActive||b&&!1===b[0])f();else if(a.current&&(a.current.loop|| | f.extend(!0,j,d.metadata())):j=d);g=c.href||j.href||(s(d)?d:null);h=c.title!==q?c.title:j.title||"";l=(i=c.content||j.content)?"html":c.type||j.type;!l&&j.isDom&&(l=d.data("fancybox-type"),l||(l=(l=d.prop("class").match(/fancybox\.(\w+)/))?l[1]:null));if(s(g)&&(l||(b.isImage(g)?l="image":b.isSWF(g)?l="swf":"#"===g.charAt(0)?l="inline":s(d)&&(l="html",i=d)),"ajax"===l))k=g.split(/\s+/,2),g=k.shift(),k=k.shift();i||("inline"===l?g?i=f(s(g)?g.replace(/.*(?=#[^\s]+$)/,""):g):j.isDom&&(i=d):"html"===l? | ||||||
| a.current.index<a.group.length-1))a.player.isActive=!0,d("body").bind({"afterShow.player onUpdate.player":e,"onCancel.player beforeClose.player":f,"beforeLoad.player":c}),e(),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)),a.group[b]!==t&&(a.cancel(),a._start(b)))},reposition:function(b, | i=g:!l&&(!g&&j.isDom)&&(l="inline",i=d));f.extend(j,{href:g,type:l,content:i,title:h,selector:k});a[e]=j}),b.opts=f.extend(!0,{},b.defaults,c),c.keys!==q&&(b.opts.keys=c.keys?f.extend({},b.defaults.keys,c.keys):!1),b.group=a,b._start(b.opts.index)},cancel:function(){var a=b.coming;a&&!1!==b.trigger("onCancel")&&(b.hideLoading(),b.ajaxLoad&&b.ajaxLoad.abort(),b.ajaxLoad=null,b.imgPreload&&(b.imgPreload.onload=b.imgPreload.onerror=null),a.wrap&&a.wrap.stop(!0).trigger("onReset").remove(),b.current|| | ||||||
| c){var e;a.isOpen&&(e=a._getPosition(c),b&&"scroll"===b.type?(delete e.position,a.wrap.stop(!0,!0).animate(e,200)):a.wrap.css(e))},update:function(b){a.isOpen&&(u||setTimeout(function(){var c=a.current,e=!b||b&&"orientationchange"===b.type;if(u&&(u=!1,c)){if(!b||"scroll"!==b.type||e)c.autoSize&&"iframe"!==c.type&&(a.inner.height("auto"),c.height=a.inner.height()),(c.autoResize||e)&&a._setDimension(),c.canGrow&&"iframe"!==c.type&&a.inner.height("auto");(c.autoCenter||e)&&a.reposition(b);a.trigger("onUpdate")}}, | b.trigger("afterClose"),b.coming=null)},close:function(a){b.cancel();!1!==b.trigger("beforeClose")&&(b.unbindEvents(),!b.isOpen||!0===a?(f(".fancybox-wrap").stop(!0).trigger("onReset").remove(),b._afterZoomOut()):(b.isOpen=b.isOpened=!1,b.isClosing=!0,f(".fancybox-item, .fancybox-nav").remove(),b.wrap.stop(!0,!0).removeClass("fancybox-opened"),"fixed"===b.wrap.css("position")&&b.wrap.css(b._getPosition(!0)),b.transitions[b.current.closeMethod]()))},play:function(a){var c=function(){clearTimeout(b.player.timer)}, | ||||||
| 200),u=!0)},toggle:function(){a.isOpen&&(a.current.fitToView=!a.current.fitToView,a.update())},hideLoading:function(){q.unbind("keypress.fb");d("#fancybox-loading").remove()},showLoading:function(){a.hideLoading();q.bind("keypress.fb",function(b){27===b.keyCode&&(b.preventDefault(),a.cancel())});d('<div id="fancybox-loading"><div></div></div>').click(a.cancel).appendTo("body")},getViewport:function(){return{x:m.scrollLeft(),y:m.scrollTop(),w:k&&s.innerWidth?s.innerWidth:m.width(),h:k&&s.innerHeight? | e=function(){c();b.current&&b.player.isActive&&(b.player.timer=setTimeout(b.next,b.current.playSpeed))},d=function(){c();f("body").unbind(".player");b.player.isActive=!1;b.trigger("onPlayEnd")};if(!0===a||!b.player.isActive&&!1!==a){if(b.current&&(b.current.loop||b.current.index<b.group.length-1))b.player.isActive=!0,f("body").bind({"afterShow.player onUpdate.player":e,"onCancel.player beforeClose.player":d,"beforeLoad.player":c}),e(),b.trigger("onPlayStart")}else d()},next:function(a){var c=b.current; | ||||||
| s.innerHeight:m.height()}},unbindEvents:function(){a.wrap&&a.wrap.unbind(".fb");q.unbind(".fb");m.unbind(".fb")},bindEvents:function(){var b=a.current,c=b.keys;b&&(m.bind("resize.fb orientationchange.fb"+(b.autoCenter&&!b.fixed?" scroll.fb":""),a.update),c&&q.bind("keydown.fb",function(b){var f;f=b.target||b.srcElement;if(!b.ctrlKey&&!b.altKey&&!b.shiftKey&&!b.metaKey&&(!f||!f.type&&!d(f).is("[contenteditable]")))f=b.keyCode,-1<d.inArray(f,c.close)?(a.close(),b.preventDefault()):-1<d.inArray(f,c.next)? | c&&(s(a)||(a=c.direction.next),b.jumpto(c.index+1,a,"next"))},prev:function(a){var c=b.current;c&&(s(a)||(a=c.direction.prev),b.jumpto(c.index-1,a,"prev"))},jumpto:function(a,c,e){var d=b.current;if(d&&(a=k(a),b.direction=c||d.direction[a>=d.index?"next":"prev"],b.router=e||"jumpto",d.loop&&(0>a&&(a=d.group.length+a%d.group.length),a%=d.group.length),d.group[a]!==q))b.cancel(),b._start(a)},reposition:function(a,c){var e;b.isOpen&&(e=b._getPosition(c),a&&"scroll"===a.type?(delete e.position,b.wrap.stop(!0, | ||||||
| (a.next(),b.preventDefault()):-1<d.inArray(f,c.prev)&&(a.prev(),b.preventDefault())}),d.fn.mousewheel&&b.mouseWheel&&1<a.group.length&&a.wrap.bind("mousewheel.fb",function(b,c){var d=b.target||null;if(0!==c&&(!d||0===d.clientHeight||d.scrollHeight===d.clientHeight&&d.scrollWidth===d.clientWidth))b.preventDefault(),a[0<c?"prev":"next"]()}))},trigger:function(b,c){var e,f=c||a[-1<d.inArray(b,["onCancel","beforeLoad","afterLoad"])?"coming":"current"];if(f){d.isFunction(f[b])&&(e=f[b].apply(f,Array.prototype.slice.call(arguments, | !0).animate(e,200)):b.wrap.css(e))},update:function(a){var c=a&&a.type,e=!c||"orientationchange"===c;e&&(clearTimeout(z),z=null);if(b.isOpen&&!z){if(e||m)b.wrap.removeAttr("style").addClass("fancybox-tmp"),b.trigger("onUpdate");z=setTimeout(function(){var d=b.current;if(d){b.wrap.removeClass("fancybox-tmp");c!=="scroll"&&b._setDimension();c==="scroll"&&d.canShrink||b.reposition(a);b.trigger("onUpdate");z=null}},m?500:e?20:300)}},toggle:function(a){b.isOpen&&(b.current.fitToView="boolean"===f.type(a)? | ||||||
| 1)));if(!1===e)return!1;f.helpers&&d.each(f.helpers,function(c,e){if(e&&d.isPlainObject(a.helpers[c])&&d.isFunction(a.helpers[c][b]))a.helpers[c][b](e,f)});d.event.trigger(b+".fb")}},isImage:function(a){return o(a)&&a.match(/\.(jpe?g|gif|png|bmp)((\?|#).*)?$/i)},isSWF:function(a){return o(a)&&a.match(/\.(swf)((\?|#).*)?$/i)},_start:function(b){var c={},e=a.group[b]||null,f,g,i;if(e&&(e.nodeType||e instanceof d))f=!0,d.metadata&&(c=d(e).metadata());c=d.extend(!0,{},a.opts,{index:b,element:e},d.isPlainObject(e)? | a:!b.current.fitToView,b.update())},hideLoading:function(){n.unbind("keypress.fb");f("#fancybox-loading").remove()},showLoading:function(){var a,c;b.hideLoading();n.bind("keypress.fb",function(a){if(27===(a.which||a.keyCode))a.preventDefault(),b.cancel()});a=f('<div id="fancybox-loading"><div></div></div>').click(b.cancel).appendTo("body");b.defaults.fixed||(c=b.getViewport(),a.css({position:"absolute",top:0.5*c.h+c.y,left:0.5*c.w+c.x}))},getViewport:function(){var a=b.current?b.current.locked:!1, | ||||||
| e:c);d.each(["href","title","content","type"],function(b,g){c[g]=a.opts[g]||f&&d(e).attr(g)||c[g]||null});"number"===typeof c.margin&&(c.margin=[c.margin,c.margin,c.margin,c.margin]);c.modal&&d.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{g=c.type;b=c.href||e;g||(f&&(g=d(e).data("fancybox-type"),g||(g=(g=e.className.match(/fancybox\.(\w+)/))? | c={x:o.scrollLeft(),y:o.scrollTop()};a?(c.w=a[0].clientWidth,c.h=a[0].clientHeight):(c.w=m&&u.innerWidth?u.innerWidth:o.width(),c.h=m&&u.innerHeight?u.innerHeight:o.height());return c},unbindEvents:function(){b.wrap&&x(b.wrap)&&b.wrap.unbind(".fb");n.unbind(".fb");o.unbind(".fb")},bindEvents:function(){var a=b.current,c;a&&(o.bind("orientationchange.fb"+(m?"":" resize.fb")+(a.autoCenter&&!a.locked?" scroll.fb":""),b.update),(c=a.keys)&&n.bind("keydown.fb",function(e){var d=e.which||e.keyCode,j=e.target|| | ||||||
| g[1]:null)),!g&&o(b)&&(a.isImage(b)?g="image":a.isSWF(b)?g="swf":b.match(/^#/)&&(g="inline")),g||(g=f?"inline":"html"),c.type=g);if("inline"===g||"html"===g){if(c.content||(c.content="inline"===g?d(o(b)?b.replace(/.*(?=#[^\s]+$)/,""):b):e),!c.content||!c.content.length)g=null}else b||(g=null);"ajax"===g&&o(b)&&(i=b.split(/\s+/,2),b=i.shift(),c.selector=i.shift());c.href=b;c.group=a.group;c.isDom=f;switch(g){case "image":a._loadImage();break;case "ajax":a._loadAjax();break;case "inline":case "iframe":case "swf":case "html":a._afterLoad(); | e.srcElement;!e.ctrlKey&&(!e.altKey&&!e.shiftKey&&!e.metaKey&&(!j||!j.type&&!f(j).is("[contenteditable]")))&&f.each(c,function(c,j){if(1<a.group.length&&j[d]!==q)return b[c](j[d]),e.preventDefault(),!1;if(-1<f.inArray(d,j))return b[c](),e.preventDefault(),!1})}),f.fn.mousewheel&&a.mouseWheel&&b.wrap.bind("mousewheel.fb",function(c,d,j,g){for(var h=f(c.target||null),i=!1;h.length&&!i&&!h.is(".fancybox-skin")&&!h.is(".fancybox-wrap");)i=h[0]&&!(h[0].style.overflow&&"hidden"===h[0].style.overflow)&& | ||||||
| break;default:a._error("type")}}},_error:function(b){a.hideLoading();d.extend(a.coming,{type:"html",autoSize:!0,minWidth:0,minHeight:0,padding:15,hasError:b,content:a.coming.tpl.error});a._afterLoad()},_loadImage:function(){var b=a.imgPreload=new Image;b.onload=function(){this.onload=this.onerror=null;a.coming.width=this.width;a.coming.height=this.height;a._afterLoad()};b.onerror=function(){this.onload=this.onerror=null;a._error("image")};b.src=a.coming.href;(b.complete===t||!b.complete)&&a.showLoading()}, | (h[0].clientWidth&&h[0].scrollWidth>h[0].clientWidth||h[0].clientHeight&&h[0].scrollHeight>h[0].clientHeight),h=f(h).parent();if(0!==d&&!i&&1<b.group.length&&!a.canShrink){if(0<g||0<j)b.prev(0<g?"down":"left");else if(0>g||0>j)b.next(0>g?"up":"right");c.preventDefault()}}))},trigger:function(a,c){var e,d=c||b.coming||b.current;if(d){f.isFunction(d[a])&&(e=d[a].apply(d,Array.prototype.slice.call(arguments,1)));if(!1===e)return!1;"onCancel"===a&&!b.isOpened&&(b.isActive=!1);d.helpers&&f.each(d.helpers, | ||||||
| _loadAjax:function(){a.showLoading();a.ajaxLoad=d.ajax(d.extend({},a.coming.ajax,{url:a.coming.href,error:function(b,c){a.coming&&"abort"!==c?a._error("ajax",b):a.hideLoading()},success:function(b,c){"success"===c&&(a.coming.content=b,a._afterLoad())}}))},_preloadImages:function(){var b=a.group,c=a.current,e=b.length,f,g,i,h=Math.min(c.preload,e-1);if(c.preload&&!(2>b.length))for(i=1;i<=h;i+=1)if(f=b[(c.index+i)%e],g=f.href||d(f).attr("href")||f,"image"===f.type||a.isImage(g))(new Image).src=g},_afterLoad:function(){a.hideLoading(); | function(c,e){if(e&&b.helpers[c]&&f.isFunction(b.helpers[c][a]))b.helpers[c][a](e,d)});f.event.trigger(a+".fb")}},isImage:function(a){return s(a)&&a.match(/\.(jp(e|g|eg)|gif|png|bmp|webp)((\?|#).*)?$/i)},isSWF:function(a){return s(a)&&a.match(/\.(swf)((\?|#).*)?$/i)},_start:function(a){var c={},e,d,a=k(a);e=b.group[a]||null;if(!e)return!1;c=f.extend(!0,{},b.opts,e);e=c.margin;d=c.padding;"number"===f.type(e)&&(c.margin=[e,e,e,e]);"number"===f.type(d)&&(c.padding=[d,d,d,d]);c.modal&&f.extend(!0,c, | ||||||
| !a.coming||!1===a.trigger("afterLoad",a.current)?a.coming=!1:(a.isOpened?(d(".fancybox-item, .fancybox-nav").remove(),a.wrap.stop(!0).removeClass("fancybox-opened"),a.inner.css("overflow","hidden"),a.transitions[a.current.prevMethod]()):(d(".fancybox-wrap").stop().trigger("onReset").remove(),a.trigger("afterClose")),a.unbindEvents(),a.isOpen=!1,a.current=a.coming,a.wrap=d(a.current.tpl.wrap).addClass("fancybox-"+(k?"mobile":"desktop")+" fancybox-type-"+a.current.type+" fancybox-tmp "+a.current.wrapCSS).appendTo("body"), | {closeBtn:!1,closeClick:!1,nextClick:!1,arrows:!1,mouseWheel:!1,keys:null,helpers:{overlay:{closeClick:!1}}});c.autoSize&&(c.autoWidth=c.autoHeight=!0);"auto"===c.width&&(c.autoWidth=!0);"auto"===c.height&&(c.autoHeight=!0);c.group=b.group;c.index=a;b.coming=c;if(!1===b.trigger("beforeLoad"))b.coming=null;else{d=c.type;e=c.href;if(!d)return b.coming=null,b.current&&b.router&&"jumpto"!==b.router?(b.current.index=a,b[b.router](b.direction)):!1;b.isActive=!0;if("image"===d||"swf"===d)c.autoHeight=c.autoWidth= | ||||||
| a.skin=d(".fancybox-skin",a.wrap).css("padding",n(a.current.padding)),a.outer=d(".fancybox-outer",a.wrap),a.inner=d(".fancybox-inner",a.wrap),a._setContent())},_setContent:function(){var b=a.current,c=b.content,e=b.type,f=b.minWidth,g=b.minHeight,i=b.maxWidth,h=b.maxHeight;switch(e){case "inline":case "ajax":case "html":b.selector?c=d("<div>").html(c).find(b.selector):c instanceof d&&(c.parent().hasClass("fancybox-inner")&&c.parents(".fancybox-wrap").unbind("onReset"),c=c.show().detach(),d(a.wrap).bind("onReset", | !1,c.scrolling="visible";"image"===d&&(c.aspectRatio=!0);"iframe"===d&&m&&(c.scrolling="scroll");c.wrap=f(c.tpl.wrap).addClass("fancybox-"+(m?"mobile":"desktop")+" fancybox-type-"+d+" fancybox-tmp "+c.wrapCSS).appendTo(c.parent);f.extend(c,{skin:f(".fancybox-skin",c.wrap),outer:f(".fancybox-outer",c.wrap),inner:f(".fancybox-inner",c.wrap)});f.each(["Top","Right","Bottom","Left"],function(a,b){c.skin.css("padding"+b,v(c.padding[a]))});b.trigger("onReady");if("inline"===d||"html"===d){if(!c.content|| | ||||||
| function(){c.appendTo("body").hide()}));b.autoSize&&(f=d('<div class="fancybox-wrap '+a.current.wrapCSS+' fancybox-tmp"></div>').appendTo("body").css({minWidth:n(f,"w"),minHeight:n(g,"h"),maxWidth:n(i,"w"),maxHeight:n(h,"h")}).append(c),b.width=f.width(),b.height=f.height(),f.width(a.current.width),f.height()>b.height&&(f.width(b.width+1),b.width=f.width(),b.height=f.height()),c=f.contents().detach(),f.remove());break;case "image":c=b.tpl.image.replace("{href}",b.href);b.aspectRatio=!0;break;case "swf":c= | !c.content.length)return b._error("content")}else if(!e)return b._error("href");"image"===d?b._loadImage():"ajax"===d?b._loadAjax():"iframe"===d?b._loadIframe():b._afterLoad()}},_error:function(a){f.extend(b.coming,{type:"html",autoWidth:!0,autoHeight:!0,minWidth:0,minHeight:0,scrolling:"no",hasError:a,content:b.coming.tpl.error});b._afterLoad()},_loadImage:function(){var a=b.imgPreload=new Image;a.onload=function(){this.onload=this.onerror=null;b.coming.width=this.width;b.coming.height=this.height; | ||||||
| b.tpl.swf.replace(/\{width\}/g,b.width).replace(/\{height\}/g,b.height).replace(/\{href\}/g,b.href);break;case "iframe":c=d(b.tpl.iframe.replace("{rnd}",(new Date).getTime())).attr("scrolling",b.scrolling).attr("src",b.href),b.scrolling=k?"scroll":"auto"}if("image"===e||"swf"===e)b.autoSize=!1,b.scrolling="visible";"iframe"===e&&b.autoSize?(a.showLoading(),a._setDimension(),a.inner.css("overflow",b.scrolling),c.bind({onCancel:function(){d(this).unbind();a._afterZoomOut()},load:function(){a.hideLoading(); | b._afterLoad()};a.onerror=function(){this.onload=this.onerror=null;b._error("image")};a.src=b.coming.href;(a.complete===q||!a.complete)&&b.showLoading()},_loadAjax:function(){var a=b.coming;b.showLoading();b.ajaxLoad=f.ajax(f.extend({},a.ajax,{url:a.href,error:function(a,e){b.coming&&"abort"!==e?b._error("ajax",a):b.hideLoading()},success:function(c,e){"success"===e&&(a.content=c,b._afterLoad())}}))},_loadIframe:function(){var a=b.coming,c=f(a.tpl.iframe.replace(/\{rnd\}/g,(new Date).getTime())).attr("scrolling", | ||||||
| try{this.contentWindow.document.location&&(a.current.height=d(this).contents().find("body").height())}catch(b){a.current.autoSize=!1}a[a.isOpen?"_afterZoomIn":"_beforeShow"]()}}).appendTo(a.inner)):(a.inner.append(c),a._beforeShow())},_beforeShow:function(){a.coming=null;a.trigger("beforeShow");a._setDimension();a.wrap.hide().removeClass("fancybox-tmp");a.bindEvents();a._preloadImages();a.transitions[a.isOpened?a.current.nextMethod:a.current.openMethod]()},_setDimension:function(){var b=a.wrap,c= | m?"auto":a.iframe.scrolling).attr("src",a.href);f(a.wrap).bind("onReset",function(){try{f(this).find("iframe").hide().attr("src","//about:blank").end().empty()}catch(a){}});a.iframe.preload&&(b.showLoading(),c.one("load",function(){f(this).data("ready",1);m||f(this).bind("load.fb",b.update);f(this).parents(".fancybox-wrap").width("100%").removeClass("fancybox-tmp").show();b._afterLoad()}));a.content=c.appendTo(a.inner);a.iframe.preload||b._afterLoad()},_preloadImages:function(){var a=b.group,c=b.current, | ||||||
| a.inner,e=a.current,f=a.getViewport(),g=e.margin,i=2*e.padding,h=e.width,j=e.height,r=e.maxWidth+i,k=e.maxHeight+i,l=e.minWidth+i,m=e.minHeight+i,p;f.w-=g[1]+g[3];f.h-=g[0]+g[2];o(h)&&0<h.indexOf("%")&&(h=(f.w-i)*parseFloat(h)/100);o(j)&&0<j.indexOf("%")&&(j=(f.h-i)*parseFloat(j)/100);g=h/j;h+=i;j+=i;e.fitToView&&(r=Math.min(f.w,r),k=Math.min(f.h,k));if(e.aspectRatio){if(h>r&&(h=r,j=(h-i)/g+i),j>k&&(j=k,h=(j-i)*g+i),h<l&&(h=l,j=(h-i)/g+i),j<m)j=m,h=(j-i)*g+i}else h=Math.max(l,Math.min(h,r)),j=Math.max(m, | e=a.length,d=c.preload?Math.min(c.preload,e-1):0,f,g;for(g=1;g<=d;g+=1)f=a[(c.index+g)%e],"image"===f.type&&f.href&&((new Image).src=f.href)},_afterLoad:function(){var a=b.coming,c=b.current,e,d,j,g,h;b.hideLoading();if(a&&!1!==b.isActive)if(!1===b.trigger("afterLoad",a,c))a.wrap.stop(!0).trigger("onReset").remove(),b.coming=null;else{c&&(b.trigger("beforeChange",c),c.wrap.stop(!0).removeClass("fancybox-opened").find(".fancybox-item, .fancybox-nav").remove(),"fixed"===c.wrap.css("position")&&c.wrap.css(b._getPosition(!0))); | ||||||
| Math.min(j,k));h=Math.round(h);j=Math.round(j);d(b.add(c)).width("auto").height("auto");c.width(h-i).height(j-i);b.width(h);p=b.height();if(h>r||p>k)for(;(h>r||p>k)&&h>l&&p>m;)j-=10,e.aspectRatio?(h=Math.round((j-i)*g+i),h<l&&(h=l,j=(h-i)/g+i)):h-=10,c.width(h-i).height(j-i),b.width(h),p=b.height();e.dim={width:n(h),height:n(p)};e.canGrow=e.autoSize&&j>m&&j<k;e.canShrink=!1;e.canExpand=!1;if(h-i<e.width||j-i<e.height)e.canExpand=!0;else if((h>f.w||p>f.h)&&h>l&&j>m)e.canShrink=!0;a.innerSpace=p-i- | b.unbindEvents();e=a.content;d=a.type;j=a.scrolling;f.extend(b,{wrap:a.wrap,skin:a.skin,outer:a.outer,inner:a.inner,current:a,previous:c});g=a.href;switch(d){case "inline":case "ajax":case "html":a.selector?e=f("<div>").html(e).find(a.selector):x(e)&&(e.data("fancybox-placeholder")||e.data("fancybox-placeholder",f('<div class="fancybox-placeholder"></div>').insertAfter(e).hide()),e=e.show().detach(),a.wrap.bind("onReset",function(){f(this).find(e).length&&e.hide().replaceAll(e.data("fancybox-placeholder")).data("fancybox-placeholder", | ||||||
| c.height()},_getPosition:function(b){var c=a.current,e=a.getViewport(),f=c.margin,d=a.wrap.width()+f[1]+f[3],i=a.wrap.height()+f[0]+f[2],h={position:"absolute",top:f[0]+e.y,left:f[3]+e.x};c.autoCenter&&c.fixed&&!b&&i<=e.h&&d<=e.w&&(h={position:"fixed",top:f[0],left:f[3]});h.top=n(Math.max(h.top,h.top+(e.h-i)*c.topRatio));h.left=n(Math.max(h.left,h.left+0.5*(e.w-d)));return h},_afterZoomIn:function(){var b=a.current,c=b?b.scrolling:"no";if(b&&(a.isOpen=a.isOpened=!0,a.wrap.addClass("fancybox-opened"), | false)}));break;case "image":e=a.tpl.image.replace("{href}",g);break;case "swf":e='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%"><param name="movie" value="'+g+'"></param>',h="",f.each(a.swf,function(a,b){e=e+('<param name="'+a+'" value="'+b+'"></param>');h=h+(" "+a+'="'+b+'"')}),e+='<embed src="'+g+'" type="application/x-shockwave-flash" width="100%" height="100%"'+h+"></embed></object>"}(!x(e)||!e.parent().is(a.inner))&&a.inner.append(e);b.trigger("beforeShow"); | ||||||
| a.inner.css("overflow","yes"===c?"scroll":"no"===c?"hidden":c),a.trigger("afterShow"),a.update(),(b.closeClick||b.nextClick)&&a.inner.css("cursor","pointer").bind("click.fb",function(c){if(!d(c.target).is("a")&&!d(c.target).parent().is("a"))a[b.closeClick?"close":"next"]()}),b.closeBtn&&d(b.tpl.closeBtn).appendTo(a.skin).bind("click.fb",a.close),b.arrows&&1<a.group.length&&((b.loop||0<b.index)&&d(b.tpl.prev).appendTo(a.outer).bind("click.fb",a.prev),(b.loop||b.index<a.group.length-1)&&d(b.tpl.next).appendTo(a.outer).bind("click.fb", | a.inner.css("overflow","yes"===j?"scroll":"no"===j?"hidden":j);b._setDimension();a.wrap.removeClass("fancybox-tmp");a.pos=f.extend({},a.dim,b._getPosition(!0));b.isOpen=!1;b.coming=null;b.bindEvents();if(b.isOpened){if(c.prevMethod)b.transitions[c.prevMethod]()}else f(".fancybox-wrap").not(a.wrap).stop(!0).trigger("onReset").remove();b.transitions[b.isOpened?a.nextMethod:a.openMethod]();b._preloadImages()}},_setDimension:function(){var a=b.getViewport(),c=0,e=!1,d=!1,e=b.wrap,j=b.skin,g=b.inner,h= | ||||||
| a.next)),a.opts.autoPlay&&!a.player.isActive))a.opts.autoPlay=!1,a.play()},_afterZoomOut:function(){var b=a.current;a.wrap.trigger("onReset").remove();d.extend(a,{group:{},opts:{},current:null,isActive:!1,isOpened:!1,isOpen:!1,wrap:null,skin:null,outer:null,inner:null});a.trigger("afterClose",b)}});a.transitions={getOrigPosition:function(){var b=a.current,c=b.element,e=b.padding,f=d(b.orig),g={},i=50,h=50;!f.length&&b.isDom&&d(c).is(":visible")&&(f=d(c).find("img:first"),f.length||(f=d(c)));f.length? | b.current,d=h.width,i=h.height,l=h.minWidth,t=h.minHeight,m=h.maxWidth,n=h.maxHeight,s=h.scrolling,q=h.scrollOutside?h.scrollbarWidth:0,w=h.margin,o=w[1]+w[3],p=w[0]+w[2],x,r,u,A,y,D,z,B,E;e.add(j).add(g).width("auto").height("auto");w=j.outerWidth(!0)-j.width();x=j.outerHeight(!0)-j.height();r=o+w;u=p+x;A=C(d)?(a.w-r)*k(d)/100:d;y=C(i)?(a.h-u)*k(i)/100:i;if("iframe"===h.type){if(E=h.content,h.autoHeight&&1===E.data("ready"))try{E[0].contentWindow.document.location&&(g.width(A).height(9999),D=E.contents().find("body"), | ||||||
| (g=f.offset(),f.is("img")&&(i=f.outerWidth(),h=f.outerHeight())):(b=a.getViewport(),g.top=b.y+0.5*(b.h-h),g.left=b.x+0.5*(b.w-i));return g={top:n(g.top-e),left:n(g.left-e),width:n(i+2*e),height:n(h+2*e)}},step:function(b,c){var e=c.prop,d,g;if("width"===e||"height"===e)d=Math.ceil(b-2*a.current.padding),"height"===e&&(g=(b-c.start)/(c.end-c.start),c.start>c.end&&(g=1-g),d-=a.innerSpace*g),a.inner[e](d)},zoomIn:function(){var b=a.wrap,c=a.current,e=c.openEffect,f="elastic"===e,g=d.extend({},c.dim, | q&&D.css("overflow-x","hidden"),y=D.height())}catch(F){}}else if(h.autoWidth||h.autoHeight)g.addClass("fancybox-tmp"),h.autoWidth||g.width(A),h.autoHeight||g.height(y),h.autoWidth&&(A=g.width()),h.autoHeight&&(y=g.height()),g.removeClass("fancybox-tmp");d=k(A);i=k(y);B=A/y;l=k(C(l)?k(l,"w")-r:l);m=k(C(m)?k(m,"w")-r:m);t=k(C(t)?k(t,"h")-u:t);n=k(C(n)?k(n,"h")-u:n);D=m;z=n;o=a.w-o;p=a.h-p;if(h.aspectRatio){if(d>m&&(d=m,i=d/B),i>n&&(i=n,d=i*B),d<l&&(d=l,i=d/B),i<t)i=t,d=i*B}else d=Math.max(l,Math.min(d, | ||||||
| a._getPosition(f)),i=d.extend({opacity:1},g);delete i.position;f?(g=this.getOrigPosition(),c.openOpacity&&(g.opacity=0),a.outer.add(a.inner).width("auto").height("auto")):"fade"===e&&(g.opacity=0);b.css(g).show().animate(i,{duration:"none"===e?0:c.openSpeed,easing:c.openEasing,step:f?this.step:null,complete:a._afterZoomIn})},zoomOut:function(){var b=a.wrap,c=a.current,d=c.openEffect,f="elastic"===d,g={opacity:0};f&&("fixed"===b.css("position")&&b.css(a._getPosition(!0)),g=this.getOrigPosition(),c.closeOpacity&& | m)),i=Math.max(t,Math.min(i,n));if(h.fitToView)if(m=Math.min(a.w-r,m),n=Math.min(a.h-u,n),g.width(k(d)).height(k(i)),e.width(k(d+w)),a=e.width(),r=e.height(),h.aspectRatio)for(;(a>o||r>p)&&(d>l&&i>t)&&!(19<c++);)i=Math.max(t,Math.min(n,i-10)),d=i*B,d<l&&(d=l,i=d/B),d>m&&(d=m,i=d/B),g.width(k(d)).height(k(i)),e.width(k(d+w)),a=e.width(),r=e.height();else d=Math.max(l,Math.min(d,d-(a-o))),i=Math.max(t,Math.min(i,i-(r-p)));q&&("auto"===s&&i<y&&d+w+q<o)&&(d+=q);g.width(k(d)).height(k(i));e.width(k(d+ | ||||||
| (g.opacity=0));b.animate(g,{duration:"none"===d?0:c.closeSpeed,easing:c.closeEasing,step:f?this.step:null,complete:a._afterZoomOut})},changeIn:function(){var b=a.wrap,c=a.current,d=c.nextEffect,f="elastic"===d,g=a._getPosition(f),i={opacity:1};g.opacity=0;f&&(g.top=n(parseInt(g.top,10)-200),i.top="+=200px");b.css(g).show().animate(i,{duration:"none"===d?0:c.nextSpeed,easing:c.nextEasing,complete:a._afterZoomIn})},changeOut:function(){var b=a.wrap,c=a.current,e=c.prevEffect,f={opacity:0};b.removeClass("fancybox-opened"); | w));a=e.width();r=e.height();e=(a>o||r>p)&&d>l&&i>t;d=h.aspectRatio?d<D&&i<z&&d<A&&i<y:(d<D||i<z)&&(d<A||i<y);f.extend(h,{dim:{width:v(a),height:v(r)},origWidth:A,origHeight:y,canShrink:e,canExpand:d,wPadding:w,hPadding:x,wrapSpace:r-j.outerHeight(!0),skinSpace:j.height()-i});!E&&(h.autoHeight&&i>t&&i<n&&!d)&&g.height("auto")},_getPosition:function(a){var c=b.current,e=b.getViewport(),d=c.margin,f=b.wrap.width()+d[1]+d[3],g=b.wrap.height()+d[0]+d[2],d={position:"absolute",top:d[0],left:d[3]};c.autoCenter&& | ||||||
| "elastic"===e&&(f.top="+=200px");b.animate(f,{duration:"none"===e?0:c.prevSpeed,easing:c.prevEasing,complete:function(){d(this).trigger("onReset").remove()}})}};a.helpers.overlay={overlay:null,update:function(){var a,c;this.overlay.width("100%").height("100%");d.browser.msie||k?(a=Math.max(l.documentElement.scrollWidth,l.body.scrollWidth),c=Math.max(l.documentElement.offsetWidth,l.body.offsetWidth),a=a<c?m.width():a):a=q.width();this.overlay.width(a).height(q.height())},beforeShow:function(b){this.overlay|| | c.fixed&&!a&&g<=e.h&&f<=e.w?d.position="fixed":c.locked||(d.top+=e.y,d.left+=e.x);d.top=v(Math.max(d.top,d.top+(e.h-g)*c.topRatio));d.left=v(Math.max(d.left,d.left+(e.w-f)*c.leftRatio));return d},_afterZoomIn:function(){var a=b.current;a&&((b.isOpen=b.isOpened=!0,b.wrap.addClass("fancybox-opened").css("overflow","visible"),b.reposition(),(a.closeClick||a.nextClick)&&b.inner.css("cursor","pointer").bind("click.fb",function(c){if(!f(c.target).is("a")&&!f(c.target).parent().is("a"))b[a.closeClick?"close": | ||||||
| (b=d.extend(!0,{},a.defaults.helpers.overlay,b),this.overlay=d('<div id="fancybox-overlay"></div>').css(b.css).appendTo("body"),b.closeClick&&this.overlay.bind("click.fb",a.close),a.current.fixed&&!k?this.overlay.addClass("overlay-fixed"):(this.update(),this.onUpdate=function(){this.update()}),this.overlay.fadeTo(b.speedIn,b.opacity))},afterClose:function(a){this.overlay&&this.overlay.fadeOut(a.speedOut||0,function(){d(this).remove()});this.overlay=null}};a.helpers.title={beforeShow:function(b){var c; | "next"]()}),a.closeBtn&&f(a.tpl.closeBtn).appendTo(b.skin).bind("click.fb",b.close),a.arrows&&1<b.group.length&&((a.loop||0<a.index)&&f(a.tpl.prev).appendTo(b.outer).bind("click.fb",b.prev),(a.loop||a.index<b.group.length-1)&&f(a.tpl.next).appendTo(b.outer).bind("click.fb",b.next)),b.trigger("afterShow"),!a.loop&&a.index===a.group.length-1)?b.play(!1):b.opts.autoPlay&&!b.player.isActive&&(b.opts.autoPlay=!1,b.play()))},_afterZoomOut:function(){var a=b.current;f(".fancybox-wrap").stop(!0).trigger("onReset").remove(); | ||||||
| if(c=a.current.title)c=d('<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.skin)}};d.fn.fancybox=function(b){var c=d(this),e=this.selector||"",f,g=function(g){var h=this,j=f,k;!g.ctrlKey&&!g.altKey&&!g.shiftKey&&!g.metaKey&&!d(h).is(".fancybox-wrap")&& | f.extend(b,{group:{},opts:{},router:!1,current:null,isActive:!1,isOpened:!1,isOpen:!1,isClosing:!1,wrap:null,skin:null,outer:null,inner:null});b.trigger("afterClose",a)}});b.transitions={getOrigPosition:function(){var a=b.current,c=a.element,e=a.orig,d={},f=50,g=50,h=a.hPadding,i=a.wPadding,l=b.getViewport();!e&&(a.isDom&&c.is(":visible"))&&(e=c.find("img:first"),e.length||(e=c));x(e)?(d=e.offset(),e.is("img")&&(f=e.outerWidth(),g=e.outerHeight())):(d.top=l.y+(l.h-g)*a.topRatio,d.left=l.x+(l.w-f)* | ||||||
| (g.preventDefault(),g=b.groupAttr||"data-fancybox-group",k=d(h).attr(g),k||(g="rel",k=h[g]),k&&""!==k&&"nofollow"!==k&&(h=e.length?d(e):c,h=h.filter("["+g+'="'+k+'"]'),j=h.index(this)),b.index=j,a.open(h,b))},b=b||{};f=b.index||0;e?q.undelegate(e,"click.fb-start").delegate(e,"click.fb-start",g):c.unbind("click.fb-start").bind("click.fb-start",g);return this};d(l).ready(function(){a.defaults.fixed=d.support.fixedPosition||!(d.browser.msie&&6>=d.browser.version)&&!k})})(window,document,jQuery); | a.leftRatio);a.locked&&(d.top-=l.y,d.left-=l.x);return d={top:v(d.top-h*a.topRatio),left:v(d.left-i*a.leftRatio),width:v(f+i),height:v(g+h)}},step:function(a,c){var e,d,f=c.prop;d=b.current;var g=d.wrapSpace,h=d.skinSpace;if("width"===f||"height"===f)e=c.end===c.start?1:(a-c.start)/(c.end-c.start),b.isClosing&&(e=1-e),d="width"===f?d.wPadding:d.hPadding,d=a-d,b.skin[f](k("width"===f?d:d-g*e)),b.inner[f](k("width"===f?d:d-g*e-h*e))},zoomIn:function(){var a=b.current,c=a.pos,e=a.openEffect,d="elastic"=== | ||||||
|  | e,j=f.extend({opacity:1},c);delete j.position;d?(c=this.getOrigPosition(),a.openOpacity&&(c.opacity=0.1)):"fade"===e&&(c.opacity=0.1);b.wrap.css(c).animate(j,{duration:"none"===e?0:a.openSpeed,easing:a.openEasing,step:d?this.step:null,complete:b._afterZoomIn})},zoomOut:function(){var a=b.current,c=a.closeEffect,e="elastic"===c,d={opacity:0.1};e&&(d=this.getOrigPosition(),a.closeOpacity&&(d.opacity=0.1));b.wrap.animate(d,{duration:"none"===c?0:a.closeSpeed,easing:a.closeEasing,step:e?this.step:null, | ||||||
|  | complete:b._afterZoomOut})},changeIn:function(){var a=b.current,c=a.nextEffect,e=a.pos,d={opacity:1},f=b.direction,g;e.opacity=0.1;"elastic"===c&&(g="down"===f||"up"===f?"top":"left","down"===f||"right"===f?(e[g]=v(k(e[g])-200),d[g]="+=200px"):(e[g]=v(k(e[g])+200),d[g]="-=200px"));"none"===c?b._afterZoomIn():b.wrap.css(e).animate(d,{duration:a.nextSpeed,easing:a.nextEasing,complete:b._afterZoomIn})},changeOut:function(){var a=b.previous,c=a.prevEffect,e={opacity:0.1},d=b.direction;"elastic"===c&& | ||||||
|  | (e["down"===d||"up"===d?"top":"left"]=("up"===d||"left"===d?"-":"+")+"=200px");a.wrap.animate(e,{duration:"none"===c?0:a.prevSpeed,easing:a.prevEasing,complete:function(){f(this).trigger("onReset").remove()}})}};b.helpers.overlay={overlay:null,update:function(){var a="100%",b;this.overlay.width(a).height("100%");f.browser.msie?(b=Math.max(p.documentElement.offsetWidth,p.body.offsetWidth),n.width()>b&&(a=n.width())):n.width()>o.width()&&(a=n.width());this.overlay.width(a).height(n.height())},onReady:function(a, | ||||||
|  | b){f(".fancybox-overlay").stop(!0,!0);this.overlay||f.extend(this,{overlay:f('<div class="fancybox-overlay"></div>').appendTo(b.parent),margin:n.height()>o.height()||"scroll"===f("body").css("overflow-y")?f("body").css("margin-right"):!1,el:p.all&&!p.querySelector?f("html"):f("body")});b.fixed&&!m&&(this.overlay.addClass("fancybox-overlay-fixed"),b.autoCenter&&(this.overlay.append(b.wrap),b.locked=this.overlay));!0===a.showEarly&&this.beforeShow.apply(this,arguments)},beforeShow:function(a,c){var e= | ||||||
|  | this.overlay.unbind(".fb").width("auto").height("auto").css(a.css);a.closeClick&&e.bind("click.fb",function(a){f(a.target).hasClass("fancybox-overlay")&&b.close()});c.fixed&&!m?c.locked&&(this.el.addClass("fancybox-lock"),!1!==this.margin&&f("body").css("margin-right",k(this.margin)+c.scrollbarWidth)):this.update();e.show()},onUpdate:function(a,b){(!b.fixed||m)&&this.update()},afterClose:function(a){var c=this,a=a.speedOut||0;c.overlay&&!b.isActive&&c.overlay.fadeOut(a||0,function(){f("body").css("margin-right", | ||||||
|  | c.margin);c.el.removeClass("fancybox-lock");c.overlay.remove();c.overlay=null})}};b.helpers.title={beforeShow:function(a){var c=b.current.title,e=a.type;if(s(c)&&""!==f.trim(c)){c=f('<div class="fancybox-title fancybox-title-'+e+'-wrap">'+c+"</div>");switch(e){case "inside":e=b.skin;break;case "outside":e=b.wrap;break;case "over":e=b.inner;break;default:e=b.skin,c.appendTo("body").width(c.width()).wrapInner('<span class="child"></span>'),b.current.margin[2]+=Math.abs(k(c.css("margin-bottom")))}"top"=== | ||||||
|  | a.position?c.prependTo(e):c.appendTo(e)}}};f.fn.fancybox=function(a){var c,e=f(this),d=this.selector||"",j=function(g){var h=f(this).blur(),i=c,j,k;!g.ctrlKey&&(!g.altKey&&!g.shiftKey&&!g.metaKey)&&!h.is(".fancybox-wrap")&&(j=a.groupAttr||"data-fancybox-group",k=h.attr(j),k||(j="rel",k=h.get(0)[j]),k&&(""!==k&&"nofollow"!==k)&&(h=d.length?f(d):e,h=h.filter("["+j+'="'+k+'"]'),i=h.index(this)),a.index=i,!1!==b.open(h,a)&&g.preventDefault())},a=a||{};c=a.index||0;!d||!1===a.live?e.unbind("click.fb-start").bind("click.fb-start", | ||||||
|  | j):n.undelegate(d,"click.fb-start").delegate(d+":not('.fancybox-item, .fancybox-nav')","click.fb-start",j);return this};n.ready(function(){f.scrollbarWidth===q&&(f.scrollbarWidth=function(){var a=f('<div style="width:50px;height:50px;overflow:auto"><div/></div>').appendTo("body"),b=a.children(),b=b.innerWidth()-b.height(99).innerWidth();a.remove();return b});if(f.support.fixedPosition===q){var a=f.support,c=f('<div style="position:fixed;top:20px;"></div>').appendTo("body"),e=20===c[0].offsetTop|| | ||||||
|  | 15===c[0].offsetTop;c.remove();a.fixedPosition=e}f.extend(b.defaults,{scrollbarWidth:f.scrollbarWidth(),fixed:f.support.fixedPosition,parent:f("body")})})})(window,document,jQuery); | ||||||
							
								
								
									
										12
									
								
								index.php
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								index.php
									
										
									
									
									
								
							|  | @ -52,9 +52,9 @@ | ||||||
|     <meta name="viewport" content="width=device-width, height=device-height, user-scalable=no" /> |     <meta name="viewport" content="width=device-width, height=device-height, user-scalable=no" /> | ||||||
|     <title><?php echo htmlspecialchars ($currentPage->title) ?></title>
 |     <title><?php echo htmlspecialchars ($currentPage->title) ?></title>
 | ||||||
|     <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> |     <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> | ||||||
|     <script type="text/javascript" src="fancybox/jquery.fancybox.js?v=2.0.6"></script> |     <script type="text/javascript" src="fancybox/jquery.fancybox.js?v=2.1.0"></script> | ||||||
|     <script type="text/javascript" src="<?php echo getUrlWithVersion("js/jquery.sortElements.js") ?>"></script> |     <script type="text/javascript" src="<?php echo getUrlWithVersion("js/jquery.sortElements.js") ?>"></script> | ||||||
|     <link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox.css?v=2.0.6" media="screen" /> |     <link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox.css?v=2.1.0" media="screen" /> | ||||||
|     <link rel="stylesheet" type="text/css" href="<?php echo getUrlWithVersion("style.css") ?>" media="screen" /> |     <link rel="stylesheet" type="text/css" href="<?php echo getUrlWithVersion("style.css") ?>" media="screen" /> | ||||||
|     <script type="text/javascript"> |     <script type="text/javascript"> | ||||||
|         $(document).ready(function() { |         $(document).ready(function() { | ||||||
|  | @ -79,8 +79,8 @@ | ||||||
|             $(".fancycover").fancybox({ |             $(".fancycover").fancybox({ | ||||||
|                 'type' : 'image', |                 'type' : 'image', | ||||||
|                 prevEffect		: 'none', |                 prevEffect		: 'none', | ||||||
|                 nextEffect		: 'none', |                 nextEffect		: 'none' | ||||||
|                 <?php if ($isEink) echo "openEffect : 'none', closeEffect : 'none', helpers : {overlay : null}"; ?>
 |                 <?php if ($isEink) echo ", openEffect : 'none', closeEffect : 'none', helpers : {overlay : null}"; ?>
 | ||||||
|             }); |             }); | ||||||
|              |              | ||||||
|             $("#searchImage").click(function(){ |             $("#searchImage").click(function(){ | ||||||
|  | @ -96,8 +96,8 @@ | ||||||
|                 $('#content').load(url, function(data, stat, req){ |                 $('#content').load(url, function(data, stat, req){ | ||||||
|                     $.fancybox( { |                     $.fancybox( { | ||||||
|                         content: data, |                         content: data, | ||||||
|                         maxWidth : '700', |                         autoSize: true | ||||||
|                         <?php if ($isEink) echo "margin : [15, 35, 10, 10], openEffect : 'none', closeEffect : 'none', helpers : {overlay : null}"; ?>
 |                         <?php if ($isEink) echo ", margin : [15, 35, 10, 10], openEffect : 'none', closeEffect : 'none', helpers : {overlay : null}"; ?>
 | ||||||
|                     } ); |                     } ); | ||||||
|                 }); |                 }); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue