diff options
author | Alexander Kabui | 2021-02-01 13:17:00 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-02-10 10:20:21 +0300 |
commit | 681ebee04616196e4692af5aef9ed388b0d1733e (patch) | |
tree | 13f40a71a3ca7d84ee1107215059e43b127a685b /wqflask | |
parent | c0fc5c2fe7afd5af6697def310220e3a1a72ae71 (diff) | |
download | genenetwork2-681ebee04616196e4692af5aef9ed388b0d1733e.tar.gz |
delete colorbox directory
Diffstat (limited to 'wqflask')
64 files changed, 0 insertions, 4474 deletions
diff --git a/wqflask/wqflask/static/packages/colorbox/README.md b/wqflask/wqflask/static/packages/colorbox/README.md deleted file mode 100644 index 693902bb..00000000 --- a/wqflask/wqflask/static/packages/colorbox/README.md +++ /dev/null @@ -1,456 +0,0 @@ -## About Colorbox: -A customizable lightbox plugin for jQuery. See the [project page](http://jacklmoore.com/colorbox/) for documentation and a demonstration, and the [FAQ](http://jacklmoore.com/colorbox/faq/) for solutions and examples to common issues. Released under the [MIT license](http://www.opensource.org/licenses/mit-license.php). - -## Translations Welcome -Send me your language configuration files. See /i18n/jquery.colorbox-de.js as an example. - -## Changelog: - -### Version 1.4.15 - 2013/4/22 - -* Added .webp to list of recognized image extensions - -### Version 1.4.14 - 2013/4/16 - -* Added fadeOut property to control the closing fadeOut speed. -* Removed longdesc attribute for now. - -### Version 1.4.13 - 2013/4/11 - -* Fixed an error involving IE7/IE8 and legacy versions of jQuery - -### Version 1.4.12 - 2013/4/9 - -* Fixed a potential conflict with Twitter Bootstrap default img styles. - -### Version 1.4.11 - 2013/4/9 - -* Added `type='button'` to buttons to prevent accidental form submission -* Added alt and longdesc attributes to photo content if they are present on the calling element. - -### Version 1.4.10 - 2013/4/2 - -* Better 'old IE' feature detection that fixes an error with jQuery 2.0.0pre. - -### Version 1.4.9 - 2013/4/2 - -* Fixes bug introduced in previous version. - -### Version 1.4.8 - 2013/4/2 - -* Dropped IE6 support. -* Fixed other issues with $.colorbox.remove. - -### Version 1.4.7 - 2013/4/1 - -* Prevented an error if $.colorbox.remove is called during the transition. - -### Version 1.4.6 - 2013/3/19 - -* Minor change to work around a jQuery 1.4.2 bug for legacy users. - -### Version 1.4.5 - 2013/3/10 - -* Minor change to apply the close and className properties sooner. - -### Version 1.4.4 - 2013/3/10 - -* Fixed an issue with percent-based heights in iOS -* Fixed an issue with ajax requests being applied at the wrong time. - -### Version 1.4.3 - 2013/2/18 - -* Made image preloading aware of retina settings. - -### Version 1.4.2 - 2013/2/18 - -* Removed $.contains for compatibility with jQuery 1.3.x - -### Version 1.4.1 - 2013/2/14 - -* Ignored left and right arrow keypresses if combined with the alt key. - -### Version 1.4.0 - 2013/2/12 - -* Better accessibility: - * Replaced div controls with buttons - * Tabbed navigation confined to modal window - * Added aria role - -### Version 1.3.34 - 2013/2/4 - -* Updated manifest for plugins.jquery.com - -### Version 1.3.33 - 2013/2/4 - -* Added retina display properties: retinaImage, retinaUrl, retinaSuffix -* Fixed iframe scrolling on iOS devices. - -### Version 1.3.32 - 2013/1/31 - -* Improved internal event subscribing & fixed event bug introduced in v1.3.21 - -### Version 1.3.31 - 2013/1/28 - -* Fixed a size-calculation bug introduced in the previous commit. - -### Version 1.3.30 - 2013/1/25 - -* Delayed border-width calculations until after opening, to avoid a bug in FF when using Colorbox in a hidden iframe. - -### Version 1.3.29 - 2013/1/24 - -* Fixes bug with bubbling delegated events, introduced in the previous commit. - -### Version 1.3.28 - 2013/1/24 - -* Fixed compatibility issue with old versions of jQuery (1.3.2-1.4.2) - -### Version 1.3.27 - 2013/1/23 - -* Added className property. - -### Version 1.3.26 - 2013/1/23 - -* Minor bugfix: clear the onload event handler after photo has loaded. - -### Version 1.3.25 - 2013/1/23 - -* Removed grunt file & added Bower component.json. - -### Version 1.3.24 - 2013/1/22 - -* Added generated files (jquery.colorbox.js / jquery.colorbox-min.js) back to the repository. - -### Version 1.3.23 - 2013/1/18 - -* Minor bugfix for calling Colorbox on empty jQuery collections without a selector. - -### Version 1.3.22 - 2013/1/17 - -* Recommit for plugins.jquery.com - -### Version 1.3.21 - 2013/1/15 -Files Changed: *.js - -* Fixed compatability issues with jQuery 1.9 - -### Version 1.3.20 - August 15 2012 -Files Changed:jquery.colorbox.js - -* Added temporary workaround for jQuery-UI 1.8 bug (http://bugs.jquery.com/ticket/12273) -* Added *.jpe extension to the list of image types. - -### Version 1.3.19 - December 08 2011 -Files Changed:jquery.colorbox.js, colorbox.css (all) - -* Fixed bug related to using the 'fixed' property. -* Optimized the setup procedure to be more efficient. -* Removed $.colorbox.init() as it will no longer be needed (will self-init when called). -* Removed use of $.browser. - -### Version 1.3.18 - October 07 2011 -Files Changed:jquery.colorbox.js/jquery.colorbox-min.js, colorbox.css (all) and example 1's controls.png - -* Fixed a regression where Flash content displayed in Colorbox would be reloaded if the browser window was resized. -* Added safety check to make sure that Colorbox's markup is only added to the DOM a single time, even if $.colorbox.init() is called multiple times. This will allow site owners to manually initialize Colorbox if they need it before the DOM has finished loading. -* Updated the example index.html files to be HTML5 compliant. -* Changed the slideshow behavior so that it immediately moves to the next slide when the slideshow is started. -* Minor regex bugfix to allow automatic detection of image URLs that include fragments. - -### Version 1.3.17 - May 11 2011 -Files Changed:jquery.colorbox.js/jquery.colorbox-min.js - -* Added properties "top", "bottom", "left" and "right" to specify a position relative to the viewport, rather than using the default centering. -* Added property "data" to specify GET or POST data when using Ajax. Colorbox's ajax functionality is handled by jQuery's .load() method, so the data property works the same way as it does with .load(). -* Added property "fixed" which can provide fixed positioning for Colorbox, rather than absolute positioning. This will allow Colorbox to remain in a fixed position within the visitors viewport, despite scrolling. IE6 support for this was not added, it will continue to use the default absolute positioning. -* Fixed ClearType problem with IE7. -* Minor fixes. - -### Version 1.3.16 - March 01 2011 -Files Changed:jquery.colorbox.js/jquery.colorbox-min.js, colorbox.css (all) and example 4 background png files - -* Better IE related transparency workarounds. IE7 and up now uses the same background image sprite as other browsers. -* Added error handling for broken image links. A message will be displayed telling the user that the image could not be loaded. -* Added new property: 'fastIframe' and set it to true by default. Setting to fastIframe:false will delay the loading graphic removal and onComplete event until iframe has completely loaded. -* Ability to redefine $.colorbox.close (or prev, or next) at any time. - -### Version 1.3.15 - October 27 2010 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js - -* Minor fixes for specific cases. - -### Version 1.3.14 - October 27 2010 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js - -* In IE6, closing an iframe when using HTTPS no longer generates a security warning. - -### Version 1.3.13 - October 22 2010 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js - -* Changed the index.html example files to use YouTube's new embedded link format. -* By default, Colorbox returns focus to the element it was launched from once it closes. This can now be disabled by setting the 'returnFocus' property to false. Focus was causing problems for some users who had their anchor elements inside animated containers. -* Minor bug fix involved in using a combination of slideshow and non-slideshow content. - -### Version 1.3.12 - October 20 2010 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js - -* Minor bug fix involved in preloading images when using a function as a value for the href property. - -### Version 1.3.11 - October 19 2010 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js - -* Fixed the slideshow functionality that broke with 1.3.10 -* The slideshow now respects the loop property. - -### Version 1.3.10 - October 16 2010 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js - -* Fixed compatibility with jQuery 1.4.3 -* The 'open' property now accepts a function as a value, like all of the other properties. -* Preloading now loads the correct href for images when using a dynamic (function) value for the href property. -* Fixed bug in Safari 3 for Win where Colorbox centered on the document, rather than the visitor's viewport. -* May have fixed an issue in Opera 10.6+ where Colorbox would rarely/randomly freeze up while switching between photos in a group. -* Some functionality better encapsulated & minor performance improvements. - -### Version 1.3.9 - July 7 2010 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js/ all colorbox.css (the core styles) - -* Fixed a problem where iframed youtube videos would cause a security alert in IE. -* More code is event driven now, making the source easier to grasp. -* Removed some unnecessary style from the core CSS. - -### Version 1.3.8 - June 21 2010 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js - -* Fixed a bug in Chrome where it would sometimes render photos at 0 by 0 width and height (behavior introduced in recent update to Chrome). -* Fixed a bug where the onClosed callback would fire twice (only affected 1.3.7). -* Fixed a bug in IE7 that existed with some iframed websites that use JS to reposition the viewport caused Colorbox to move out of position. -* Abstracted the identifiers (HTML ids & classes, and JS plugin name, method, and events) so that the plugin can be easily rebranded. -* Small changes to improve either code readability or compression. - -### Version 1.3.7 - June 13 2010 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js/index.html - -* $.colorbox can now be used for direct calls and accessing public methods. Example: $.colorbox.close(); -* Resize now accepts 'width', 'innerWidth', 'height' and 'innerHeight'. Example: $.colorbox.resize({width:"100%"}) -* Added option (loop:false) to disable looping in a group. -* Added options (escKey:false, arrowKey:false) to disable esc-key and arrow-key bindings. -* Added method for removing Colorbox from a document: $.colorbox.remove(); -* Fixed a bug where iframed URLs would be truncated if they contained an unencoded apostrophe. -* Now uses the exact href specified on an anchor, rather than the version returned by 'this.href'. This was causing "#example" to be normalized to "http://domain/#example" which interfered with how some users were setting up links to inline content. -* Changed example documents over to HTML5. - -### Version 1.3.6 - Jan 13 2010 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js - -* Small change to make Colorbox compatible with jQuery 1.4 - -### Version 1.3.5 - December 15 2009 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js - -* Fixed a bug introduced in 1.3.4 with IE7's display of example 2 and 3, and auto-width in Opera. -* Fixed a bug introduced in 1.3.4 where colorbox could not be launched by triggering an element's click event through JavaScript. -* Minor refinements. - -### Version 1.3.4 - December 5 2009 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js - -* Event delegation is now used for elements that Colorbox is assigned to, rather than individual click events. -* Additional callbacks have been added to represent other stages of Colorbox's lifecycle. Available callbacks, in order of their execution: onOpen, onLoad, onComplete, onCleanup, onClosed These take place at the same time as the event hooks, but will be better suited than the hooks for targeting specific instances of Colorbox. -* Ajax content is now immediately added to the DOM to be more compatible if that content contains script tags. -* Focus is now returned to the calling element on closing. -* Fixed a bug where maxHeight and maxWidth did not work for non-photo content. -* Direct calls no longer need 'open:true', it is assumed. Example: `$.colorbox({html:'<p>Hi</p>'});` - -### Version 1.3.3 - November 7 2009 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js - -* Changed $.colorbox.element() to return a jQuery object rather the DOM element. -* jQuery.colorbox-min.js is compressed with Google's Closure Compiler rather than YUI Compressor. - -### Version 1.3.2 - October 27 2009 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js - -* Added 'innerWidth' and 'innerHeight' options to allow people to easily set the size dimensions for Colorbox, without having to anticipate the size of the borders and buttons. -* Renamed 'scrollbars' option to 'scrolling' to be in keeping with the existing HTML attribute. The option now also applies to iframes. -* Bug fix: In Safari, positioning occassionally incorrect when using '100%' dimensions. -* Bug fix: In IE6, the background overlay is briefly not full size when first viewing. -* Bug fix: In Firefox, opening Colorbox causes a split second shift with a small minority of webpage layouts. -* Simplified code in a few areas. - -### Version 1.3.1 - September 16 2009 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js/colorbox.css/colorbox-ie.css(removed) - -* Removed the IE-only stylesheets and conditional comments for example styles 1 & 4. All CSS is handled by a single CSS file for all examples. -* Removed user-agent sniffing from the js and replaced it with feature detection. This will allow correct rendering for visitors masking their agent type. - -### Version 1.3.0 - September 15 2009 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js/colorbox.css - -* Added $.colorbox.resize() method to allow Colorbox to resize it's height if it's contents change. -* Added 'scrollbars' option to allow users to turn off scrollbars when using the resize() method. -* Renamed the 'resize' option to be less ambiguous. It's now 'scalePhotos'. -* Renamed the 'cbox_close' event to be less ambiguous. It's now 'cbox_cleanup'. It is the first thing to happen in the close method while the 'cbox_closed' event is the last to happen. -* Fixed a bug with the slideshow mouseover graphics that appeared after Colorbox is opened a 2nd time. -* Fixed a bug where ClearType may not work in IE6&7 if using the fade transition. -* Minor code optimizations to increase compression. - -### Version 1.2.9 - August 7 2009 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js - -* Minor change to enable use with $.getScript(); -* Minor change to the timing of the 'cbox_load' event so that it is more useful. -* Added a direct link to a YouTube video to the examples. - -### Version 1.2.8 - August 5 2009 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js - -* Fixed a bug with the overlay in IE6 -* Fixed a bug where left & right keypress events might be prematurely unbound. - -### Version 1.2.7 - July 31 2009 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js, example stylesheets and background images (core styles have not changed and the updates will not affect existing user themes / old example themes) - -* Code cleanup and reduction, better organization and documentation in the full source. -* Added ability to use functions in place of static values for Colorbox's options (thanks Ken!). -* Added an option for straight HTML. Example: `$.colorbox({html:'<p>Howdy</p>', open:true})` -* Added an event for the beginning of the closing process. This is in addition to the event that already existed for when Colorbox had completely closed. 'cbox_close' and 'cbox_closed' respectively. -* Fixed a minor bug in IE6 that would cause a brief content shift in the parent document when opening Colorbox. -* Fixed a minor bug in IE6 that would reveal select elements that had a hidden visibility after closing Colorbox. -* The 'esc' key is unbound now when Colorbox is not open, to avoid any potential conflicts. -* Used background sprites for examples 1 & 4. Put IE-only (non-sprite) background images in a separate folder. -* Example themes 1, 3, & 4 received slight visual tweaks. -* Optimized pngs for smaller file size. -* Added slices, grid, and correct sizing to the Adobe Illustrator file, all theme files are now export ready! - -### Version 1.2.6 - July 15 2009 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js - -* Fixed a bug with fixed width/height images in Opera 9.64. -* Fixed a bug with trying to set a value for rel during a direct call to Colorbox. Example: `$.colorbox({rel:'foo', open:true});` -* Changed how href/rel/title settings are determined to avoid users having to manually update Colorbox settings if they use JavaScript to update any of those attributes, after Colorbox has been defined. -* Fixed a FF3 bug where the back button was disabled after closing an iframe. - -### Version 1.2.5 - June 23 2009 -Files Changed: jquery.colorbox.js/jquery.colorbox-min.js - -* Changed the point at which iframe srcs are set (to eliminate the need to refresh the iframe once it has been added to the DOM). -* Removed unnecessary return values for a very slight code reduction. - -### Version 1.2.4 - June 9 2009 -Files Changed: jquery.colorbox.js, jquery.colorbox-min.js - -* Fixed an issue where Colorbox may not close completely if it is closed during a transition animation. -* Minor code reduction. - -### Version 1.2.3 - June 4 2009 -* Fixed a png transparency stacking issue in IE. -* More accurate Ajax auto-sizing if the user was depending on the #cboxLoadedContent ID for CSS styling. -* Added a public function for returning the current html element that Colorbox is associated with. Example use: var that = $.colorbox.element(); -* Added bicubic scaling for resized images in the original IE7. -* Removed the IE6 stylesheet and png files from Example 3. It now uses the same png file for the controls that the rest of the browsers use (an alpha transparency PNG8). This example now only has 2 graphics files and 1 stylesheet. - -### Version 1.2.2 - May 28 2009 -* Fixed an issue with the 'resize' option. - -### Version 1.2.1 - May 28 2009 -* Note: If you are upgrading, update your jquery.colorbox.js and colorbox.css files. -* Added photo resizing. -* Added a maximum width and maximum height. Example: {height:800, maxHeight:'100%'}, would allow the box to be a maximum potential height of 800px, instead of a fixed height of 800px. With maxHeight of 100% the height of Colorbox cannot exceed the height of the browser window. -* Added 'rel' setting to add the ability to set an alternative rel for any Colorbox call. This allows the user to group any combination of elements together for a gallery, or to override an existing rel. attribute so those element are not grouped together, without having to alter their rel in the HTML. -* Added a 'photo' setting to force Colorbox to display a link as a photo. Use this when automatic photo detection fails (such as using a url like 'photo.php' instead of 'photo.jpg', 'photo.jpg#1', or 'photo.jpg?pic=1') -* Removed the need to ever create disposable elements to call colorbox on. Colorbox can now be called directly, without being associated with any existing element, by using the following format: - `$.colorbox({open:true, href:'yourLink.xxx'});` -* Colorbox settings are now persistent and unique for each element. This allows for extremely flexible options for individual elements. You could use this to create a gallery in which each page in the gallery has different settings. One could be a photo with a fade transition, next could be an inline element with an elastic transition with a set width and height, etc. -* For user callbacks, 'this' now refers to the element colorbox was opened from. -* Fixed a minor grouping issue with IE6, when transition type is set to 'none'. -* Added an Adobe Illustrator file that contains the borders and buttons used in the various examples. - -### Version 1.2 - May 13 2009 -* Added a slideshow feature. -* Added re-positioning on browser resize. If the browser is resized, Colorbox will recenter itself onscreen. -* Added hooks for key events: cbox_open, cbox_load, cbox_complete, cbox_closed. -* Fixed an IE transparency-stacking problem, where transparent PNGs would show through to the background overlay. -* Fixed an IE iframe issue where the ifame might shift up and to the left under certain circumstances. -* Fixed an IE6 bug where the loading overlay was not at full height. -* Removed the delay in switching between same-sized gallery content when using transitions. -* Changed how iframes are loaded to make it more compatible with iframed pages that use DOM dependent JavaScript. -* Changed how the JS is structured to be better organized and increase compression. Increased documentation. -* Changed CSS :hover states to a .hover class. This sidesteps a minor IE8 bug with css hover states and allows easier access to hover state user styles from the JavaScript. -* Changed: elements added to the DOM have new ID's. The naming is more consistent and less likely to cause conflicts with existing website stylesheets. All stylesheets have been updated. -* Changed the behavior for prev/next links so that Colorbox does not get hung up on broken links. A visitor can now skip through broken or long-loading links by clicking prev/next buttons. -* Changed the naming of variables in the parameter map to be more concise and intuitive. -* Removed colorbox.css. Combined the colorbox.css styles with jquery.colorbox.js: the css file was not large enough to warrant being a separate file. - -### Version 1.1.6 - April 28 2009 -* Prevented the default action of the next & previous anchors and the left and right keys for gallery mode. -* Fixed a bug where the title element was being added back to the DOM when closing Colorbox while using inline content. -* Fixed a bug where IE7 would crash for example 2. -* Smaller filesize: removed a small amount of unused code and rewrote the HTML injection with less syntax. -* Added a public method for closing Colorbox: $.colorbox.close(). This will allow iframe users to add an event to close Colorbox without having to create an additional function. - -### Version 1.1.5 - April 11 2009 -* Fixed minor issues with exiting Colorbox. - -### Version 1.1.4 - April 08 2009 -* Fixed a bug in the fade transition where Colorbox not close completely if instructed to close during the fade-in portion of the transition. - -### Version 1.1.3 - April 06 2009 -* Fixed an IE6&7 issue with using Colorbox to display animated GIFs. - -### Version 1.1.2 - April 05 2009 -* Added ability to change content when Colorbox is already open. -* Added vertical photo centering now works for all browsers (this feature previously excluded IE6&7). -* Added namespacing to the esc-key keydown event for people who want to disable it: "keydown.colorClose" -* Added 'title' setting to add the ability to set an alternative title for any Colorbox call. -* Fixed rollover navigation issue with IE8. (Added JS-based rollover state due to a browser-bug.) -* Fixed an overflow issue for when the fixed width/height is smaller than the size of a photo. -* Fixed a bug in the fade transition where the border would still come up if Colorbox was closed mid-transition. -* Switch from JSMin to Yui Compressor for minification. Minified code now under 7KB. - -### Version 1.1.1 - March 31 2009 -* More robust image detection regex. Now detects image file types with url fragments and/or query strings. -* Added 'nofollow' exception to rel grouping. -* Changed how images are loaded into the DOM to prevent premature size calculation by Colorbox. -* Added timestamp to iframe name to prevent caching - this was a problem in some browsers if the user had multiple iframes and the visitor left the page and came back, or if they refreshed the page. - -### Version 1.1.0 - March 21 2009 -* Animation is now much smoother and less resource intensive. -* Added support for % sizing. -* Callback option added. -* Inline content now preserves JavaScript events, and changes made while Colorbox is open are also preserved. -* Added 'href' setting to add the ability to set an alternative href for any anchor, or to assign the Colorbox event to non-anchors. - Example: $('button').colorbox({'href':'process.php'}) - Example: $('a[href='http://msn.com']).colorbox({'href':'http://google.com', iframe:true}); -* Photos are now horizontally centered if they are smaller than the lightbox size. Also vertically centered for browsers newer than IE7. -* Buttons in the examples are now included in the 'protected zone'. The lightbox will never expand it's borders or buttons beyond an accessible area of the screen. -* Keypress events don't queue up by holding down the arrow keys. -* Added option to close Colorbox by clicking on the background overlay. -* Added 'none' transition setting. -* Changed 'contentIframe' and 'contentInline' to 'inline' and 'iframe'. Removed 'contentAjax' because it is automatically assumed for non-image file types. -* Changed 'contentWidth' and 'contentHeight' to 'fixedWidth' and 'fixedHeight'. These sizes now reflect the total size of the lightbox, not just the inner content. This is so users can accurately anticipate % sizes without fear of creating scrollbars. -* Clicking on a photo will now switch to the next photo in a set. -* Loading.gif is more stable in it's position. -* Added a minified version. -* Code passes JSLint. - -### Version 1.0.5 - March 11 2009 -* Redo: Fixed a bug where IE would cut off the bottom portion of a photo, if the photo was larger than the document dimensions. - -### Version 1.0.4 - March 10 2009 -* Added an option to allow users to automatically open the lightbox. Example usage: $(".colorbox").colorbox({open:true}); -* Fixed a bug where IE would cut off the bottom portion of a photo, if the photo was larger than the document dimensions. - -### Version 1.0.3 - March 09 2009 -* Fixed vertical centering for Safari 3.0.x. - -### Version 1.0.2 - March 06 2009 -* Corrected a typo. -* Changed the content-type check so that it does not assume all links to photos should actually display photos. This allows for Ajax/inline/and iframe calls on anchors linking to picture file types. - -### Version 1.0.1 - March 05 2009 -* Fixed keydown events (esc, left arrow, right arrow) for Webkit browsers. - -### Version 1.0 - March 03 2009 -* First release diff --git a/wqflask/wqflask/static/packages/colorbox/colorbox.ai b/wqflask/wqflask/static/packages/colorbox/colorbox.ai deleted file mode 100644 index 1b51881a..00000000 --- a/wqflask/wqflask/static/packages/colorbox/colorbox.ai +++ /dev/null @@ -1,1811 +0,0 @@ -%PDF-1.4
%
-1 0 obj
<</Metadata 2 0 R/Pages 3 0 R/Type/Catalog>>
endobj
2 0 obj
<</Length 48282/Subtype/XML/Type/Metadata>>stream
-<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> -<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.2.2-c063 53.351735, 2008/07/22-18:11:12 "> - <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> - <rdf:Description rdf:about="" - xmlns:dc="http://purl.org/dc/elements/1.1/"> - <dc:format>application/vnd.adobe.illustrator</dc:format> - <dc:title> - <rdf:Alt> - <rdf:li xml:lang="x-default">colorbox</rdf:li> - </rdf:Alt> - </dc:title> - </rdf:Description> - <rdf:Description rdf:about="" - xmlns:xmp="http://ns.adobe.com/xap/1.0/" - xmlns:xmpGImg="http://ns.adobe.com/xap/1.0/g/img/"> - <xmp:CreatorTool>Adobe Illustrator CS4</xmp:CreatorTool> - <xmp:CreateDate>2009-05-27T04:22:39-04:00</xmp:CreateDate> - <xmp:ModifyDate>2009-07-30T21:43:35-05:00</xmp:ModifyDate> - <xmp:MetadataDate>2009-07-30T21:43:35-05:00</xmp:MetadataDate> - <xmp:Thumbnails> - <rdf:Alt> - <rdf:li rdf:parseType="Resource"> - <xmpGImg:width>208</xmpGImg:width> - <xmpGImg:height>256</xmpGImg:height> - <xmpGImg:format>JPEG</xmpGImg:format> - <xmpGImg:image>/9j/4AAQSkZJRgABAgEBLAEsAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABABLAAAAAEA
AQEsAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAADQAwER
AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7
FXYq7FXYq7FXYq7FXnn5b+fNd85T6us6W9jHpkiRL6KOzOzl9zzagACdMVZt9U1D/lt/5Jr/AFxV
gf5ZfmZrHmfzJrei39vBGNIaSNbiEODIYpjFUqzNStK4q9JxV2KuxV2KuxV2KuxV2KuxV2KvG/Pf
5jfmBY/mDL5Z8twpdMyRNb2/pKzktEHf4jTYbmpxVQ/xJ/zkV/1Y1/4G3/6qYqh9G/ND8zYvPml+
WvMdtHZSXcsXqwtEgYwyEjkjKSCDQioPXFXueKvBB+aX5r6n5k1HSdAtI717OSX4EiT4Y0fiCzOV
H44qmH+JP+civ+rGv/A2/wD1UxVd5F/Nbzde6/qVh5lMVnHpcEj3aNGIzG0TANyPgBiqbeU/z18v
eZdcl0izkZZ2kZLEPEw9aONOTS1pRQTUKCa+OKqdh+fvlm882Dy+kzAycYoLkxsFN16jRtbsCOuy
lWFVNaVr1VRfnv8AN5/Jt9AmpWLvp1zbyPBexFWrcx7iEx1BFV/aO340VR+r/mFqWj+Sl8x6lYGG
aOOGS808MrPH6jKHVW2VivLbpX2xVMtC8622vaLFq+lzLPaTKxRuJHxLUMpBoQQRirDfIf5y6x5n
1DSrWaxhtl1HT7i/dkZmKmC7a2CCoHXjyriqH/5x3/vvNf8AzFQ/rmxV7Lirwb8hv/JkedP+M9z/
ANRhxV7zirsVdirsVdirsVdirsVdirsVeNSf+tKx/wDMKf8AqDOKvZcVeHfmF/60T5T/AOYO0/6i
7nFXuOKvDvyS/wDJleb/AJN/1EHFXuOKvCPKoB/O/wA3AioLSgg/OPFWbeXvLflPTby/m0e1gjnl
n5XRjCnhLxHJVP7O1KqPn1OKtQ+W/KaebH1VLaAa4LZVQhVBWIu9XVRtyZmYM3XtiqC8x+VvI2q6
79Y19I7m7WzkRbe5c+mkBPxyIhPFH/yx8W3XbFVeXQvK8/km20meQyeX1jgQPJI3xRqylQ7k1AOw
O+2Kp/bWdpb2iWtpEkNsiCOKKIBVVQOICgbAAbDFWE+SPKfkrTL7TZ9Eu7i4ltrCeCzEtaNbPdM8
jtVE3EzFR0+XfFVH/nHf++81/wDMVD+ubFXsuKvBvyG/8mR50/4z3P8A1GHFXvOKuxV2KuxV2Kux
V2KuxV2KuxV4tfgH/nISYHcfUl/6h1xV6LwT+Ufdil5J5sAH/OQPlWgp/o1r0/5ibjFD3/FXg/5T
gHzt5xqK/vk6/wDGWbFXqnBP5R92KXlnlqJJPzo80xNUI8AU8SVNDFCNitCD7jFDLfL3kW10fUZL
xLiWQh2MKsduDClHH7RB74qttvIVnD5iGrfWZSqfvEj5GplZmJJbrwoR8Pfvttiqt5q8pyeYJ4Vl
uBDawRuU4oDJ6zbAlj+xtuBT5+CqM1DRrrUPLf6LnlRJ5I40mljWiAggsVTbw2GKo3SNNg0uwgso
Gd4oBRWkYsx+k/qG2KpD5W8sajpU1k9y0TC3spraT02J+OS5MwIqo24/jiqS/wDOO/8Afea/+YqH
9c2KvZcVeDfkN/5Mjzp/xnuf+ow4q95xV2KuxV2KuxV2KuxV2KuxV2KvA/OPmPTvL356y6jqJZbM
W0cUsiKXKc4AAxUbkA9ab4qyL/ldX5a/9XZv+kW7/wCqWKsFm8z6R5m/PLy5qGkO81lALa19Z0aM
O6yySEqrgNQeqBuBvXtvir6UxV81eTfOmheWPPHmY6zI8EF5MwjnVHkUNFK54ssYZvi57bYqzv8A
5XV+Wv8A1dm/6Rbv/qlirFfy41m11v8ANXXtVtAwtbqImHmKMVT04wxHblwrir2LFLsVdirsVdir
sVeef847/wB95r/5iof1zYoey4q8G/Ib/wAmR50/4z3P/UYcVe84q7FXYq7FXYq7FXYq7FXYq7FU
p1Dyj5X1G6a7v9Ktbq6cAPNNEjuQooKkiuwGKob/AJV95G/6sNh/0jx/0xVVtfJPlC0uY7m10azg
uIWDxSxworKw6EEDY4qnWKpHN5F8mTSvLLollJLISzu0EZJYmpJNMVWf8q+8jf8AVhsP+keP+mKo
rT/KfljTpjNYaXa2sxHEyQxIjFT2qoGKph9Utv8AfS/dirvqlt/vpfuxV31S2/30v3Yq76pbf76X
7sVd9Utv99L92Ku+qW3++l+7FXj/APzjwQLjzUhNGNzCwU9aVl3pir2XFXg35DD/AJCN5zb9lprk
q3Yj62emKvecVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVSyfy1oU2
5soUbpySNUNPCoGKqH+D9B/5ZhiqN03RdK0xOFhaRWwIofSRUJHvxAxVG4q7FXYq7FXYq7FXYq7F
XYqg9H1jTdZ0u11XTLhLqwvI1mt54yCrI4qP7R2xVL/OHm6x8qaNca1qNrdTabaL6l3NaRiYxJWh
ZkDB+I7kKaDc7Yq84/6Gu/Kj0DcV1P0AokMv1GTgELcA3KtKc/hr47Yq9J8pea7PzTo1vrNha3UG
nXiCW0lu41iMsbfZdU5F+LdQSBUbjbFUdrOs6ZoulXWq6pcJa2FlG01zPIaKqIKn5nwHfFUZirsV
dirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdir8t7NtVW2nltHmS3gCvcNGzKq8mCK
TQjck0xV9Tf84pyar5v/AC088eUtS1CZ7GaM2dq8hMpgXULeaOXhyPTYNx6Vr44qxf8A6Fe/OhtP
Hllv0WNHEwYXv1iSgYOT6/GnPdTTjx+iu+Kss/5y2utV8sfl/wCTPLWnX80diA1vcshMbTixgiSI
vxPT4i3HpX5DFXyrdvqzW0El28z209XgaRmZGKEoSKkioNRir9SMVdirsVdirsVdirsVdirsVdir
sVdirsVdirsVdirsVdirsVdirsVfnX5S85aNpmjNFND6bwAGSJAC0xJA5DkRU+IJxV71/wA4TyrN
a+dJUHFZLq0dR4BhOR0xV9NYq+ZP+c25FjsvJsjCqpdXbMPYLCcVeC+YvOOiXnl4WyQCea4B9KNw
AYCCRzPGtG8ADv32xV+iuKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KvhDQ
P+cTvzc1nSbbU1gsrGO6jWWKC7uCk3BxyUskaScag9CajuMVfSX/ADjl+TmsflroGpx61cwz6nqs
8ckkVsWeKOOFWVBzZULMeZJ28MVeu4q8h/5yN/JzWfzK0HS49EuoYNS0qeR0iuSyRSRzqqv8aq5D
LwUjanXFXzb5h/5xQ/NzRdJudTaCzv4rSNpZobOcvNwQcmKo6R8qDsu57DFX3hirsVdirsVdirsV
dirsVdirsVdirsVdirsVdirsVdirsVdirsVdir4I0T/nKf8AOHSNKttMi1CC5htIxFFLc26SS8FF
FDPsWoNqnfxxV9Mf843fnBrf5j+XtSbXIYk1TSZ445Li3UokscysyEoSeLDgwNNumKvX8VePf85J
fnDrv5ceX9LbQoIX1LVp5I1uLhS6RRwKrOQgK1di60rt12xV80a7/wA5S/m/rGkXWlzahb28F5G0
M0ltbpHL6bijBX+LjUbVG/hir74xV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2K
uxV8lfkx+Uv5Sa1+Wlxd6peLeXGprGupX/NIZbF0kST6vGZAwiPNQGcirg7fCcVZD/zhpbW1sfPd
tauZLaC/t44HJDFo09dVNRQGoHbFX0pir5q/5zNt7e5/wLb3LcLea+uI5nqFojegGNTsNjiqTfnD
+T/5PaP+U8OoWF/Hp+oaajrpV7zWaTUHaR5DbycKeqxZyA4HwAb/AAjFX1dirsVdirsVdirsVdir
sVdirsVdirsVdirsVdirsVdirsVdirsVdir8vLF9eSxu7exFx9Sv1WO8jiDmOUROJEDgCh4uoI8M
VfRv/OPmm+ffKv5QeePN1gq6dLEgvbFb+BnjuYtPhlkn+Csb7g8UcNTlXFV7f85FfnGvkL/GBuNH
+r8liFl9RufW9RpjHUn1eAi4rX1a0LfB9rFW/wDnI7SPPnmL8qfJPmbUE/SVwVa61L6hAVhthfQx
yRfADJJxAXizs1OVOlaYq+br+XX3sbS2vvrP1HT1eOyilDiOISyGVwgIoOTsSfHFX6h4q7FXYq7F
XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYqhNI0nT9I0y10vToEtrGzjWG3gjAVVRBQA
AUGKq91bW91bS2tzGs1vOjRTROKq6OOLKw7gg0xV45H/AM4lflEmofWfT1BrblU6cbtvq5Tlz9I/
D6vDlvTnir2SCCG3gjggRYoYlCRRoAqqqiiqoHQAYqhtY0jTtZ0q70rUoFubC9iaC5gcAqyOKEb/
AIYqjMVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirs
VdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsV
dirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVd
irsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdi
rsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdir
sVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirs
VdirsVdirsVdirqitO/hirsVcSBudsVdirSujEhWBI60NaYq3irsVdirsVdirsVdirsVdirsVdir
sVdirsVdirsVdirsVdiq2WP1Inj5MnNSvNDRlqKVB33GKpL5U8sy6DbzwyahPf8ArSM49diQlXZv
hBrQtyq57nfFVlj5WmtvM9zrbalczJPHwWzd6otWZuO/7CcvgHY1xVT82eU5tdmtJI7sWwtg/JeD
MJQzI3pycXSsZ4bjFU21vTm1LSLuwWT0muomiEtK8eQpWm3TFVawtTaWUFqZpLgwoqGeU8pH4inJ
j3JxVJvKflmfQ2vDJOswuW5LxBFP3ssm9f8AjLirIMVdirsVdirsVdirsVdirsVdirsVdirsVdir
sVdirsVdirsVU7o3ItpTaqj3QRjAkrFIzJT4Q7KHIWvUhT8sVYV+VN9+a93pt8fzEsbOyu0uHFj9
UapaMyyVDgM6hUHERnqVoWq1TiqjomofnBJ+Z+p2urafYxeREgrYXUTn1i3qSek37RaRlH71DRVH
EjeoZVT/ADT1L807S90lPI9s1xayrINZcQwStDF6sIEsHrSwhp1Vn4Rn4WFSegxVlPnWbzFD5S1e
Xy2nq6+lrI2lx0VuVwF/dij/AA7t44qi9Bk1qTRbF9cihg1hoUOoRWrM8KzcfjEbMAeNf9s9cVYT
+UepfmTevrI86JOoikA0717eO3BT61dL8PppHy/crD1r2Pc4q9FxV2KuxV2KuxV2KuxV2KuxV2Ku
xV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2Kux
V2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxVQmmkDiOIcpCK09vE4qome+hHO
ZF9MHcqa0riqMRgyhh3xVvFXYq7FXYq7FXYq7FVOW5ghkhjkfi9w5ihG/wAThGkI/wCAjY4q3PPF
bwSTzNwiiUvI57KoqTt7YqlekebvLusXLWum3q3M6IZGRVcUQEKT8SgdWGKppJNDEAZHVAenIgV+
/FWzJGE9QsAlK86ilPGuKujlikFY3VwNiVIIr9GKtLPA7lFkVnFaqCCduu2KpTqnnLyxpdwba/1G
KG4H2ovidl7/ABBA1PpxVB/8rJ8kf9XWP/gJf+aMVTzTtSsNStVurC4S5t2NBJGaio6g+B9sVS1f
OnlhtT/Ra36m/wDVNv6HF6+qG4la8adffFU7xV2KuxV2KuxVBqf9ytP+KW/4kuKrtV/4583yH6xi
qpZ/7zp8hiqtirsVdirsVdirsVdiqFvbH6zc2E3Ph9SnafjSvPlBLDxrUU/vq19sVUfMP/HA1P8A
5hJ/+TbYq8l/JT/lKrr/AJgZP+T0WKvSPM/6aEMg0uWK3vXdfSmncRp6QQ1XkUk35e21a+2Kooi4
FoZEAjFWMRk+JFkMYCu1APh9Tlv71xVC6IuuNYn9IzQ3V6FkEklqCE4FgY4+RJ5OFrvXb8SqttDr
bapcrNc2sun8h+joIUYTxkFd5KmihRy5Cn9MVeIaDpF75m8wpZ+uFuLx3kmuJKt0Bd2I7nFWXa/+
TtzpmkXWoQamt0bWNpXhaH0qogqxDc33A36Yqj/yMkflrMfI8ALdgvap9QVxVjdt/wCTYP8A22ZP
+ohsVe9Yq7FVK5mEMTOe2KqKQ3MirJ63HkAeIWvXfrXFVS3lYu8TmrxkAn5iuKqKf8dX/ni3/Elx
Vdqv/HPm+Q/WMVVbP/eZPkMVVsVdirsVdirsVdirsVQ9zexW81pC4YteSmCIrSgYRSTVapG3GI/T
iqH8w/8AHA1P/mEn/wCTbYq8l/JT/lKrr/mBk/5PRYq9G83+ZH0Wyku/q0t2ElWJbWBpFkasZcuP
TSRiB37AVPtlmLHxmrphOXCLR0uozLZSSAPP6aPIFg+KSULEsojj2WrNyoNq5ADemV7IHy55jn1P
ShffU7mxEglCw3gIb92VHqry+P0zy/a8NttzPJDhNXaISsWssfMc82vX2miwvofqFC19Op+rzfEg
4KT8PJ/UqnHw+jDLHUQbG6BOzVPGPJ2uxeX/ADJb6hcxNJFDzSaNaBwHUoaVpuK9MqZvQPM35t6B
eaDfWVjDcPcXcLwL6iKiKJFKsxIZjsDttiqF/Iz+91n/AFbf9cmKsdtv/JsH/tsyf9RDYq96xV2K
oe+hMtuyDqRiqHi1KKONIpI5A6gKaCo2264qq2il5pZypUSEEA9aAU/hiq1P+Or/AM8W/wCJLiq7
Vf8AjnzfIfrGKqtn/vMnyGKq2KuxV2KuxV2KuxV2Koe5soria0mcsGs5TPEFpQsYpIaNUHbjKfpx
VdeWsd3Zz2khIjuI3icrQMFdSppWu++Ksd8r/l5ovlvUJL6xmuZJZIjAyztGy8WZWqOKIa1Qd8VZ
HJbRSPzNVelOSMVJHgeJFcVd9Vg9IRcfgB5ChIIbx5V5V964q2ltChY0LFxRi5Lkjw+Inb2xVYll
AjKRyITdFZ2ZR8gSRirFta/Kvytqt9JeuJ7WaYl5hbOqqzHqxV1cAn2xVL/+VKeVf+Wq+/5GQ/8A
VLFWV+XvLOkeX7RrbTYiiueUsjHlI5HQs3t2HTFUmT8s9Bj8wnXhcXX1v6y15wLx+n6jOXIp6fLj
U/zYqyWXUbWI0dwDiqn+l7L/AH4MVd+l7L/fgxVb+k9PrXmMVXDVrEdHGKoe0vbe41grGwYiBj9H
NcVROsMF02dj0AH6xiqrYsGtYyOlBiqvirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdiqnc
kiFyOtDiqG0tFayR3UF3LFiRufiIxVF+lF/Iv3DFXelF/Iv3DFXelF/Iv3DFXelF/Iv3DFUPLA0c
3rwopfiVI6VBNeo+WKqMxuruMwPCscbbOeXKo8OgxVU0tStvw7KSo+QNMVRmKuxV2KuxV2KuxV2K
uxV2KuxV2KuxV2KuxV2KuxV2KtMoZSD0OKoJrGdaiCZo1JrxFCPxxVr6nf8A/LW/3D+mKu+p3/8A
y1v9w/pirvqd/wD8tb/cP6Yq76nf/wDLW/3D+mKu+p3/APy1v9w/piraWl6D8VyxHyAxVFwxLEgU
dsVf/9k=</xmpGImg:image> - </rdf:li> - </rdf:Alt> - </xmp:Thumbnails> - </rdf:Description> - <rdf:Description rdf:about="" - xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" - xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#" - xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#"> - <xmpMM:RenditionClass>default</xmpMM:RenditionClass> - <xmpMM:OriginalDocumentID>uuid:65E6390686CF11DBA6E2D887CEACB407</xmpMM:OriginalDocumentID> - <xmpMM:DocumentID>xmp.did:8BC7D877974ADE11BCECCFF09938C3CC</xmpMM:DocumentID> - <xmpMM:InstanceID>uuid:30267148-672c-4d34-8534-e8cce420f815</xmpMM:InstanceID> - <xmpMM:History> - <rdf:Seq> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>converted</stEvt:action> - <stEvt:params>from application/pdf to <unknown></stEvt:params> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>saved</stEvt:action> - <stEvt:instanceID>xmp.iid:D47F11740720681191099C3B601C4548</stEvt:instanceID> - <stEvt:when>2008-04-17T14:19:21+05:30</stEvt:when> - <stEvt:softwareAgent>Adobe Illustrator CS4</stEvt:softwareAgent> - <stEvt:changed> - <rdf:Bag> - <rdf:li>/</rdf:li> - </rdf:Bag> - </stEvt:changed> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>converted</stEvt:action> - <stEvt:params>from application/pdf to <unknown></stEvt:params> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>converted</stEvt:action> - <stEvt:params>from application/pdf to <unknown></stEvt:params> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>saved</stEvt:action> - <stEvt:instanceID>xmp.iid:FD7F11740720681197C1BF14D1759E83</stEvt:instanceID> - <stEvt:when>2008-05-16T17:01:20-07:00</stEvt:when> - <stEvt:softwareAgent>Adobe Illustrator CS4</stEvt:softwareAgent> - <stEvt:changed> - <rdf:Bag> - <rdf:li>/</rdf:li> - </rdf:Bag> - </stEvt:changed> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>saved</stEvt:action> - <stEvt:instanceID>xmp.iid:F77F117407206811BC18AC99CBA78E83</stEvt:instanceID> - <stEvt:when>2008-05-19T18:10:15-07:00</stEvt:when> - <stEvt:softwareAgent>Adobe Illustrator CS4</stEvt:softwareAgent> - <stEvt:changed> - <rdf:Bag> - <rdf:li>/</rdf:li> - </rdf:Bag> - </stEvt:changed> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>converted</stEvt:action> - <stEvt:params>from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator</stEvt:params> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>saved</stEvt:action> - <stEvt:instanceID>xmp.iid:FB7F117407206811B628E3BF27C8C41B</stEvt:instanceID> - <stEvt:when>2008-05-22T14:26:44-07:00</stEvt:when> - <stEvt:softwareAgent>Adobe Illustrator CS4</stEvt:softwareAgent> - <stEvt:changed> - <rdf:Bag> - <rdf:li>/</rdf:li> - </rdf:Bag> - </stEvt:changed> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>converted</stEvt:action> - <stEvt:params>from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator</stEvt:params> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>saved</stEvt:action> - <stEvt:instanceID>xmp.iid:08C3BD25102DDD1181B594070CEB88D9</stEvt:instanceID> - <stEvt:when>2008-05-28T16:51:46-07:00</stEvt:when> - <stEvt:softwareAgent>Adobe Illustrator CS4</stEvt:softwareAgent> - <stEvt:changed> - <rdf:Bag> - <rdf:li>/</rdf:li> - </rdf:Bag> - </stEvt:changed> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>converted</stEvt:action> - <stEvt:params>from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator</stEvt:params> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>saved</stEvt:action> - <stEvt:instanceID>xmp.iid:F77F11740720681192B0DFFC927805D7</stEvt:instanceID> - <stEvt:when>2008-05-30T21:26:38-07:00</stEvt:when> - <stEvt:softwareAgent>Adobe Illustrator CS4</stEvt:softwareAgent> - <stEvt:changed> - <rdf:Bag> - <rdf:li>/</rdf:li> - </rdf:Bag> - </stEvt:changed> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>converted</stEvt:action> - <stEvt:params>from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator</stEvt:params> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>saved</stEvt:action> - <stEvt:instanceID>xmp.iid:F87F11740720681192B0DFFC927805D7</stEvt:instanceID> - <stEvt:when>2008-05-30T21:27-07:00</stEvt:when> - <stEvt:softwareAgent>Adobe Illustrator CS4</stEvt:softwareAgent> - <stEvt:changed> - <rdf:Bag> - <rdf:li>/</rdf:li> - </rdf:Bag> - </stEvt:changed> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>converted</stEvt:action> - <stEvt:params>from application/vnd.adobe.illustrator to application/vnd.adobe.illustrator</stEvt:params> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>saved</stEvt:action> - <stEvt:instanceID>xmp.iid:F97F1174072068119098B097FDA39BEF</stEvt:instanceID> - <stEvt:when>2008-06-02T13:26:10-07:00</stEvt:when> - <stEvt:softwareAgent>Adobe Illustrator CS4</stEvt:softwareAgent> - <stEvt:changed> - <rdf:Bag> - <rdf:li>/</rdf:li> - </rdf:Bag> - </stEvt:changed> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <stEvt:action>saved</stEvt:action> - <stEvt:instanceID>xmp.iid:8BC7D877974ADE11BCECCFF09938C3CC</stEvt:instanceID> - <stEvt:when>2009-05-27T04:22:07-04:00</stEvt:when> - <stEvt:softwareAgent>Adobe Illustrator CS4</stEvt:softwareAgent> - <stEvt:changed>/</stEvt:changed> - </rdf:li> - </rdf:Seq> - </xmpMM:History> - <xmpMM:DerivedFrom rdf:parseType="Resource"> - <stRef:instanceID>uuid:32300939-b1c4-8440-b812-b255b7b0d326</stRef:instanceID> - <stRef:documentID>xmp.did:F97F1174072068119098B097FDA39BEF</stRef:documentID> - <stRef:originalDocumentID>uuid:65E6390686CF11DBA6E2D887CEACB407</stRef:originalDocumentID> - <stRef:renditionClass>proof:pdf</stRef:renditionClass> - </xmpMM:DerivedFrom> - </rdf:Description> - <rdf:Description rdf:about="" - xmlns:illustrator="http://ns.adobe.com/illustrator/1.0/"> - <illustrator:StartupProfile>Web</illustrator:StartupProfile> - <illustrator:Type>Document</illustrator:Type> - </rdf:Description> - <rdf:Description rdf:about="" - xmlns:xmpTPg="http://ns.adobe.com/xap/1.0/t/pg/" - xmlns:stDim="http://ns.adobe.com/xap/1.0/sType/Dimensions#" - xmlns:xmpG="http://ns.adobe.com/xap/1.0/g/"> - <xmpTPg:NPages>1</xmpTPg:NPages> - <xmpTPg:HasVisibleTransparency>True</xmpTPg:HasVisibleTransparency> - <xmpTPg:HasVisibleOverprint>False</xmpTPg:HasVisibleOverprint> - <xmpTPg:MaxPageSize rdf:parseType="Resource"> - <stDim:w>1024.000000</stDim:w> - <stDim:h>768.000000</stDim:h> - <stDim:unit>Pixels</stDim:unit> - </xmpTPg:MaxPageSize> - <xmpTPg:PlateNames> - <rdf:Seq> - <rdf:li>Cyan</rdf:li> - <rdf:li>Magenta</rdf:li> - <rdf:li>Yellow</rdf:li> - <rdf:li>Black</rdf:li> - </rdf:Seq> - </xmpTPg:PlateNames> - <xmpTPg:SwatchGroups> - <rdf:Seq> - <rdf:li rdf:parseType="Resource"> - <xmpG:groupName>Default Swatch Group</xmpG:groupName> - <xmpG:groupType>0</xmpG:groupType> - <xmpG:Colorants> - <rdf:Seq> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>White</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>255</xmpG:red> - <xmpG:green>255</xmpG:green> - <xmpG:blue>255</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>Black</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>0</xmpG:red> - <xmpG:green>0</xmpG:green> - <xmpG:blue>0</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>RGB Red</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>255</xmpG:red> - <xmpG:green>0</xmpG:green> - <xmpG:blue>0</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>RGB Yellow</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>255</xmpG:red> - <xmpG:green>255</xmpG:green> - <xmpG:blue>0</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>RGB Green</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>0</xmpG:red> - <xmpG:green>255</xmpG:green> - <xmpG:blue>0</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>RGB Cyan</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>0</xmpG:red> - <xmpG:green>255</xmpG:green> - <xmpG:blue>255</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>RGB Blue</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>0</xmpG:red> - <xmpG:green>0</xmpG:green> - <xmpG:blue>255</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>RGB Magenta</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>255</xmpG:red> - <xmpG:green>0</xmpG:green> - <xmpG:blue>255</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=193 G=39 B=45</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>193</xmpG:red> - <xmpG:green>39</xmpG:green> - <xmpG:blue>45</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=237 G=28 B=36</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>237</xmpG:red> - <xmpG:green>28</xmpG:green> - <xmpG:blue>36</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=241 G=90 B=36</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>241</xmpG:red> - <xmpG:green>90</xmpG:green> - <xmpG:blue>36</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=247 G=147 B=30</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>247</xmpG:red> - <xmpG:green>147</xmpG:green> - <xmpG:blue>30</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=251 G=176 B=59</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>251</xmpG:red> - <xmpG:green>176</xmpG:green> - <xmpG:blue>59</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=252 G=238 B=33</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>252</xmpG:red> - <xmpG:green>238</xmpG:green> - <xmpG:blue>33</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=217 G=224 B=33</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>217</xmpG:red> - <xmpG:green>224</xmpG:green> - <xmpG:blue>33</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=140 G=198 B=63</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>140</xmpG:red> - <xmpG:green>198</xmpG:green> - <xmpG:blue>63</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=57 G=181 B=74</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>57</xmpG:red> - <xmpG:green>181</xmpG:green> - <xmpG:blue>74</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=0 G=146 B=69</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>0</xmpG:red> - <xmpG:green>146</xmpG:green> - <xmpG:blue>69</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=0 G=104 B=55</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>0</xmpG:red> - <xmpG:green>104</xmpG:green> - <xmpG:blue>55</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=34 G=181 B=115</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>34</xmpG:red> - <xmpG:green>181</xmpG:green> - <xmpG:blue>115</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=0 G=169 B=157</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>0</xmpG:red> - <xmpG:green>169</xmpG:green> - <xmpG:blue>157</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=41 G=171 B=226</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>41</xmpG:red> - <xmpG:green>171</xmpG:green> - <xmpG:blue>226</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=0 G=113 B=188</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>0</xmpG:red> - <xmpG:green>113</xmpG:green> - <xmpG:blue>188</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=46 G=49 B=146</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>46</xmpG:red> - <xmpG:green>49</xmpG:green> - <xmpG:blue>146</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=27 G=20 B=100</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>27</xmpG:red> - <xmpG:green>20</xmpG:green> - <xmpG:blue>100</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=102 G=45 B=145</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>102</xmpG:red> - <xmpG:green>45</xmpG:green> - <xmpG:blue>145</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=147 G=39 B=143</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>147</xmpG:red> - <xmpG:green>39</xmpG:green> - <xmpG:blue>143</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=158 G=0 B=93</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>158</xmpG:red> - <xmpG:green>0</xmpG:green> - <xmpG:blue>93</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=212 G=20 B=90</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>212</xmpG:red> - <xmpG:green>20</xmpG:green> - <xmpG:blue>90</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=237 G=30 B=121</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>237</xmpG:red> - <xmpG:green>30</xmpG:green> - <xmpG:blue>121</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=199 G=178 B=153</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>199</xmpG:red> - <xmpG:green>178</xmpG:green> - <xmpG:blue>153</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=153 G=134 B=117</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>153</xmpG:red> - <xmpG:green>134</xmpG:green> - <xmpG:blue>117</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=115 G=99 B=87</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>115</xmpG:red> - <xmpG:green>99</xmpG:green> - <xmpG:blue>87</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=83 G=71 B=65</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>83</xmpG:red> - <xmpG:green>71</xmpG:green> - <xmpG:blue>65</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=198 G=156 B=109</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>198</xmpG:red> - <xmpG:green>156</xmpG:green> - <xmpG:blue>109</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=166 G=124 B=82</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>166</xmpG:red> - <xmpG:green>124</xmpG:green> - <xmpG:blue>82</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=140 G=98 B=57</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>140</xmpG:red> - <xmpG:green>98</xmpG:green> - <xmpG:blue>57</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=117 G=76 B=36</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>117</xmpG:red> - <xmpG:green>76</xmpG:green> - <xmpG:blue>36</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=96 G=56 B=19</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>96</xmpG:red> - <xmpG:green>56</xmpG:green> - <xmpG:blue>19</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=66 G=33 B=11</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>66</xmpG:red> - <xmpG:green>33</xmpG:green> - <xmpG:blue>11</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=0 G=0 B=0</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>0</xmpG:red> - <xmpG:green>0</xmpG:green> - <xmpG:blue>0</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=26 G=26 B=26</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>26</xmpG:red> - <xmpG:green>26</xmpG:green> - <xmpG:blue>26</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=51 G=51 B=51</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>51</xmpG:red> - <xmpG:green>51</xmpG:green> - <xmpG:blue>51</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=77 G=77 B=77</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>77</xmpG:red> - <xmpG:green>77</xmpG:green> - <xmpG:blue>77</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=102 G=102 B=102</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>102</xmpG:red> - <xmpG:green>102</xmpG:green> - <xmpG:blue>102</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=128 G=128 B=128</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>128</xmpG:red> - <xmpG:green>128</xmpG:green> - <xmpG:blue>128</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=153 G=153 B=153</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>153</xmpG:red> - <xmpG:green>153</xmpG:green> - <xmpG:blue>153</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=179 G=179 B=179</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>179</xmpG:red> - <xmpG:green>179</xmpG:green> - <xmpG:blue>179</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=204 G=204 B=204</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>204</xmpG:red> - <xmpG:green>204</xmpG:green> - <xmpG:blue>204</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=230 G=230 B=230</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>230</xmpG:red> - <xmpG:green>230</xmpG:green> - <xmpG:blue>230</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=242 G=242 B=242</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>242</xmpG:red> - <xmpG:green>242</xmpG:green> - <xmpG:blue>242</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=63 G=169 B=245</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>63</xmpG:red> - <xmpG:green>169</xmpG:green> - <xmpG:blue>245</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=122 G=201 B=67</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>122</xmpG:red> - <xmpG:green>201</xmpG:green> - <xmpG:blue>67</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=255 G=147 B=30</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>255</xmpG:red> - <xmpG:green>147</xmpG:green> - <xmpG:blue>30</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=255 G=29 B=37</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>255</xmpG:red> - <xmpG:green>29</xmpG:green> - <xmpG:blue>37</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=255 G=123 B=172</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>255</xmpG:red> - <xmpG:green>123</xmpG:green> - <xmpG:blue>172</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=189 G=204 B=212</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>189</xmpG:red> - <xmpG:green>204</xmpG:green> - <xmpG:blue>212</xmpG:blue> - </rdf:li> - <rdf:li rdf:parseType="Resource"> - <xmpG:swatchName>R=138 G=138 B=138 1</xmpG:swatchName> - <xmpG:mode>RGB</xmpG:mode> - <xmpG:type>PROCESS</xmpG:type> - <xmpG:red>138</xmpG:red> - <xmpG:green>138</xmpG:green> - <xmpG:blue>138</xmpG:blue> - </rdf:li> - </rdf:Seq> - </xmpG:Colorants> - </rdf:li> - </rdf:Seq> - </xmpTPg:SwatchGroups> - </rdf:Description> - <rdf:Description rdf:about="" - xmlns:pdf="http://ns.adobe.com/pdf/1.3/"> - <pdf:Producer>Adobe PDF library 9.00</pdf:Producer> - </rdf:Description> - </rdf:RDF> -</x:xmpmeta> - - - - - - - - - - - - - - - - - - - - - -<?xpacket end="w"?>
-endstream
endobj
3 0 obj
<</Count 1/Kids[155 0 R]/Type/Pages>>
endobj
155 0 obj
<</ArtBox[0.0 73.0 508.0 701.0]/BleedBox[0.0 0.0 1024.0 768.0]/Contents 156 0 R/Group 157 0 R/LastModified(D:20090730214335-05'00')/MediaBox[0.0 0.0 1024.0 768.0]/Parent 3 0 R/PieceInfo<</Illustrator 158 0 R>>/Resources<</ColorSpace<</DefaultRGB 159 0 R>>/XObject<</Fm0 160 0 R>>>>/Thumb 161 0 R/TrimBox[0.0 0.0 1024.0 768.0]/Type/Page>>
endobj
156 0 obj
<</Filter/FlateDecode/Length 130>>stream
-H-0aS' Ƌv,$<=FCb8A-F{(V(\E3>IGIykFS><H朗7)d5?L3` -endstream
endobj
157 0 obj
<</CS 162 0 R/I false/K false/S/Transparency>>
endobj
161 0 obj
<</BitsPerComponent 8/ColorSpace 163 0 R/Filter[/ASCII85Decode/FlateDecode]/Height 79/Length 284/Width 106>>stream
-8;Z\ui<k5l%"j!.(Yn<rGVB89DS9W38A;imV+n")c,d,Cr$jiKcnTe_@#q%%4(.C8 -HN;BSQ0K3*YFS=EP`>nRqnec:hag&4%a](-!f93L:A4D\h\gZ/n@lX;HcTPGfEHCj -Q%6lr1C^ia9#<W0(GV,aU!d`IC%Y0XNP6><b7'6om5]6K!.0N/D61*)F/P7m\Pl,G -gpGL0adN#/Z594=1XIk%(grE!EB@RojEgmQOd52KE0$6o\NS1_@3+<#Mt:Yj;B;Fb -IK^@:(iq@&!<@UeLT(~>
-endstream
endobj
163 0 obj
[/Indexed/DeviceRGB 255 164 0 R]
endobj
164 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1 -VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH< -PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
-endstream
endobj
160 0 obj
<</BBox[-103.108 71.3223 103.108 -71.3213]/Length 854/Matrix[1.0 0.0 0.0 1.0 0.0 0.0]/Resources<</ColorSpace<</CS0 165 0 R>>/ExtGState<</GS0 166 0 R>>/Font<</T1_0 154 0 R>>/ProcSet[/PDF/Text]>>/Subtype/Form>>stream
-BT -/CS0 cs 0 0 0 scn -/GS0 gs -/T1_0 1 Tf -0 Tc 0 Tw 0 Ts 100 Tz 0 Tr 12 0 0 -12 -103.0967 -61.2773 Tm -[(T)7(his is an A)12(dobe\256 I)-10(llustr)5(a)4(t)6(or\256 F)26(ile tha)4(t w)4(as)]TJ -0 -1.2 TD -[(sa)8(v)10(ed without PDF C)11(on)4(t)6(en)4(t)3(.)]TJ -0 -1.2 TD -[(T)71(o P)5(lac)6(e or open this \037le in other)]TJ -0 -1.2 TD -[(applica)4(tions)11(, it should be r)10(e)-28(-sa)8(v)10(ed fr)10(om)]TJ -0 -1.2 TD -[(A)12(dobe I)-10(llustr)5(a)4(t)6(or with the ")3(C)3(r)10(ea)4(t)6(e PDF)]TJ -0 -1.2 TD -[(C)11(ompa)4(tible F)26(ile" option tur)-4(ned on. )41(T)7(his)]TJ -T* -[(option is in the I)-10(llustr)5(a)4(t)6(or Na)4(tiv)10(e F)31(or)-4(ma)4(t)]TJ -0 -1.2 TD -[(Options dialog bo)14(x, which appears when)]TJ -0 -1.2 TD -[(sa)8(ving an A)12(dobe I)-10(llustr)5(a)4(t)6(or \037le using the)]TJ -0 -1.2 TD -[(S)-3(a)8(v)10(e A)6(s c)6(ommand)10(.)]TJ -ET -
-endstream
endobj
154 0 obj
<</BaseFont/OUPLQW+MyriadPro-Regular/Encoding 167 0 R/FirstChar 31/FontDescriptor 168 0 R/LastChar 174/Subtype/Type1/Type/Font/Widths[523 212 0 337 0 0 0 0 0 0 0 0 0 207 307 207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 612 0 580 666 0 487 0 0 239 0 0 0 0 658 689 532 0 0 493 497 0 0 0 0 0 0 0 0 0 0 0 0 482 569 448 564 501 292 559 555 234 0 0 236 834 555 549 569 0 327 396 331 551 481 736 463 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 419]>>
endobj
167 0 obj
<</BaseEncoding/WinAnsiEncoding/Differences[31/f_i]/Type/Encoding>>
endobj
168 0 obj
<</Ascent 952/CapHeight 674/CharSet(/f_i/space/quotedbl/comma/hyphen/period/A/C/D/F/I/N/O/P/S/T/a/b/c/d/e/f/g/h/i/l/m/n/o/p/r/s/t/u/v/w/x/registered)/Descent -250/Flags 32/FontBBox[-157 -250 1126 952]/FontFamily(Myriad Pro)/FontFile3 169 0 R/FontName/OUPLQW+MyriadPro-Regular/FontStretch/Normal/FontWeight 400/ItalicAngle 0/StemV 88/Type/FontDescriptor/XHeight 484>>
endobj
169 0 obj
<</Filter/FlateDecode/Length 3130/Subtype/Type1C>>stream
-H|TyPwffz $D#hD[-o!b(/a@e0E -D%"gC Ed= -1M}?l[[{}q|W<U -ou@1rl! -٣{g|6cO߫Zche˗;Ӵt9,]tZ:(2C2B#)RGGJlMxlB#S+5JuU,·ّ|:'g'[evv/SidJ6D -~g040/1l c!R?a6F=1o,ʰ
dIɄ`@!! :AN"8+z^00s62VsQjz Mt!:=J@j*V$C(0S9)bϴo\3eԐђ: ZatH& - 5XqWAe1>0Ι<ȤRnvݻD -xmoKh#v܃:y<1E[l!/UXFV#m -YE~>h
,<r$-(.mT=9}Y>s1gtU&AVnY @הQ.ۈc*.wHW~^h1C֗.YF:Y- -LU~OF]^>g/(Irq,>gi^Ck Bc!fvYT pl졉5-ZZΜ/oȿNsWH+cVd&]ߴ,L&!Rj.
MZRjt$Hޫ,m_䞮O˹Bx8T>#aE&C!l<9"$<Zhdրh/ON;u:TVsgziٗHnM{<'g S&~M/Z<D]1{[ٝO#Gт`u0<+i+l38c3@:&b5̬"ټX -i{~)$!x63'(&}hg1̅H _r
Li ? ٻbd[!eh1ԔhhgZS5_]O"581xøQoebCihIW+x;6cs-rve},*LTaɡBSN XUs|IlgF.>ޗ\S:.|douALVe
[`lh'M87°2RVA -endstream
endobj
166 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
165 0 obj
[/ICCBased 170 0 R]
endobj
170 0 obj
<</Filter/FlateDecode/Length 2574/N 3>>stream
-HyTSwoɞc
[5laQIBHADED2mtFOE.c}088GNg9w߽ - -V)gB0iW8#8wթ8_٥ʨQQj@&A)/g>'K -x- -ꇆnQt}MA0alSx k&^>0|>_',G!"F$H:R!zFQd?r9\A&GrQhE]a4zBgE#H *B=0HIpp0MxJ$D1D, VĭKĻYdE"EI2EBGt4MzNr!YK ?%_&#(0J:EAiQ(()ӔWT6U@P+!~mDeԴ!hӦh/']B/ҏӿ?a0nhF!X8܌kc&5S6lIa2cKMA!E#ƒdV(kel
}}Cq9 -N')].uJr -wG xR^[oƜchg`>b$*~ :Eb~,m,-ݖ,Y¬*6X[ݱF=3뭷Y~dó tizf6~`{v.Ng#{}}jc1X6fm;'_9 r:8q:˜O:ϸ8uJqnv=MmR 4 -n3ܣkGݯz=[==<=G</z^^j^ ޡZQB0FX'+t<u-{__ߘ-G,}/Hh8mW2p[AiAN#8$X?AKHI{!7<qWy(!46-aaaW @@`lYĎH,$((Yh7ъb<b*b<~L&Y&9%uMssNpJP%MIJlN<DHJIڐtCj'KwKgC%Nd|ꙪO=%mLuvx:HoL!ȨC&13#s$/Y=OsbsrnsO1v=ˏϟ\h٢#¼oZ<]TUt}`IÒsKV-Y,+>TB(/S,]6*-W:#7*e^YDY}UjAyT`#D="b{ų+ʯ:!kJ4Gmt}uC%K7YVfFY.=b?SƕƩȺy
چk5%4m7lqlioZlG+Zzmzy]?uuw|"űNwW&e֥ﺱ*|j5kyݭǯg^ykEklD_p߶7Dmo꿻1ml{Mś
nLl<9O -zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs
2F[p(@Xr4Pm8Ww)Km -endstream
endobj
159 0 obj
[/ICCBased 171 0 R]
endobj
171 0 obj
<</Length 3144/N 3>>stream
- - - -' -= -T -j - - - - - -"9Qi*C\u
&
@
Z
t
.Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i A l !!H!u!!!"'"U"""# -#8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''(
(?(q(())8)k))**5*h**++6+i++,,9,n,,--A-v--..L.../$/Z///050l0011J1112*2c223
3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<'<e<<="=a==> >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JKKSKKL*LrLMMJMMN%NnNO -k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 -uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD- -zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs
2F[p(@Xr4Pm8Ww)Km
-endstream
endobj
158 0 obj
<</LastModified(D:20090730214335-05'00')/Private 172 0 R>>
endobj
172 0 obj
<</AIMetaData 173 0 R/AIPrivateData1 174 0 R/AIPrivateData10 175 0 R/AIPrivateData11 176 0 R/AIPrivateData12 177 0 R/AIPrivateData13 178 0 R/AIPrivateData14 179 0 R/AIPrivateData15 180 0 R/AIPrivateData16 181 0 R/AIPrivateData2 182 0 R/AIPrivateData3 183 0 R/AIPrivateData4 184 0 R/AIPrivateData5 185 0 R/AIPrivateData6 186 0 R/AIPrivateData7 187 0 R/AIPrivateData8 188 0 R/AIPrivateData9 189 0 R/ContainerVersion 9/CreatorVersion 14/NumBlock 16/RoundtripVersion 11>>
endobj
173 0 obj
<</Length 894>>stream
-%!PS-Adobe-3.0
-%%Creator: Adobe Illustrator(R) 11.0
-%%AI8_CreatorVersion: 14.0.0
-%%For: (Administrator) ()
-%%Title: (colorbox.ai)
-%%CreationDate: 7/30/2009 9:43 PM
-%%Canvassize: 16383
-%%BoundingBox: 0 73 508 701
-%%HiResBoundingBox: 0 73 508 701
-%%DocumentProcessColors: Cyan Magenta Yellow Black
-%AI5_FileFormat 7.0
-%AI3_ColorUsage: Color
-%AI7_ImageSettings: 0
-%%RGBProcessColor: 0 0 0 ([Registration])
-%AI3_TemplateBox: 512.5 383.5 512.5 383.5
-%AI3_TileBox: 116 78 908 690
-%AI3_DocumentPreview: None
-%AI5_ArtSize: 14400 14400
-%AI5_RulerUnits: 6
-%AI9_ColorModel: 1
-%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
-%AI5_TargetResolution: 800
-%AI5_NumLayers: 1
-%AI9_OpenToView: 93.25 700 8 1780 1006 18 0 0 45 111 1 0 1 1 1 0 1
-%AI5_OpenViewLayers: 7
-%%PageOrigin:0 0
-%AI7_GridSettings: 100 4 100 4 1 0 0.8 0.8 0.8 0.9 0.9 0.9
-%AI9_Flatten: 1
-%AI12_CMSettings: 00.MS
-%%EndComments
-
-endstream
endobj
174 0 obj
<</Length 6746>>stream
-%%BoundingBox: 0 73 508 701
-%%HiResBoundingBox: 0 73 508 701
-%AI7_Thumbnail: 104 128 8
-%%BeginData: 6616 Hex Bytes
-%0000330000660000990000CC0033000033330033660033990033CC0033FF
-%0066000066330066660066990066CC0066FF009900009933009966009999
-%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
-%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
-%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
-%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
-%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
-%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
-%6666006666336666666666996666CC6666FF669900669933669966669999
-%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
-%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
-%9933009933339933669933999933CC9933FF996600996633996666996699
-%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
-%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
-%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
-%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
-%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
-%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
-%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
-%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
-%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
-%000011111111220000002200000022222222440000004400000044444444
-%550000005500000055555555770000007700000077777777880000008800
-%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
-%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
-%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
-%524C45FDA0FFA8A8A8FFA8FFA8A87DA8A8FD5DFF5227FD06FF7D27A8FD5D
-%FF5252FD06FF52277DFD5DFF5252FD06FF7D27A8FD2AFF7D527D527D527D
-%527D52A8FD04FF7D7D527D527D527D527D7DFFFFFFA8FFA8FFA8FFA8FFA8
-%FFA8FFA8FFFFFFA8FFA8A8A8FF5252FD06FF5227A8FD2AFF522727522752
-%27522752A8FD04FF7D2752275227522752277DFFA852A8A8FF527DA8FF7D
-%52527DFFA852A8CAFFA8525252A85252FD06FF7D27A8FD2AFF5227A8A8FF
-%A8A8A85227A8FD04FF52277DFFA8FFA8FF7D277DA8F82727A85227F87DA8
-%A827F87DFFA82727A8A8A8275252FF5252FD06FF5227A8FD2AFF5252FD06
-%FF7D27A8FD04FF7D27A8FD06FF277DA87D52A8A8A85252A8FF7D52527DFF
-%FF277DA8FFA8525252FF7D52FD06FF7D27A8FD2AFF5252FD06FF7D27A8FD
-%04FF5227A8FD05FF7D277DFFA8A8A8FFA8A8A8FFA8A8A8FF7DFFA8A8A8FF
-%A8A87DA87DFF5252FD06FF5227A8FD2AFF5252FD06FF7D27A8FD04FF7D27
-%A8FD05FFA8277DFFFFA8FFA8FFA8FFA8FFA8FFFFFFA8FFFFFFA8FFA8FFA8
-%FFA85252FD06FF7D27A8FD2AFF5227FFFFFFA8FFFF7DF8A8FD04FF7D277D
-%FFFFFFA8FF7D277DFFA8A8A8FFA8A87DFFA8A87DA87DFFA8A8A8FFA8FF7D
-%7D7DFF5252A8FD05FF52277DFD2AFF527DA8FFA8FFA8FF7D27A8FD04FF7D
-%27A8FFFFA8FFFFA827A8A87D52A8CAA8527DA8FFA87D52A8A8FF527DA8FF
-%A87D7DA8FF5252FD06FF7D27A8FD2AFF5252FFA8FFA8FFFF7DF8A8FD04FF
-%7D27A8FFA8FFA8FFA8277DFF7D7D7DFFA87D7DFFA8A8527D7DFFA87D7DFF
-%A8FF527D7DFF5252FD06FF5227A8FD2AFF5252A8FFA8FFA8FF7D27A8FD04
-%FF7D27A8A8FFA8FFA8A8277DFFFFA8FFA8FFA8FFA8FFFD04A8CAFFA8FFA8
-%FFFD05A85252FD06FF7D27A8FD2AFF5252FFA8FFA8FFA87D27A8FD04FF52
-%27A8FFA8FFA8FF7D277DFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
-%FFA8FFA8FF5252FD06FF5227A8FD2AFF5252A8FFA8FFA8FF7D27A8FD04FF
-%7D27A8A8FFA8FFA8A8277DFFFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
-%FFA8FFA8FFA87D52FD06FF7D27A8FD2AFF5252FFA8FFA8FFFF7D27A8FD04
-%FF5252A8FFA8FFA8FFA8527DFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
-%FFA8FFA8FFA8FF5252FD06FF5227A8FD2AFF5252A8FFA8FFA8FF5227A8FD
-%04FF7D277DA8FFA8FFA87D277DFFFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
-%FFA8FFA8FFA8FFA85252FD06FF7D27A8FD2AFF52FD0927A8FD04FF52FD09
-%2752FFA8CAA8FFA8CAA8FFA8CAA8FFA8CAA8FFA8CAA8FFA8CAA8FF5252A8
-%FD05FF52277DFD2AFF7DA87D7D7DA87D7D7DA8A8FD04FFA87DA87D7D7DA8
-%7D7D7DA8FD19FF5252FD06FF7D27A8FD5DFF5252FD06FF5227A8FD5DFF52
-%52FD06FF7D27A8FD5DFF5252A8FFA8FFFFFF5227A8FD5EFFFD09A8FD62FF
-%A8FFA8FDFCFFFDD3FFA87DA87DA87DA8A8FD5AFF52FD05FFA827F827F8F8
-%27FFFFFFA8FFFF7DA8FD53FFF8F82727277DFF52F85252F87DFFA8FD0427
-%F8FD54FFFD05F827FF7DF827F8F87DFF27FD05F8A8FD53FFFD05F827FFFF
-%7D272752FFFF27FD05F8FD54FFF8F827F8F827A8FD07FFF8F8F827F8F8A8
-%FD53FFF8277D522727FD08FF27F8525252F8FD54FFF852277DF827FD08FF
-%F8F852525227A8FD53FFF8275227F827FD08FF27F8275227F8FD54FFFD05
-%F827FD08FFF8F8F827F8F8A8FD53FFFD05F827FD08FF27FD05F8FD54FFFD
-%05F827FD08FF27FD05F8A8FD53FFF827525252A8FD09FFFD0452F8FD54FF
-%7DFD05FFA8FD0CFFA8A8FD53FFA8FD12FF7DFD54FFF827275227A8FD08FF
-%A852272727F8A8FD53FFFD05F827FD08FF27FD05F8FD54FFFD05F827FD08
-%FFFD06F8A8FD53FFF8F852F8F827FD08FF27F82752F8F8FD54FFF87DFF7D
-%F827FD08FFF8277DFF52F8A8FD53FF52FFFFFF52F8FD08FF2727FFFFFF52
-%FD54FFF87DA8A8F827A8FD07FFF8277DFF5227A8FD53FFF8F852F8F827FD
-%08FF27F82752F8F8FD54FFFD05F8277D525252275252A8FD05F827A8FD53
-%FFFD05F827FF27F85252F852FF27FD05F8FD54FFF8272727F8A8FF76F87D
-%52F87DFF7D27F827F8F8A8FD53FF7DFD06FFA827F8F8F8FD07FF52FD5CFF
-%A87D7DA8FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFC
-%FFFDFCFFFDFCFFFDFCFFFD80FFA8FD07FFA8FD53FF7DA8FFFFFF7DA8FFFF
-%FF7D7DFFFFFF7DA8FFFFFFA87DFD52FF52A8FFFFA87D7DFFFFFF7D7DFFFF
-%FF7D7DFFFFFF7D7DFD67FFA8FDFCFFFD26FF277DFFFFA82752FFFFFF2752
-%FFFFFF7D7DFFFFFF2752A8FD50FFA8F827FFFFA8F852FFFFFF2727FFFFFF
-%277DFFFFFF5227FD52FFA8FD09FFA8A8A8FD07FF7DA8FDFCFFFDFCFFFDA2
-%FFA8FFA8FD64FFA8FFA8FFA8FD62FFA8FD05FFA8FD66FFA8FD62FFA8FD04
-%FFA8A8FD60FFA8FD05FFA8FD22FFA8FD04FFA8527D7DFFFFFFA8FFA8FFFF
-%FFA8FFFFFFA8FFA8FFFFA8527D7D7D527D7DFFFFFFA87D52A8FD16FFA8FD
-%05FFA8FD21FFA8FD04FFA87D52A8FFFFA9FD0EFFA8527D527D527D527D7D
-%FFFFA8527DA8FD15FFA8FD05FFA8FD22FFA8FD04FFA852527DFFFFFFA87D
-%A8FFA8FF52A8A8FFA87DA8FF527D527D527D527D527DA8FF7D5252A8FD0C
-%FFA8FFA8FFA8FD05FFA8FD05FFA8FD26FFA87D52A8FFFFFFA97DFFFFFFA8
-%A8A8FFA8FF7DFFA87D527DA8FFFFFF7D7D52FFFFA8527DA8FD0BFFA8FD09
-%FFA8FD05FFA8FD27FFA852527DFFFFFFA8FFA8FFCFFFA8FFFFFFA8FFA8FF
-%52527DFD04FFA8527DA8FF7D5252A8FD0BFFA8A8FFFFFFA8FD05FFA8FD04
-%FFA8A8FD26FFA87D52A8FD04FFA8FD09FFA8FFFF7D527DFD04FFA87D7DFF
-%FFA8527DA8FD0BFFA8FD05FFA8FD09FFA8FD27FFA852527DFFFFFFA8FFA8
-%FFA8FD05FFA8FFCFFF527D7DFD04FFA8527DA8FF7D5252A8FD0BFFA8A8FD
-%09FFA8FD04FFA8A8FD26FFA87D52A8FFFFCFAF53FFA8FFA85AA8FFFFAF53
-%A9FF7D527D7DA8A8A8527D52FFFFA8527DA8FD0DFFA8FFFFFFA8FFFFFFA8
-%FD05FFA8FD22FF7DFD04FFA852527DFFFFFF847EA8FFA8A953A9A8FFA85A
-%A8FFFD07527D527DA8FF7D5252A8FD0CFFA8A8A8FFA8FD05FFA8FD05FFA8
-%FD21FFA8FD04FFA85252A8FD0AFFA8FD06FFA8527D527D527D527D7DFFFF
-%A8527DA8FD15FFA8FD05FFA8FD22FFA8FD05FF7DA8A8FD13FF7DA87DA87D
-%A8A8FFFFFFA8A87DFD17FFA8FD05FFA8FD60FFA8FD05FFA8FD4CFFA8FFA8
-%A8A8FFA8A8A8FFA8A8A8FFA8A8A8FFFD05A8FD04FFA8A8FD60FFA8FD05FF
-%A8FD4CFFA8FD15FFA8FFFFFFA8FFA8FD62FFA8FFA8FFFFFFA8FD4AFFA8FD
-%19FFA8FFA8FD4CFFA8FD68FFA8FFA8A8A8FFA8A8A8FFA8A8A8FFA8A8A8FF
-%A8A8A8FFA8A8A8FDD4FFFF
-%%EndData
-
-endstream
endobj
175 0 obj
<</Filter[/FlateDecode]/Length 15093>>stream
-HWiwyoxY$myı;/{ZvCQS
VV|VUW2ciYx$e41;L&zN5,zWUS`uk -!=NV(!6[KϯTJRrOt~Ta -Q$\.,BT"TZfNlyMn^4
$~79[uAAɅ\ -YLF^I` -hI* Ub(G|=Rfsoz`#jÝU69X&t>4xG}pa:¬lUtN/ܴ?B -_0/$1I2?:YN"tnM1HD_p3|6 -iBd-l~')-RJdMbzDHGvV7X-Mbqr?ҫ`9tDZ\7[PrIHC}gٙ!:}6tǐ.MrSQDbp,A\1ob&3lc.= -^>,IzL(ݘ0<åu?V#TljީY\'$eJl%B^Þp-Lw:gȴ-Ku
7w+p'v"x%KuЦ߅3l!sΩ5|F;ߔ
%fZ9b!vaѾN. -EUD!`{h9CC1kXwOWGyܥc~Pl9i:+fK.fEo-ʸv: -)vK ۦ&5
)#>bUEeUϜdiyl<lS3HFךc]u'S'' ->#]0ܧDjJ?9:l.^>jBMz'i\0{S%
j9XPYIv(fcK>mt_6xTL1IH0+~YJ,,,ufJdKCTULu+45fVKL6QmF ?J75a?iѰ}3uwO2 Ng1md'e|e3xvk|x]! p|Bh-~WńDEGxfC188 ]w
0#q8b -^iŃ~wnu2V?}th59pƧ/ZUBJa2aȧ>m\ -5jbx49lu52S>7+Ϸ>mUlexK߬[ՊL_t8*d6|[.ǥ\S8|_*ꆱ}[4=ы]_֫t=Y^Z *aRQDk:\m$ > -X;\9.
y/b -kƸMKvUjĺ)9ifg7i{s-?ҹtϭ;mxʚǡzzs0nunY1hՈݴdGJ9d,գcy'6,<.`ZݿtMt9\OgĮ
. ;
\d'bs`t.Am6fjaw' CAF?dvM3}P>Hө@gN(o{3j4-`7W"c%e
5%ӧh\|V -ͥ<2Hy -fVjm{ k:8jk&8kA5Br~6ef"Pv>1BX<ƹhE_w<=i^*j,Ԉ8T$WH4hlA{(V;ES2L{"#iÝ!9|̻jX?#2]l
,[ -k9vM(2rDgd,"#43ӪǾЃax1Vh0LM4 ݅е^q0ZLx~[cq*aatt1@.>BA
܆qq@67ӭxCrAؓt[lH#d,=e9вC胈>Zowh+ -t#1BYPz(;o3 -\;7(u],gòԳ/݄iJ[Dq'[=W"2lfQejed?m -"=[nV@KK -kx*y:cFΝo:wS -0&^ܖ3FS'HYlHdZ1ŅIJHĈ{9Eg',iAi8{XNRyct<MhxLt ȷh -I(rG3I5gb܌XD*jb2,PxKkb$KC1@arN 3
a_"ةF -1Ɖ{b]Jr{ɓ,$TesJhs,3%n,pKQx40Ѓ r"HYl/4tT𡗳"n7/HXhϔK{-OY9j1&reG"t+g%,D@oa3lm`laI1Ƶ3LxK&3)yKCՐlM=BPb[H\"9]hi\G0jxVqP -&0`2еO,
GlMB4~b ~.Hp颊 -zmGOY^=o;nܢ,QS4'ϩy0'-@C-""|gZab/KRED%/[[ÿ_D\hK]֬8LjD1~r7=T2omKg"ᒫD>Dq 2BE `q#ee@oͤO護Twv=KȞagc5ەu?}5uc^;˱qFZIK@+OMnp(FВs鰇2@Ȫb6MZtp1櫵!S"vRE1L6hb
;S%i=>IK4DIA\"/N6pH^ -.E"TRh Un2CXGLuĽB"?6"hHg9|vd\:Usyxq#dT is&
S̒K:ї9s>5(mDKT,ME/={2Uw/}ށgBAv vR+'H&r3WwDUw;PuF}ͧ}9>61?A#`R_iЎ>RQg4HF))4ro`kKNXbrQaz ƣ6Ke`I|>H -J}1lD6ryVhR$T.x/*[zv|)
^ࣼhnNy<Q<#CX/Ng'իIc8qacU>o4 }mxv_Nٸ#2wZi+{=7.>R|иz8OK3=O+9ƾїL[(<=tJoa8}*wwx7]
}b}/}kK:/1ebEhzmo#{c6w0w'(_O7pSAhVomV^wׅAZE$Rʽbp~NÃ,ߗZCiX~ٞY{ہЇfnCSL_=Z[MmlYX&j6qL9,~gnWn+0jw/%Z<fkM+T_ݳѮ`4Nj:Anlh- \C}]Xm-0 -4 gk<ȅ qWgc@-6F -X0أh44(owAAXM{35ڵMOA֗<Uq -{`qZN/C8՟WkiX~ﶡ2a82m8iFkwTFl -F
OMzgߒcBiV#T((NP}ý$O>/h厊jу*dZV~>T&O{Xv -7܇V\9ОIYܸif!G<8lWw w1( - -qƱ!'uMKA7qښV]rJy_ -^52Oc-b#dWF -;gp#gt 1e!xl,֤?[U.=~`5yZϘ<tوsN`py~!,k7/دp)/Y6f%lCN'`S6ayq:I83 -,<,W0k8UCVxspe'|1U(Ev:q`ӭ~,ѵ8jih#C44Vftnh07ceQs3mh$/gx
uuhLЀn2wϸ`6f
6H$nYFch`ZjWAvcѱLF7*$g_V4,Cx:@Odzߌ0gOֽ!Gސx:IC=Ǔ}N;_VL'-~BmI|٘B7Ȍ%ȭΰ4$K/+,)<
kƵdș⻀g?VXqx.x^
m2L,α0^#b $W@L4sa*U}h -3,y`J(`47OBzTzBt#F\G˥XAMkm)#a~B܀(+2ŻbGw&zLTHp.ח_9M\'oZ6[9|+ ԁ?##%c ->%L--SM^]M5Nz>&LgyU11m 4-]'/Ѫ}#u)~+[nڪ̈́'M?
'9W`_x:{oAʷUIWŧ*e b4|nX=_5[6r=nYtu:Ɂc.F& MhMBSfʕlk$V@P,]4,fS3HuvhPi
a
`9RٸzVރ;V@ÏXۗL"Tb"[pU|Ǵ
uw'~ZPC73_bpiTVjMƩ. @tq7u.Qz1;Wf5L9^en[r.iQ[+lHN<oJu߆> -PB?OWmfP]TR,]_V훨$Wco G_#We+n2[٫^6&j\~^(;(%hn[i%HQZfI2jAqa$
-;a|[fGЪ~l RH0Lq;O5vƽ -?<U0"i+K$%(+S$r&P3 P(
b -(FS1ݷn=ZÛuN̍05@Nåʔ52\_xM^znD
ίV'ۢNB]Ա)1t/ -endstream
endobj
176 0 obj
<</Filter[/FlateDecode]/Length 17828>>stream
-HWYW}k!B2 ai@ڡUUBP_jm<{,$_h(EZՋH57d/}p;M -1u6
n8F
VC<{,YweZclW~;X6@DN}GƘҫ7{KY>(fNxDd_$4v @o\ᣦIZ -1P1SlM[Cg3l@/z-sX eͅ!3lb1MV{"HQ@KjU@0ZBX"}2A
L"`h!5iIoIךhOgc̟j7mipp{[ơhhl`[͋oܘYTU.UxAlV~wΰ>+㲲KV>u|,}ʦ4uɁp6pYٔZ$ :e& -UI<V6;4KV΅h[Vd41*3~<Q͒adO#CGŤJk.{l!1.a6Xzsi5 `Q?9{ȅb&P#4C1%@lSKQ_>QpT25hlU-'8KuezTqù#ݵ$T[ -J@ - )I.W54LSm -\nILhZo5&Sl-/Z -flky7HaTi'Ssrݏj{Rn>(BMQϐ>u3rzьstF^G.Э%7ktk-7YlskՍiD`]fj]9GD#0`uzZ4\:c ڱl0"~S>װ: - mN憞֬ݘ\qi7ܒS(DE(mXA)sk,K<^kpʊ+y&+N1<4X|HL}c;̲[-龱ڽA -S;oɕK^&КFF*3aFk 24tL{_yb
tP:.F#WPʵ[THpFO|FA-S=mW('ml%0?^-~$ʉ;PrXֵđ ,L@@D{ @t뀺#vwtNOݡS~Ƈjt.n}Ntl^mP̧YԢL휹EϬDZQIalZ0QhDFZ裨<uq#L"yqڦ<z=-lo4S+CwWYa -W˕`4rmPSHR-SxPkhۅJM䭮Nx"PoKB -F#n( okM5oAM&" -(,kgZ
Qw?g/OHC526GV|$¦tG5U`tC%/~߰]NV!}{-V=sf<b$[ 6b^h5P*z -ihm40FŷvL
m -_㵕aH[qn|4N TdVGEyzLotgM>*'6^ʌ'AX/8yX8ZGG%Id)#gC~sF5aNS7ÅE>H#sT0/I ,n.~UpN:Wjͅjܶ%T
5e'Uu]w -R <o}9DIW:)L)>_[r$zf
ǝmM|1#<;|~l4ȏ"={wFVHyK
ʳ,9= -OH7ijuf -w7`(Ph&ލFszc8sUbȌ>.ϽuVC@Ģ/h`^g,- )4kEh?3ÍUiY}L)b\9ųK!Z_i-J vJ}U_LҐy$_BApi~`b/-,(`ѥ˔/"Y>/\)(U'r77BGŘMq7D&mʭiM72Ɏj3d@Q<^pkɓ ~W)2;vPPmPk\n$uls:HO@! a,Rs;䣘p4[(^g.۞@ބU
#\LFdj4p6Z[Nqt -Jd@:\zwW.37MӢYJ.PX\uشRw*KB -ҘѴϬi'YGP;Ґ7>vA>~z+uRu7zt)*dQ7Hcc<8Ij4[%Yx)YC -X(K* <E^k,Ll/7~~6=%<xG&&/æb6~;@$KÆ%2>4g<[ʀ+sp+ۨzI+9l/빕IVR
<UWuY: 6@3{ewӣ}&T,0E?i4R{E!0rL F $R
ALй0Cئkܯ=44*D.=tc
MsXy]PlC"(,W+.n|D뗪>B-57x0y6MU&/i0KƳUVIɲ9H{3]X+p$X -b?%$tXlCo` (E;r:lY6u[-q rCvsXҀ2lƽxoJ[ӂ -ЗgnH 7W\&Nk;{ȄG.cH
"Vs}||[ -ѳH/Ũ6 f~=Kױ?^hݕYАb=Ann>DͿLQ속kk#$nRB˫jVw{-Ra-g\4;5ܫ y
nk8"?9
^Ыڲ[e[S?!BcH:tlzbǺLLot*gk
e3Q[Vgpek∗w4wv}Ӹe=hr%$UL -~hg) }3[່B4&̎ݰـMF40H"ȌVk -h?\ -
{"rAG&-R@(Vu;+_P>OtՠmA
+-|1`ekX
Z/XMn;f;
@BͱP8VY.G7l<}'+=$]cevd}5r>ؚX։&7M^1f)b6V͘#铴 xf7+no1* -(ճiql*?wZ_\{4TrD魅{ȡװ#Šw䟄dK*ukg&@;]MPC"y'itIH-KI-P0&)j&+{=/zfihZo'
}:+oƺ6Gow&TУpht6Sx<2`8%&;t[Zkn߷EUAC89A+bS+DbZ̔m}Vl @AW <|{9 -mҤ?g{C.H_J73f{j2<ӫ4L/%*[h]Bܬ}`x(s^ctuӈ -
i{ \y@ş@,g*l*Ti>w%|hr@Yvntō+諹#o"ʺ&:\+0#1˖;$: gKqL*:zHRJܮAb
_vu=@\19>\ G -6zָȢ~ol*s
ǖwdV;ONE:}זs95W4\ -G)~J-a:c{!{Pzo$0ўA$/睡_*Ò}މ+Ʒ3vq#Օ&YYl& -/by4]Y%l*ӊ'K.PU48Tb(k)|ƟRBq?Mđn5J c±6tI}Tpήp -]Lg
E4b@|g/d&rlzSյ?]C}HOO3qQ%?R*f)ˤ8j64B4cCXx-,"j=hNx9l='V!i(1wy*Kϥ?Rie&Iȶ+t%!S)?9%lC3-5Z -1o -Mk45~t.ISWYG%W$Vsa|R*Uù;JH(Ϡ5<E6c{l\14ǟڨn -3Ca6 -aox$>Jzq'SSυ$/-!f^NK/,}"!>@nlOpxicJLdCO`! -w2י\vEKdq>){
~X͎Ei_V$f`
whY{W=q赲TjKQZz -
0(\-ZB;
iz&)]oT)& ɟ(zTa^f<+j*dɸ?藱XBo m=g4)=&U͉Cb[a}s*\0a#&OpF;y3Yʄ(jCƉpeIK~u֞.yah]~Tɨb\2G u>)lveZ[6tiGc&%Cg<dKƄ$;9pnwN -w&F^]0}L诼OTE2ncuQg@. -73dxK&~8YifՖ6zݸYr6Dʉΐ)YyLsԖK2tGdV87Fh?;:IutnC*\[
אjQ`58mɍ#=YwF}sqA]ŰUdnDmi3\g5l|&0N-zbq^ -n@&~R>!}"xiLs¥3v8]Q>*߫ey>X@l(yL`2oh7{%ѪÆ@#gP7^4ڱD{uDEN{9-'4x<iPN(1-8cܹ*Bͩa~vUC9!y$i.:wsjsBFZR^HaN桴ɉ;OQIcZz#-פ -[_ȆTչoܴ{t0/MfU-y -oȲ3.vID%f%PC
ABz'\] d(o_KM`͌W0AE~ZW0A+x!JQBUl@S*~Չl.W:j0Ea~_@ -WBZaӷEOw)+ a{Z~aJ[|
qu8kݧBkg2*[ULbE}}n#+Tҝs5q+Y7X7{ò'=Ncm*@?To7dY|ڣR,.>Jog\Ao(zĽɲ_@w<
74+\]V
lk3XFzA1Fߥ[)!ejS -uk@3v(RwpX-qCF/lDYvoB9WʚeD]@EqDvQlm7]#ohő̝teVsN^qj`ƕc9ߛ9A_A3]ʲ;$kq<_9l\6ku.?7VCfcKV=z|jw%ѣW7IhMf\;-Ok?,#݇d~$>.? -)egQ@q,>;т0ghq{lDvp@TDTD -QqU!<Sr3ֆqũJT]'$p1\*_EkcH`EHI7b8ː=#lvZa H.b8C -@v0dp:-]ce%+3IPM
a lVGtCTTƣ3<KX5{pA -z -[tm9\Rf6
Aȍ3#jY)FK͞r5u -O"U2[4k!Po|5e`SLr;ǔ֮8(,IJ=~[g-M[li!bDn98>,lk@b L6Oٸ1W<(BƢ:6K$e-^=$d6Jsz9Su>NQLZ.aF'.l[?v{zt]Nt#n˹wMg3V\/^^K1bEvėŮJu7T{oڕF}6{yhr%/!
-ѝSJ⏹Z.MՍ68C\U?R}8{:Ta=V0
H+3*b\hq{')CfIՏC6 [ĭXRa`-"MDzK7<N9,2"}@b֒inr(D Atx8cc.BY -af6R].L#"%ubihN,*lc|X侂 -KvaBO V߮Gԉ|UΧń7Ň!?lnvuf##yIG* -;{DQa@:P_Z*m5Q_VLt_Km -^))u|nÓ:u]cB j"/Ru\)FȪbj%ԭ2:pMM>ԷdN|/kX=.f//a4ӝz4M,ܞ'PHB~°T\ -A`luѭ9e^*A*bbK좉=]1vrxٙж?8$M<SȲ -2ycRȪ1P̍MR O -[Dώ6cغx3--_qZ~;o9]Jc,c+:J49Y>V0tϱx8J479C|IJY>V0ӌsl%Cg[|D
m,c+19G|m屵BK$nzVD]]> -]ˁY0. -jŁǵMo!k&W -Xx½Vw*/-:1&q"3)JZn0?vcZPcz`.8zjՄhͱW @$]EDlE5mZR7JߚN~|c-K0F3/|1TپDRF;;Rbn8Ö!NO٫I5>TlQ2>ܑHreAN䩿bM &3`WiZxmG,~59p%]uzYKgr2$ELh@?)F!:@/rEgN+ԣ<C>j8ttCPNLOd[qaW9O֚ 6遤,Ӷ0(P8˶%(u5Sse5kt;ּ<çyy'
G -Ne;=d/OY=w0HTlM:!سl1~AnFΤfTfU>`jJ* Qm'c2*NJ,s'|YCַ'A ,adE(c//CuT7MA1FH&YHn{
S\PQ -0| -[rx
/N*\&oVLJ2c]ہdfYZ,`V*ALb3?,1SԛxyZ -PlĊ"aĶ -.9qZÜHa$n@S$}t 9Ċ.}؛0Pinl)/E%)"wY)@ߜy=uM~ix5yG
ܶi}cA)MU[U^/mN.{u=^7[״S=~+$cZ˘/ap)mxiڻux
:D6?M92kcNDߡ@w# -I` -2h7}uB077|l5ckMMqѾ_[{}lÛM$ooh߉qi}a.LL\mĂy{X`GAb^H -xj˴^a??tLoijWx/[|.:q@u?TrA3º -ݎ`[|g23s0յ:Co'B3OCCihMf|hgέ/\-ioIKK -iTN~BڱSzW LMj<^'E>B cPeSrN֢pJ>PK.D=4Z\Bϊ%VrklБmgK-0ZLK6)7W
H4[hH{ESdprM+$zKc8N[U6\DiaNɺfW4+ㅋW*b -hH~D8d#1JHxUQ%q(3bF5?5_FVFA/ﰇȭ?Qv]ʯh4A>/QfK0NJ_"7!o1*חZ%й@9[Uq<
.p_lS? -- _ОRHAP[Z6ڍZEv$,"ї>kC}O;VMe+2Q֥I=5ʖT,kgp((L0Sz%Axv*/]ak%Ë:>H"3pT:Z2Thz8/z+fz{?G(ascds[R䗹7rh,xBM$o4P*eyg6g)G& -@oj',څ>]* - 1ֱSBmDIƎV~#CMr -MrPvh`*_2P)W^
cUS'=GLZ&<g[tPS,B6ϢIhSp9-z.0ҹԓ_rNSΙKsO)IAK"`5褿/@tBE3 e<Vz}
Z$V&]*vMUǨ+iҍ^!fc,.Ƿxɀ)JeMZI2⦀z3qw|$rk Ҕmpo.7ABf1ړys{8dO=]D:*塩M ,Uj>1CuSE-ҋ5EPqdhv̇NSn5ZZJa -w_ b/pLb?tUg 8EBgXd7 -?7[8.gǁYF;=sߐ4M7e;} -)eixG$AgaM<2w-)e(2 -endstream
endobj
177 0 obj
<</Filter[/FlateDecode]/Length 8499>>stream
-HW]o\}2Ph$(lQE!(:XI #{n"Q{3ΙkT;aev*L:(T90o>?>zq//>^&;8>/x2wY)NPdLQ|z+V*cwl>m -!+P?-~_C.S0cV CLL:R$bg?_֯6Ji
6
* !L^88n⠔\7D&~|=aAI<O@ݝa-͈i
,B8CVlVz:%=kЍ -r'=ka!B:tq -70 + TPYdCJ3oHr_GtA7sgڦlueiHP5}r5{*fT,X|R\+g&)/>_>m^_BR%T1h?-DH=9 r4h] >ajd", -ڀ<) ˁ# ^"^B+~{}D9xwÿd߉ӫOF[ zć]!sn'ĄZ -ԣjA^M}/Z|P+Yivo*.+t62*#^P|vs)3)L):.ZFmk -rI4aٖHx2e;?"è*b1lU( =-¨Hznώn5"øQi*m -i"bة! (rl݅U OĠ+لeˠъAŀ@'1Ri0Ũ[h5JÁ`G%w855R1I -y*퐧\8lEXHo7N)WsO,5$0ZV8 `G/5.B= VH
*b8S-5>}iJ7 -GyL3"]SqbeM3x?E&>Hl2tEΑAxF>H0]))c*+Ç(v-3N.!Iux>_破Hhqu*Y=tFnh8O.ǚ]5RUZƨ~ -^g\S0V=BvzV,RW -7yRd6T$0jB%(J=0^iaBo菸~e%h?~o*4FY;=Xd"CdB+Ba Xăv{gt:y%fxT&E'p&E'VpF w#y^'܃e'}$ߵ{`FTFz}C7T2.oTvMR{R:e$0$e -hF0Pt6 P\SFQ`Wa莦iWC܍SPQ:TC0pcb@5Α蝛Ǧ< -Zi -We PoB
Ov5恁l<0#`L@?9umdLj$su[86]^XIbyP
1cl-z =F3trHHq4,l_UMVϱmEQQڀ$嚋g[D`M*wQp:t\`r -d{gHL0ZYXP]Mw>ǥk|ý_`7r<8υ2BT[S|ڢ -tJ -ƘVZ?ƤiѴ8(>g}3^3|^{sOe,%>!C0#&4: -ְ[gB>BD*D{DxF!c}5e5
YIAA IT}@$.4DYK'`M\V79; !>ic\<P=> |8TY#
[+;8"m8ܠ+H,}?R[3 -CmMLM4-XF*㊣Y+Sjz+S -~GRJ[vI¨-; -; -Kk*+Ŷ8Hl_mZk)7FRl,դؘ^gWjJcݘTI*M [ ^LJM2fEm77܂,ٓO-d[#T$
KMn)P5'[ʩn{άvvo/t/(4^(ivx=[ϤXmm۞bQ7o7-0Ro*Eԥ@pP=HWbZjqPf`@F$䬋HESiik0E*QHwe -u,38DP'`-o:EìI6%lz.O'`6'='`]W90ˀ1?Q !<ˡq2%B` -CB5ABp**DggZ:L9 <o`L@'RP91lI4Äq -qʃ&< -EZ/?V;?= -nɲ}rh9SۼP<RjDlܞ曋Uq)Y5%!%fdU\JVťdU\JVťdU\JVťdU\JVťdU\JVťdU\JVťdU\JVťdU\JVťdU\JVťdU\JVťdU\JVťdU\n&2D<
YtdX)Y7#!y2ߤY/F̔X>sɭY>?vqG[h$
wvv.CgV
Vwuu6NGgWϢ%{A'UXؽh=|pphhh' -q;}O{x:NpwYN^Ѝ|r2d@I; wSTMlZITESEXLU^,_RG(6B1]vzԶ x79I:S -bTs|$'#e"<⮤+ȓҫ<9>H7
z.93KI>AWIuR>7CW6 -TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT<,rAJ<,㨳yS='>Q'<ȃUt騂=13Ά)c-O9C8N8
ƚC0zRFQORTC('LF}`[,mV]Z--TP]`57Y::.8 - .Gg\k(ӛv'F4DpO7goo6:yc]S# #)QLMu UzeU
s3Si?hP& ;01=հ0?=!F[:ckٕյ
k+kXwgKAHZ=|M
;[׳BBukVWxdjae^.wKE.{cseaj$jjԫk662:{{?"߿83aۨꂣESKk{wi84rֆr8A><'j\O|F8Ph֝J;#=iw#C厨8A><'F5݃{m-ͦTY\ڽQZ]mTZ]ᑩ{-͕18zͭ흛v6g'4A;]Y][а6uw$GhrV: }Ua,`anvfj2-$;tƺvG0FFSV!!:ڛD&ss G
h$ۛ&4
8dtX<*&sADjlYv@hk4Ru&Cu -t'c:ѱΊýL$$aP^_$I"J$СHM -E{u>&6B*C*'I߲LQ3%3m` -endstream
endobj
178 0 obj
<</Filter[/FlateDecode]/Length 15049>>stream
-H}lU6%,_4-l;-]v]:0ۊe)w]e]bd321,3G @p5? K`@wYy11F7#?RcMYaXgN
T
4\Q0ZS+QӄBIQTbP[B$LZ#9BpMh%)JDIx1!AU -Tx~\hQb)} 1# $(@^$?0m-51zU -dXKdM\H-XNhxc5%e#B7TU~vcDp.MjBkZB^X6*s"k5"Hj -if) RÔ+(SnwuR -)&
,RHδ[eQ/AWI8D_$`!$RL,% v@"ʦ4BZxqj,,ʆ愩.Hqv\HN;'WmӪI$X 1ct7ʜtUlRB -`X6+$$XC@>|@D0* x`vw c䴡mViPmmoSE/x~<܆Lâ0a)pwAs)bWI\U} -X][]kwUʻgy1wfr|nrt}fv9r}xچ!96095ѝVNl^WAo6pH(
zƨusˆ??IOB8i:(zw!9ooj[pşn6zb|9~v
t{yc?|AHϽ/}7kM~z?|ءݷu:\8W'Ë>ԫι~|(qz~?ͬ_x]ϟ=w'㳋(+:~3utuY0 N6Co}ǗM{5kp8 ^kvjz+Zɐf<*繱X״XrΩkxrzF:4ʼnI}SvMNok-SxՐCVl=pam1[' Nw0u=Be&PqpbTB}UTC^M@3FEƲ>/IJeQ6/ - p F -Tq&TNQ
{6\N$q&^0bIG]+=W<nj"k]',R`cՎ<[m}k4] -'VAYhw!{.C=lTcjF|`HCeHf({?EBrfI0Vb0Y6;OcKsmf~ٞV˻(u`vAnIE[e]uvV*ZE\kq"clE\۱r<+
OCrl`rj;ݭ69>;71l/G -_V%,EPa7`] ݗIOB8i:(zw!)WGk:֮ͧ\2F+G%k:~ԉot3<ԯ~KCG~|[yt߭78y{ޟ~y=@J~>xO~c3N˻g7kG7_{KۮZLoЏG]^Y~{;kHWܵs}pZlz|_| VMoEsp&o&Dϫ -w)`A\XLH3?{R|i +m!dNgtҴ]QQWJպЅ`]hbAWR7<s9) -.$繯e,D6~P%;G7G/Σ[O_ia|q֥y6|afpAcU=|=߮AޟΞ3PEK/FlGN\֮>zj{g8CV̝tu/AP~8;Az!B\tǝR@b8RDB HIYJ 8feѺ,rǍLm-q,4IDwp4@GCEߨmHߨD
Y
јNCd`~`G?%y>:E5Ƀ@p5ag;у۰q>b=LhApt(YtH=E=r=b DIT\^qq#=B&9CDVtBj{U[j##:}W*?/sYN)^!BTWDeQsT0&˲&c:&_aLwc?N$o«֛RXd6I/";a`C&5cD~>D~kɹ#հ+ܷ#+q18J^97#Kϫ{T -qhd`H`+a?ԮTFC", GjeP㯗8@rHCb/yA73ZzY-U):ŧ=j]kq"nV\ -gPwx JC*jc Hr&IP)9gH)8ns|2ۖшxՅJMjJv^%/iu-E@6G!c[tg{w85ȿMjxyD?(0mhtdCCkC"zN4rdֲ!*hbN$$HE9x\D+-IM`8W2^"H9Vʤ
-} -ksbadC=_cэ*$-(+ %aarA)1*&2V *3+` !
L8lL!
ډ7&iF@oB}ȵꉀ=ZZGsmۄclQ5Y?($.c:b4=N<ƿ8U*L -(JLSR}<J<~U -"d`3C|3pp?Eb[rGiq0oO֘R@Ȫ!hidtA0Q+?#!TŒ^Vމx8W䙦,k, k4je,e+ҟM25z@^$@b\cT2d*zFU*vn"Jwí54Q' I?އFr}6EI&[5_i_/+)";q"iqRJ%/KA7E
PBjjMycjiOm:nWlyiFYƺRb]ф*sHr,IbKP)9gH)H{+̱UW)/[](ޤ>a.XBF]ׂpˋ"f<A-!c[tɻ xPy.
"J
nVS~E IAXȋ$rD&PD\gUy^0kk)ۼ';ITTj[VYީ -dY{UC>աZ fb<I%/k0Si6(:̙803؛@iPR[[}IK|m'SX_}q}]1a3|Zk{o]GBݳzd*raCv"1? {$sFӴб&S"+^<@kt yR7]NYGQ0-dxH]q-r?!~5v1G^<ƻK_S%ST]"p1β -ҙ>s,%8R\ĻjL)){z(kLWBZJ/ai%"6`Io4-4RkkacS=D1ZN!KBw`QW7vqfoi+Zϴ5v}dڬ41t(FJ?4+\7lXax_9P"ȾgzHgMBÚLORJǤٗ3/9ImBB:JAh)g[@8! ,DG"D%0P2 -;v[B$n{wQ诫^~],.ٶ١[lssg@5יYvYl~Ə<;~_DsOg+~>ڙzltv=bn/G`#{)@m{2 -= -ZBT/V:熴ibjP(=+KХ2K汪r5f@3:hL
f k%JKI'H"!h>EH]\%ف!)?x 8 -Pts'5"@A6~lh.PZFʒOH좇C\~#<Q$<I0YE6QMai -NL'ԀRRKg)pJגOtiSyKMKUƊ-UT?鲛~EZ%'ӕ^uDo}r1,ϱH+p2t(k -D.k0A -frXyEK0@}Km<O'*o&@`(qngϛKRJn^sj->l7p3S_kYxv[%en ;z\h_x7_|M/\>^zv\PQ'O8|Voٻz㖍kzoQU/۷Z7nQB̎3%}Sjd bdj733ǐtv{{8t,c&̙xB͚nQMMOe -l0kF>OЀTfGj -`?P8A7T. -49 -6L9?@1]0!PdPUD -@ Eri'T,Be)A/DNu -ms09~Ѓ dRAA^۵R+X! -0t5iT5i%Y:J*kʹ{R\ tZ]6FYGW@GkTq%dخE).xJ;Wd-/dᅤ@++,pEhM< eW<R}.6А*Bْױ%lQ&g_"HBx-4w~Nm3^1Bebarf,&Y K/ |/r[thdv¸iTB\[A([F`5s[ r-z6zg9X"@JrBG3BA әOK`~
[{\]>UoTA@[tH`DXC1@\(Je3aBisY@W+GaJZ@60H{ 9^߭XW2jDSאMazc88#RWQul0>CZǖD8SrdU5$iMP!!DU -T5(%%R(ВmEDH R* -UN}=EPIX$aG`"D9#yh*1Pź1 $N -ԥ;
b;+FW^r67v$͉^"3RP&n8P*}UJ_UWU76S,S̼"N5ڀ9<HJzd\&Mra1x[a %lz#*mo:PՏK-uҐ|9ⅾbPeJ7CW-E{{`]ܘȠ#?~r06.g~v~e6>W7N艝[]r}?}_Z<vpwWƩ#3'5}~}t_7L$|?^Fƻ[|勯thXҼ3};[Im1<ßyrsv%o[ԃ˾ӻ+jJ-0NJ%270q7d5@zSS^C0E{Kf' 1Y.&xgq6moWQ
I69W;jÀ7<B[>O]D?:s\sox -9TiJ]ƹ"$0qi(4`0y+c\^ǒ! -e7ce - -T`+v[cM{d7ʓ? א-iጟN@PnTX8י+&r^_^V'SH_p*έ1.O!H<S -_[fQVpذ0WO<OjԖw:#ڈ`U7g=J[D#mdpbr[,Gm"c^De6?&ym},1]uĦ@ӛfOe -10X E1c,݂B"YUSr8v4`ώLpmzbrLn"F
B1$GATUR.Ψ*6Gd!B֙٘IJ2*C)UL\؆k6;*MDV|2
[*OUySUSum3X8U{-Tá
xÃ.<M੮7.NZU{aXڔ-f -3o_gׯ.nں}?.·k]1G~=pzk载˿=u*Zx٧wԧ2V.m7l|>.[ݳԓY -8&^ڍFF<z
#k8^sԤ_,,gcIwL,Yo4[Ub/ATF 111j\큸G7hI&?G -<X]y6#ڊ̛撟vCPDT^CG,+PCلB' 8fʤo1@j)%wGYБӸ8RkD)$;Ŕ Bp&bmq?xB!I -0BoZmo:PՑZ#Җ:ivk-^H]~+mmWBW6ԭZw
.AE~\|m\ԲF_\<twFt]:z6
=t܅]zѽ(/;_.ƪ -3 BJZတ 2wJj ;zaa(CVDIM
bRҧR+L4>!1JM+93M%Է397{{/W~倾k;~uNu 7|!=tԓ/?O}l4O~~酧6fO;̓]mCgz⋼iqw7'g{rf:1z{W@snÇ4aZ|P#ˋ}E`whxhlj:,݉M{tdxڿ"f? , |;yˊхPDo{IOOEo_ߖNWvON",TZ4N:)ª -iJIBLtiFzBzGf*"tעDFu2'maY"빀3T0ZxQ&(MF:EmU]. fbCL,VUY1TՊ؍W:0
4:RQF;Cں똢SRӁ*GZ_z@eKSzh;InXgbF7;.$c!xJml"dA^
c`iϬUQ@ฎ-`d)p͑T,grAp -2GӐ1F$' -"[x¼ .!CECHc=yţYD2P11f}B@oPV~
J ˣwq)] 3 -o_1l{/|0jH\56ʇJ:*w{/&hS^\tLi|FƈHlRUmkNE1,T
-U]-V -=Vp?}VR6<(8K -㋂"NQ&L_k -}#=J^¤Bf? -xt"VD -V]=8cQ7l:H\dj?mSy6O)<elGV
25Lw''FNs!|Çq -矰LO\~?^u\_^ݕOuXs.<3/<S7n>~v3vFw`M?2zzБ}[gwhh;NbSĖ%>QEKO"L.46|HؼE/TӸw;qhlL<465pxā&=:<G
TXrvYeB7SAzָihd47Biws5g/:B2LJ2
}*hJ3 yP
M0,;kI8i@ᕰDiOe4y 4T~FL YI|<j\^bb.&?T"fb)Ћ)RӃ
;="ü^~LQC\(
WY+Q0"?!`#?J4?\Glbg1y(iJָ - 6U))B<@'$N%-fOCL)(4nPO'z:Ѯ$?[{.g~(k4 #[2U2Ф#P^kK`3Q|EQn1B
/B;`2+ϖG-h[cǀ7eS>lǢԋf.CsuMgFvxLVynrܘ?IbHӕ1R^BZOrk^`1Q~Cɡef[%.LQ95?'0gۛ~k[a7xpߕ![t`nQU1nT$hPU:CXUJJh elv(ܵm˦i0iƅiMň?Na {1G=PlRnvsSfx>W4iW?!'83~͟j}rvyZ`N뀆QPۅ1mE
⫈LJέBv?R+LLĄ%IeYrP&1玥QJ;悻s fs8RnsKh,J+cZ&rS.(( -_Χ}[a/' CtUP[Ts?hE1<q]EJtyꮱI3;Xw]#gx'
㵂/kԄN -8+ktq5.BKMt@2 +a+F8?FA/dC -endstream
endobj
179 0 obj
<</Filter[/FlateDecode]/Length 5613>>stream
-H}LSWǧP--خ7JyQ*DEHS+/JZP|e6<FM%12q$0$24D9T){>M{{s%=rӤc--w[]&co֝ y}v9 hpMx9P1!|hJNR-.%4:lfLPb2JG,|尘Qh}1 -2ml<0tstl||l垶ƣ3"չ`1(4 Q⪚/
ޙ|`rγVsvRCfU`ZRMڮ
?GS];~xWF&6ZEgb3rˎ5u^y'O>yxMr3bÂlcq`:}~yݙ+SO=l3uz]&`#*O/+4ZN6w
M>z/|p_wI13>RAK?2+[z?x<_x>՞Jݪеpi]KuJqtƵ;wQخ=\|s 7R\|#zϵ+XN-i*3nEq^c=;Ͷ"+dH5(Jƶ/y4@^s`q &>GPDk0Zg -y&ZU*J
XЯV`2zh*b1j9Xw*GSڛSkoUj]6{Q(Duu3M\;c>>S9jv|Evʰ=ılJ+-*TG8/Z!8bĔˉTÜadAǬU>@8&*f*aQ9UҊXa&Z:"롢BSf}MgT`:e}vmo$5gĮ!dzEq㔢
-@|VS`*S(L;-Y| -HZOHLFuZ"RpY`sK$`A(Mt}!+k2dS7idABA̷ P/XOٚ'hg6wf>1oON֔xu$؏B(W,&w -K+CnY+KM;I(Ie/%)v+<aɏ>n8F>d퇇*Kޖ+ -8 9I,%M[d9RZ6Z5iCKެmD?E,LT7Xl[l;~֯:.\t}U秎ۊ6d98.~r㛋e^e8Ip8y?F}lxck~ƭ[ŹEnݺO?\jm<n1e'A>ld6r.E2ihدݽwoMܻw_~1Ps`O.B$#w! -hC'&cjۘɉCbܖџˤQ"pPh(oD{PylIHBB !"IH@D@+>`1< D
gŢNQ^@}LvtsSuڇکS[p-=yꑍ/3a|g7gw>u[w{~OSwm%-!B.B%P3gWpgsQ@o{tzӽW+xaJMbyQֶcwO_?M<Omm\dJ(=-DmʞW]_z>%>o/}v`;uMJ ɝ"%Sl]/7 -1:Kmo;v}ڶ[Z?W!v좚U[8{77nQ n|sZ7)N
q="(Sf-mjss\F͵uvsgܴlCR"@;7BK1W79qƵM]G[۫9)q*9J1Tۛ6(>w&{uI~Ax=#&جUZSfAImM-;wCٞݻv4oZVURiҪ`xuNT'gViomhZVSVG*CD2Ls-XXc]bo(j-,\007݄1xBL&/ -UO0d2/]`QŲt~yVANFa:4HS$' -AJU4nHNΝO!yy3r2R
xJ$pϩtL&C#4x1)yb$JIdk5@J5g9<aLG51ZJjcc4pL.8l0I&ABTPbaaaʅbJEL*Q51'4 T*a3_nOMpQ/ -l*,NX\VYm*/-(ͭ\YhUl-[[1)>1\;1%\o8<2y^YUmu-n0YY;)tF,Ocz&F?F,Xdc8PUE$$,>NImzZyFlU_+==xO -`${ I^H[z/zW6cƨC332!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<c5 m4'
_+Ƅk"1au7&(zޒ|!=%_BJOіw=W -UGUm̢z%33h
qDG__2yDHc0,b2DBD -F8\GrE$Fe0 -ay~@$)5qRFN~sQyNaATS|*$PC~ňR6*b)3f[PVMmJK켩ڈ@!fx#J8b|!5ֶ|uڵo[4V,bd)' - -6αlشem[7۸<#=1&<XC<9JKIs+~wG{}qlfieɺ(LYdQkf/iܴcNvt<~ྏ6U̙<a|#%!j]Zuookюp҅{B$|R=,&?04Ɣ?O[a.^|û7.Qa$!##[<R*vq
}՛wݻ{c{/ؘgg*-B'SPriۏ~ϟ=w+gv;ˊruOTN5,w}{ͻwo_=
35DymKIKpɫw?Փl]2>'R[(tby>}w/_=sŴXokEq$]WԵ+lj^}_?zt3Z|l%A- g_6k37_?}z}kg')IpҷK(阽n[O~_?}zu;Jlt"YY?cPmd]X?4N_]]s8ٻ/?~Ǘwn?~ngiH$V]Is C@@WY
XuF.5kTר -endstream
endobj
180 0 obj
<</Filter[/FlateDecode]/Length 9111>>stream
-HW{PT^d/{qRvUZ`Ԛh>ҚLI1mG:m:N3hX1>ZGi3;.`Bf2pav}sn]p?~kN?cC{]yaȰC|!CEƥ)(,D
QA :vʊ:uAmرOTWD<~ܣ?n۰P]fTדP*j}G;ѣwn]<67AZPYSfΣ^_wM)J
BSf߽ѹn7载k]X6FbS2Kk|>|pϞ<mk[jJ'ә - K,]v;ڽ{כ;^yi˼J¹TJI@)!F'Ț L-nl{7meK/]T_=%4gcƖVYMjJkv9ǧddSf~vBϒ66~^PU6PeCV&W0[t|J<V*tyyT>S2s3RmafW3`2¤\3f͘6u9Y) 1!Wn%gs/J(`0>+cDr|tdxp+ٰdTL|RڨYsrrgG$'m*Ȃa3F52-%)> -#R)!pHB1ח@@~57xeghLwv[,-Yׂmev[RΥvCűnԿj7X^iaIA)iY&LY,c -Kͳ -EE+&P2bHG0\+0nd*'g8[
fwJj"M"Pv&ZU -9"fxX+ı,E5) -# txQ ʱH,V/ bDb eQeq4D9PY_TyJbx C"-qhN.萛28 dAE?<K4JXӰ -i -!IL:X2P̫#X#6kzeT\(!DD,=s%F2 -Z:N4{,%Y$NZ@ڣ%PYq&3&rȜyӈaS1t
3yUpLK]Fs0[1TEh,KHMhhYjg:X+eʁș@EILnQƔCJ~<%10kr꿎K@]-"02[kx=*KW -qnQr9ZܞoE&>ҿ[p
=Ih/Ȗ@l@Fot,b
"Dő<!h'T ߌǍ:U('WJg$r:];wpFr;i%Z2<GcRbUh+3*M8T̐B&]ɱA`9!HoY0˒Lp-yZ`6%YQ
L26)A, ae 'kQ4dEނ>Eʤ0)S
+SCpWUs zl2xAUaeL_ -Ewp05b"Ւ#Q&P~2!1% "8ɞ+\9?$3If#:+)Vf҇rMIVEu6&LjX#[aT@yTN"샀)2W!җG]
j`aW -ӒpmSme:J+mCGYB|BsZjTp!C涵v-ZGs3ƼotT(rڶUP4%>$TGI3j騭P8 -:3%>cf_oQ]"Qx -)52AHs>kNR7ÏZvZ -oDb~Е' -Rn.M ћz1K4yVKg$A2-ZÇbRuCMfr*oD_(LNTSNU81:=d_S *~fn(¶]eUND,T+;kd2 *|OO'AjL_aG{`eQ,FDѰ
ADBҪR -?TPIiь|TMx19âԠj-ԡo@P!ʹة xAE>H -{zEPw'4Pr! N'K*6:|vKhjJj!B߾TUT)^Q,+*]8sG/N*mKT 'ZL\ -Ĺ -j&0U-p1$Jyn伦b9U9!PiV!X 6`z -)AuOSԯ>!TH[9 5Ux%iDa*zbīz#nzD:߽[O\(ɋsPXE"aOmg#"fxqވZh0%W1ތݫU0|S[*SS"?W}ܜnLQ5cGiV5 / -D~#Ɣ`NI(2r1Hd|jPȘ0Na}VjHMMhP,kw8Em>Y}irRd>y
,<E,QE5)5<Tj5FtංƸePx\ӾPw'$ -|-4XNgsmm]CE^}Z|*[+-(V:Z+ZA5B]rZּz[>??PYp!mў:§naY'̇~0ðͰ,C`%ߧZ1u긧0~ /jEFlN<yRx"4v0:
,ui5'|JXXfOٰSFΤ -3]JK7,čm3Bp8߽"]@p8>l.:Xl븳nJp8,>a
Y*6pڸmBq>9w' $tKcP8qpXkUα`Uq
3:RaF -u:2b]6b)\B̏'/F]B%kZeOjc=oN| U9tV -{As4Y>J=G' S]q4 -~bti S6Mjv<A,'IxPQ2,<;?ɢodiv9ԡƇczko$_Hh;E͑H1{zԥRߣ5r1 xrΗOz-n[)2\]ff6qx[K1l>/ۧq$Z=[66C
̆#N>yzطn)JS ct^׃%ӭ?{|vZ`<-koiE6>6s7?^]_u4gi<O˿>~9=/o^_]?z@2O}^~1Ă`p9>~06Hq?2~y/t{xӈw^^~8gzto>?_;zG<1!E=zmc νu4@͐%VvH%i=CrK[~$2 ÙٳsVz< 6 &߾t#Қ.ŨĂsIm;v\Sv%f3]h{sǴ
~QqD rwrTbA$
kUoO7ըHoZ;O4_VQyxAh~j>n6^9GO*SEªLjզӕ_{!B -;w4,CG7֣TRuvjLRQx08m?ޭv^tExuR㳐:ҝ\yUgeTQ%cØqR]vQYFeeTQYF=֫YFQVGO)tB5niUs"[ӟ{ĺXٳyb'&˼.˻ϑ1no@&뻬Hd}]wY=W}_?i)@H7맬~5I{+)Ù~)맬~<OhbT|T?'OjoLet ;Zs}fuucJ:;먬:(VlI"J*'uTPRb/%WRiγ:ڝ֫m^nZ*kϒܱr;a]RYJTRYJe)LVbbZRH[7V -/i,3pVJh) -@ėJ53ʌ76P5ѫ8E "h=y\$=}:ff\ĠQ S@D#42<&h_kZq -E -$3Mh+#V,Xcz~F'"5}xzzА{Cs(Cs@\Ӗ0Z(*Yl9]%:m9oj&hKmD-ʹ
Qa.;votxN!̀z$M;?z)y;4%'vҔoGҶL!1*&@<p>~8C;C|֎a1AB\3sto SL-F'8zGU)7Y$%zݜLJш5]N,JS~x9M$m1f"EAoؚMs[
$'/ъrP[L3^ =n8'#F|dZ4%AN~=X%ESpC|IC2)(n&jG\Q?Q'a=__VK֧\W7m|uo7uFP,"@0ߜxo|}ny3她|YPy8ª{ǧ5Ljp -[|
y{_ϫ}2grW-vn[m瓺>],uDU>V}J~uOZwxj11q֫m^n |`ňo_:iMۋbTbj;);ڇj.c=䎭W8 FY[9FۃqQ5vԓ7U=Y,VK"jz<
Ҽ~v[G噚DOc>&ףͪ=|{|T>M2}3OW mLe^HzuD0?:{(Tݰp-#Sa%:O ]Q=Rjz78xT[z\б݂N]N+:Z݁j]ϫgA]t%_.mA -7FF{TޣRQyveţģģ^cQDJDj:EDDDިH9]م',N+ p8$V衊*:Nres}VRz"]C<7 D8q%H!$V*PE\բok-ڵV -res\5JB1B*wOaCmw>0Nc>Fc~5}\5ʹwC߾Crε:fS_i̻xC9/^0FyCS)};]t_{x`nQ/vⓍ -endstream
endobj
181 0 obj
<</Filter[/FlateDecode]/Length 2284>>stream
-HW}loI.$$9>R6_G!pi܋}8.;_TP'1P 6UZ:HJj+$TUBP+R;ߝ.p-1"ys# -7,LVqW#"Y|g5rQGbSzČy}qG|](ȅPE%9`Z1"kmdW^9ܾhiںzfْPU)U,^Ʌ8V0qMmUZ(FXJ+6;;iղʲC -,MzB;v&hQN'{UUPI!Eu!Gh1|djE+o?96c -k[2,]TsS`ܙpe5a6^<:?lS?:k -+_zľնc>J*uMԕ/?:}@f^"DkC/7UH3'*uxgbϮ\m
n}sԹD'G&S[[KEJ߾}N_89~QEԻ>Mbތ0#30#̈!33 -r%`z >?EQ'AQ8!Nu;q{ɋ!p#|D6Vp$l&#gmn
˙Lf$iJ6HEՊ߱l"*D; [d#`G#ܻ]n,s1&!xo{,xBrViuUTUVvPAߪ@"l,)^;p`cL^a6QIv"L -$"-P(l2Ufh=wP?ߡ=F>ǕK (/E1m#Q{F#gMQW8m41?$Qk֎"t:IQª(_ix_hg2q=YD<-˷AOOb~_o ppPo`!?Px#P_؟_Sb6)8s.RdvSh?'&"\h%^͚D#жx,LP59ю"!xIaFIH"<`Kiv$LrN&BgՌkۀD$A(幧EYInhʖ4n2>(wd|3TG
<_trcx2qU*6(sdPaRGQ3֔RZJ&ɨ~}8"0("e(qC ~yQ=vS,ǢyQV^(U}dxntPJ(ϰ/Gw^HWT<MړmACEjCR"?s;V#$G6').^syAF
5)u\RՕV^nH⯀BɃ(ݠw2 -Q wP@:YD`ʓǰ5%)L @s{gJ(SBmJ(SBʔP -n=V:$(,S,d&L4Ñ5 -endstream
endobj
182 0 obj
<</Filter[/FlateDecode]/Length 16119>>stream
-HWko.@a!@!rE>Sİ]B`,a+%e7=w/#ޤM@5Cޙ{:x.+wtEnf'fnhb$OT43nW3ze)}<r,xU/},/m!&XV?st٩y$>U/< |7pi27բcƙrſ'jsST볦*VN:fb5Vrbe2' OyV.(y2*'ܼn ͼ`Xq6[h弸/%1*xy:cBLLCW_wG->ůM]NarG2fY4rfN[UOE27!ke\k^nֆ2ln~?h7y{[TOڝ9Y - s!=h+VXA:ي?=6uYwSMLvWd'uQuG<>N/hߴZ
2ԅ+`Y_V31Κ"ϖ,nIN^Z߽l+<GqŦ\pۣGD-*oY8b'8ae{ؤ -x 0QUeFnD"aaBHa T>h-C7BriT':֑CZ -,
m}clk;7cߌlkll+[߷ޯ]Hwl,FvvMQ0Xڻtei7}ţg=pƱh_ޱQ g"P(:mRhfpD6ט3i -CBj !3¤(02yLL1qߠP@BԕHCܗڝ+|aǪ-%4v~g[@% -vuĽ8Esqz\*ͽ"568
븱nmt߰~mbNW{wuziH$d,:jq^;j=/K -Wyw%DɎ>KtT٧'˧Qy:DZ%F3MnH|9@,֒ş9Io{1_LDdV>ROm0$>22o^( -<SLfOga
qF<%\8]Eؔ+WUѹ7zso?j;t{̀
E`"4ծPwPѢE -l< s8?s"
Nl{
|_kkk -(u -A_, -.zjR[.jMt:]H)n{5ȅ/91ӑyaU"OgyD)4 G#ʷy7ݛMn_UpןU_|->JFF\VŒ hΊ.Qەӿ~}=YKc~yǔ0*w*iͼ˟ݯOF~@A
}^v`I$X+춹,3zӮ=Q0xhi,.
өieK(JH0ag_`߾#?YO|:RWwY`ƨ/;? -ż)5EcK2g;[fݮur&>4 -TME7)*ixvMMZXԦӡ-1gk̷uŁTR_)VJV¯q~v5)[-ě78l5*p -e].=ߺ٥U\yVZP'Uh5"h j5R,u>J%wS̉Mbqdl}*FO܊?>)zn:Ʊ1}k׳tl]+TZ\79GŦ+V>NKRCh -KG&vɩ7ys>NS9OH}uVz4~^4u^J28~RSM4RPy'" ,'b`@Ʉk$4Sba`@p{}3Y+h(3U9,u6o4eN>5xkM7ŧf;8
΅-`.[vzJsM4{7t:ʶnYZt?iJ4%MbR6(P -iT#=5UeԺ4\y5!ǻQn9EgXq5mQ->)3i
pwt_wI@KP-e}rW{uĽudY7[2oOП?[q]+yeˡ{Ѧg߿9[/zƇ40ӋTU<WHVCdUUR/W'b{yh'R֠5)i-:o3,u'W6UR办jd0x,5G&<M"nk(lQK=ifϻhhᡦ_i@DW.pU(Oz3oi2pp.ZC7y={j+gveΪxܪa]N'XVUP-~{tOl4/"YI]'6IZ*?6A.)[%;=AwQsR(={ݵ^NE!Pط=K͠O uogӗuUg39NK,6o}h&ɚisf'jۢoOXlt|=7s+`gx5=Z~iv*WSvO
ٸw;59J'Y3fr0Q)9U^.2+oYڝz*NO穞OGOM-Rq#"ZME"bBi&nPZ#Rl"R-Zb&$44Ù}dڤVg&|v=NhkjڬDl[ߠ|~+SHE:J^*]d:껽z?:?tx*^WY@>5jz5*GMӭ[
2:u<^~ٯ+7F5;HH6YFc4t -Rg/̕3ed|:WNST&S5d1>GQa -/ð -ƎzPKDttN/(+.<I -C\$lK1Q.`9n01A+E?-̿sA,cLpz<1S)¡)eI385${0@fs7X -VFSc,)uZ}QïB,
+q6q{f"w -w契,ʃ ^U[{tkl3}Ub#a %,KL܄/"pH/>`0a;0\5`xkxWㅓHWQZ㛑$E jh -XV@9a -Nq [b[@YC `2_S@<ڴA\-ģs_9EKg-gX8ӈ(xш :GDÃx#(&!!{hhb0⨰LPEƲC8W|1WGu|\"mpr1 7{L
5gޔek] aK;D 1M+x&䢂]D.l+0jE9t@_c!" -<@e:06Jh@uPvkB;1
8rp1A8
ox& -!& RMa -HKP5W/Jhyd#CO!QsiԱ,Ʉ?0S&6V0 -?;.L/^X;Hⓤ&fY|ÄN@!IIY0tYGDV4Z9vjߺߧsr턥ٝ)ߝr^9}ث^cw+=~ˊw_^t?]f6:x:<
yptttttt#JJJJ'J/=<f)=)])})))ݩ氢[;ƞk;ޱ{f=dGvyeOUeo]feF'8$t=gga,n~7 AT+B-kVXҽT+RX+ޖn;ۺ{]t=}NJ!ax;*2˅,56\`F- K/zŊw[iמ~]`ƣy۬jcugG6 -r]j+4ov"t.?v#Wf'nP.FVp$Hr"MLG$R;DXI\rq4qbyZ7m4mmw D6WiH}@R!)Ԙ72y0at㈁Tm0seYC8*ZQ&+gs<S%,OT~}ujBJnbP(| -O"5VD#f -@m*%*kt -[ >t#[.UJŻ"٨-6]3E#zF/uQoܫ ^SK:[:u߭dRSu9JW^KwIrS -l1 -ᠣJ0HtdVÀѵ{ƗVYj37/OpƆ_3y|S7U}S?"Dĝw>#r܋YgQ؟X'~FFPi#dN: ,Dj{ f@x7ubƀ$jY'D1HP-8M9Q;͍n!m v7A`,HҘt -26f[A9F~+Qt߀7f6
Q%q6>[4t#bzwXEJewN0+H`8,U{\P#n1'Nl{^
fLL :6szDp(sHLl" $ekLu+W^ -:'"<d"D"KŲB '.}ߑ10+mcO$Σ|lS| q'+10qgg\0^Mq.fmdWGǻaPe#:頝iXxӊi!rD<fa 05C^F -Ą1L$+p30$2rz@(ݺyU![YQ5/*=HwH0/}qw;⨎FfьF6PT2eV(uF#P1H[jЁWF`;==jTCjV#3@7{zنt{t4@=te&-zk.r¡(.h5C]1tB]-X,rꍉڢ
ʂRZTyTw&Lܙ3ML4Oዬc֜x>lGj967O_9Wr{=V)_H -*:iVRT/pvm.#>uF+<]>~Rz5j7z~j:6N*]J1]?Lu'y~~x\9{}\9nqGK6'[ Z;Cʠ$ѓ@Hf",!YxL9.xprNFbdt"hvcaptFǔGu -I,u6C%z cE7KL D=ࢌ8px|,#8x&b%q -q#q
qP:c 49C"iM<mmfbYyHAV^'?j^;J)sME8=|ˀOߌ%~a
%g\txt{dK
@ѴW5dTlT3x`h(q!{9[kmkaG0N[hmpv+vG 4-ĝ:YgzUݙ3qg71ќ?</FG$+ycGw ݇t70\ѥI7(ݦn%5n]ic ^R
'$4jAX$MJFf#ӑX A~eD)&NBz-HJ=%{6 rŕ#%7IҔ2QQp Nr/9-H[rۋ6)#k͡e/nStj?:{u7. X|b7G8x~aUOHpN]a;PxP#IFDebkSn8B+\Ѧ)QPp$LxӕyGC/47g6ggeTlW*+^Lo5)`B=!rQRqJo'F>&p$1 &TPɬ 4C<\ynaVf銮t陧S:3O/]0t V=57;0V;Z]7VY7VWj+UJ+<=r]%uJnԚmI/__bf<;jE*YxLC,usԯzBQT3s.xzDggEuΣZ&Pf,jrtߞz?8(
ZpGb&0-vhCt? -_pO_>>~y'}^>}~͟v忯zy>JMzz<UxG֔(K(B U GYHR}*ʀ(܄Isg!O -n2EYv$s_-Hp>l\Rt#Md#Jva0J,Wd222jmViְWC444p`FFJU$ՅRRQ_zaHնVg)c$B7姿fWbXMF!їfF7RF|HahTGA}"=xp"31!$]kx"9 -{/D-
UE"~%,10U -x5砧39f,
;|&n3+{ݾo~ ?Êsf/w7+A s-vmFS֟XH0F͂5M1+h&`=ѝ}j1X5 vC?hل-:_V(h`(ไ̲aB 2 -#Qё#H#aj`Ŏ#;ĔR'&k-*#)x`"G=N8+=;(ŢzooXGP+Գ -%3 Q?7'7>?;g -$`>So}'Z҃6O: SHhot&v- lfx}~%D2g;tnT.
mI/g?kuvK&].̈́ -6 -B1Mpba
MtSqYPbl)rZ'v -cm[o]mLu t~BV#3# -R&/嶣6E_hrO۱ `}iX*>{Dm
۶b.k"}3=blPĉ.Imu܁'pIѕ)DG:u {vKn8&[z=߷36D.D!ʋh8raaLpI$aIӓ8-p4+6ȦHFN:d8<"̀R;}oUZj\ooSsjUTR7zWuY
K'9mN:4(phz?ُUx,S5cǰGwб/ь9'Ue/9mw=$I8 -˜|1u[k&Vr#6!8?f0[uo;j<'Xx<=[c.T+J% IBIGlZ*=~B_OZQIE$2g%ѩ-Mjb:$XQ)dJ:ݼEfJZu[zg[T!p -j(VTp6
! gp6մhdtVK쩬VKrY(YW( )eelYpNRɻ7gRIEgkʎe$6geŋH-;2˙]lQ͙^ټ͖b|$'BVKg&k7I3а+DŽh۲:<G`<Vjxx?ky{585Wo?;=~0c>Z~>ûqyg̳dZ)N'-충Hd,Y,Q,0kAo(:E0+`ѿ"~YeˊP&+bW\,qY<mvh!)aFeNglX-Zl! 1h9-o
n[-px_2EɼWr5f?OǾ,u=ّs. C cRJvt]#HQP8H+G -Ɲs#y;c,9#GܨC40gA7̩ -tnu -endstream
endobj
183 0 obj
<</Filter[/FlateDecode]/Length 17413>>stream
-Hmk$/w7~~0!cl0 RBn΄|{wVZ݃$Ҏz5=]տWUTQGO>ƘcK"I&T2%|)'JZҚjYeu60}v9Zr͵"ab]%bɅe]Ģ`f0XZBZ%LW[Mu5R-U[0~?~7gf1@<f1džz&۴3ܵ<cf-6\EEXrH!|ptPAW_>y^yb]rsr bM6XoXmV ,$`3Xc6H#]tIGN[mJK-cRTVIEWNYeVJI%:pXy{/^/͛Լj~5طiFؼl~O>sZ!{"b0qhh@Dbp|q/8!tBť1J9|Ap諨^f5[1崻<7m]!1*-"x#T䉤䛨O)bny8]קFooooHߏo~_w}h/ݹQ|qj)s`3K""J,[*H2$3^״x"@c$+ -4ȡĊF,R[Q=$'qc -y{S! PC۳XOf=7?"\PÐ"ԘKVy2Ј:` -hV+VƄQ[VAX2YG~%xࣃ*x
&a+bPxp&Ή¹8Gg%D/A?y_gieȀneZ# ܁tȧi@q6ipju8_&> 3_\nKťHth|#6D!A+biwq76*4=M3~l|ޖ/wo}ݿ#~?ƾy~}{390o8zTf1ۿoEθ3ӧ5oi4Jq6-_l+{{QʪVTQIT@$n -%h
"5T1TA(?+?bF"d -Q -^", -#.O=d,APkAj]!sX>ʝ24"Iyu!W}-4z -y;,AqpoS 8qH!C DLHhRy!C0d9bh] #CQv31d:x8~dj%>彭a6!8#2'i8/KQNYZ_v,D E-,G;/Aˆ{=^>{;&N)<A Pߢ"*`!vPw̠zpsOQU|T~?_
1*42{JȀNBH%UHXF@h
RAZx3
QjI` -݂y<
R%Y}\zQ3 -kj&} -|^j3|TgH8If`l_*:ȥ\}w~דPLҍeED:]@QJ8W {5'hu7^^ιM~S.˅';B{;̻-bm YwOϟ%})=0w??~YM5c: -^<Ɓxb2InZ']o4͒^@\gWg WwSB3m66?SW -eeC%abA@Ī<s`}܊s[E:c!`@ @q7/9H9`Vm:XJrZN-NΛ6p -bLʑL&DΠX#na&Qˢ[:6tf Zn(:Kg9,ySf{N -EP#gkRpXfBPJ0RAL~R -J0[ǁ -㉝ G{s취tnWաWmˎcy15]*`Α15G)I1G-G"Fш=Rs0v̑|e;ȿCDcy<-W[
-4rpylًj,[ --MαJ`-zYĔ -k4(~UPXP| -+p,Y66c]5i J*m<U̦ŋ$! 1W`_=JVaaNkY[4z' -/[>d2dn-L --$~`59e3gw !)*e7p}$9wx {:f ]\/Ha7 OylN§kƢRhm2^=tN`GEM%|P8%Zgύmn"Cn<>t]qxNb"6?aН0[ʆ#"Ƞ,Б3`v,*lGKDoXsi~`}6\,k`x>w}c{-.{lAtk]H'qSF.>Wiw!r
ȶv~e<=J6k,$7'i6o\7\P{S*`'6×ZJQ4`ATeC0- -+Aܕ%~hڵ*Ṽ!b@z!($~cmQ&c;R+nO|=6e[OMy2fءh_ᷰ&A;{>bTO!|q3~m`mKFP&Y~Xg]6G䲶ËDxcJVFOrN*,/Q[s}.ۛiĒF=[3 -Aܺ=1g+cbl.qj -68Bޡ+jzO.Z۔v={mw;9kaMƓڤe-5ubγxDX5&Bm,5UNކGd0#JU;` _pxP7 ֲmRkG:έ(}P<ft:]:~)܅w.io_%ysˈ!:~$#,W\u5Sm<91kb;l#@р,>MհxK%TV}ˠzE҅_
-}e$=Ͻ&%B͘a9)pq#._Nh/Mq$cänFR?#u
>c{5${]iPkUC2n5[w2Kk>Y34v|7R[#Hm*Z -ׯYehF(%{)?l."Yy;./qCߑH d3?>ݪUTHU!э"}sovAHh9z<9ȡ95C<'j*%ry?(J&jy GJh5-Ԥ+h 5.;3>gwv标2\?}Nrco13ūsԎ -E#°fTNS&sɬ1i#Kn96Fs``A8ˉ+q#~.v4*5E -qz5^zsܝ(;bo(F_v42d#$%oVxr%o*I$өn]ٙAQaIdtr[7-yG -XFjA4,{#0]ٽ.G1&5#@_2&FU3:=$nwY*vlJ2mXטz}
AKr0I3a렳FB^nqB^46O9.LQ2Is>@Ū-JXNp]{}KS֧PV
4^xIG{1pfWiS -%!Z%RO刐SDr͵;M'0kڶ5iة#l_l1aqcfP]" -^-}Q`)^LuLPL}8;ףx,moMN -0~-_A -^Rxy.|n:Sø -(W-կ4U>L1gǴtҢnN#<lM iY?9%CxT:[rΛx5h&9bvYB<v{3x{.t -{dx..dDŽχak_?x7ww{˓poKӇ맗߬S/xox4{-OϬjb-vYo;l$[l,يj9"\ċ߷`_jG趁|
d$
8RYp
*J@Ҩ4Aqd,]
QV-3D0NR2`\H,lEڗ -$!.C`ϴ?f]]6 `X@:IEȷ=qXAU4_s>>B@8=%c0\AA+'B݈|䠠, `+-Ҿt0)A')sbqѹee-?Ad(2<os6heu?){GL߽<M)tP0G5g>X!Zby -mKSEl8mdcel+\Ә8b0I5\Vvrt>ƕSh -曾wHI!̚sǴ`lƒ@{w{s^skuƧƺ&Xq8ES$};taïK}U@#qzXuPrCRO➗L뙃$@DƤ#$N0^F8OWE?#CϮ`p}]K2l418fUM:(_E@p|=h!YK6$M_I8{iwh`Vb̹ܳ,U7OxvXw' ,4ǐ -nAS9M݅,{]h#s0DCXX-YRPD|cW/Lcvy;lw.S"b`'kLM3ƊgYR5˳I-Ѯ`H4Ҽh}UZ^mڕLbMCcHU[K[_ -}a& -iqwSW0N6[)rr]Q֗Z8]߷;LO!6?iƎR+~o98ϯ?cҪ͂,Ӕ+ŷ3bJc(`'ҟ@yQl[AٖF -O8ҜLOHc}GCJufMlZ?K%f -n
`"+ldqZ^la9(h"K1Ksڷ\AU|Z9& lS+ME(4rg0@8
Iƭ`w2}4>K8|vI75(RܔPi8
`+%BɃg9((9X1K/>rO{MT_a_x; e_St25=nO -V8ci1M]dB@aʋs䴬QW&P~J֒Dպ$k$؉c^:J)/NwF8IYYB3d-߹7/ZHiFWѾ=u"ƫ
{뼍c{7_-{:XHE0-3=sPP,Jsڷ3*;C[ -&7rve=ʛ9g0>Z%apGzB0x - -o[Op2WyqxEaG~GmFP㯍zWx岞IvDՕV5V/g - -o9[.H#բ`5)V{VeѪI\(4k -
*:xR!SU٨}=XyrH``,*|rSTXqf0h5q4y+X:(9Mv~ `/-оt2Zjw/s,"BGaJP -,~L͋ABRJR4|CW/>/UO+Qps\c -J]WpG -\L\Ny~=H'eX1s[8vTv!sc):(un؝?{XPmAx䠠I, `/-оtFr -b0~niH\jG5ʽJyT3$VKqC|CVzRiWn'A-B++rΎ4uc -]-RKH+^:mR0SJ}Jzd95IO^S)+Dq˽K6Auêlym]A+m-=n<VZSÇ'3 [eE9FSЯ;P;/Q\;AI0Z1lbКrCw~ HxJ(PU}{ REi -8#e)l+U[B -ZNG2 -MԄYw[|§.쁺67!amDk'rojdPFk kЯ!8T+hFү)4Y+Ãq/*E3Y4v&הط[C%o+&$dFۮ"J/y`9*9 #bpʘCw!nH<:])w7S>vzՕZWtwɼ! -Cgp{dRQ;];P⪯AlU'*s]d슭5G{`y;MpCdULb`:Qz>?mq#W_qnw4[Y+f3A9V Uނǭ}C$ ϰp5۪h.Mv֚=|x2G\<-[r~Y8frPz)AA1s40h.ףطO{HaZ4z (9 -EG ->"\wlt. -Tw|f}.)lf0A&Qy-uLW
2 -vŮ5=}x.o]bOO
}b2F))&GJ3V@-Gz9RA̸j0uŮ-#==x0Xer<nKlpowktm,wbP
YNg^6ZuX`:zTY/sItpdb1ܣvISsZ|ŭN@V`TGHڋb}Hɤ+pjC\H8#Mjco~Ё[Ԭ1Bd55g;]6
"[kLz?NÒbet -
cOJ2XWlm9Ã譯&2q i(:,gj57rŵ~xk0[hGmT[kvDzvqAKΝ #LWĬ˸&<Fv_gP^F{RÀgOџ4Vᓒ.|:<cc/S{0vݹ]zR6L\J]4:p DNu2(-BZ5 I䆵О>nb'k\804MrU{\8m-cX{J@֠ ->q-0TwY/Δt"&#?8va,4M5ۣdbcWw>ciJPf3Ӆ''dj3N9ň\q↽ցj1e]
OWZN 6d4:WOTY/Όp TlQ|Ds& qjq/:P=Ƣbxhu kPKH40&`WlÃx9,8R &<WI-Bs 7xiqIά:5U 9ɽ\nTE+Όp:6BxZ,s -$֊]H[1yM{IT&GPw -ȶb*6ٯb~/Zcx>[`LoZ84{&Sd.b/t?N2Iϰ -K"Kgq#@-:LѲCfϺ -endstream
endobj
184 0 obj
<</Filter[/FlateDecode]/Length 5796>>stream
-HWK]G[8$[y?`e
"HIwJg,,艹3'\vV#Г?}75r w9O;rΚZ`w-Ra0v^d
ApJ|408`
6)03wj;Swe|9$|-EORMsiŘR*ܹ+ܢ1t(;c9sBÈJ!u %W.Ef7yܰP!TSvfs)j%VpB\fks-|\ϕA727 -ԆN˸1?MNb -bR\Z7N/wypַgPel2f֕J!poYb: -!\W*F;?_6LM֗pR"2՞i_гX\q\hd
ApbayMbѫ&zw{ ]2QzKh_i<j/ͷ'ccVz{zyRb. -OxǕ-?]ꯗvmʋ#AT1UuYq*/flYh¤r)߂cmа͂Ja4&XS37 -i'T14uYpHiReGQ4֒E,(qm̪+XgLhǕeUI`pyۇ քͅG.w]=V< *H2{=*84([Rnj]!@#uv{qLyjfV/ȸұvhN+[6>.[qs
'_SC5yK/- {GY# -_y%d]qSrMeho<f%oA۲VnZ]ȍE`pـP{ۂq]i-84`\AC܁"kj#WBkhfӁB@E\z]4J0r95a1(^τ*i`P]f&ئho><r%+uY@;=
Q{=(pyTrhd
/EګR%
u2Y`\6r-F?e(SUpk>ւ$a(\q*ǕrEj4\\l.Wէ_~x[^շ?ŷ?x?w_>{yzDQc~G+?9pI;Gpҧ7:N cTTQ6nq,(P58`okd
pm3fǓ8Z89EZcZj߾w4Z1=-Cwgb=4Fy7f:Ӹ A`
o%Ӡ![^XJ2":gGȔcdJLMo7k);M~ftN5icAshQLDUV^ ZJ)RClOc%3nՑmVLˆDɾO'`l~ɾqaz)Q8py#8Kv~^Pa<8g ":C`|sflz֕0?8IoVqiqw-"4C_'rrM\!hc#gy˓| -sf.+p!]n0yơHivC}vgqxP;SmއAQã3xVaR37j.cx3_)n ޠJo{a;2k3;K:0.˚zM6W{&QQ<;voy9$ff|OG<IFH;ޝ]~e2#bo|7W?$&gdBz{h=qՂq9s 瓙}< bB <?quaڌ|{Sՠ%aĪ&EfN |4-
U)l`PVkɧ Kb2Qh`ɂlwHh3D]T\rRV[kkhkrk@(R0" &*a3Μp&_mธ*TLk -H@%v*}e=:Dnm@D: wa1ybH4 LdT]Zk8*^=1VE)u){L9n^Av3z -'LBM^&g3.?4Wh&̸MP2Bp,2kXۃ84;$:y@9H#ʩJp[ȩ23)埄Tcndhk$&;417!52s!X0qRڐݒ]N~=4%ĘТ{h! ^Z62R@$ a-kL;[a:bat1[o[6I -gH|o*<28h[pf*F(js\3S;Uvp - 3rʸnuA}rt" Z3:OY֧1JHGl}i[=#͘ #,sr,Վ8=zol_b֟MB@dFԸS<J$7Ta9~w Z!M1,)1l[Ȯw" nO -eq'E9X`80[S uX"G 얬(FH!,"9ܠflg?~4=(R(ܼ GLzQtUmaIH 0daH]B:u&D)%|0AswkP\[;`ĮA@Ġ.(ylH@v!h -&S"ᶾ -Bw Z!M1,)1l[ᖻ~BtRGL#6_Osig\[.dxS<e -?wl269˟qQO>Ɣ3zƲIB1vhk՚ --H4e>̫D$ V!8ƛuk]wN:]tQwu[\5ȊSN՞jݲ-ku+6!:M)#lЉ -RaIIvel[nj6z6:q]um -#{{ -
f"_ -KSg,[bX
+] q߫K[$(ae[FHH -c_70
ʷq֪?4{=ؼ6f%F^68)!F !ƨ֪Bkd|#4=E&rDs>$zۭtUma`$!Uv\oq݅Zu *O߽L$&3lNylUauG3^9lfIU8%%yDV? iJ gm
@v_HD$# -"M/u]Qj+#D ̪}jYN7j -xI1@#Za1yb-ے^[5֚H$Uf$µ̢}9.W=P -XF#uƵZ:iؾ? aWۮcu` jIؿfŃ2lmjeL\BBLyPYn:Smcvi9"-jqpʡA7x9e?fM/^P8xU#ӳ$EՒ -} -endstream
endobj
185 0 obj
<</Filter[/FlateDecode]/Length 4444>>stream
-H_oܶ;@Ա d{k#cش\Z1 -EO>d_ZNݡz ?pg;Q?Znx҆$[k{~YnrQRۢKJ%y@b))U'Wՙv&2qhf9cXQx -n:@Ԗ}=vΓL8E$Rڌ4fYVFi-0M -aVj*FSrRe *MY"к/fV,%0|RN2yP -*`nݳ -
ןtZ0 -ow|2"k%Up*N -ME&6n۴4iFlˣ[5ys4ҍ!e}cqG@mZ0ִ^2n
-rd -:zIM.ːHV&L%xE4 -|j!]p1gNJ<"7Ex{ -! -nۍ⢜USӱo\89f,ZFG``CGqD
̼TQa0un -@0F&
Owi#2"qGk^ȄzܸBd-#bY,|-Ŋ+dүdA7ΌĊ,$2g6ɩ. yTulvSiHb|]67ls67ls\L9lsͥQY^\9l:ֹaֹ8Z sۣ
X0W!u6a[fSL&qfʇ\Oaf'V:5āLԇ# a@R'}4-Dh.i/Akm?Ty^f(SNJJUW}7S,2Z~drHwn<7J@Sz܀;rT[6V?\iZ=j7Wr)G%^Ʌe.X&ΝxEn - -}2BCX9l
jk$'w˘ǑB5!Chp(t2P|
p۔l(ɺw[Ŧ8ЂRgu2uN ~WBҖ5 -hm -^OÌF:FqEK -endstream
endobj
186 0 obj
<</Filter[/FlateDecode]/Length 17759>>stream
-HlWɎ7?Cm.p'=ɀOiy;H'r#lKr+E&s<F%?Vjz|<;O$f,eIzy@;x<hUSL3^Fgn= L-qgNZ -ZˊJ[>x93n>L& - -k١XjqvbI@8ࡘxMzW=S!v4*
ߥ$Ig'4)4+WA`0*96Fg.W
1P(n&EI+0L\\ HsMfψG40#?zu+.w0X-bQm -~l\Ȋт#۟G<۷_r_X# J,=# Q?x>JG+9*|=??w8 -p&٦F4f;>}_QjbQc' .^=3INh4 ]u4}BM+ƘXu)Vm6/h'~7QyA_h9f+Nf<uQGաJJ܄]wob0LO@TH+`nFT̰bނGjȤ'w96GNd#_<INlĵР7l*0vTސS -Ph'J>Pr4] -mI8v -dȌ$?]AldLN6Q*g`/(z~H6#FZm0w sp.`y0uS -<'җ3#^ڗHlJH -V\2|X-ywePy -)cx3 -vS=9j ;z?)(4'D0} %,9q8,9 ʠ~X@:x -y3i.3p(=i$ULW薠ݔ^ZnX0$*(D *91+J*_* -0xq%QfZII75O,(2B]u8)lUy2JI/-ej۫3pLf<۫rފ1-Oc 9qsWYC[&pPS9 - 8^.eeG-"~/#gLpOx)mܶwnaǗCz -^yW*Y^Ӑo7@3L,8LΛpo@I){uksB{__A<q=q2^/TIU'9N4uf@'+]BshTm -HTGVl2!wS)T&}Ԧ7]kN'j؞m}_ -G8>}y>ǧ3 -,/D$$\Hxɒ,1(r-Zl`֙:J$lxvSc"*;ƇB4YA -<dUcV,j(-4ӜS4U1̃t"ԄWU݊.:fO' E_(ea`վ -?-DOqCs3A!>T -E"owtU48dOCVʱ'd ҿd\9#^ Eyd|9u[|CE9mu]pq9q^'S;Hxƨ)Gԝ -& t\Z~pL|!=/?||.Zn/n?-d9=s$j1_d+.$-w1᧞)r;
kZ4\2%,|N& B}j~/kф}H:^}x{%=j5?rrpu}}E?^pZF(U[o{]>>z}^@=w7'/rF<wc~7W>/avg\5xhEcȴAp.pvp@Oũզ's.88l@PE`+;Z Y
T -yXvyyEn_ -DP> 7u'CZ}@<m{ -KWvub[&LsE8r~)̝V3OzWGY]=SIuUܸ}QFcOgT
<CA8?B6:*_'gɂRCI`g(L,iޱi*xcK5v~~A7E1h7N7/%`*RU\\N`3:ȴTp1Q'b:=z@[ -Ϲ-TW3lTYy)1%qq㛌U+.qAa0HreI-&-(K
,Ǯ5Jxe'h;<^s/|D)Lx_KBШC)Näaa@&Sc*u?U`حe@z~^E7Fk`"Dks'dDFY!-8>]eFȊ -!`Ae?a1@bcyr=gro)`fv`
̾i4c- -ئDj%OdUJ,A[P/x%=kS! v -:In88~þUoܮP<52HɱalFVjrӋ,z -˴LȠ|IE qyz:j7 -)+ޒfHϩ-D|ٮ:!Lc@c\aV"PGx՟35 ]t -\Έ`S0@oڇt!%Gn&p~wA<T\=+~+ȹ?-u23((@WЦ"bΊ`]p<y)%;`HßpWPⴴTPNŽ55ND89V>FD1?Gfߠc3N@(<q%LK-m3&6@'%aSPzԲB.SeH`}f'XUFHw/31fPʈ&3 -XgՂ
;.߾DH^2[`aT`rW -Z$;oiK"D Ds(O"%d^7J͝[Y]rU=;6'
a?x/xy) Wo -QAl\ 63l-bsxٶ=jllm4"b2%/.n1Ǯz6C$<oݝ9a7]}^HeT)0G2ڲp(qG)OLIX'zwç-?2%LlYID#NeN˧bG˓d":|yX+y= b5\j),5w7lb3Oۆ - 0@G0Mc5ZD*=`R#.L7`߸+
)c uEk:=/e[VQkOŃi9vwJUlm\ >LOa8gq*(vն#bnӈ6Ssr5BWĵp\6{m`g0$x.x\"Z0nѢC
i~{j%8؇~r{|AtɑDkZk^0<<ac^aj;ʠ×2֢x8L~Z'rk<aIz4<n0z~`?%M,@ԋRFuR7Ϣ?Q -8wFχf5a+=ӨxMf.=.SrsL_dl
ǰQ}!JRni$zAM}Z꺑x+!ہmK?^o}Gz|m<_%ۋJN2O -F㬳ld:+
YKM&4IK.C$9lrau:즔B0 -ܡ;Kѓ1A+bQ_b*e7]iY1B8Wb虿%&`,䵊 -2dR]A!r<->%iqRܕ܋9O -iџKX\yj}BD/~рZ\DV̔,W@wM"dqzr%IŇLp:N^40QI8(JE݁zx@͕8.؏ݯgEqQDK'dy^\1
?Wȩ,M -#D9{a@QfC(ణ* )^f -P5`(UHrp{8$̽rU6dYCf*"w}Wjiyn -'h<L̨ 7}mLϹP2zV-0"εnhA&j
K}!gb؊WFjŵA*Jކeri2eA -D`U9(Mͣ.<Czs^F7_0C<X~l~$ze1$!ѪT:B)JIJ3ni -Ro3!Đ9 ZPVr#$!&L]0<윢vpC@lPve\C=hI2}ͥ$@vUTivHń<}̯#BTrQh<+{Hnv\%)'ov=[FۏwִTI4VDPPAsMnioQPRPC4I{M'!jajX'`{EM-p͓k5҃z<
:%
àhZ'?8-$rZ7 XL+Yu5k7Z]L-Be-@j>e;ND-Ѭ1m -C߰Lىͮ蜧)+mz&I`Gӏ%xTF%"/&Ѱ1*w{R\KaP
>X-+Mc!gg>4HD럯K[:@KsV-bdsقIFiYc2Jr7,BzX;työX/pi[||7?xywGD?NTۋ7oV`Uf/g'fzIgԒۏ${
^@7V(@X
`
L8kZDm@$5A8HO'K -% ~)%2f}XI3G
e{YQ#x3;d_w<$xŪG֜f
hVb|VEld\uM
[1vuVϡq68wl)_b
kC'mdXs1is0&83#Az;fӭ^saC|c`K1qx`l:/r*4'1CŰ>[1nu>;e0ߺ6ħ;fĸ93>llfMѹ2~JV[Dc0k@sOeWAe0ߺ6ħ;fĸ93>l[M#PIScآyFYTP@,tF]`rtx<u\HJԲl {Q Kڌ[ l2 5U6Xm]uK,6zJ -0pZ
a4<_"bfێ[#VLyk<]N~\2ְ
1|Kyx_jܟs,8[GBhӜ0hHxMawYL8uUudbk4@jB$8lGSB2xd4i2Ɖ&Y -hgUp!ΔUF:HB}4ۅBC\C);e>9&ԥps+ -UfZ<,!fkv0fKF|7#Swo?@{brWd=4Sow;:r0+ͣ
xZ -YW$9xWжs+i-.ZґP{s#Lٴ%x>"Q-~(2d4XbӻZطIY\=iPZDVVt=nJ%5AFZ&n ɴL%{cj{^i˧t,B+ZuLD?cLıx8&[lڨIR9}$r)!8h~`eBYKW6%:C=3%냋n]9,}$2Zyڏ`1C- --@N"V0i}R& -B:cVE_Z|7Pultaic%
|B`;˔9rlBig5gyѿkM6鏓ϊ -P9O/_NW5}##מ`yAVpv^n3hVm 1[`*%/6$/4åi{ -׀ dk9IA(~O53$%Ò7]}I9g -N=j۬1}dK[ޜdN"d -I3\(W;&}I!
]א5s_q^E[sXd5|7Eΐ2ըlfl`iBeQ%$t'M.4jFѼfyuBфd.s&$u{\L~V
m# CAOtvL:ɝEB+˥'% -`VZ -" -V]<~UC -ts܅E
PYcW#O@Wn:͓ؿ*ǡ8LƃnQ=w|E9_T$꾲}fIļk{4^!=kF)汾rb @Fa@P -1-K*;>lڳu^z`v;00H 'kÕjDu$b(hMVCjld1Jg1W0ؓ[.:zڍ{[zb -]T̰zP˷?SL1_Wp%9xru30uYpBaf2ɦmwҝw*݇ZdK;/O;;떘lĆ
jMD8[52Eś¨ pz]"QmxM*t]wxM SQ#Srq1_[9j+*:oOhBA\7 -/RjO CQctj.eAc -.hEq8w9 fڹPwL\2H3A$S -ޯ!k67+ȽƱknfc5!eͫQH٪e2Qu$'M.4jFѼfyuBg.s&$u{Ψ\L~V!m#CFOTtvL*:ɝEG+˥ݧ% -`VZp -Zx9,&Gv{J.4vę՜݄l95oj1u32f32#>54diSqȇM]晛i7vvc=rpٗGP9Tr#Ašژz R2"PbPT-M4f$v<lu(VD>XAv\\=V&.a'DVL"
Z75!9Wg̈́u/c;;`'Zz|:V? -첏H_]2SAP2P -+#`Xyu$#IH*GR9?TP4ӃTVJMPW8FLȪ2/~Nw();yU? BG:0Wwee'eDB$a`ojtu|k ՜ aE(VDS?ެ$paCbi1h$[+J]q1=Y֎zzԏ.fnu="{8c]vA;s}aoсC/#X
%&vPQbڡBM1&Gf0q=f&D:$Hdޫm7~Aa^HA{w%O"8Nd `zE8xh:6>o3+S왞꺞f
P7/:oK:fL$lFyj00 -MyM=9oʓ})VZ[6
¼H~$"i{B>#Ig$mGAAbohg[O\-tzH_a\*PHGΒ?MlhBziiC]
>0X2Hڑw46a9q8¹<YǨ<9r뼷)2qyƥ[Xm\g'pm8Qt"bh['.l7+<pR=I+'zD9dt_4a4YaCuNTڭAv: mcƠa -~ŭUtة[|A~o+ם٨\8J9w"x(1(`:=wu}nm2sMqi& -,-O<VGulyo,8\Ư3e,&ۿj0jD -iGQ&p>eǰdQ14]ANhHuVYUۡ(L2ɹ騕s[j^u.&a]6_K7=7;2+w&}&EAM| R9/L| x% -|KJ|ej7 -~&G
3g+%66d@BՎs`Zk[e+,5hLG&c3}γ.!Э`
j&gSM懈"ʜnP/XMc1QQ9֮amGa #n{גl8`dFF g߽|uGƞ -\$8uA8!X5i88փ:Z$GĠ7"ZuUA* -H:`63-ߜ+2o(!閡] %vF;g4ID3q i -TS>sd6 K/ ER澮8|-&&pɏkoOdv-Ƭ"M#IwJmfy%x34lywKjyyvww=](VLScgMC?3il|syqf/$^_//1ؾz#WM^^_OHF= ExiIܱ"D-RD4l_C2M<T
ԝx4hEw]WfwZˏvy;H讙9[k6 -[Z@IY/Ov}bR-%!2f-msW<sBa@CLYY6aL1|~ADЬQq8}PH(
ɛj8fu +ĘdX7P"1 CKBT112NoAͩ͗DseӋ-SI1IF}a
>L/n;^W -ū$b?NU_ -%yÁy4*(ᏸa<KΝ ңqNӆ+R"(5 -DLp\I#ڂIu2(:*0`EK$!.0 ō{c]s)L8|n| pbVTEH/uww0x!Ʉ9 a7`AL^S! -` -endstream
endobj
187 0 obj
<</Filter[/FlateDecode]/Length 14501>>stream
-HWn}'a^r&2L ـ,}Neghbٞ꺞"LgIjNjĻÃ6vdct -NpQ0@7w8g 1}VwS<ctS4h@1|||~Ϣl?nN϶7nyoķiqzGg}ۭe}xeu,3R6rk9E]ֿs3Yt'WRGNz\Bj~~ۮ?'#~X]-ǻo"; cq3^qyp=V8OC)8G;<tx/#?~{bx7߄?)__cKwSu-Ź%;q6)E4WRp2b$}w7b$1Tp=<՜,h$ [vS3;j)zd1渜{;euȯvR,ymfw,b/HIzgg+?lvf9[_^]-v~>j"ERW͠8=}/U7Zx5!XI^E(ms.b3 TXq}6>C4=+5|r3|^ʇcq";)c`Ϊ@a/8v -央/vչAjԈ.X2 -y -ZARН&8L\ʁk罉ZW۠U0{/>.8M,d_=vwz#<:ǙBM"G7xk/7i0q^q*$*3'ҋVÐF([?> q -,5ҡYApc v/lzGSXuN#qEp3R]vMiϨ3h:k"iirb$ǪJ1ȜX - F^#Bfԗooq:R
a鴭Q:`qUIΫ``h*L`ѡHqB[H,:TKQ=ܛ֊kbN}9wa0&gRQAdI2DӜWxat>¢2jc?RD&T"n,y5bʸRՒ&|6c]tÄu#h$|0LUBQTبP"aз9܋zU
S^Z^ -cG -?މlptJ\/sB?S -X\̻4»YbB\^q3H]L蠊r9a D4s^%ಌh1Æ*&UtyvQ1D_n# ESLd)bÔf*vDb:.ҒɊGvxA:d.U0:1Y2>2LPtWՏHYZBΡɦߴACv9⦡CI\_NH85YЦC%.$xOh04T=#@i8;2EOxnO<I+XK݇ʺQ/<ɗ#W?[)$+\*pMi*bCbK\C$r/N"201oL\=5@eUT28)ߦcb6^.H$UTYՁGB`<32]b4AN%<71WɊ>cb2* k@6iUbmDACH*I%=HpXH0,`lq<`0&>>ԭ{ٽc&ZuTq2j5\wVƋxZĺuqAʴ9 -0Fٔn:xrsः#bauޛp_dO*vk)dEpN] -S4vw\8)eCh;Z۰P*Je톚IZyu1̄T- -7v5R1*d%# -$uUFD -8@G -+g - -zgʢ(EF -qYFpqMNtrwlAt
Ċ\\{QdFa -N^c.LX ?5욊zJg`}3NFg!,)3[pO.@g -]'jQ/~.4؋!dPL6^@!T]\w -l B"Ty[!%p >}݄=VσJ%) -Ȓ$ U؛p|J~{\!'60+b!:LXX@e_45SqRtUǴˤDԈp{c0 -m
~/}YQ\,% -'(/WF}fsb6}dǢ
]Konj5s3?/+?b@S -8_!4d,Y;YM/#nq2j^]J?~D1(hj\8?jf#bWp2aZuW(f]<ٷ(7{?OŗtLբ",x`a
RXʧY;&RA -#\[rM
z -?A!-!<!8$`g 㑝0j;-}nUC:Z8fjs5<c0`-+$AU^#ܥ44R3ו c>c6׳D\VBm6B*{4H+G5Sh2-si2ev.Ih0 -h5Ĩ$c?fdoՐ3hks -.QРiZP /C6jM4-tvp+XQda5dieIf*F!c \7Jg^TLn.OKnVBV1юx]7㞀ΙzBE{ 5rY8BĠԥ_1B`۰Q(j?_!X^f}nRjd֮ CUta!?w)&h4O- VV1o;jXb#Vgʪ/HIz@Na7LaE7"ku"ع* 3|7e1ӭ>9NQ@jLmBnN#3@ -&)[Fʨ -MYxq:t2i-N5"V`"^$]`D* -=VQNp(5 1W8c)ՌUW2&>ikBP+^!ܟQ:Ufl@d.+G0>5t6Mzg87Sm -W*.Zf ϐgb/sԩ$Eq*k#PX@
~"/R\E$umM|LXӆq!Ln*@ -qb$/3}ԽFxZ@$Y3&zmօt<3Up%*h -u Y>U^y]J>U66y]ض̆¬sEE;e:RˍLk{DSJ0rzU-1SI% -M5q` - ^}J̑rUO!5Iٽ;aPZȈ5Rߔp
)MɎ݊1)e -B۶h5QPB(BP,J 7˄s[Ҳz@Iэ 1L(tbsB6
fjL/ 9f[ -b+8]Fh^2nubL39|1S}_<]@_ьI'a
eRF#~"+MA-2$)8p؛VIMKeCH"91>"o4Wļ5G)r!CUi0F6rS )7A#kahafau@FbN*XoU/4ςU{nd - Gd<͙0o@7\Y$ID@JrSC!C Yq].@<v"29@_~~G1e&8&ҽG~YFAmA|us~8rv7gOcxzp7Wɳ&,gr/ - -A/JdkHQiCJifPwm ˟/l,e~?.Y;C9[ -W%dioNn~])'r,[1{xpW:tu}0&/!$:EzB&3z1bs4- -̬;) I/:bF(XFgdLs5i:/ҕsKz[puu@PcNv09nK(NZ4x>#EjCƧ@mnC/ QBeVc.yd'eǖ@}ny -3kf!z*#PiDq\Sw
u#N=8⾒ƳRj@!Cb!MdN%,ըsn,bqbőXB1p֔&q_&12G<߯~| znipVrN~D1tf4fuzvsuRt-v5m}HO˫QP -*;VLa]ъ - ԳS_XQ5q7Q/RmLiR`~
aj'mh3}uuuv;_9;CvxU"0MA
Ԋ&7pY 1u -5Ym.ص1abJYtl&rnk%Wp8aDS9
~4hCkL݃.e]M=ߵ!
&HR *!
vh\^ t&2j hj"HxZ|) -s[]E`gGӣc0%}t7p)~ƌ -ar2뮰"fu { -?b -uϥ4pgf#6O~oE*Y9V3V[q܈6n|w|ٻ|7 e~l -yz"Dqʇ@W5]}+~6 -d.;!W=\utA.\QO\=^WBj<1?Xs2n'=vP`,0ߺ[\vߝϋN -Z{ѝA$3hG<4³,"U_@>5ТR -r'8=';AC`geR䃃S>8\ IxK$C,HV{]*SS!nkXB"֒Z+c| 7l=v/.0S38O֥2Y#{
'~0萉NLЌZLjvVc>l
abս'QlތS78;'h 8p+[gHh>f+n^|z:Y_v~AڙAW!{Bީ0bf=ؗ -D:$
(I>\U5Z5%.蠖FLM8%ӡ1Y}Qv۶υIKeJ00r0IEʋ5ŐK:bʮڋe3Ever:lf~3%Wh / -|ԤI`d;`qlqtfޔmN44 םIH]\{~ɡAt$8MxnR,˘u&c@%XV&:~[7|kµ9)RײHz8yx&g-SOStjIuj~MĎ5ڔCZSbUvJA`K&N^0碚wa8^.CgJ{Ƶ2@LZ^?]t^M0(03[M:!+ɴK^lqW$/yy|CT9g]+Nx:@}}Wv_pjegB -/ -RJ&12s끤BO N-q[oezF@CxMu-]/Jrپ2wA*6iCuY!4TAe|MҶ/!ŭhA73 -.ʬG5=>$-n4*,t1'}`>]f(C"3=s+fj>AWAEh']7d@cjz7Q< -,'CsZ6ᕊ[ZsϐR}io]7Rڞqdh ^\1 V{w-ՍLA2;O&3H<;H *$_PB,ǥ:fsI9WkwKf/a%6]J!jA.m\\. -jIl -
fzdeॐz{-GG(%0k tK`zQVjCkUЙBгn .q,j6W(ίؑTJhl)fQq>Swe -~=9y.j][xQ7wޭO>a6JQr[؍zqbNƃBiƤ]Nɇ(ig;^U4hP=N$eF}Z8c]8ʗNf§265:ffga={FycWQ6Hsb]cqON^FU$ΐGy~^q@LGs"RQj70tAHG9||k{qn#VD9srcƜݓs6>>7]HW9N[#Q@q=bbz,m7dvsv^wT#Ĺ,!^9
-'}])4\3u{bNW:;(>[/~&;d#C~}|*hDqF3%f1vO;ʣO[[?
W<'qe|:uixB[;
i#]I>?dw*):B^dԎ^%1 ;Xqb -NPy/>ū4^y'hN#@蛾M0:@c2\pho TSw= xhPBM!eg${h_>|fb*7qd9oz/Y ~p|=?[!,鎉Amvu/M1[0(v[ܞYexW[8Bept9]537G"[e{X0M(>σ)Ć)
SXty58*6;^gG3ªy\H'(L_Q#<PιUtm(N.`
vm=OMUB
];utJ.8_fn1t[eAQhOm -;C/&<O@Ǚb -*/߇()s]."nPCfV.gXg8˿OR@E!FA)n3WiV66EmSԞdc1O7
olxIVQ=@ʹV\!etq{ -8`W,+u/L0%\RӋRS#<,$t-Aΐzh;%JKMAZu-
-{x`8srBb~ ^Oxۀ -9 -ebXW, -endstream
endobj
188 0 obj
<</Filter[/FlateDecode]/Length 6788>>stream
-HWkO/@~?/F#˺vxvOU.#ɍ̊e>]}T5gb4{l
ooM1b;Uu^W.c6y1MK&blO[;I~kE;s6fǽbq`٢)}I -lh6e)֛Eļh.h,"KJ<OzCo0^\U4/_V4QEWqIKWHh%<.N?xHk Mmv?~}V_ѐ__-,Gi vXTeۖQtOo#XjY~K} I_loJm/'E)T=CP{m֯9z1eG|XeErl`F@e*PJgIXz|ዦ,~.(7WHBȗabX\g7}VObiCxfruw/3h@ -Ή$ -/#A:,Q18%R -W(ܤ 1qd XpHO"9?tLWB֤{TgL&颩njQqGiy{0c@"Q#-nhCzgqhy -G AT"ZКHX[yHx^b;咊)(P磀7L]Rz -=H6+%Ǽ}u0, -ں2Kkt,='"7{A*ql'O3cI`x0R'AF)NRȨNV*,e74+ jV}ae%K - ZRAg͊KdoyO4 -LtcNIs262i?˶PRލ96/(<sd3Pk**+ X\~L,ׂpCࠃ>M9Mz4ߚE1*?,}mT@,ZI;ʱϰ -5 - -76 -l=V)tn|׆|Lg^ooH80B -[.Ml+AK-0!VcC
2=ntqYhUsx<fS?SRg"}xŶz -Fji%U~8_HZ3%gξɄ/?(<>d7~DM*.;.gd=$$jF4-NʻZ+G!{yc(y@4zorj;*E3="7A||6OYG%ۤy*W_(7^uֵYvDBU, -"£̝b4x9\eCVk?W2aDwRxSNnS碌2 hW;t99U3U~>
cȄ3"}sy_zUrAH)Fg%.3oW]'i(`Gq,%"jյ[R {AJdNjOB
BPg˄y.2?3T~V4 -{xJ{Eo(܈t(VdK&jx=KT\8n,qr:\<hQ[Ό64]нgw{d+'vvD~FUh6Y=/$]9(sRmdbD1̀i)ZvI(cQ}Z_6] -]2 - = - = - _>
5 -쥆a.IT78M9 -Pkc.u4(r2ͨr-Aͯ4V7Ȼ'vvD~FUh6Y=/$]9(wR
4bR3ĵP W/l8/%!d -f뻤 -H@wT.HbKADDvi饠h6+- -t2'#slmW`k`UZnD -S:PV#B·PC8{jK<Ǎ NSZǘgx
5 -|8o)zgw{d+ͽ2z]!Q$D6B:uVIWE0#FsJ$aLKQώKBȎJ`_j!ٰt]_K.B*\]B -H@{T.HbKADDvi饠h6+- -7M'C甮X`k`UZnD -S:PV#B·PC8{jK<Ǎ NSZǘgx
5 -x8o)zgw{d+ͽ2=jAH$gTl3NBҕC2H,օ I!}y%AdG% -0/l/%!C]B - -f28J -qjQnB'$ʅ<ruj5;g+^xȎIr<ȑ0aK\x< -Bl$zm$|B`J*\[Y]߃{)%2 -d{nq6$@qPG!N-*yW{uDG_7;g+^xȎIr<ȑ0X`SwOFSy(mgef|BhJd22"<h -endstream
endobj
189 0 obj
<</Filter[/FlateDecode]/Length 3958>>stream
-HQo80@q@E4Iۧ6)\vPd:
*K$?mĉh4m06"E;_X?/v:[)R{}^NgV/5X3e?@|j{ҿ_KnJ2?xg_8,7~ךmDebGmQLcSf2 -xd)^f1 BW"IbFL+!P^,\5YwPziSp[]oj%Z2cA`[֮ڀl7ˬF-7P)~ -Fbt윌rwzih.%^48$²ycbb<2"io0S5l` $M@nx|y7 ?I2UN95qZ:W ycsARLS?@LM*U4D[}dT7Xi^ADc^ނvW`OIh)(<Y -ןc~L*N*4+oϴp(
reX]cagEZ[~j
zʌe lY$Ų˳!,6O
lBi(us2.MѦ"M01m'*7,+##R.AC8YJ_A -WɌ$#J -";X}Ş\ѶS3WQy@?&UTV3iVȟi8Q^&14 :7ưè!Ί -c~LC+-4+oϴq(hD\ތB'մR
!ɸx(;GJ+P0Nزy0߱[9p -czam{aOԊSj&͊3@ ?1C7й/ep윌rzih-)V^,(óYw]e[9ʁVrrk@+Z9ʁVr`؏h@Z=Vzbprz
kX()-zpJ=e&r:
jφp̪<m4زyC[! -AW~5ao0ENHl` -WɌ$#ezvrnD Kr`rMjMNa/,^ou9R -*iS+C4g)g/vN95Zٶ UysIRL_SZ<BF]rrMfpdڠ"%}蜍.7δ -ՖGXIWg~L3gVak/(;ZݫeX=M@
dd}Xn-ހq[Z%,vi7/}W[73<j#1QPRQnގ6)|hhQͼ3B\uwt\Ʃ*sBUz!9s -2ZJ3KlY$n^J
nBgx48Fb읥ݼm+a5R$Ѷyg,3*2" -SUn Bs& yD| ۀnDXHo;sLk3ymuE.璤?N%xމX->34MAE47K(qoAe%Ipv0!um8rouy싕z-z4Xpj+GB+!f/nKqG蔞]ʾ9DA;KGyy;<6VTXbͣQ} (=Қ'5w 4W(z$T<ʗ[.Ys.(#h)̌[\bjwл=;BUi;Bx'y. -YfpUdDJ% -Ar]$u: -@ 0T' -endstream
endobj
162 0 obj
[/ICCBased 170 0 R]
endobj
190 0 obj
<</CreationDate(D:20090527042239-04'00')/Creator(Adobe Illustrator CS4)/ModDate(D:20090730214335-05'00')/Producer(Adobe PDF library 9.00)/Title(colorbox)>>
endobj
xref
-0 191
-0000000004 65535 f
-0000000016 00000 n
-0000000076 00000 n
-0000048436 00000 n
-0000000005 00000 f
-0000000006 00000 f
-0000000007 00000 f
-0000000008 00000 f
-0000000009 00000 f
-0000000010 00000 f
-0000000011 00000 f
-0000000012 00000 f
-0000000013 00000 f
-0000000014 00000 f
-0000000015 00000 f
-0000000016 00000 f
-0000000017 00000 f
-0000000018 00000 f
-0000000019 00000 f
-0000000020 00000 f
-0000000021 00000 f
-0000000022 00000 f
-0000000023 00000 f
-0000000024 00000 f
-0000000025 00000 f
-0000000026 00000 f
-0000000027 00000 f
-0000000028 00000 f
-0000000029 00000 f
-0000000030 00000 f
-0000000031 00000 f
-0000000032 00000 f
-0000000033 00000 f
-0000000034 00000 f
-0000000035 00000 f
-0000000036 00000 f
-0000000037 00000 f
-0000000038 00000 f
-0000000039 00000 f
-0000000040 00000 f
-0000000041 00000 f
-0000000042 00000 f
-0000000043 00000 f
-0000000044 00000 f
-0000000045 00000 f
-0000000046 00000 f
-0000000047 00000 f
-0000000048 00000 f
-0000000049 00000 f
-0000000050 00000 f
-0000000051 00000 f
-0000000052 00000 f
-0000000053 00000 f
-0000000054 00000 f
-0000000055 00000 f
-0000000056 00000 f
-0000000057 00000 f
-0000000058 00000 f
-0000000059 00000 f
-0000000060 00000 f
-0000000061 00000 f
-0000000062 00000 f
-0000000063 00000 f
-0000000064 00000 f
-0000000065 00000 f
-0000000066 00000 f
-0000000067 00000 f
-0000000068 00000 f
-0000000069 00000 f
-0000000070 00000 f
-0000000071 00000 f
-0000000072 00000 f
-0000000073 00000 f
-0000000074 00000 f
-0000000075 00000 f
-0000000076 00000 f
-0000000077 00000 f
-0000000078 00000 f
-0000000079 00000 f
-0000000080 00000 f
-0000000081 00000 f
-0000000082 00000 f
-0000000083 00000 f
-0000000084 00000 f
-0000000085 00000 f
-0000000086 00000 f
-0000000087 00000 f
-0000000088 00000 f
-0000000089 00000 f
-0000000090 00000 f
-0000000091 00000 f
-0000000092 00000 f
-0000000093 00000 f
-0000000094 00000 f
-0000000095 00000 f
-0000000096 00000 f
-0000000097 00000 f
-0000000098 00000 f
-0000000099 00000 f
-0000000100 00000 f
-0000000101 00000 f
-0000000102 00000 f
-0000000103 00000 f
-0000000104 00000 f
-0000000105 00000 f
-0000000106 00000 f
-0000000107 00000 f
-0000000108 00000 f
-0000000109 00000 f
-0000000110 00000 f
-0000000111 00000 f
-0000000112 00000 f
-0000000113 00000 f
-0000000114 00000 f
-0000000115 00000 f
-0000000117 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000000000 00000 f
-0000051202 00000 n
-0000048489 00000 n
-0000048844 00000 n
-0000049045 00000 n
-0000061445 00000 n
-0000058207 00000 n
-0000050103 00000 n
-0000049109 00000 n
-0000231123 00000 n
-0000049538 00000 n
-0000049588 00000 n
-0000055520 00000 n
-0000055406 00000 n
-0000051720 00000 n
-0000051805 00000 n
-0000052189 00000 n
-0000055557 00000 n
-0000058244 00000 n
-0000061521 00000 n
-0000062006 00000 n
-0000062952 00000 n
-0000069751 00000 n
-0000084919 00000 n
-0000102822 00000 n
-0000111395 00000 n
-0000126519 00000 n
-0000132206 00000 n
-0000141391 00000 n
-0000143749 00000 n
-0000159943 00000 n
-0000177431 00000 n
-0000183301 00000 n
-0000187819 00000 n
-0000205653 00000 n
-0000220229 00000 n
-0000227091 00000 n
-0000231160 00000 n
-trailer
-<</Size 191/Root 1 0 R/Info 190 0 R/ID[<7EB5FF43BD08164184F35B8300F050C9><E617EB833E197F43BC059F7255614CEE>]>>
-startxref
-231333
-%%EOF
diff --git a/wqflask/wqflask/static/packages/colorbox/colorbox.jquery.json b/wqflask/wqflask/static/packages/colorbox/colorbox.jquery.json deleted file mode 100644 index 300fa5cd..00000000 --- a/wqflask/wqflask/static/packages/colorbox/colorbox.jquery.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "colorbox", - "title": "Colorbox", - "description": "A lightweight customizable lightbox plugin", - "keywords": [ - "modal", - "lightbox", - "window", - "popup", - "ui" - ], - "version": "1.4.15", - "author": { - "name": "Jack Moore", - "url": "http://www.jacklmoore.com", - "email": "hello@jacklmoore.com" - }, - "licenses": [ - { - "type": "MIT", - "url": "http://www.opensource.org/licenses/mit-license.php" - } - ], - "homepage": "http://jacklmoore.com/colorbox", - "demo": "http://jacklmoore.com/colorbox", - "dependencies": { - "jquery": ">=1.3.2" - } -}
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/component.json b/wqflask/wqflask/static/packages/colorbox/component.json deleted file mode 100644 index 9bf269bb..00000000 --- a/wqflask/wqflask/static/packages/colorbox/component.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "jquery-colorbox", - "version": "1.4.15", - "main": "./jquery.colorbox-min.js", - "dependencies": { - "jquery": ">=1.3.2" - } -}
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/content/ajax.html b/wqflask/wqflask/static/packages/colorbox/content/ajax.html deleted file mode 100644 index e772638a..00000000 --- a/wqflask/wqflask/static/packages/colorbox/content/ajax.html +++ /dev/null @@ -1,11 +0,0 @@ -<div id='homer' style="background:url(../content/homer.jpg) right center no-repeat #ececec; height:135px; width:280px; padding:30px 10px;"> - <strong>Homer</strong><br/> - <em>\noun\</em><br/> - <strong>1.</strong> American bonehead<br/> - <strong>2. Pull a Homer-</strong><br/> - to succeed despite<br/> - idiocy -</div> -<script> - $('#homer strong').css({color:'red'}); -</script>
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/content/daisy.jpg b/wqflask/wqflask/static/packages/colorbox/content/daisy.jpg Binary files differdeleted file mode 100644 index 2928b193..00000000 --- a/wqflask/wqflask/static/packages/colorbox/content/daisy.jpg +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/content/daisy@2x.jpg b/wqflask/wqflask/static/packages/colorbox/content/daisy@2x.jpg Binary files differdeleted file mode 100644 index 44f0e605..00000000 --- a/wqflask/wqflask/static/packages/colorbox/content/daisy@2x.jpg +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/content/homer.jpg b/wqflask/wqflask/static/packages/colorbox/content/homer.jpg Binary files differdeleted file mode 100644 index 87ec76c9..00000000 --- a/wqflask/wqflask/static/packages/colorbox/content/homer.jpg +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/content/marylou.jpg b/wqflask/wqflask/static/packages/colorbox/content/marylou.jpg Binary files differdeleted file mode 100644 index 4c717d27..00000000 --- a/wqflask/wqflask/static/packages/colorbox/content/marylou.jpg +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/content/ohoopee1.jpg b/wqflask/wqflask/static/packages/colorbox/content/ohoopee1.jpg Binary files differdeleted file mode 100644 index aae19a3e..00000000 --- a/wqflask/wqflask/static/packages/colorbox/content/ohoopee1.jpg +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/content/ohoopee2.jpg b/wqflask/wqflask/static/packages/colorbox/content/ohoopee2.jpg Binary files differdeleted file mode 100644 index 20689448..00000000 --- a/wqflask/wqflask/static/packages/colorbox/content/ohoopee2.jpg +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/content/ohoopee3.jpg b/wqflask/wqflask/static/packages/colorbox/content/ohoopee3.jpg Binary files differdeleted file mode 100644 index 4d64d240..00000000 --- a/wqflask/wqflask/static/packages/colorbox/content/ohoopee3.jpg +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/example1/colorbox.css b/wqflask/wqflask/static/packages/colorbox/example1/colorbox.css deleted file mode 100644 index 1dedd90f..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example1/colorbox.css +++ /dev/null @@ -1,69 +0,0 @@ -/* - Colorbox Core Style: - The following CSS is consistent between example themes and should not be altered. -*/ -#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} -#cboxOverlay{position:fixed; width:100%; height:100%;} -#cboxMiddleLeft, #cboxBottomLeft{clear:left;} -#cboxContent{position:relative;} -#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;} -#cboxTitle{margin:0;} -#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} -#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} -.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;} -.cboxIframe{width:100%; height:100%; display:block; border:0;} -#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} - -/* - User Style: - Change the following styles to modify the appearance of Colorbox. They are - ordered & tabbed in a way that represents the nesting of the generated HTML. -*/ -#cboxOverlay{background:url(images/overlay.png) repeat 0 0;} -#colorbox{outline:0;} - #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;} - #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;} - #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;} - #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;} - #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;} - #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;} - #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;} - #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;} - #cboxContent{background:#fff; overflow:hidden;} - .cboxIframe{background:#fff;} - #cboxError{padding:50px; border:1px solid #ccc;} - #cboxLoadedContent{margin-bottom:28px;} - #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;} - #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;} - #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;} - #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;} - - /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */ - #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; } - - /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */ - #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;} - - #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;} - #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;} - #cboxPrevious:hover{background-position:-75px -25px;} - #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;} - #cboxNext:hover{background-position:-50px -25px;} - #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;} - #cboxClose:hover{background-position:-25px -25px;} - -/* - The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill - when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to or needed in IE9. - See: http://jacklmoore.com/notes/ie-transparency-problems/ -*/ -.cboxIE #cboxTopLeft, -.cboxIE #cboxTopCenter, -.cboxIE #cboxTopRight, -.cboxIE #cboxBottomLeft, -.cboxIE #cboxBottomCenter, -.cboxIE #cboxBottomRight, -.cboxIE #cboxMiddleLeft, -.cboxIE #cboxMiddleRight { - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); -}
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/example1/images/border.png b/wqflask/wqflask/static/packages/colorbox/example1/images/border.png Binary files differdeleted file mode 100644 index f463a10d..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example1/images/border.png +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/example1/images/controls.png b/wqflask/wqflask/static/packages/colorbox/example1/images/controls.png Binary files differdeleted file mode 100644 index dcfd6fb9..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example1/images/controls.png +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/example1/images/loading.gif b/wqflask/wqflask/static/packages/colorbox/example1/images/loading.gif Binary files differdeleted file mode 100644 index b4695d81..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example1/images/loading.gif +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/example1/images/loading_background.png b/wqflask/wqflask/static/packages/colorbox/example1/images/loading_background.png Binary files differdeleted file mode 100644 index 6ae83e69..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example1/images/loading_background.png +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/example1/images/overlay.png b/wqflask/wqflask/static/packages/colorbox/example1/images/overlay.png Binary files differdeleted file mode 100644 index 53ea98f7..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example1/images/overlay.png +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/example1/index.html b/wqflask/wqflask/static/packages/colorbox/example1/index.html deleted file mode 100644 index 39a76f67..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example1/index.html +++ /dev/null @@ -1,95 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset='utf-8'/> - <title>Colorbox Examples</title> - <style> - body{font:12px/1.2 Verdana, sans-serif; padding:0 10px;} - a:link, a:visited{text-decoration:none; color:#416CE5; border-bottom:1px solid #416CE5;} - h2{font-size:13px; margin:15px 0 0 0;} - </style> - <link rel="stylesheet" href="colorbox.css" /> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> - <script src="../jquery.colorbox.js"></script> - <script> - $(document).ready(function(){ - //Examples of how to assign the Colorbox event to elements - $(".group1").colorbox({rel:'group1'}); - $(".group2").colorbox({rel:'group2', transition:"fade"}); - $(".group3").colorbox({rel:'group3', transition:"none", width:"75%", height:"75%"}); - $(".group4").colorbox({rel:'group4', slideshow:true}); - $(".ajax").colorbox(); - $(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344}); - $(".vimeo").colorbox({iframe:true, innerWidth:500, innerHeight:409}); - $(".iframe").colorbox({iframe:true, width:"80%", height:"80%"}); - $(".inline").colorbox({inline:true, width:"50%"}); - $(".callbacks").colorbox({ - onOpen:function(){ alert('onOpen: colorbox is about to open'); }, - onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); }, - onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); }, - onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); }, - onClosed:function(){ alert('onClosed: colorbox has completely closed'); } - }); - - $('.non-retina').colorbox({rel:'group5', transition:'none'}) - $('.retina').colorbox({rel:'group5', transition:'none', retinaImage:true, retinaUrl:true}); - - //Example of preserving a JavaScript event for inline calls. - $("#click").click(function(){ - $('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here."); - return false; - }); - }); - </script> - </head> - <body> - <h1>Colorbox Demonstration</h1> - <h2>Elastic Transition</h2> - <p><a class="group1" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee.">Grouped Photo 1</a></p> - <p><a class="group1" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group1" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>Fade Transition</h2> - <p><a class="group2" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee">Grouped Photo 1</a></p> - <p><a class="group2" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group2" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>No Transition + fixed width and height (75% of screen size)</h2> - <p><a class="group3" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee.">Grouped Photo 1</a></p> - <p><a class="group3" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group3" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>Slideshow</h2> - <p><a class="group4" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee.">Grouped Photo 1</a></p> - <p><a class="group4" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group4" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>Other Content Types</h2> - <p><a class='ajax' href="../content/ajax.html" title="Homer Defined">Outside HTML (Ajax)</a></p> - <p><a class='youtube' href="http://www.youtube.com/embed/617ANIA5Rqs?rel=0&wmode=transparent" title="The Knife: We Share Our Mother's Health">Flash / Video (Iframe/Direct Link To YouTube)</a></p> - <p><a class='vimeo' href="http://player.vimeo.com/video/2285902" title="Röyksopp: Remind Me">Flash / Video (Iframe/Direct Link To Vimeo)</a></p> - <p><a class='iframe' href="http://wikipedia.com">Outside Webpage (Iframe)</a></p> - <p><a class='inline' href="#inline_content">Inline HTML</a></p> - - <h2>Demonstration of using callbacks</h2> - <p><a class='callbacks' href="../content/marylou.jpg" title="Marylou on Cumberland Island">Example with alerts</a>. Callbacks and event-hooks allow users to extend functionality without having to rewrite parts of the plugin.</p> - - - <h2>Retina Images</h2> - <p><a class="retina" href="../content/daisy.jpg" title="Retina">Retina</a></p> - <p><a class="non-retina" href="../content/daisy.jpg" title="Non-Retina">Non-Retina</a></p> - - <!-- This contains the hidden content for inline calls --> - <div style='display:none'> - <div id='inline_content' style='padding:10px; background:#fff;'> - <p><strong>This content comes from a hidden element on this page.</strong></p> - <p>The inline option preserves bound JavaScript events and changes, and it puts the content back where it came from when it is closed.</p> - <p><a id="click" href="#" style='padding:5px; background:#ccc;'>Click me, it will be preserved!</a></p> - - <p><strong>If you try to open a new Colorbox while it is already open, it will update itself with the new content.</strong></p> - <p>Updating Content Example:<br /> - <a class="ajax" href="../content/ajax.html">Click here to load new content</a></p> - </div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/example2/colorbox.css b/wqflask/wqflask/static/packages/colorbox/example2/colorbox.css deleted file mode 100644 index b463110f..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example2/colorbox.css +++ /dev/null @@ -1,49 +0,0 @@ -/* - Colorbox Core Style: - The following CSS is consistent between example themes and should not be altered. -*/ -#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} -#cboxOverlay{position:fixed; width:100%; height:100%;} -#cboxMiddleLeft, #cboxBottomLeft{clear:left;} -#cboxContent{position:relative;} -#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;} -#cboxTitle{margin:0;} -#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} -#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} -.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;} -.cboxIframe{width:100%; height:100%; display:block; border:0;} -#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} - -/* - User Style: - Change the following styles to modify the appearance of Colorbox. They are - ordered & tabbed in a way that represents the nesting of the generated HTML. -*/ -#cboxOverlay{background:#fff;} -#colorbox{outline:0;} - #cboxContent{margin-top:32px; overflow:visible; background:#000;} - .cboxIframe{background:#fff;} - #cboxError{padding:50px; border:1px solid #ccc;} - #cboxLoadedContent{background:#000; padding:1px;} - #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;} - #cboxLoadingOverlay{background:#000;} - #cboxTitle{position:absolute; top:-22px; left:0; color:#000;} - #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;} - - /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */ - #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) no-repeat 0 0;} - - /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */ - #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;} - - #cboxPrevious{background-position:0px 0px; right:44px;} - #cboxPrevious:hover{background-position:0px -25px;} - #cboxNext{background-position:-25px 0px; right:22px;} - #cboxNext:hover{background-position:-25px -25px;} - #cboxClose{background-position:-50px 0px; right:0;} - #cboxClose:hover{background-position:-50px -25px;} - .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;} - .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;} - .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;} - .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;} - .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;} diff --git a/wqflask/wqflask/static/packages/colorbox/example2/images/controls.png b/wqflask/wqflask/static/packages/colorbox/example2/images/controls.png Binary files differdeleted file mode 100644 index 8569b57f..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example2/images/controls.png +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/example2/images/loading.gif b/wqflask/wqflask/static/packages/colorbox/example2/images/loading.gif Binary files differdeleted file mode 100644 index 19c67bbd..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example2/images/loading.gif +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/example2/index.html b/wqflask/wqflask/static/packages/colorbox/example2/index.html deleted file mode 100644 index 39a76f67..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example2/index.html +++ /dev/null @@ -1,95 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset='utf-8'/> - <title>Colorbox Examples</title> - <style> - body{font:12px/1.2 Verdana, sans-serif; padding:0 10px;} - a:link, a:visited{text-decoration:none; color:#416CE5; border-bottom:1px solid #416CE5;} - h2{font-size:13px; margin:15px 0 0 0;} - </style> - <link rel="stylesheet" href="colorbox.css" /> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> - <script src="../jquery.colorbox.js"></script> - <script> - $(document).ready(function(){ - //Examples of how to assign the Colorbox event to elements - $(".group1").colorbox({rel:'group1'}); - $(".group2").colorbox({rel:'group2', transition:"fade"}); - $(".group3").colorbox({rel:'group3', transition:"none", width:"75%", height:"75%"}); - $(".group4").colorbox({rel:'group4', slideshow:true}); - $(".ajax").colorbox(); - $(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344}); - $(".vimeo").colorbox({iframe:true, innerWidth:500, innerHeight:409}); - $(".iframe").colorbox({iframe:true, width:"80%", height:"80%"}); - $(".inline").colorbox({inline:true, width:"50%"}); - $(".callbacks").colorbox({ - onOpen:function(){ alert('onOpen: colorbox is about to open'); }, - onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); }, - onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); }, - onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); }, - onClosed:function(){ alert('onClosed: colorbox has completely closed'); } - }); - - $('.non-retina').colorbox({rel:'group5', transition:'none'}) - $('.retina').colorbox({rel:'group5', transition:'none', retinaImage:true, retinaUrl:true}); - - //Example of preserving a JavaScript event for inline calls. - $("#click").click(function(){ - $('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here."); - return false; - }); - }); - </script> - </head> - <body> - <h1>Colorbox Demonstration</h1> - <h2>Elastic Transition</h2> - <p><a class="group1" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee.">Grouped Photo 1</a></p> - <p><a class="group1" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group1" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>Fade Transition</h2> - <p><a class="group2" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee">Grouped Photo 1</a></p> - <p><a class="group2" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group2" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>No Transition + fixed width and height (75% of screen size)</h2> - <p><a class="group3" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee.">Grouped Photo 1</a></p> - <p><a class="group3" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group3" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>Slideshow</h2> - <p><a class="group4" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee.">Grouped Photo 1</a></p> - <p><a class="group4" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group4" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>Other Content Types</h2> - <p><a class='ajax' href="../content/ajax.html" title="Homer Defined">Outside HTML (Ajax)</a></p> - <p><a class='youtube' href="http://www.youtube.com/embed/617ANIA5Rqs?rel=0&wmode=transparent" title="The Knife: We Share Our Mother's Health">Flash / Video (Iframe/Direct Link To YouTube)</a></p> - <p><a class='vimeo' href="http://player.vimeo.com/video/2285902" title="Röyksopp: Remind Me">Flash / Video (Iframe/Direct Link To Vimeo)</a></p> - <p><a class='iframe' href="http://wikipedia.com">Outside Webpage (Iframe)</a></p> - <p><a class='inline' href="#inline_content">Inline HTML</a></p> - - <h2>Demonstration of using callbacks</h2> - <p><a class='callbacks' href="../content/marylou.jpg" title="Marylou on Cumberland Island">Example with alerts</a>. Callbacks and event-hooks allow users to extend functionality without having to rewrite parts of the plugin.</p> - - - <h2>Retina Images</h2> - <p><a class="retina" href="../content/daisy.jpg" title="Retina">Retina</a></p> - <p><a class="non-retina" href="../content/daisy.jpg" title="Non-Retina">Non-Retina</a></p> - - <!-- This contains the hidden content for inline calls --> - <div style='display:none'> - <div id='inline_content' style='padding:10px; background:#fff;'> - <p><strong>This content comes from a hidden element on this page.</strong></p> - <p>The inline option preserves bound JavaScript events and changes, and it puts the content back where it came from when it is closed.</p> - <p><a id="click" href="#" style='padding:5px; background:#ccc;'>Click me, it will be preserved!</a></p> - - <p><strong>If you try to open a new Colorbox while it is already open, it will update itself with the new content.</strong></p> - <p>Updating Content Example:<br /> - <a class="ajax" href="../content/ajax.html">Click here to load new content</a></p> - </div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/example3/colorbox.css b/wqflask/wqflask/static/packages/colorbox/example3/colorbox.css deleted file mode 100644 index f12844e1..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example3/colorbox.css +++ /dev/null @@ -1,44 +0,0 @@ -/* - Colorbox Core Style: - The following CSS is consistent between example themes and should not be altered. -*/ -#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} -#cboxOverlay{position:fixed; width:100%; height:100%;} -#cboxMiddleLeft, #cboxBottomLeft{clear:left;} -#cboxContent{position:relative;} -#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;} -#cboxTitle{margin:0;} -#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} -#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} -.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;} -.cboxIframe{width:100%; height:100%; display:block; border:0;} -#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} - -/* - User Style: - Change the following styles to modify the appearance of Colorbox. They are - ordered & tabbed in a way that represents the nesting of the generated HTML. -*/ -#cboxOverlay{background:#000;} -#colorbox{outline:0;} - #cboxContent{margin-top:20px;background:#000;} - .cboxIframe{background:#fff;} - #cboxError{padding:50px; border:1px solid #ccc;} - #cboxLoadedContent{border:5px solid #000; background:#fff;} - #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;} - #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;} - #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;} - - /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */ - #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; } - - /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */ - #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;} - - #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;} - #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;} - #cboxPrevious:hover{background-position:bottom left;} - #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;} - #cboxNext:hover{background-position:bottom right;} - #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;} - #cboxClose:hover{background-position:bottom center;} diff --git a/wqflask/wqflask/static/packages/colorbox/example3/images/controls.png b/wqflask/wqflask/static/packages/colorbox/example3/images/controls.png Binary files differdeleted file mode 100644 index e1e97982..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example3/images/controls.png +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/example3/images/loading.gif b/wqflask/wqflask/static/packages/colorbox/example3/images/loading.gif Binary files differdeleted file mode 100644 index 19c67bbd..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example3/images/loading.gif +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/example3/index.html b/wqflask/wqflask/static/packages/colorbox/example3/index.html deleted file mode 100644 index 39a76f67..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example3/index.html +++ /dev/null @@ -1,95 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset='utf-8'/> - <title>Colorbox Examples</title> - <style> - body{font:12px/1.2 Verdana, sans-serif; padding:0 10px;} - a:link, a:visited{text-decoration:none; color:#416CE5; border-bottom:1px solid #416CE5;} - h2{font-size:13px; margin:15px 0 0 0;} - </style> - <link rel="stylesheet" href="colorbox.css" /> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> - <script src="../jquery.colorbox.js"></script> - <script> - $(document).ready(function(){ - //Examples of how to assign the Colorbox event to elements - $(".group1").colorbox({rel:'group1'}); - $(".group2").colorbox({rel:'group2', transition:"fade"}); - $(".group3").colorbox({rel:'group3', transition:"none", width:"75%", height:"75%"}); - $(".group4").colorbox({rel:'group4', slideshow:true}); - $(".ajax").colorbox(); - $(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344}); - $(".vimeo").colorbox({iframe:true, innerWidth:500, innerHeight:409}); - $(".iframe").colorbox({iframe:true, width:"80%", height:"80%"}); - $(".inline").colorbox({inline:true, width:"50%"}); - $(".callbacks").colorbox({ - onOpen:function(){ alert('onOpen: colorbox is about to open'); }, - onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); }, - onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); }, - onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); }, - onClosed:function(){ alert('onClosed: colorbox has completely closed'); } - }); - - $('.non-retina').colorbox({rel:'group5', transition:'none'}) - $('.retina').colorbox({rel:'group5', transition:'none', retinaImage:true, retinaUrl:true}); - - //Example of preserving a JavaScript event for inline calls. - $("#click").click(function(){ - $('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here."); - return false; - }); - }); - </script> - </head> - <body> - <h1>Colorbox Demonstration</h1> - <h2>Elastic Transition</h2> - <p><a class="group1" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee.">Grouped Photo 1</a></p> - <p><a class="group1" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group1" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>Fade Transition</h2> - <p><a class="group2" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee">Grouped Photo 1</a></p> - <p><a class="group2" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group2" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>No Transition + fixed width and height (75% of screen size)</h2> - <p><a class="group3" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee.">Grouped Photo 1</a></p> - <p><a class="group3" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group3" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>Slideshow</h2> - <p><a class="group4" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee.">Grouped Photo 1</a></p> - <p><a class="group4" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group4" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>Other Content Types</h2> - <p><a class='ajax' href="../content/ajax.html" title="Homer Defined">Outside HTML (Ajax)</a></p> - <p><a class='youtube' href="http://www.youtube.com/embed/617ANIA5Rqs?rel=0&wmode=transparent" title="The Knife: We Share Our Mother's Health">Flash / Video (Iframe/Direct Link To YouTube)</a></p> - <p><a class='vimeo' href="http://player.vimeo.com/video/2285902" title="Röyksopp: Remind Me">Flash / Video (Iframe/Direct Link To Vimeo)</a></p> - <p><a class='iframe' href="http://wikipedia.com">Outside Webpage (Iframe)</a></p> - <p><a class='inline' href="#inline_content">Inline HTML</a></p> - - <h2>Demonstration of using callbacks</h2> - <p><a class='callbacks' href="../content/marylou.jpg" title="Marylou on Cumberland Island">Example with alerts</a>. Callbacks and event-hooks allow users to extend functionality without having to rewrite parts of the plugin.</p> - - - <h2>Retina Images</h2> - <p><a class="retina" href="../content/daisy.jpg" title="Retina">Retina</a></p> - <p><a class="non-retina" href="../content/daisy.jpg" title="Non-Retina">Non-Retina</a></p> - - <!-- This contains the hidden content for inline calls --> - <div style='display:none'> - <div id='inline_content' style='padding:10px; background:#fff;'> - <p><strong>This content comes from a hidden element on this page.</strong></p> - <p>The inline option preserves bound JavaScript events and changes, and it puts the content back where it came from when it is closed.</p> - <p><a id="click" href="#" style='padding:5px; background:#ccc;'>Click me, it will be preserved!</a></p> - - <p><strong>If you try to open a new Colorbox while it is already open, it will update itself with the new content.</strong></p> - <p>Updating Content Example:<br /> - <a class="ajax" href="../content/ajax.html">Click here to load new content</a></p> - </div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/example4/colorbox.css b/wqflask/wqflask/static/packages/colorbox/example4/colorbox.css deleted file mode 100644 index 1a3b899a..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example4/colorbox.css +++ /dev/null @@ -1,65 +0,0 @@ -/* - Colorbox Core Style: - The following CSS is consistent between example themes and should not be altered. -*/ -#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} -#cboxOverlay{position:fixed; width:100%; height:100%;} -#cboxMiddleLeft, #cboxBottomLeft{clear:left;} -#cboxContent{position:relative;} -#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;} -#cboxTitle{margin:0;} -#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} -#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} -.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;} -.cboxIframe{width:100%; height:100%; display:block; border:0;} -#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} - -/* - User Style: - Change the following styles to modify the appearance of Colorbox. They are - ordered & tabbed in a way that represents the nesting of the generated HTML. -*/ -#cboxOverlay{background:#fff;} -#colorbox{outline:0;} - #cboxTopLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 0;} - #cboxTopCenter{height:25px; background:url(images/border1.png) repeat-x 0 -50px;} - #cboxTopRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px 0;} - #cboxBottomLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 -25px;} - #cboxBottomCenter{height:25px; background:url(images/border1.png) repeat-x 0 -75px;} - #cboxBottomRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px -25px;} - #cboxMiddleLeft{width:25px; background:url(images/border2.png) repeat-y 0 0;} - #cboxMiddleRight{width:25px; background:url(images/border2.png) repeat-y -25px 0;} - #cboxContent{background:#fff; overflow:hidden;} - .cboxIframe{background:#fff;} - #cboxError{padding:50px; border:1px solid #ccc;} - #cboxLoadedContent{margin-bottom:20px;} - #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;} - #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;} - #cboxLoadingOverlay{background:#fff url(images/loading.gif) no-repeat 5px 5px;} - - /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */ - #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; } - - /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */ - #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;} - - #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;} - #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;} - #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;} - #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;} - -/* - The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill - when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to or needed in IE9. - See: http://jacklmoore.com/notes/ie-transparency-problems/ -*/ -.cboxIE #cboxTopLeft, -.cboxIE #cboxTopCenter, -.cboxIE #cboxTopRight, -.cboxIE #cboxBottomLeft, -.cboxIE #cboxBottomCenter, -.cboxIE #cboxBottomRight, -.cboxIE #cboxMiddleLeft, -.cboxIE #cboxMiddleRight { - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); -}
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/example4/images/border1.png b/wqflask/wqflask/static/packages/colorbox/example4/images/border1.png Binary files differdeleted file mode 100644 index 0ddc7040..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example4/images/border1.png +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/example4/images/border2.png b/wqflask/wqflask/static/packages/colorbox/example4/images/border2.png Binary files differdeleted file mode 100644 index aa62a0b7..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example4/images/border2.png +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/example4/images/loading.gif b/wqflask/wqflask/static/packages/colorbox/example4/images/loading.gif Binary files differdeleted file mode 100644 index 602ce3c3..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example4/images/loading.gif +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/example4/index.html b/wqflask/wqflask/static/packages/colorbox/example4/index.html deleted file mode 100644 index 39a76f67..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example4/index.html +++ /dev/null @@ -1,95 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset='utf-8'/> - <title>Colorbox Examples</title> - <style> - body{font:12px/1.2 Verdana, sans-serif; padding:0 10px;} - a:link, a:visited{text-decoration:none; color:#416CE5; border-bottom:1px solid #416CE5;} - h2{font-size:13px; margin:15px 0 0 0;} - </style> - <link rel="stylesheet" href="colorbox.css" /> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> - <script src="../jquery.colorbox.js"></script> - <script> - $(document).ready(function(){ - //Examples of how to assign the Colorbox event to elements - $(".group1").colorbox({rel:'group1'}); - $(".group2").colorbox({rel:'group2', transition:"fade"}); - $(".group3").colorbox({rel:'group3', transition:"none", width:"75%", height:"75%"}); - $(".group4").colorbox({rel:'group4', slideshow:true}); - $(".ajax").colorbox(); - $(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344}); - $(".vimeo").colorbox({iframe:true, innerWidth:500, innerHeight:409}); - $(".iframe").colorbox({iframe:true, width:"80%", height:"80%"}); - $(".inline").colorbox({inline:true, width:"50%"}); - $(".callbacks").colorbox({ - onOpen:function(){ alert('onOpen: colorbox is about to open'); }, - onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); }, - onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); }, - onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); }, - onClosed:function(){ alert('onClosed: colorbox has completely closed'); } - }); - - $('.non-retina').colorbox({rel:'group5', transition:'none'}) - $('.retina').colorbox({rel:'group5', transition:'none', retinaImage:true, retinaUrl:true}); - - //Example of preserving a JavaScript event for inline calls. - $("#click").click(function(){ - $('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here."); - return false; - }); - }); - </script> - </head> - <body> - <h1>Colorbox Demonstration</h1> - <h2>Elastic Transition</h2> - <p><a class="group1" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee.">Grouped Photo 1</a></p> - <p><a class="group1" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group1" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>Fade Transition</h2> - <p><a class="group2" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee">Grouped Photo 1</a></p> - <p><a class="group2" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group2" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>No Transition + fixed width and height (75% of screen size)</h2> - <p><a class="group3" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee.">Grouped Photo 1</a></p> - <p><a class="group3" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group3" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>Slideshow</h2> - <p><a class="group4" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee.">Grouped Photo 1</a></p> - <p><a class="group4" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group4" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>Other Content Types</h2> - <p><a class='ajax' href="../content/ajax.html" title="Homer Defined">Outside HTML (Ajax)</a></p> - <p><a class='youtube' href="http://www.youtube.com/embed/617ANIA5Rqs?rel=0&wmode=transparent" title="The Knife: We Share Our Mother's Health">Flash / Video (Iframe/Direct Link To YouTube)</a></p> - <p><a class='vimeo' href="http://player.vimeo.com/video/2285902" title="Röyksopp: Remind Me">Flash / Video (Iframe/Direct Link To Vimeo)</a></p> - <p><a class='iframe' href="http://wikipedia.com">Outside Webpage (Iframe)</a></p> - <p><a class='inline' href="#inline_content">Inline HTML</a></p> - - <h2>Demonstration of using callbacks</h2> - <p><a class='callbacks' href="../content/marylou.jpg" title="Marylou on Cumberland Island">Example with alerts</a>. Callbacks and event-hooks allow users to extend functionality without having to rewrite parts of the plugin.</p> - - - <h2>Retina Images</h2> - <p><a class="retina" href="../content/daisy.jpg" title="Retina">Retina</a></p> - <p><a class="non-retina" href="../content/daisy.jpg" title="Non-Retina">Non-Retina</a></p> - - <!-- This contains the hidden content for inline calls --> - <div style='display:none'> - <div id='inline_content' style='padding:10px; background:#fff;'> - <p><strong>This content comes from a hidden element on this page.</strong></p> - <p>The inline option preserves bound JavaScript events and changes, and it puts the content back where it came from when it is closed.</p> - <p><a id="click" href="#" style='padding:5px; background:#ccc;'>Click me, it will be preserved!</a></p> - - <p><strong>If you try to open a new Colorbox while it is already open, it will update itself with the new content.</strong></p> - <p>Updating Content Example:<br /> - <a class="ajax" href="../content/ajax.html">Click here to load new content</a></p> - </div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/example5/colorbox.css b/wqflask/wqflask/static/packages/colorbox/example5/colorbox.css deleted file mode 100644 index fae0adef..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example5/colorbox.css +++ /dev/null @@ -1,57 +0,0 @@ -/* - Colorbox Core Style: - The following CSS is consistent between example themes and should not be altered. -*/ -#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} -#cboxOverlay{position:fixed; width:100%; height:100%;} -#cboxMiddleLeft, #cboxBottomLeft{clear:left;} -#cboxContent{position:relative;} -#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;} -#cboxTitle{margin:0;} -#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} -#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} -.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;} -.cboxIframe{width:100%; height:100%; display:block; border:0;} -#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} - -/* - User Style: - Change the following styles to modify the appearance of Colorbox. They are - ordered & tabbed in a way that represents the nesting of the generated HTML. -*/ -#cboxOverlay{background:#000;} -#colorbox{outline:0;} - #cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) no-repeat 0 0;} - #cboxTopCenter{height:14px; background:url(images/border.png) repeat-x top left;} - #cboxTopRight{width:14px; height:14px; background:url(images/controls.png) no-repeat -36px 0;} - #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) no-repeat 0 -32px;} - #cboxBottomCenter{height:43px; background:url(images/border.png) repeat-x bottom left;} - #cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) no-repeat -36px -32px;} - #cboxMiddleLeft{width:14px; background:url(images/controls.png) repeat-y -175px 0;} - #cboxMiddleRight{width:14px; background:url(images/controls.png) repeat-y -211px 0;} - #cboxContent{background:#fff; overflow:visible;} - .cboxIframe{background:#fff;} - #cboxError{padding:50px; border:1px solid #ccc;} - #cboxLoadedContent{margin-bottom:5px;} - #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;} - #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;} - #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;} - #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;} - - /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */ - #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; position:absolute; bottom:-29px; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;} - - /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */ - #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;} - - #cboxPrevious{left:0px; background-position: -51px -25px;} - #cboxPrevious:hover{background-position:-51px 0px;} - #cboxNext{left:27px; background-position:-75px -25px;} - #cboxNext:hover{background-position:-75px 0px;} - #cboxClose{right:0; background-position:-100px -25px;} - #cboxClose:hover{background-position:-100px 0px;} - - .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;} - .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;} - .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;} - .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/example5/images/border.png b/wqflask/wqflask/static/packages/colorbox/example5/images/border.png Binary files differdeleted file mode 100644 index df13bb6d..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example5/images/border.png +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/example5/images/controls.png b/wqflask/wqflask/static/packages/colorbox/example5/images/controls.png Binary files differdeleted file mode 100644 index 65cfd1dc..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example5/images/controls.png +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/example5/images/loading.gif b/wqflask/wqflask/static/packages/colorbox/example5/images/loading.gif Binary files differdeleted file mode 100644 index b4695d81..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example5/images/loading.gif +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/example5/images/loading_background.png b/wqflask/wqflask/static/packages/colorbox/example5/images/loading_background.png Binary files differdeleted file mode 100644 index 9de11f46..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example5/images/loading_background.png +++ /dev/null diff --git a/wqflask/wqflask/static/packages/colorbox/example5/index.html b/wqflask/wqflask/static/packages/colorbox/example5/index.html deleted file mode 100644 index 39a76f67..00000000 --- a/wqflask/wqflask/static/packages/colorbox/example5/index.html +++ /dev/null @@ -1,95 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset='utf-8'/> - <title>Colorbox Examples</title> - <style> - body{font:12px/1.2 Verdana, sans-serif; padding:0 10px;} - a:link, a:visited{text-decoration:none; color:#416CE5; border-bottom:1px solid #416CE5;} - h2{font-size:13px; margin:15px 0 0 0;} - </style> - <link rel="stylesheet" href="colorbox.css" /> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> - <script src="../jquery.colorbox.js"></script> - <script> - $(document).ready(function(){ - //Examples of how to assign the Colorbox event to elements - $(".group1").colorbox({rel:'group1'}); - $(".group2").colorbox({rel:'group2', transition:"fade"}); - $(".group3").colorbox({rel:'group3', transition:"none", width:"75%", height:"75%"}); - $(".group4").colorbox({rel:'group4', slideshow:true}); - $(".ajax").colorbox(); - $(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344}); - $(".vimeo").colorbox({iframe:true, innerWidth:500, innerHeight:409}); - $(".iframe").colorbox({iframe:true, width:"80%", height:"80%"}); - $(".inline").colorbox({inline:true, width:"50%"}); - $(".callbacks").colorbox({ - onOpen:function(){ alert('onOpen: colorbox is about to open'); }, - onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); }, - onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); }, - onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); }, - onClosed:function(){ alert('onClosed: colorbox has completely closed'); } - }); - - $('.non-retina').colorbox({rel:'group5', transition:'none'}) - $('.retina').colorbox({rel:'group5', transition:'none', retinaImage:true, retinaUrl:true}); - - //Example of preserving a JavaScript event for inline calls. - $("#click").click(function(){ - $('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here."); - return false; - }); - }); - </script> - </head> - <body> - <h1>Colorbox Demonstration</h1> - <h2>Elastic Transition</h2> - <p><a class="group1" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee.">Grouped Photo 1</a></p> - <p><a class="group1" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group1" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>Fade Transition</h2> - <p><a class="group2" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee">Grouped Photo 1</a></p> - <p><a class="group2" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group2" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>No Transition + fixed width and height (75% of screen size)</h2> - <p><a class="group3" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee.">Grouped Photo 1</a></p> - <p><a class="group3" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group3" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>Slideshow</h2> - <p><a class="group4" href="../content/ohoopee1.jpg" title="Me and my grandfather on the Ohoopee.">Grouped Photo 1</a></p> - <p><a class="group4" href="../content/ohoopee2.jpg" title="On the Ohoopee as a child">Grouped Photo 2</a></p> - <p><a class="group4" href="../content/ohoopee3.jpg" title="On the Ohoopee as an adult">Grouped Photo 3</a></p> - - <h2>Other Content Types</h2> - <p><a class='ajax' href="../content/ajax.html" title="Homer Defined">Outside HTML (Ajax)</a></p> - <p><a class='youtube' href="http://www.youtube.com/embed/617ANIA5Rqs?rel=0&wmode=transparent" title="The Knife: We Share Our Mother's Health">Flash / Video (Iframe/Direct Link To YouTube)</a></p> - <p><a class='vimeo' href="http://player.vimeo.com/video/2285902" title="Röyksopp: Remind Me">Flash / Video (Iframe/Direct Link To Vimeo)</a></p> - <p><a class='iframe' href="http://wikipedia.com">Outside Webpage (Iframe)</a></p> - <p><a class='inline' href="#inline_content">Inline HTML</a></p> - - <h2>Demonstration of using callbacks</h2> - <p><a class='callbacks' href="../content/marylou.jpg" title="Marylou on Cumberland Island">Example with alerts</a>. Callbacks and event-hooks allow users to extend functionality without having to rewrite parts of the plugin.</p> - - - <h2>Retina Images</h2> - <p><a class="retina" href="../content/daisy.jpg" title="Retina">Retina</a></p> - <p><a class="non-retina" href="../content/daisy.jpg" title="Non-Retina">Non-Retina</a></p> - - <!-- This contains the hidden content for inline calls --> - <div style='display:none'> - <div id='inline_content' style='padding:10px; background:#fff;'> - <p><strong>This content comes from a hidden element on this page.</strong></p> - <p>The inline option preserves bound JavaScript events and changes, and it puts the content back where it came from when it is closed.</p> - <p><a id="click" href="#" style='padding:5px; background:#ccc;'>Click me, it will be preserved!</a></p> - - <p><strong>If you try to open a new Colorbox while it is already open, it will update itself with the new content.</strong></p> - <p>Updating Content Example:<br /> - <a class="ajax" href="../content/ajax.html">Click here to load new content</a></p> - </div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-ar.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-ar.js deleted file mode 100644 index 6c4228cd..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-ar.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - jQuery Colorbox language configuration - language: Arabic (ar) - translated by: A.Rhman Sayes -*/ -jQuery.extend(jQuery.colorbox.settings, { - current: "الصورة {current} من {total}", - previous: "السابق", - next: "التالي", - close: "إغلاق", - xhrError: "حدث خطأ أثناء تحميل المحتوى.", - imgError: "حدث خطأ أثناء تحميل الصورة.", - slideshowStart: "تشغيل العرض", - slideshowStop: "إيقاف العرض" -}); diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-bg b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-bg deleted file mode 100644 index de7e4a1d..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-bg +++ /dev/null @@ -1,16 +0,0 @@ -/* - jQuery Colorbox language configuration - language: Bulgarian (bg) - translated by: Marian M.Bida - site: webmax.bg -*/ -jQuery.extend(jQuery.colorbox.settings, { - current: "изображение {current} от {total}", - previous: "предишна", - next: "следваща", - close: "затвори", - xhrError: "Неуспешно зареждане на съдържанието.", - imgError: "Неуспешно зареждане на изображението.", - slideshowStart: "пусни слайд-шоу", - slideshowStop: "спри слайд-шоу" -}); diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-cs.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-cs.js deleted file mode 100644 index feda8059..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-cs.js +++ /dev/null @@ -1,14 +0,0 @@ -/* - jQuery Colorbox language configuration - language: Czech (cs) - translated by: Filip Novak - site: mame.napilno.cz/filip-novak -*/ -jQuery.extend(jQuery.colorbox.settings, { - current: "{current}. obrázek z {total}", - previous: "Předchozí", - next: "Následující", - close: "Zavřít", - xhrError: "Obsah se nepodařilo načíst.", - imgError: "Obrázek se nepodařilo načíst." -});
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-da.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-da.js deleted file mode 100644 index 676fffed..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-da.js +++ /dev/null @@ -1,16 +0,0 @@ -/* - jQuery Colorbox language configuration - language: Danish (da) - translated by: danieljuhl - site: danieljuhl.dk -*/ -jQuery.extend(jQuery.colorbox.settings, { - current: "Billede {current} af {total}", - previous: "Forrige", - next: "Næste", - close: "Luk", - xhrError: "Indholdet fejlede i indlæsningen.", - imgError: "Billedet fejlede i indlæsningen.", - slideshowStart: "Start slideshow", - slideshowStop: "Stop slideshow" -}); diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-de.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-de.js deleted file mode 100644 index d489379b..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-de.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - jQuery Colorbox language configuration - language: German (de) - translated by: wallenium -*/ -jQuery.extend(jQuery.colorbox.settings, { - current: "Bild {current} von {total}", - previous: "Zurück", - next: "Vor", - close: "Schließen", - xhrError: "Dieser Inhalt konnte nicht geladen werden.", - imgError: "Dieses Bild konnte nicht geladen werden.", - slideshowStart: "Slideshow starten", - slideshowStop: "Slideshow anhalten" -});
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-es.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-es.js deleted file mode 100644 index 11296fc9..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-es.js +++ /dev/null @@ -1,13 +0,0 @@ -/* - jQuery Colorbox language configuration - language: Spanish (es) - translated by: migolo -*/ -jQuery.extend(jQuery.colorbox.settings, { - current: "Imagen {current} de {total}", - previous: "Anterior", - next: "Siguiente", - close: "Cerrar", - xhrError: "Error en la carga del contenido.", - imgError: "Error en la carga de la imagen." -}); diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-fa.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-fa.js deleted file mode 100644 index 32869a4c..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-fa.js +++ /dev/null @@ -1,18 +0,0 @@ -/*
- jQuery Colorbox language configuration
- language: Persian (Farsi)
- translated by: Mahdi Jaberzadeh Ansari (MJZSoft)
- site: www.mjzsoft.ir
- email: mahdijaberzadehansari (at) yahoo.co.uk
- Please note : Persian language is right to left like arabic.
-*/
-jQuery.extend(jQuery.colorbox.settings, {
- current: "تصویر {current} از {total}",
- previous: "قبلی",
- next: "بعدی",
- close: "بستن",
- xhrError: "متاسفانه محتویات مورد نظر قابل نمایش نیست.",
- imgError: "متاسفانه بارگذاری این عکس با مشکل مواجه شده است.",
- slideshowStart: "آغاز نمایش خودکار",
- slideshowStop: "توقف نمایش خودکار"
-});
diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-fi.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-fi.js deleted file mode 100644 index ac03fe02..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-fi.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - jQuery Colorbox language configuration - language: Finnish (fi) - translated by: Mikko -*/ -jQuery.extend(jQuery.colorbox.settings, { - current: "Kuva {current} / {total}", - previous: "Edellinen", - next: "Seuraava", - close: "Sulje", - xhrError: "Sisällön lataaminen epäonnistui.", - imgError: "Kuvan lataaminen epäonnistui.", - slideshowStart: "Aloita kuvaesitys.", - slideshowStop: "Lopeta kuvaesitys." -}); diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-fr.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-fr.js deleted file mode 100644 index f76352bd..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-fr.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - jQuery Colorbox language configuration - language: French (fr) - translated by: oaubert -*/ -jQuery.extend(jQuery.colorbox.settings, { - current: "image {current} sur {total}", - previous: "précédente", - next: "suivante", - close: "fermer", - xhrError: "Impossible de charger ce contenu.", - imgError: "Impossible de charger cette image.", - slideshowStart: "démarrer la présentation", - slideshowStop: "arrêter la présentation" -}); diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-hr.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-hr.js deleted file mode 100644 index 7eb62bec..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-hr.js +++ /dev/null @@ -1,15 +0,0 @@ -/*
- jQuery Colorbox language configuration
- language: Croatian (hr)
- translated by: Mladen Bicanic (base.hr)
-*/
-jQuery.extend(jQuery.colorbox.settings, {
- current: "Slika {current} od {total}",
- previous: "Prethodna",
- next: "Sljedeća",
- close: "Zatvori",
- xhrError: "Neuspješno učitavanje sadržaja.",
- imgError: "Neuspješno učitavanje slike.",
- slideshowStart: "Pokreni slideshow",
- slideshowStop: "Zaustavi slideshow"
-});
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-hu.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-hu.js deleted file mode 100644 index 72e9d36b..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-hu.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - jQuery Colorbox language configuration - language: Hungarian (hu) - translated by: kovadani -*/ -jQuery.extend(jQuery.colorbox.settings, { - current: "{current}/{total} kép", - previous: "Előző", - next: "Következő", - close: "Bezár", - xhrError: "A tartalmat nem sikerült betölteni.", - imgError: "A képet nem sikerült betölteni.", - slideshowStart: "Diavetítés indítása", - slideshowStop: "Diavetítés leállítása" -});
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-it.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-it.js deleted file mode 100644 index 2a4af645..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-it.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - jQuery Colorbox language configuration - language: Italian (it) - translated by: maur8ino -*/ -jQuery.extend(jQuery.colorbox.settings, { - current: "Immagine {current} di {total}", - previous: "Precedente", - next: "Successiva", - close: "Chiudi", - xhrError: "Errore nel caricamento del contenuto.", - imgError: "Errore nel caricamento dell'immagine.", - slideshowStart: "Inizia la presentazione", - slideshowStop: "Termina la presentazione" -}); diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-ja.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-ja.js deleted file mode 100644 index 5480de33..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-ja.js +++ /dev/null @@ -1,15 +0,0 @@ -/*
- jQuery Colorbox language configuration
- language: Japanaese (ja)
- translated by: Hajime Fujimoto
-*/
-jQuery.extend(jQuery.colorbox.settings, {
- current: "{total}枚中{current}枚目",
- previous: "前",
- next: "次",
- close: "閉じる",
- xhrError: "コンテンツの読み込みに失敗しました",
- imgError: "画像の読み込みに失敗しました",
- slideshowStart: "スライドショー開始",
- slideshowStop: "スライドショー終了"
-});
diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-kr.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-kr.js deleted file mode 100644 index b95702bc..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-kr.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - jQuery Colorbox language configuration - language: Korean (kr) - translated by: lunareffect -*/ -jQuery.extend(jQuery.colorbox.settings, { - current: "총 {total} 중 {current}", - previous: "이전", - next: "다음", - close: "닫기", - xhrError: "컨텐츠를 불러오는 데 실패했습니다.", - imgError: "이미지를 불러오는 데 실패했습니다.", - slideshowStart: "슬라이드쇼 시작", - slideshowStop: "슬라이드쇼 중지" -}); diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-lv.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-lv.js deleted file mode 100644 index e376366b..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-lv.js +++ /dev/null @@ -1,16 +0,0 @@ -/* - jQuery Colorbox language configuration - language: Latvian (lv) - translated by: Matiss Roberts Treinis - site: x0.lv -*/ -jQuery.extend(jQuery.colorbox.settings, { - current: "attēls {current} no {total}", - previous: "iepriekšējais", - next: "nākamais", - close: "aizvērt", - xhrError: "Neizdevās ielādēt saturu.", - imgError: "Neizdevās ielādēt attēlu.", - slideshowStart: "sākt slaidrādi", - slideshowStop: "apturēt slaidrādi" -}); diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-nl.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-nl.js deleted file mode 100644 index dfc658ec..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-nl.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - jQuery Colorbox language configuration - language: Dutch (nl) - translated by: barryvdh -*/ -jQuery.extend(jQuery.colorbox.settings, { - current: "Afbeelding {current} van {total}", - previous: "Vorige", - next: "Volgende", - close: "Sluiten", - xhrError: "Deze inhoud kan niet geladen worden.", - imgError: "Deze afbeelding kan niet geladen worden.", - slideshowStart: "Diashow starten", - slideshowStop: "Diashow stoppen" -});
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-no.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-no.js deleted file mode 100644 index 277c5d3f..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-no.js +++ /dev/null @@ -1,16 +0,0 @@ -/* - jQuery Colorbox language configuration - language: Norwegian (no) - translated by: lars-erik - site: markedspartner.no -*/ -jQuery.extend(jQuery.colorbox.settings, { - current: "Bilde {current} av {total}", - previous: "Forrige", - next: "Neste", - close: "Lukk", - xhrError: "Feil ved lasting av innhold.", - imgError: "Feil ved lasting av bilde.", - slideshowStart: "Start lysbildefremvisning", - slideshowStop: "Stopp lysbildefremvisning" -}); diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-pl.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-pl.js deleted file mode 100644 index 1c04dae1..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-pl.js +++ /dev/null @@ -1,16 +0,0 @@ -/*
- jQuery Colorbox language configuration
- language: Polski (pl)
- translated by: Tomasz Wasiński
- site: 2bevisible.pl
-*/
-jQuery.extend(jQuery.colorbox.settings, {
- current: "{current}. obrazek z {total}",
- previous: "Poprzedni",
- next: "Następny",
- close: "Zamknij",
- xhrError: "Nie udało się załadować treści.",
- imgError: "Nie udało się załadować obrazka.",
- slideshowStart: "rozpocznij pokaz slajdów",
- slideshowStop: "zatrzymaj pokaz slajdów"
-});
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-pt-br.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-pt-br.js deleted file mode 100644 index 73e948b7..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-pt-br.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - jQuery Colorbox language configuration - language: Brazilian Portuguese (pt-br) - translated by: ReinaldoMT -*/ -jQuery.extend(jQuery.colorbox.settings, { - current: "Imagem {current} de {total}", - previous: "Anterior", - next: "Próxima", - close: "Fechar", - slideshowStart: "iniciar apresentação de slides", - slideshowStop: "parar apresentação de slides", - xhrError: "Erro ao carregar o conteúdo.", - imgError: "Erro ao carregar a imagem." -});
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-ro.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-ro.js deleted file mode 100644 index 0a461e28..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-ro.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - jQuery Colorbox language configuration - language: Romanian (ro) - translated by: shurub3l -*/ -jQuery.extend(jQuery.colorbox.settings, { - current: "imagine {current} din {total}", - previous: "precedenta", - next: "următoarea", - close: "închideți", - xhrError: "Acest conținut nu poate fi încărcat.", - imgError: "Această imagine nu poate fi încărcată", - slideshowStart: "începeți prezentarea (slideshow)", - slideshowStop: "opriți prezentarea (slideshow)" -});
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-ru.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-ru.js deleted file mode 100644 index 1d88b8cd..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-ru.js +++ /dev/null @@ -1,16 +0,0 @@ -/*
- jQuery Colorbox language configuration
- language: Russian (ru)
- translated by: Marfa
- site: themarfa.name
-*/
-jQuery.extend(jQuery.colorbox.settings, {
- current: "изображение {current} из {total}",
- previous: "назад",
- next: "вперёд",
- close: "закрыть",
- xhrError: "Не удалось загрузить содержимое.",
- imgError: "Не удалось загрузить изображение.",
- slideshowStart: "начать слайд-шоу",
- slideshowStop: "остановить слайд-шоу"
-});
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-sk.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-sk.js deleted file mode 100644 index 8ef1c2ec..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-sk.js +++ /dev/null @@ -1,13 +0,0 @@ -/* - jQuery Colorbox language configuration - language: Slovak (sk) - translated by: Jaroslav Kostal -*/ -jQuery.extend(jQuery.colorbox.settings, { - current: "{current}. obrázok z {total}", - previous: "Predchádzajúci", - next: "Následujúci", - close: "Zatvoriť", - xhrError: "Obsah sa nepodarilo načítať.", - imgError: "Obrázok sa nepodarilo načítať." -});
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-tr.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-tr.js deleted file mode 100644 index d467c2ef..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-tr.js +++ /dev/null @@ -1,19 +0,0 @@ -/* - jQuery Colorbox language configuration - language: Turkish (tr) - translated by: Caner ÖNCEL - site: egonomik.com - - edited by: Sinan Eldem - www.sinaneldem.com.tr -*/ -jQuery.extend(jQuery.colorbox.settings, { - current: "Görsel {current} / {total}", - previous: "Önceki", - next: "Sonraki", - close: "Kapat", - xhrError: "İçerik yüklenirken hata meydana geldi.", - imgError: "Resim yüklenirken hata meydana geldi.", - slideshowStart: "Slaytı Başlat", - slideshowStop: "Slaytı Durdur" -}); diff --git a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-zh-CN.js b/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-zh-CN.js deleted file mode 100644 index 770d8eac..00000000 --- a/wqflask/wqflask/static/packages/colorbox/i18n/jquery.colorbox-zh-CN.js +++ /dev/null @@ -1,15 +0,0 @@ -/*
- jQuery Colorbox language configuration
- language: Chinese Simplified (zh-CN)
- translated by: zhao weiming
-*/
-jQuery.extend(jQuery.colorbox.settings, {
- current: "当前图像 {current} 总共 {total}",
- previous: "前一页",
- next: "后一页",
- close: "关闭",
- xhrError: "此内容无法加载",
- imgError: "此图片无法加载",
- slideshowStart: "开始播放幻灯片",
- slideshowStop: "停止播放幻灯片"
-});
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/jquery.colorbox-min.js b/wqflask/wqflask/static/packages/colorbox/jquery.colorbox-min.js deleted file mode 100644 index 6e79ec37..00000000 --- a/wqflask/wqflask/static/packages/colorbox/jquery.colorbox-min.js +++ /dev/null @@ -1,6 +0,0 @@ -/*! - jQuery Colorbox v1.4.15 - 2013-04-22 - (c) 2013 Jack Moore - jacklmoore.com/colorbox - license: http://www.opensource.org/licenses/mit-license.php -*/ -(function(t,e,i){function o(i,o,n){var r=e.createElement(i);return o&&(r.id=te+o),n&&(r.style.cssText=n),t(r)}function n(){return i.innerHeight?i.innerHeight:t(i).height()}function r(t){var e=H.length,i=(j+t)%e;return 0>i?e+i:i}function h(t,e){return Math.round((/%/.test(t)?("x"===e?E.width():n())/100:1)*parseInt(t,10))}function l(t,e){return t.photo||t.photoRegex.test(e)}function s(t,e){return t.retinaUrl&&i.devicePixelRatio>1?e.replace(t.photoRegex,t.retinaSuffix):e}function a(t){"contains"in x[0]&&!x[0].contains(t.target)&&(t.stopPropagation(),x.focus())}function d(){var e,i=t.data(A,Z);null==i?(_=t.extend({},Y),console&&console.log&&console.log("Error: cboxElement missing settings object")):_=t.extend({},i);for(e in _)t.isFunction(_[e])&&"on"!==e.slice(0,2)&&(_[e]=_[e].call(A));_.rel=_.rel||A.rel||t(A).data("rel")||"nofollow",_.href=_.href||t(A).attr("href"),_.title=_.title||A.title,"string"==typeof _.href&&(_.href=t.trim(_.href))}function c(i,o){t(e).trigger(i),se.trigger(i),t.isFunction(o)&&o.call(A)}function u(){var t,e,i,o,n,r=te+"Slideshow_",h="click."+te;_.slideshow&&H[1]?(e=function(){clearTimeout(t)},i=function(){(_.loop||H[j+1])&&(t=setTimeout(J.next,_.slideshowSpeed))},o=function(){M.html(_.slideshowStop).unbind(h).one(h,n),se.bind(ne,i).bind(oe,e).bind(re,n),x.removeClass(r+"off").addClass(r+"on")},n=function(){e(),se.unbind(ne,i).unbind(oe,e).unbind(re,n),M.html(_.slideshowStart).unbind(h).one(h,function(){J.next(),o()}),x.removeClass(r+"on").addClass(r+"off")},_.slideshowAuto?o():n()):x.removeClass(r+"off "+r+"on")}function f(i){G||(A=i,d(),H=t(A),j=0,"nofollow"!==_.rel&&(H=t("."+ee).filter(function(){var e,i=t.data(this,Z);return i&&(e=t(this).data("rel")||i.rel||this.rel),e===_.rel}),j=H.index(A),-1===j&&(H=H.add(A),j=H.length-1)),g.css({opacity:parseFloat(_.opacity),cursor:_.overlayClose?"pointer":"auto",visibility:"visible"}).show(),V&&x.add(g).removeClass(V),_.className&&x.add(g).addClass(_.className),V=_.className,K.html(_.close).show(),$||($=q=!0,x.css({visibility:"hidden",display:"block"}),W=o(ae,"LoadedContent","width:0; height:0; overflow:hidden").appendTo(v),D=b.height()+k.height()+v.outerHeight(!0)-v.height(),B=C.width()+T.width()+v.outerWidth(!0)-v.width(),N=W.outerHeight(!0),z=W.outerWidth(!0),_.w=h(_.initialWidth,"x"),_.h=h(_.initialHeight,"y"),J.position(),u(),c(ie,_.onOpen),O.add(F).hide(),x.focus(),e.addEventListener&&(e.addEventListener("focus",a,!0),se.one(he,function(){e.removeEventListener("focus",a,!0)})),_.returnFocus&&se.one(he,function(){t(A).focus()})),w())}function p(){!x&&e.body&&(X=!1,E=t(i),x=o(ae).attr({id:Z,"class":t.support.opacity===!1?te+"IE":"",role:"dialog",tabindex:"-1"}).hide(),g=o(ae,"Overlay").hide(),S=o(ae,"LoadingOverlay").add(o(ae,"LoadingGraphic")),y=o(ae,"Wrapper"),v=o(ae,"Content").append(F=o(ae,"Title"),I=o(ae,"Current"),P=t('<button type="button"/>').attr({id:te+"Previous"}),R=t('<button type="button"/>').attr({id:te+"Next"}),M=o("button","Slideshow"),S,K=t('<button type="button"/>').attr({id:te+"Close"})),y.append(o(ae).append(o(ae,"TopLeft"),b=o(ae,"TopCenter"),o(ae,"TopRight")),o(ae,!1,"clear:left").append(C=o(ae,"MiddleLeft"),v,T=o(ae,"MiddleRight")),o(ae,!1,"clear:left").append(o(ae,"BottomLeft"),k=o(ae,"BottomCenter"),o(ae,"BottomRight"))).find("div div").css({"float":"left"}),L=o(ae,!1,"position:absolute; width:9999px; visibility:hidden; display:none"),O=R.add(P).add(I).add(M),t(e.body).append(g,x.append(y,L)))}function m(){function i(t){t.which>1||t.shiftKey||t.altKey||t.metaKey||t.control||(t.preventDefault(),f(this))}return x?(X||(X=!0,R.click(function(){J.next()}),P.click(function(){J.prev()}),K.click(function(){J.close()}),g.click(function(){_.overlayClose&&J.close()}),t(e).bind("keydown."+te,function(t){var e=t.keyCode;$&&_.escKey&&27===e&&(t.preventDefault(),J.close()),$&&_.arrowKey&&H[1]&&!t.altKey&&(37===e?(t.preventDefault(),P.click()):39===e&&(t.preventDefault(),R.click()))}),t.isFunction(t.fn.on)?t(e).on("click."+te,"."+ee,i):t("."+ee).live("click."+te,i)),!0):!1}function w(){var e,n,r,a=J.prep,u=++de;q=!0,U=!1,A=H[j],d(),c(le),c(oe,_.onLoad),_.h=_.height?h(_.height,"y")-N-D:_.innerHeight&&h(_.innerHeight,"y"),_.w=_.width?h(_.width,"x")-z-B:_.innerWidth&&h(_.innerWidth,"x"),_.mw=_.w,_.mh=_.h,_.maxWidth&&(_.mw=h(_.maxWidth,"x")-z-B,_.mw=_.w&&_.w<_.mw?_.w:_.mw),_.maxHeight&&(_.mh=h(_.maxHeight,"y")-N-D,_.mh=_.h&&_.h<_.mh?_.h:_.mh),e=_.href,Q=setTimeout(function(){S.show()},100),_.inline?(r=o(ae).hide().insertBefore(t(e)[0]),se.one(le,function(){r.replaceWith(W.children())}),a(t(e))):_.iframe?a(" "):_.html?a(_.html):l(_,e)?(e=s(_,e),t(U=new Image).addClass(te+"Photo").bind("error",function(){_.title=!1,a(o(ae,"Error").html(_.imgError))}).one("load",function(){var e;u===de&&(U.alt=t(A).attr("alt")||t(A).attr("data-alt")||"",_.retinaImage&&i.devicePixelRatio>1&&(U.height=U.height/i.devicePixelRatio,U.width=U.width/i.devicePixelRatio),_.scalePhotos&&(n=function(){U.height-=U.height*e,U.width-=U.width*e},_.mw&&U.width>_.mw&&(e=(U.width-_.mw)/U.width,n()),_.mh&&U.height>_.mh&&(e=(U.height-_.mh)/U.height,n())),_.h&&(U.style.marginTop=Math.max(_.mh-U.height,0)/2+"px"),H[1]&&(_.loop||H[j+1])&&(U.style.cursor="pointer",U.onclick=function(){J.next()}),U.style.width=U.width+"px",U.style.height=U.height+"px",setTimeout(function(){a(U)},1))}),setTimeout(function(){U.src=e},1)):e&&L.load(e,_.data,function(e,i){u===de&&a("error"===i?o(ae,"Error").html(_.xhrError):t(this).contents())})}var g,x,y,v,b,C,T,k,H,E,W,L,S,F,I,M,R,P,K,O,_,D,B,N,z,A,j,U,$,q,G,Q,J,V,X,Y={transition:"elastic",speed:300,fadeOut:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,inline:!1,html:!1,iframe:!1,fastIframe:!0,photo:!1,href:!1,title:!1,rel:!1,opacity:.9,preloading:!0,className:!1,retinaImage:!1,retinaUrl:!1,retinaSuffix:"@2x.$1",current:"image {current} of {total}",previous:"previous",next:"next",close:"close",xhrError:"This content failed to load.",imgError:"This image failed to load.",open:!1,returnFocus:!0,reposition:!0,loop:!0,slideshow:!1,slideshowAuto:!0,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",photoRegex:/\.(gif|png|jp(e|g|eg)|bmp|ico|webp)((#|\?).*)?$/i,onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:void 0},Z="colorbox",te="cbox",ee=te+"Element",ie=te+"_open",oe=te+"_load",ne=te+"_complete",re=te+"_cleanup",he=te+"_closed",le=te+"_purge",se=t("<a/>"),ae="div",de=0;t.colorbox||(t(p),J=t.fn[Z]=t[Z]=function(e,i){var o=this;if(e=e||{},p(),m()){if(t.isFunction(o))o=t("<a/>"),e.open=!0;else if(!o[0])return o;i&&(e.onComplete=i),o.each(function(){t.data(this,Z,t.extend({},t.data(this,Z)||Y,e))}).addClass(ee),(t.isFunction(e.open)&&e.open.call(o)||e.open)&&f(o[0])}return o},J.position=function(t,e){function i(t){b[0].style.width=k[0].style.width=v[0].style.width=parseInt(t.style.width,10)-B+"px",v[0].style.height=C[0].style.height=T[0].style.height=parseInt(t.style.height,10)-D+"px"}var o,r,l,s=0,a=0,d=x.offset();E.unbind("resize."+te),x.css({top:-9e4,left:-9e4}),r=E.scrollTop(),l=E.scrollLeft(),_.fixed?(d.top-=r,d.left-=l,x.css({position:"fixed"})):(s=r,a=l,x.css({position:"absolute"})),a+=_.right!==!1?Math.max(E.width()-_.w-z-B-h(_.right,"x"),0):_.left!==!1?h(_.left,"x"):Math.round(Math.max(E.width()-_.w-z-B,0)/2),s+=_.bottom!==!1?Math.max(n()-_.h-N-D-h(_.bottom,"y"),0):_.top!==!1?h(_.top,"y"):Math.round(Math.max(n()-_.h-N-D,0)/2),x.css({top:d.top,left:d.left,visibility:"visible"}),t=x.width()===_.w+z&&x.height()===_.h+N?0:t||0,y[0].style.width=y[0].style.height="9999px",o={width:_.w+z+B,height:_.h+N+D,top:s,left:a},0===t&&x.css(o),x.dequeue().animate(o,{duration:t,complete:function(){i(this),q=!1,y[0].style.width=_.w+z+B+"px",y[0].style.height=_.h+N+D+"px",_.reposition&&setTimeout(function(){E.bind("resize."+te,J.position)},1),e&&e()},step:function(){i(this)}})},J.resize=function(t){$&&(t=t||{},t.width&&(_.w=h(t.width,"x")-z-B),t.innerWidth&&(_.w=h(t.innerWidth,"x")),W.css({width:_.w}),t.height&&(_.h=h(t.height,"y")-N-D),t.innerHeight&&(_.h=h(t.innerHeight,"y")),t.innerHeight||t.height||(W.css({height:"auto"}),_.h=W.height()),W.css({height:_.h}),J.position("none"===_.transition?0:_.speed))},J.prep=function(e){function i(){return _.w=_.w||W.width(),_.w=_.mw&&_.mw<_.w?_.mw:_.w,_.w}function n(){return _.h=_.h||W.height(),_.h=_.mh&&_.mh<_.h?_.mh:_.h,_.h}if($){var h,a="none"===_.transition?0:_.speed;W.empty().remove(),W=o(ae,"LoadedContent").append(e),W.hide().appendTo(L.show()).css({width:i(),overflow:_.scrolling?"auto":"hidden"}).css({height:n()}).prependTo(v),L.hide(),t(U).css({"float":"none"}),h=function(){function e(){t.support.opacity===!1&&x[0].style.removeAttribute("filter")}var i,n,h=H.length,d="frameBorder",u="allowTransparency";$&&(n=function(){clearTimeout(Q),S.hide(),c(ne,_.onComplete)},F.html(_.title).add(W).show(),h>1?("string"==typeof _.current&&I.html(_.current.replace("{current}",j+1).replace("{total}",h)).show(),R[_.loop||h-1>j?"show":"hide"]().html(_.next),P[_.loop||j?"show":"hide"]().html(_.previous),_.slideshow&&M.show(),_.preloading&&t.each([r(-1),r(1)],function(){var e,i,o=H[this],n=t.data(o,Z);n&&n.href?(e=n.href,t.isFunction(e)&&(e=e.call(o))):e=t(o).attr("href"),e&&l(n,e)&&(e=s(n,e),i=new Image,i.src=e)})):O.hide(),_.iframe?(i=o("iframe")[0],d in i&&(i[d]=0),u in i&&(i[u]="true"),_.scrolling||(i.scrolling="no"),t(i).attr({src:_.href,name:(new Date).getTime(),"class":te+"Iframe",allowFullScreen:!0,webkitAllowFullScreen:!0,mozallowfullscreen:!0}).one("load",n).appendTo(W),se.one(le,function(){i.src="//about:blank"}),_.fastIframe&&t(i).trigger("load")):n(),"fade"===_.transition?x.fadeTo(a,1,e):e())},"fade"===_.transition?x.fadeTo(a,0,function(){J.position(0,h)}):J.position(a,h)}},J.next=function(){!q&&H[1]&&(_.loop||H[j+1])&&(j=r(1),f(H[j]))},J.prev=function(){!q&&H[1]&&(_.loop||j)&&(j=r(-1),f(H[j]))},J.close=function(){$&&!G&&(G=!0,$=!1,c(re,_.onCleanup),E.unbind("."+te),g.fadeTo(_.fadeOut||0,0),x.stop().fadeTo(_.fadeOut||0,0,function(){x.add(g).css({opacity:1,cursor:"auto"}).hide(),c(le),W.empty().remove(),setTimeout(function(){G=!1,c(he,_.onClosed)},1)}))},J.remove=function(){x&&(x.stop(),t.colorbox.close(),x.stop().remove(),g.remove(),G=!1,x=null,t("."+ee).removeData(Z).removeClass(ee),t(e).unbind("click."+te))},J.element=function(){return t(A)},J.settings=Y)})(jQuery,document,window);
\ No newline at end of file diff --git a/wqflask/wqflask/static/packages/colorbox/jquery.colorbox.js b/wqflask/wqflask/static/packages/colorbox/jquery.colorbox.js deleted file mode 100644 index 6d08f33f..00000000 --- a/wqflask/wqflask/static/packages/colorbox/jquery.colorbox.js +++ /dev/null @@ -1,1026 +0,0 @@ -/*! - jQuery Colorbox v1.4.15 - 2013-04-22 - (c) 2013 Jack Moore - jacklmoore.com/colorbox - license: http://www.opensource.org/licenses/mit-license.php -*/ -(function ($, document, window) { - var - // Default settings object. - // See http://jacklmoore.com/colorbox for details. - defaults = { - transition: "elastic", - speed: 300, - fadeOut: 300, - width: false, - initialWidth: "600", - innerWidth: false, - maxWidth: false, - height: false, - initialHeight: "450", - innerHeight: false, - maxHeight: false, - scalePhotos: true, - scrolling: true, - inline: false, - html: false, - iframe: false, - fastIframe: true, - photo: false, - href: false, - title: false, - rel: false, - opacity: 0.9, - preloading: true, - className: false, - - // alternate image paths for high-res displays - retinaImage: false, - retinaUrl: false, - retinaSuffix: '@2x.$1', - - // internationalization - current: "image {current} of {total}", - previous: "previous", - next: "next", - close: "close", - xhrError: "This content failed to load.", - imgError: "This image failed to load.", - - open: false, - returnFocus: true, - reposition: true, - loop: true, - slideshow: false, - slideshowAuto: true, - slideshowSpeed: 2500, - slideshowStart: "start slideshow", - slideshowStop: "stop slideshow", - photoRegex: /\.(gif|png|jp(e|g|eg)|bmp|ico|webp)((#|\?).*)?$/i, - - onOpen: false, - onLoad: false, - onComplete: false, - onCleanup: false, - onClosed: false, - overlayClose: true, - escKey: true, - arrowKey: true, - top: false, - bottom: false, - left: false, - right: false, - fixed: false, - data: undefined - }, - - // Abstracting the HTML and event identifiers for easy rebranding - colorbox = 'colorbox', - prefix = 'cbox', - boxElement = prefix + 'Element', - - // Events - event_open = prefix + '_open', - event_load = prefix + '_load', - event_complete = prefix + '_complete', - event_cleanup = prefix + '_cleanup', - event_closed = prefix + '_closed', - event_purge = prefix + '_purge', - - // Cached jQuery Object Variables - $overlay, - $box, - $wrap, - $content, - $topBorder, - $leftBorder, - $rightBorder, - $bottomBorder, - $related, - $window, - $loaded, - $loadingBay, - $loadingOverlay, - $title, - $current, - $slideshow, - $next, - $prev, - $close, - $groupControls, - $events = $('<a/>'), - - // Variables for cached values or use across multiple functions - settings, - interfaceHeight, - interfaceWidth, - loadedHeight, - loadedWidth, - element, - index, - photo, - open, - active, - closing, - loadingTimer, - publicMethod, - div = "div", - className, - requests = 0, - init; - - // **************** - // HELPER FUNCTIONS - // **************** - - // Convenience function for creating new jQuery objects - function $tag(tag, id, css) { - var element = document.createElement(tag); - - if (id) { - element.id = prefix + id; - } - - if (css) { - element.style.cssText = css; - } - - return $(element); - } - - // Get the window height using innerHeight when available to avoid an issue with iOS - // http://bugs.jquery.com/ticket/6724 - function winheight() { - return window.innerHeight ? window.innerHeight : $(window).height(); - } - - // Determine the next and previous members in a group. - function getIndex(increment) { - var - max = $related.length, - newIndex = (index + increment) % max; - - return (newIndex < 0) ? max + newIndex : newIndex; - } - - // Convert '%' and 'px' values to integers - function setSize(size, dimension) { - return Math.round((/%/.test(size) ? ((dimension === 'x' ? $window.width() : winheight()) / 100) : 1) * parseInt(size, 10)); - } - - // Checks an href to see if it is a photo. - // There is a force photo option (photo: true) for hrefs that cannot be matched by the regex. - function isImage(settings, url) { - return settings.photo || settings.photoRegex.test(url); - } - - function retinaUrl(settings, url) { - return settings.retinaUrl && window.devicePixelRatio > 1 ? url.replace(settings.photoRegex, settings.retinaSuffix) : url; - } - - function trapFocus(e) { - if ('contains' in $box[0] && !$box[0].contains(e.target)) { - e.stopPropagation(); - $box.focus(); - } - } - - // Assigns function results to their respective properties - function makeSettings() { - var i, - data = $.data(element, colorbox); - - if (data == null) { - settings = $.extend({}, defaults); - if (console && console.log) { - console.log('Error: cboxElement missing settings object'); - } - } else { - settings = $.extend({}, data); - } - - for (i in settings) { - if ($.isFunction(settings[i]) && i.slice(0, 2) !== 'on') { // checks to make sure the function isn't one of the callbacks, they will be handled at the appropriate time. - settings[i] = settings[i].call(element); - } - } - - settings.rel = settings.rel || element.rel || $(element).data('rel') || 'nofollow'; - settings.href = settings.href || $(element).attr('href'); - settings.title = settings.title || element.title; - - if (typeof settings.href === "string") { - settings.href = $.trim(settings.href); - } - } - - function trigger(event, callback) { - // for external use - $(document).trigger(event); - - // for internal use - $events.trigger(event); - - if ($.isFunction(callback)) { - callback.call(element); - } - } - - // Slideshow functionality - function slideshow() { - var - timeOut, - className = prefix + "Slideshow_", - click = "click." + prefix, - clear, - set, - start, - stop; - - if (settings.slideshow && $related[1]) { - clear = function () { - clearTimeout(timeOut); - }; - - set = function () { - if (settings.loop || $related[index + 1]) { - timeOut = setTimeout(publicMethod.next, settings.slideshowSpeed); - } - }; - - start = function () { - $slideshow - .html(settings.slideshowStop) - .unbind(click) - .one(click, stop); - - $events - .bind(event_complete, set) - .bind(event_load, clear) - .bind(event_cleanup, stop); - - $box.removeClass(className + "off").addClass(className + "on"); - }; - - stop = function () { - clear(); - - $events - .unbind(event_complete, set) - .unbind(event_load, clear) - .unbind(event_cleanup, stop); - - $slideshow - .html(settings.slideshowStart) - .unbind(click) - .one(click, function () { - publicMethod.next(); - start(); - }); - - $box.removeClass(className + "on").addClass(className + "off"); - }; - - if (settings.slideshowAuto) { - start(); - } else { - stop(); - } - } else { - $box.removeClass(className + "off " + className + "on"); - } - } - - function launch(target) { - if (!closing) { - - element = target; - - makeSettings(); - - $related = $(element); - - index = 0; - - if (settings.rel !== 'nofollow') { - $related = $('.' + boxElement).filter(function () { - var data = $.data(this, colorbox), - relRelated; - - if (data) { - relRelated = $(this).data('rel') || data.rel || this.rel; - } - - return (relRelated === settings.rel); - }); - index = $related.index(element); - - // Check direct calls to Colorbox. - if (index === -1) { - $related = $related.add(element); - index = $related.length - 1; - } - } - - $overlay.css({ - opacity: parseFloat(settings.opacity), - cursor: settings.overlayClose ? "pointer" : "auto", - visibility: 'visible' - }).show(); - - - if (className) { - $box.add($overlay).removeClass(className); - } - if (settings.className) { - $box.add($overlay).addClass(settings.className); - } - className = settings.className; - - $close.html(settings.close).show(); - - if (!open) { - open = active = true; // Prevents the page-change action from queuing up if the visitor holds down the left or right keys. - - // Show colorbox so the sizes can be calculated in older versions of jQuery - $box.css({visibility:'hidden', display:'block'}); - - $loaded = $tag(div, 'LoadedContent', 'width:0; height:0; overflow:hidden').appendTo($content); - - // Cache values needed for size calculations - interfaceHeight = $topBorder.height() + $bottomBorder.height() + $content.outerHeight(true) - $content.height(); - interfaceWidth = $leftBorder.width() + $rightBorder.width() + $content.outerWidth(true) - $content.width(); - loadedHeight = $loaded.outerHeight(true); - loadedWidth = $loaded.outerWidth(true); - - - // Opens inital empty Colorbox prior to content being loaded. - settings.w = setSize(settings.initialWidth, 'x'); - settings.h = setSize(settings.initialHeight, 'y'); - publicMethod.position(); - - slideshow(); - - trigger(event_open, settings.onOpen); - - $groupControls.add($title).hide(); - - $box.focus(); - - // Confine focus to the modal - // Uses event capturing that is not supported in IE8- - if (document.addEventListener) { - - document.addEventListener('focus', trapFocus, true); - - $events.one(event_closed, function () { - document.removeEventListener('focus', trapFocus, true); - }); - } - - // Return focus on closing - if (settings.returnFocus) { - $events.one(event_closed, function () { - $(element).focus(); - }); - } - } - - load(); - } - } - - // Colorbox's markup needs to be added to the DOM prior to being called - // so that the browser will go ahead and load the CSS background images. - function appendHTML() { - if (!$box && document.body) { - init = false; - $window = $(window); - $box = $tag(div).attr({ - id: colorbox, - 'class': $.support.opacity === false ? prefix + 'IE' : '', // class for optional IE8 & lower targeted CSS. - role: 'dialog', - tabindex: '-1' - }).hide(); - $overlay = $tag(div, "Overlay").hide(); - $loadingOverlay = $tag(div, "LoadingOverlay").add($tag(div, "LoadingGraphic")); - $wrap = $tag(div, "Wrapper"); - $content = $tag(div, "Content").append( - $title = $tag(div, "Title"), - $current = $tag(div, "Current"), - $prev = $('<button type="button"/>').attr({id:prefix+'Previous'}), - $next = $('<button type="button"/>').attr({id:prefix+'Next'}), - $slideshow = $tag('button', "Slideshow"), - $loadingOverlay, - $close = $('<button type="button"/>').attr({id:prefix+'Close'}) - ); - - $wrap.append( // The 3x3 Grid that makes up Colorbox - $tag(div).append( - $tag(div, "TopLeft"), - $topBorder = $tag(div, "TopCenter"), - $tag(div, "TopRight") - ), - $tag(div, false, 'clear:left').append( - $leftBorder = $tag(div, "MiddleLeft"), - $content, - $rightBorder = $tag(div, "MiddleRight") - ), - $tag(div, false, 'clear:left').append( - $tag(div, "BottomLeft"), - $bottomBorder = $tag(div, "BottomCenter"), - $tag(div, "BottomRight") - ) - ).find('div div').css({'float': 'left'}); - - $loadingBay = $tag(div, false, 'position:absolute; width:9999px; visibility:hidden; display:none'); - - $groupControls = $next.add($prev).add($current).add($slideshow); - - $(document.body).append($overlay, $box.append($wrap, $loadingBay)); - } - } - - // Add Colorbox's event bindings - function addBindings() { - function clickHandler(e) { - // ignore non-left-mouse-clicks and clicks modified with ctrl / command, shift, or alt. - // See: http://jacklmoore.com/notes/click-events/ - if (!(e.which > 1 || e.shiftKey || e.altKey || e.metaKey || e.control)) { - e.preventDefault(); - launch(this); - } - } - - if ($box) { - if (!init) { - init = true; - - // Anonymous functions here keep the public method from being cached, thereby allowing them to be redefined on the fly. - $next.click(function () { - publicMethod.next(); - }); - $prev.click(function () { - publicMethod.prev(); - }); - $close.click(function () { - publicMethod.close(); - }); - $overlay.click(function () { - if (settings.overlayClose) { - publicMethod.close(); - } - }); - - // Key Bindings - $(document).bind('keydown.' + prefix, function (e) { - var key = e.keyCode; - if (open && settings.escKey && key === 27) { - e.preventDefault(); - publicMethod.close(); - } - if (open && settings.arrowKey && $related[1] && !e.altKey) { - if (key === 37) { - e.preventDefault(); - $prev.click(); - } else if (key === 39) { - e.preventDefault(); - $next.click(); - } - } - }); - - if ($.isFunction($.fn.on)) { - // For jQuery 1.7+ - $(document).on('click.'+prefix, '.'+boxElement, clickHandler); - } else { - // For jQuery 1.3.x -> 1.6.x - // This code is never reached in jQuery 1.9, so do not contact me about 'live' being removed. - // This is not here for jQuery 1.9, it's here for legacy users. - $('.'+boxElement).live('click.'+prefix, clickHandler); - } - } - return true; - } - return false; - } - - // Don't do anything if Colorbox already exists. - if ($.colorbox) { - return; - } - - // Append the HTML when the DOM loads - $(appendHTML); - - - // **************** - // PUBLIC FUNCTIONS - // Usage format: $.colorbox.close(); - // Usage from within an iframe: parent.jQuery.colorbox.close(); - // **************** - - publicMethod = $.fn[colorbox] = $[colorbox] = function (options, callback) { - var $this = this; - - options = options || {}; - - appendHTML(); - - if (addBindings()) { - if ($.isFunction($this)) { // assume a call to $.colorbox - $this = $('<a/>'); - options.open = true; - } else if (!$this[0]) { // colorbox being applied to empty collection - return $this; - } - - if (callback) { - options.onComplete = callback; - } - - $this.each(function () { - $.data(this, colorbox, $.extend({}, $.data(this, colorbox) || defaults, options)); - }).addClass(boxElement); - - if (($.isFunction(options.open) && options.open.call($this)) || options.open) { - launch($this[0]); - } - } - - return $this; - }; - - publicMethod.position = function (speed, loadedCallback) { - var - css, - top = 0, - left = 0, - offset = $box.offset(), - scrollTop, - scrollLeft; - - $window.unbind('resize.' + prefix); - - // remove the modal so that it doesn't influence the document width/height - $box.css({top: -9e4, left: -9e4}); - - scrollTop = $window.scrollTop(); - scrollLeft = $window.scrollLeft(); - - if (settings.fixed) { - offset.top -= scrollTop; - offset.left -= scrollLeft; - $box.css({position: 'fixed'}); - } else { - top = scrollTop; - left = scrollLeft; - $box.css({position: 'absolute'}); - } - - // keeps the top and left positions within the browser's viewport. - if (settings.right !== false) { - left += Math.max($window.width() - settings.w - loadedWidth - interfaceWidth - setSize(settings.right, 'x'), 0); - } else if (settings.left !== false) { - left += setSize(settings.left, 'x'); - } else { - left += Math.round(Math.max($window.width() - settings.w - loadedWidth - interfaceWidth, 0) / 2); - } - - if (settings.bottom !== false) { - top += Math.max(winheight() - settings.h - loadedHeight - interfaceHeight - setSize(settings.bottom, 'y'), 0); - } else if (settings.top !== false) { - top += setSize(settings.top, 'y'); - } else { - top += Math.round(Math.max(winheight() - settings.h - loadedHeight - interfaceHeight, 0) / 2); - } - - $box.css({top: offset.top, left: offset.left, visibility:'visible'}); - - // setting the speed to 0 to reduce the delay between same-sized content. - speed = ($box.width() === settings.w + loadedWidth && $box.height() === settings.h + loadedHeight) ? 0 : speed || 0; - - // this gives the wrapper plenty of breathing room so it's floated contents can move around smoothly, - // but it has to be shrank down around the size of div#colorbox when it's done. If not, - // it can invoke an obscure IE bug when using iframes. - $wrap[0].style.width = $wrap[0].style.height = "9999px"; - - function modalDimensions(that) { - $topBorder[0].style.width = $bottomBorder[0].style.width = $content[0].style.width = (parseInt(that.style.width,10) - interfaceWidth)+'px'; - $content[0].style.height = $leftBorder[0].style.height = $rightBorder[0].style.height = (parseInt(that.style.height,10) - interfaceHeight)+'px'; - } - - css = {width: settings.w + loadedWidth + interfaceWidth, height: settings.h + loadedHeight + interfaceHeight, top: top, left: left}; - - if(speed===0){ // temporary workaround to side-step jQuery-UI 1.8 bug (http://bugs.jquery.com/ticket/12273) - $box.css(css); - } - $box.dequeue().animate(css, { - duration: speed, - complete: function () { - modalDimensions(this); - - active = false; - - // shrink the wrapper down to exactly the size of colorbox to avoid a bug in IE's iframe implementation. - $wrap[0].style.width = (settings.w + loadedWidth + interfaceWidth) + "px"; - $wrap[0].style.height = (settings.h + loadedHeight + interfaceHeight) + "px"; - - if (settings.reposition) { - setTimeout(function () { // small delay before binding onresize due to an IE8 bug. - $window.bind('resize.' + prefix, publicMethod.position); - }, 1); - } - - if (loadedCallback) { - loadedCallback(); - } - }, - step: function () { - modalDimensions(this); - } - }); - }; - - publicMethod.resize = function (options) { - if (open) { - options = options || {}; - - if (options.width) { - settings.w = setSize(options.width, 'x') - loadedWidth - interfaceWidth; - } - if (options.innerWidth) { - settings.w = setSize(options.innerWidth, 'x'); - } - $loaded.css({width: settings.w}); - - if (options.height) { - settings.h = setSize(options.height, 'y') - loadedHeight - interfaceHeight; - } - if (options.innerHeight) { - settings.h = setSize(options.innerHeight, 'y'); - } - if (!options.innerHeight && !options.height) { - $loaded.css({height: "auto"}); - settings.h = $loaded.height(); - } - $loaded.css({height: settings.h}); - - publicMethod.position(settings.transition === "none" ? 0 : settings.speed); - } - }; - - publicMethod.prep = function (object) { - if (!open) { - return; - } - - var callback, speed = settings.transition === "none" ? 0 : settings.speed; - - $loaded.empty().remove(); // Using empty first may prevent some IE7 issues. - - $loaded = $tag(div, 'LoadedContent').append(object); - - function getWidth() { - settings.w = settings.w || $loaded.width(); - settings.w = settings.mw && settings.mw < settings.w ? settings.mw : settings.w; - return settings.w; - } - function getHeight() { - settings.h = settings.h || $loaded.height(); - settings.h = settings.mh && settings.mh < settings.h ? settings.mh : settings.h; - return settings.h; - } - - $loaded.hide() - .appendTo($loadingBay.show())// content has to be appended to the DOM for accurate size calculations. - .css({width: getWidth(), overflow: settings.scrolling ? 'auto' : 'hidden'}) - .css({height: getHeight()})// sets the height independently from the width in case the new width influences the value of height. - .prependTo($content); - - $loadingBay.hide(); - - // floating the IMG removes the bottom line-height and fixed a problem where IE miscalculates the width of the parent element as 100% of the document width. - - $(photo).css({'float': 'none'}); - - callback = function () { - var total = $related.length, - iframe, - frameBorder = 'frameBorder', - allowTransparency = 'allowTransparency', - complete; - - if (!open) { - return; - } - - function removeFilter() { // Needed for IE7 & IE8 in versions of jQuery prior to 1.7.2 - if ($.support.opacity === false) { - $box[0].style.removeAttribute('filter'); - } - } - - complete = function () { - clearTimeout(loadingTimer); - $loadingOverlay.hide(); - trigger(event_complete, settings.onComplete); - }; - - - $title.html(settings.title).add($loaded).show(); - - if (total > 1) { // handle grouping - if (typeof settings.current === "string") { - $current.html(settings.current.replace('{current}', index + 1).replace('{total}', total)).show(); - } - - $next[(settings.loop || index < total - 1) ? "show" : "hide"]().html(settings.next); - $prev[(settings.loop || index) ? "show" : "hide"]().html(settings.previous); - - if (settings.slideshow) { - $slideshow.show(); - } - - // Preloads images within a rel group - if (settings.preloading) { - $.each([getIndex(-1), getIndex(1)], function(){ - var src, - img, - i = $related[this], - data = $.data(i, colorbox); - - if (data && data.href) { - src = data.href; - if ($.isFunction(src)) { - src = src.call(i); - } - } else { - src = $(i).attr('href'); - } - - if (src && isImage(data, src)) { - src = retinaUrl(data, src); - img = new Image(); - img.src = src; - } - }); - } - } else { - $groupControls.hide(); - } - - if (settings.iframe) { - iframe = $tag('iframe')[0]; - - if (frameBorder in iframe) { - iframe[frameBorder] = 0; - } - - if (allowTransparency in iframe) { - iframe[allowTransparency] = "true"; - } - - if (!settings.scrolling) { - iframe.scrolling = "no"; - } - - $(iframe) - .attr({ - src: settings.href, - name: (new Date()).getTime(), // give the iframe a unique name to prevent caching - 'class': prefix + 'Iframe', - allowFullScreen : true, // allow HTML5 video to go fullscreen - webkitAllowFullScreen : true, - mozallowfullscreen : true - }) - .one('load', complete) - .appendTo($loaded); - - $events.one(event_purge, function () { - iframe.src = "//about:blank"; - }); - - if (settings.fastIframe) { - $(iframe).trigger('load'); - } - } else { - complete(); - } - - if (settings.transition === 'fade') { - $box.fadeTo(speed, 1, removeFilter); - } else { - removeFilter(); - } - }; - - if (settings.transition === 'fade') { - $box.fadeTo(speed, 0, function () { - publicMethod.position(0, callback); - }); - } else { - publicMethod.position(speed, callback); - } - }; - - function load () { - var href, setResize, prep = publicMethod.prep, $inline, request = ++requests; - - active = true; - - photo = false; - - element = $related[index]; - - makeSettings(); - - trigger(event_purge); - - trigger(event_load, settings.onLoad); - - settings.h = settings.height ? - setSize(settings.height, 'y') - loadedHeight - interfaceHeight : - settings.innerHeight && setSize(settings.innerHeight, 'y'); - - settings.w = settings.width ? - setSize(settings.width, 'x') - loadedWidth - interfaceWidth : - settings.innerWidth && setSize(settings.innerWidth, 'x'); - - // Sets the minimum dimensions for use in image scaling - settings.mw = settings.w; - settings.mh = settings.h; - - // Re-evaluate the minimum width and height based on maxWidth and maxHeight values. - // If the width or height exceed the maxWidth or maxHeight, use the maximum values instead. - if (settings.maxWidth) { - settings.mw = setSize(settings.maxWidth, 'x') - loadedWidth - interfaceWidth; - settings.mw = settings.w && settings.w < settings.mw ? settings.w : settings.mw; - } - if (settings.maxHeight) { - settings.mh = setSize(settings.maxHeight, 'y') - loadedHeight - interfaceHeight; - settings.mh = settings.h && settings.h < settings.mh ? settings.h : settings.mh; - } - - href = settings.href; - - loadingTimer = setTimeout(function () { - $loadingOverlay.show(); - }, 100); - - if (settings.inline) { - // Inserts an empty placeholder where inline content is being pulled from. - // An event is bound to put inline content back when Colorbox closes or loads new content. - $inline = $tag(div).hide().insertBefore($(href)[0]); - - $events.one(event_purge, function () { - $inline.replaceWith($loaded.children()); - }); - - prep($(href)); - } else if (settings.iframe) { - // IFrame element won't be added to the DOM until it is ready to be displayed, - // to avoid problems with DOM-ready JS that might be trying to run in that iframe. - prep(" "); - } else if (settings.html) { - prep(settings.html); - } else if (isImage(settings, href)) { - - href = retinaUrl(settings, href); - - $(photo = new Image()) - .addClass(prefix + 'Photo') - .bind('error',function () { - settings.title = false; - prep($tag(div, 'Error').html(settings.imgError)); - }) - .one('load', function () { - var percent; - - if (request !== requests) { - return; - } - - photo.alt = $(element).attr('alt') || $(element).attr('data-alt') || ''; - - if (settings.retinaImage && window.devicePixelRatio > 1) { - photo.height = photo.height / window.devicePixelRatio; - photo.width = photo.width / window.devicePixelRatio; - } - - if (settings.scalePhotos) { - setResize = function () { - photo.height -= photo.height * percent; - photo.width -= photo.width * percent; - }; - if (settings.mw && photo.width > settings.mw) { - percent = (photo.width - settings.mw) / photo.width; - setResize(); - } - if (settings.mh && photo.height > settings.mh) { - percent = (photo.height - settings.mh) / photo.height; - setResize(); - } - } - - if (settings.h) { - photo.style.marginTop = Math.max(settings.mh - photo.height, 0) / 2 + 'px'; - } - - if ($related[1] && (settings.loop || $related[index + 1])) { - photo.style.cursor = 'pointer'; - photo.onclick = function () { - publicMethod.next(); - }; - } - - photo.style.width = photo.width + 'px'; - photo.style.height = photo.height + 'px'; - - setTimeout(function () { // A pause because Chrome will sometimes report a 0 by 0 size otherwise. - prep(photo); - }, 1); - }); - - setTimeout(function () { // A pause because Opera 10.6+ will sometimes not run the onload function otherwise. - photo.src = href; - }, 1); - } else if (href) { - $loadingBay.load(href, settings.data, function (data, status) { - if (request === requests) { - prep(status === 'error' ? $tag(div, 'Error').html(settings.xhrError) : $(this).contents()); - } - }); - } - } - - // Navigates to the next page/image in a set. - publicMethod.next = function () { - if (!active && $related[1] && (settings.loop || $related[index + 1])) { - index = getIndex(1); - launch($related[index]); - } - }; - - publicMethod.prev = function () { - if (!active && $related[1] && (settings.loop || index)) { - index = getIndex(-1); - launch($related[index]); - } - }; - - // Note: to use this within an iframe use the following format: parent.jQuery.colorbox.close(); - publicMethod.close = function () { - if (open && !closing) { - - closing = true; - - open = false; - - trigger(event_cleanup, settings.onCleanup); - - $window.unbind('.' + prefix); - - $overlay.fadeTo(settings.fadeOut || 0, 0); - - $box.stop().fadeTo(settings.fadeOut || 0, 0, function () { - - $box.add($overlay).css({'opacity': 1, cursor: 'auto'}).hide(); - - trigger(event_purge); - - $loaded.empty().remove(); // Using empty first may prevent some IE7 issues. - - setTimeout(function () { - closing = false; - trigger(event_closed, settings.onClosed); - }, 1); - }); - } - }; - - // Removes changes Colorbox made to the document, but does not remove the plugin. - publicMethod.remove = function () { - if (!$box) { return; } - - $box.stop(); - $.colorbox.close(); - $box.stop().remove(); - $overlay.remove(); - closing = false; - $box = null; - $('.' + boxElement) - .removeData(colorbox) - .removeClass(boxElement); - - $(document).unbind('click.'+prefix); - }; - - // A method for fetching the current element Colorbox is referencing. - // returns a jQuery object. - publicMethod.element = function () { - return $(element); - }; - - publicMethod.settings = defaults; - -}(jQuery, document, window)); |