diff --git a/user/themes/lecampus/js/Slides-SlidesJS-3/.gitignore b/user/themes/lecampus/js/Slides-SlidesJS-3/.gitignore deleted file mode 100644 index c96066d..0000000 --- a/user/themes/lecampus/js/Slides-SlidesJS-3/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/.DS_Store \ No newline at end of file diff --git a/user/themes/lecampus/js/Slides-SlidesJS-3/README.textile b/user/themes/lecampus/js/Slides-SlidesJS-3/README.textile deleted file mode 100644 index 5527c59..0000000 --- a/user/themes/lecampus/js/Slides-SlidesJS-3/README.textile +++ /dev/null @@ -1,36 +0,0 @@ -h1. SlidesJS is no longer maintained - -As an alternative check out the awesome "Slick":http://kenwheeler.github.io/slick/ by "Ken Wheeler":http://kenwheeler.github.io/. - - -h2. SlidesJS 3.0 - -SlidesJS is a responsive slideshow plug-in for jQuery (1.7.1+) with features like touch and CSS3 transitions. - -Created by "Nathan Searles":mailto:nsearles@gmail.com, "http://nathansearles.com":http://nathansearles.com - -Support forum "http://groups.google.com/group/slidesjs":http://groups.google.com/group/slidesjs - -(c) 2013 by Nathan Searles - -h2. Documentation - -SlidesJS version 3.0 documentation is available at "http://slidesjs.com/":http://slidesjs.com/ - -h2. License - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - -h2. Changelog - -* 3.0 Initial release diff --git a/user/themes/lecampus/js/Slides-SlidesJS-3/examples/basic-fade/img/example-slide-1.jpg b/user/themes/lecampus/js/Slides-SlidesJS-3/examples/basic-fade/img/example-slide-1.jpg deleted file mode 100644 index 1d6fa22..0000000 Binary files a/user/themes/lecampus/js/Slides-SlidesJS-3/examples/basic-fade/img/example-slide-1.jpg and /dev/null differ diff --git a/user/themes/lecampus/js/Slides-SlidesJS-3/examples/basic-fade/img/example-slide-2.jpg b/user/themes/lecampus/js/Slides-SlidesJS-3/examples/basic-fade/img/example-slide-2.jpg deleted file mode 100644 index 9d8d054..0000000 Binary files a/user/themes/lecampus/js/Slides-SlidesJS-3/examples/basic-fade/img/example-slide-2.jpg and /dev/null differ diff --git a/user/themes/lecampus/js/Slides-SlidesJS-3/examples/basic-fade/img/example-slide-3.jpg b/user/themes/lecampus/js/Slides-SlidesJS-3/examples/basic-fade/img/example-slide-3.jpg deleted file mode 100644 index 89f8912..0000000 Binary files a/user/themes/lecampus/js/Slides-SlidesJS-3/examples/basic-fade/img/example-slide-3.jpg and /dev/null differ diff --git a/user/themes/lecampus/js/Slides-SlidesJS-3/examples/basic-fade/img/example-slide-4.jpg b/user/themes/lecampus/js/Slides-SlidesJS-3/examples/basic-fade/img/example-slide-4.jpg deleted file mode 100644 index b0648a2..0000000 Binary files a/user/themes/lecampus/js/Slides-SlidesJS-3/examples/basic-fade/img/example-slide-4.jpg and /dev/null differ diff --git a/user/themes/lecampus/js/Slides-SlidesJS-3/examples/basic-fade/index.html b/user/themes/lecampus/js/Slides-SlidesJS-3/examples/basic-fade/index.html deleted file mode 100644 index bf60f0b..0000000 --- a/user/themes/lecampus/js/Slides-SlidesJS-3/examples/basic-fade/index.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - SlidesJS Basic Code Example - - - - - - - - - - - - - - - -
-
- Photo by: Missy S Link: http://www.flickr.com/photos/listenmissy/5087404401/ - Photo by: Daniel Parks Link: http://www.flickr.com/photos/parksdh/5227623068/ - Photo by: Mike Ranweiler Link: http://www.flickr.com/photos/27874907@N04/4833059991/ - Photo by: Stuart SeegerLink: http://www.flickr.com/photos/stuseeger/97577796/ -
-
- - - - - - - - - - - - - - - diff --git a/user/themes/lecampus/js/Slides-SlidesJS-3/examples/basic-fade/js/jquery.slides.min.js b/user/themes/lecampus/js/Slides-SlidesJS-3/examples/basic-fade/js/jquery.slides.min.js deleted file mode 100644 index 427e06b..0000000 --- a/user/themes/lecampus/js/Slides-SlidesJS-3/examples/basic-fade/js/jquery.slides.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/* - SlidesJS 3.0.4 http://slidesjs.com - (c) 2013 by Nathan Searles http://nathansearles.com - Updated: June 26th, 2013 - Apache License: http://www.apache.org/licenses/LICENSE-2.0 -*/ -(function(){(function(e,t,n){var r,i,s;s="slidesjs";i={width:940,height:528,start:1,navigation:{active:!0,effect:"slide"},pagination:{active:!0,effect:"slide"},play:{active:!1,effect:"slide",interval:5e3,auto:!1,swap:!0,pauseOnHover:!1,restartDelay:2500},effect:{slide:{speed:500},fade:{speed:300,crossfade:!0}},callback:{loaded:function(){},start:function(){},complete:function(){}}};r=function(){function t(t,n){this.element=t;this.options=e.extend(!0,{},i,n);this._defaults=i;this._name=s;this.init()}return t}();r.prototype.init=function(){var n,r,i,s,o,u,a=this;n=e(this.element);this.data=e.data(this);e.data(this,"animating",!1);e.data(this,"total",n.children().not(".slidesjs-navigation",n).length);e.data(this,"current",this.options.start-1);e.data(this,"vendorPrefix",this._getVendorPrefix());if(typeof TouchEvent!="undefined"){e.data(this,"touch",!0);this.options.effect.slide.speed=this.options.effect.slide.speed/2}n.css({overflow:"hidden"});n.slidesContainer=n.children().not(".slidesjs-navigation",n).wrapAll("
",n).parent().css({overflow:"hidden",position:"relative"});e(".slidesjs-container",n).wrapInner("
",n).children();e(".slidesjs-control",n).css({position:"relative",left:0});e(".slidesjs-control",n).children().addClass("slidesjs-slide").css({position:"absolute",top:0,left:0,width:"100%",zIndex:0,display:"none",webkitBackfaceVisibility:"hidden"});e.each(e(".slidesjs-control",n).children(),function(t){var n;n=e(this);return n.attr("slidesjs-index",t)});if(this.data.touch){e(".slidesjs-control",n).on("touchstart",function(e){return a._touchstart(e)});e(".slidesjs-control",n).on("touchmove",function(e){return a._touchmove(e)});e(".slidesjs-control",n).on("touchend",function(e){return a._touchend(e)})}n.fadeIn(0);this.update();this.data.touch&&this._setuptouch();e(".slidesjs-control",n).children(":eq("+this.data.current+")").eq(0).fadeIn(0,function(){return e(this).css({zIndex:10})});if(this.options.navigation.active){o=e("",{"class":"slidesjs-previous slidesjs-navigation",href:"#",title:"Previous",text:"Previous"}).appendTo(n);r=e("",{"class":"slidesjs-next slidesjs-navigation",href:"#",title:"Next",text:"Next"}).appendTo(n)}e(".slidesjs-next",n).click(function(e){e.preventDefault();a.stop(!0);return a.next(a.options.navigation.effect)});e(".slidesjs-previous",n).click(function(e){e.preventDefault();a.stop(!0);return a.previous(a.options.navigation.effect)});if(this.options.play.active){s=e("",{"class":"slidesjs-play slidesjs-navigation",href:"#",title:"Play",text:"Play"}).appendTo(n);u=e("",{"class":"slidesjs-stop slidesjs-navigation",href:"#",title:"Stop",text:"Stop"}).appendTo(n);s.click(function(e){e.preventDefault();return a.play(!0)});u.click(function(e){e.preventDefault();return a.stop(!0)});this.options.play.swap&&u.css({display:"none"})}if(this.options.pagination.active){i=e("