style-guide 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +11 -0
- data/.gitmodules +3 -0
- data/.pairs +11 -0
- data/.rvmrc +1 -0
- data/Gemfile +5 -0
- data/Gemfile.lock +144 -0
- data/Guardfile +14 -0
- data/LICENSE +7 -0
- data/README.md +7 -0
- data/Rakefile +27 -0
- data/app/assets/images/style_guide/.gitkeep +0 -0
- data/app/assets/images/style_guide/img/bird.png +0 -0
- data/app/assets/images/style_guide/img/bootstrap-mdo-sfmoma-01.jpg +0 -0
- data/app/assets/images/style_guide/img/bootstrap-mdo-sfmoma-02.jpg +0 -0
- data/app/assets/images/style_guide/img/bootstrap-mdo-sfmoma-03.jpg +0 -0
- data/app/assets/images/style_guide/img/browsers.png +0 -0
- data/app/assets/images/style_guide/img/bs-docs-bootstrap-features.png +0 -0
- data/app/assets/images/style_guide/img/bs-docs-masthead-pattern.png +0 -0
- data/app/assets/images/style_guide/img/bs-docs-responsive-illustrations.png +0 -0
- data/app/assets/images/style_guide/img/bs-docs-twitter-github.png +0 -0
- data/app/assets/images/style_guide/img/example-diagram-01.png +0 -0
- data/app/assets/images/style_guide/img/example-diagram-02.png +0 -0
- data/app/assets/images/style_guide/img/example-diagram-03.png +0 -0
- data/app/assets/images/style_guide/img/example-sites/8020select.png +0 -0
- data/app/assets/images/style_guide/img/example-sites/adoptahydrant.png +0 -0
- data/app/assets/images/style_guide/img/example-sites/bartop.png +0 -0
- data/app/assets/images/style_guide/img/example-sites/breakingnews.png +0 -0
- data/app/assets/images/style_guide/img/example-sites/fleetio.png +0 -0
- data/app/assets/images/style_guide/img/example-sites/gathercontent.png +0 -0
- data/app/assets/images/style_guide/img/example-sites/jshint.png +0 -0
- data/app/assets/images/style_guide/img/example-sites/kippt.png +0 -0
- data/app/assets/images/style_guide/img/example-sites/railwayjs.png +0 -0
- data/app/assets/images/style_guide/img/example-sites/soundready.png +0 -0
- data/app/assets/images/style_guide/img/example-sites/totalwireframe.png +0 -0
- data/app/assets/images/style_guide/img/examples/bootstrap-example-carousel.png +0 -0
- data/app/assets/images/style_guide/img/examples/bootstrap-example-fluid.jpg +0 -0
- data/app/assets/images/style_guide/img/examples/bootstrap-example-hero.jpg +0 -0
- data/app/assets/images/style_guide/img/examples/bootstrap-example-marketing-narrow.png +0 -0
- data/app/assets/images/style_guide/img/examples/bootstrap-example-signin.png +0 -0
- data/app/assets/images/style_guide/img/examples/bootstrap-example-starter.jpg +0 -0
- data/app/assets/images/style_guide/img/examples/bootstrap-example-sticky-footer.png +0 -0
- data/app/assets/images/style_guide/img/examples/browser-icon-chrome.png +0 -0
- data/app/assets/images/style_guide/img/examples/browser-icon-firefox.png +0 -0
- data/app/assets/images/style_guide/img/examples/browser-icon-safari.png +0 -0
- data/app/assets/images/style_guide/img/examples/slide-01.jpg +0 -0
- data/app/assets/images/style_guide/img/examples/slide-02.jpg +0 -0
- data/app/assets/images/style_guide/img/examples/slide-03.jpg +0 -0
- data/app/assets/images/style_guide/img/github-16px.png +0 -0
- data/app/assets/images/style_guide/img/glyphicons/glyphicons_009_magic.png +0 -0
- data/app/assets/images/style_guide/img/glyphicons/glyphicons_042_group.png +0 -0
- data/app/assets/images/style_guide/img/glyphicons/glyphicons_079_podium.png +0 -0
- data/app/assets/images/style_guide/img/glyphicons/glyphicons_082_roundabout.png +0 -0
- data/app/assets/images/style_guide/img/glyphicons/glyphicons_155_show_thumbnails.png +0 -0
- data/app/assets/images/style_guide/img/glyphicons/glyphicons_163_iphone.png +0 -0
- data/app/assets/images/style_guide/img/glyphicons/glyphicons_214_resize_small.png +0 -0
- data/app/assets/images/style_guide/img/glyphicons/glyphicons_266_book_open.png +0 -0
- data/app/assets/images/style_guide/img/glyphicons-halflings-white.png +0 -0
- data/app/assets/images/style_guide/img/glyphicons-halflings.png +0 -0
- data/app/assets/images/style_guide/img/grid-18px-masked.png +0 -0
- data/app/assets/images/style_guide/img/grid-baseline-20px.png +0 -0
- data/app/assets/images/style_guide/img/icon-css3.png +0 -0
- data/app/assets/images/style_guide/img/icon-github.png +0 -0
- data/app/assets/images/style_guide/img/icon-html5.png +0 -0
- data/app/assets/images/style_guide/img/icon-twitter.png +0 -0
- data/app/assets/images/style_guide/img/less-logo-large.png +0 -0
- data/app/assets/images/style_guide/img/less-small.png +0 -0
- data/app/assets/images/style_guide/img/responsive-illustrations.png +0 -0
- data/app/assets/javascripts/style_guide/application.js +13 -0
- data/app/assets/javascripts/style_guide/docs.js +154 -0
- data/app/assets/javascripts/style_guide/prettify.js +28 -0
- data/app/assets/stylesheets/style_guide/application.css +13 -0
- data/app/assets/stylesheets/style_guide/docs.css +1015 -0
- data/app/assets/stylesheets/style_guide/prettify.css +30 -0
- data/app/controllers/style_guide/application_controller.rb +4 -0
- data/app/controllers/style_guide/style_controller.rb +12 -0
- data/app/helpers/style_guide/application_helper.rb +4 -0
- data/app/views/layouts/style_guide/application.html.erb +44 -0
- data/app/views/style_guide/partials/_buttons.erb +167 -0
- data/app/views/style_guide/partials/_code.erb +31 -0
- data/app/views/style_guide/partials/_forms.erb +714 -0
- data/app/views/style_guide/partials/_images.erb +318 -0
- data/app/views/style_guide/partials/_tables.erb +409 -0
- data/app/views/style_guide/partials/_typography.erb +331 -0
- data/app/views/style_guide/style/index.html.erb +32 -0
- data/config/routes.rb +3 -0
- data/lib/style_guide/engine.rb +12 -0
- data/lib/style_guide/version.rb +3 -0
- data/lib/style_guide.rb +4 -0
- data/script/rails +8 -0
- data/spec/dummy/README.rdoc +261 -0
- data/spec/dummy/Rakefile +7 -0
- data/spec/dummy/app/assets/images/img/glyphicons/glyphicons_009_magic.png +0 -0
- data/spec/dummy/app/assets/images/img/glyphicons/glyphicons_042_group.png +0 -0
- data/spec/dummy/app/assets/images/img/glyphicons/glyphicons_079_podium.png +0 -0
- data/spec/dummy/app/assets/images/img/glyphicons/glyphicons_082_roundabout.png +0 -0
- data/spec/dummy/app/assets/images/img/glyphicons/glyphicons_155_show_thumbnails.png +0 -0
- data/spec/dummy/app/assets/images/img/glyphicons/glyphicons_163_iphone.png +0 -0
- data/spec/dummy/app/assets/images/img/glyphicons/glyphicons_214_resize_small.png +0 -0
- data/spec/dummy/app/assets/images/img/glyphicons/glyphicons_266_book_open.png +0 -0
- data/spec/dummy/app/assets/images/img/glyphicons-halflings-white.png +0 -0
- data/spec/dummy/app/assets/images/img/glyphicons-halflings.png +0 -0
- data/spec/dummy/app/assets/javascripts/application.js +27 -0
- data/spec/dummy/app/assets/javascripts/bootstrap-affix.js +106 -0
- data/spec/dummy/app/assets/javascripts/bootstrap-alert.js +88 -0
- data/spec/dummy/app/assets/javascripts/bootstrap-button.js +94 -0
- data/spec/dummy/app/assets/javascripts/bootstrap-carousel.js +176 -0
- data/spec/dummy/app/assets/javascripts/bootstrap-collapse.js +156 -0
- data/spec/dummy/app/assets/javascripts/bootstrap-dropdown.js +148 -0
- data/spec/dummy/app/assets/javascripts/bootstrap-modal.js +234 -0
- data/spec/dummy/app/assets/javascripts/bootstrap-popover.js +103 -0
- data/spec/dummy/app/assets/javascripts/bootstrap-scrollspy.js +151 -0
- data/spec/dummy/app/assets/javascripts/bootstrap-tab.js +133 -0
- data/spec/dummy/app/assets/javascripts/bootstrap-tooltip.js +276 -0
- data/spec/dummy/app/assets/javascripts/bootstrap-transition.js +60 -0
- data/spec/dummy/app/assets/javascripts/bootstrap-typeahead.js +310 -0
- data/spec/dummy/app/assets/javascripts/jquery.js +2 -0
- data/spec/dummy/app/assets/stylesheets/application.css +15 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/accordion.less +34 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/alerts.less +65 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/bootstrap.less +63 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/breadcrumbs.less +24 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/button-groups.less +242 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/buttons.less +232 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/carousel.less +131 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/close.less +31 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/code.less +58 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/component-animations.less +22 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/dropdowns.less +237 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/forms.less +683 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/grid.less +21 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/hero-unit.less +25 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/labels-badges.less +74 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/layouts.less +16 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/media.less +55 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/mixins.less +687 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/modals.less +94 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/navbar.less +475 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/navs.less +385 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/pager.less +41 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/pagination.less +121 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/popovers.less +117 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/progress-bars.less +122 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/reset.less +138 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/responsive-1200px-min.less +28 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/responsive-767px-max.less +193 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/responsive-768px-979px.less +19 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/responsive-navbar.less +185 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/responsive-utilities.less +43 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/responsive.less +48 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/scaffolding.less +52 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/sprites.less +193 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/tables.less +236 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/thumbnails.less +52 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/tooltip.less +70 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/type.less +227 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/utilities.less +30 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/variables.less +301 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap/wells.less +29 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap-responsive.css +1088 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap.css +5893 -0
- data/spec/dummy/app/assets/stylesheets/pivotal-bootstrap/_colors.scss +10 -0
- data/spec/dummy/app/assets/stylesheets/pivotal-bootstrap/ars-maquette-web.css +35 -0
- data/spec/dummy/app/assets/stylesheets/pivotal-bootstrap/button.less +5 -0
- data/spec/dummy/app/assets/stylesheets/pivotal-bootstrap/layout.css.scss +11 -0
- data/spec/dummy/app/assets/stylesheets/pivotal-bootstrap/typography.css.scss +20 -0
- data/spec/dummy/app/assets/stylesheets/pivotal-bootstrap/variables.css.less +10 -0
- data/spec/dummy/app/assets/stylesheets/pivotal-bootstrap.css.less +3 -0
- data/spec/dummy/app/controllers/application_controller.rb +3 -0
- data/spec/dummy/app/controllers/home_controller.rb +3 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/mailers/.gitkeep +0 -0
- data/spec/dummy/app/models/.gitkeep +0 -0
- data/spec/dummy/app/views/home/index.html.erb +1 -0
- data/spec/dummy/app/views/layouts/application.html.erb +14 -0
- data/spec/dummy/app/views/styles/_info-header.erb +1 -0
- data/spec/dummy/config/application.rb +32 -0
- data/spec/dummy/config/boot.rb +10 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +30 -0
- data/spec/dummy/config/environments/production.rb +67 -0
- data/spec/dummy/config/environments/test.rb +34 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/inflections.rb +15 -0
- data/spec/dummy/config/initializers/mime_types.rb +5 -0
- data/spec/dummy/config/initializers/secret_token.rb +7 -0
- data/spec/dummy/config/initializers/session_store.rb +8 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +9 -0
- data/spec/dummy/config/locales/en.yml +5 -0
- data/spec/dummy/config/routes.rb +4 -0
- data/spec/dummy/config.ru +4 -0
- data/spec/dummy/lib/assets/.gitkeep +0 -0
- data/spec/dummy/log/.gitkeep +0 -0
- data/spec/dummy/public/404.html +26 -0
- data/spec/dummy/public/422.html +26 -0
- data/spec/dummy/public/500.html +25 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/public/img/glyphicons/glyphicons_009_magic.png +0 -0
- data/spec/dummy/public/img/glyphicons/glyphicons_042_group.png +0 -0
- data/spec/dummy/public/img/glyphicons/glyphicons_079_podium.png +0 -0
- data/spec/dummy/public/img/glyphicons/glyphicons_082_roundabout.png +0 -0
- data/spec/dummy/public/img/glyphicons/glyphicons_155_show_thumbnails.png +0 -0
- data/spec/dummy/public/img/glyphicons/glyphicons_163_iphone.png +0 -0
- data/spec/dummy/public/img/glyphicons/glyphicons_214_resize_small.png +0 -0
- data/spec/dummy/public/img/glyphicons/glyphicons_266_book_open.png +0 -0
- data/spec/dummy/public/img/glyphicons-halflings-white.png +0 -0
- data/spec/dummy/public/img/glyphicons-halflings.png +0 -0
- data/spec/dummy/script/rails +6 -0
- data/style-guide.gemspec +26 -0
- metadata +500 -0
data/spec/dummy/Rakefile
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
#!/usr/bin/env rake
|
|
2
|
+
# Add your own tasks in files placed in lib/tasks ending in .rake,
|
|
3
|
+
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
|
|
4
|
+
|
|
5
|
+
require File.expand_path('../config/application', __FILE__)
|
|
6
|
+
|
|
7
|
+
Dummy::Application.load_tasks
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
|
2
|
+
// listed below.
|
|
3
|
+
//
|
|
4
|
+
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
|
5
|
+
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
|
|
6
|
+
//
|
|
7
|
+
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
|
8
|
+
// the compiled file.
|
|
9
|
+
//
|
|
10
|
+
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
|
|
11
|
+
// GO AFTER THE REQUIRES BELOW.
|
|
12
|
+
//
|
|
13
|
+
//= require jquery
|
|
14
|
+
//= require bootstrap-transition.js
|
|
15
|
+
//= require bootstrap-alert.js
|
|
16
|
+
//= require bootstrap-modal.js
|
|
17
|
+
//= require bootstrap-dropdown.js
|
|
18
|
+
//= require bootstrap-scrollspy.js
|
|
19
|
+
//= require bootstrap-tab.js
|
|
20
|
+
//= require bootstrap-tooltip.js
|
|
21
|
+
//= require bootstrap-popover.js
|
|
22
|
+
//= require bootstrap-button.js
|
|
23
|
+
//= require bootstrap-collapse.js
|
|
24
|
+
//= require bootstrap-carousel.js
|
|
25
|
+
//= require bootstrap-typeahead.js
|
|
26
|
+
//= require bootstrap-affix.js
|
|
27
|
+
//= require_tree .
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
/* ==========================================================
|
|
2
|
+
* bootstrap-affix.js v2.2.1
|
|
3
|
+
* http://twitter.github.com/bootstrap/javascript.html#affix
|
|
4
|
+
* ==========================================================
|
|
5
|
+
* Copyright 2012 Twitter, Inc.
|
|
6
|
+
*
|
|
7
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
+
* you may not use this file except in compliance with the License.
|
|
9
|
+
* You may obtain a copy of the License at
|
|
10
|
+
*
|
|
11
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
*
|
|
13
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
+
* See the License for the specific language governing permissions and
|
|
17
|
+
* limitations under the License.
|
|
18
|
+
* ========================================================== */
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
!function ($) {
|
|
22
|
+
|
|
23
|
+
"use strict"; // jshint ;_;
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
/* AFFIX CLASS DEFINITION
|
|
27
|
+
* ====================== */
|
|
28
|
+
|
|
29
|
+
var Affix = function (element, options) {
|
|
30
|
+
this.options = $.extend({}, $.fn.affix.defaults, options)
|
|
31
|
+
this.$window = $(window)
|
|
32
|
+
.on('scroll.affix.data-api', $.proxy(this.checkPosition, this))
|
|
33
|
+
.on('click.affix.data-api', $.proxy(function () { setTimeout($.proxy(this.checkPosition, this), 1) }, this))
|
|
34
|
+
this.$element = $(element)
|
|
35
|
+
this.checkPosition()
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
Affix.prototype.checkPosition = function () {
|
|
39
|
+
if (!this.$element.is(':visible')) return
|
|
40
|
+
|
|
41
|
+
var scrollHeight = $(document).height()
|
|
42
|
+
, scrollTop = this.$window.scrollTop()
|
|
43
|
+
, position = this.$element.offset()
|
|
44
|
+
, offset = this.options.offset
|
|
45
|
+
, offsetBottom = offset.bottom
|
|
46
|
+
, offsetTop = offset.top
|
|
47
|
+
, reset = 'affix affix-top affix-bottom'
|
|
48
|
+
, affix
|
|
49
|
+
|
|
50
|
+
if (typeof offset != 'object') offsetBottom = offsetTop = offset
|
|
51
|
+
if (typeof offsetTop == 'function') offsetTop = offset.top()
|
|
52
|
+
if (typeof offsetBottom == 'function') offsetBottom = offset.bottom()
|
|
53
|
+
|
|
54
|
+
affix = this.unpin != null && (scrollTop + this.unpin <= position.top) ?
|
|
55
|
+
false : offsetBottom != null && (position.top + this.$element.height() >= scrollHeight - offsetBottom) ?
|
|
56
|
+
'bottom' : offsetTop != null && scrollTop <= offsetTop ?
|
|
57
|
+
'top' : false
|
|
58
|
+
|
|
59
|
+
if (this.affixed === affix) return
|
|
60
|
+
|
|
61
|
+
this.affixed = affix
|
|
62
|
+
this.unpin = affix == 'bottom' ? position.top - scrollTop : null
|
|
63
|
+
|
|
64
|
+
this.$element.removeClass(reset).addClass('affix' + (affix ? '-' + affix : ''))
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
/* AFFIX PLUGIN DEFINITION
|
|
69
|
+
* ======================= */
|
|
70
|
+
|
|
71
|
+
$.fn.affix = function (option) {
|
|
72
|
+
return this.each(function () {
|
|
73
|
+
var $this = $(this)
|
|
74
|
+
, data = $this.data('affix')
|
|
75
|
+
, options = typeof option == 'object' && option
|
|
76
|
+
if (!data) $this.data('affix', (data = new Affix(this, options)))
|
|
77
|
+
if (typeof option == 'string') data[option]()
|
|
78
|
+
})
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
$.fn.affix.Constructor = Affix
|
|
82
|
+
|
|
83
|
+
$.fn.affix.defaults = {
|
|
84
|
+
offset: 0
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
/* AFFIX DATA-API
|
|
89
|
+
* ============== */
|
|
90
|
+
|
|
91
|
+
$(window).on('load', function () {
|
|
92
|
+
$('[data-spy="affix"]').each(function () {
|
|
93
|
+
var $spy = $(this)
|
|
94
|
+
, data = $spy.data()
|
|
95
|
+
|
|
96
|
+
data.offset = data.offset || {}
|
|
97
|
+
|
|
98
|
+
data.offsetBottom && (data.offset.bottom = data.offsetBottom)
|
|
99
|
+
data.offsetTop && (data.offset.top = data.offsetTop)
|
|
100
|
+
|
|
101
|
+
$spy.affix(data)
|
|
102
|
+
})
|
|
103
|
+
})
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
}(window.jQuery);
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/* ==========================================================
|
|
2
|
+
* bootstrap-alert.js v2.2.1
|
|
3
|
+
* http://twitter.github.com/bootstrap/javascript.html#alerts
|
|
4
|
+
* ==========================================================
|
|
5
|
+
* Copyright 2012 Twitter, Inc.
|
|
6
|
+
*
|
|
7
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
+
* you may not use this file except in compliance with the License.
|
|
9
|
+
* You may obtain a copy of the License at
|
|
10
|
+
*
|
|
11
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
*
|
|
13
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
+
* See the License for the specific language governing permissions and
|
|
17
|
+
* limitations under the License.
|
|
18
|
+
* ========================================================== */
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
!function ($) {
|
|
22
|
+
|
|
23
|
+
"use strict"; // jshint ;_;
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
/* ALERT CLASS DEFINITION
|
|
27
|
+
* ====================== */
|
|
28
|
+
|
|
29
|
+
var dismiss = '[data-dismiss="alert"]'
|
|
30
|
+
, Alert = function (el) {
|
|
31
|
+
$(el).on('click', dismiss, this.close)
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
Alert.prototype.close = function (e) {
|
|
35
|
+
var $this = $(this)
|
|
36
|
+
, selector = $this.attr('data-target')
|
|
37
|
+
, $parent
|
|
38
|
+
|
|
39
|
+
if (!selector) {
|
|
40
|
+
selector = $this.attr('href')
|
|
41
|
+
selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
$parent = $(selector)
|
|
45
|
+
|
|
46
|
+
e && e.preventDefault()
|
|
47
|
+
|
|
48
|
+
$parent.length || ($parent = $this.hasClass('alert') ? $this : $this.parent())
|
|
49
|
+
|
|
50
|
+
$parent.trigger(e = $.Event('close'))
|
|
51
|
+
|
|
52
|
+
if (e.isDefaultPrevented()) return
|
|
53
|
+
|
|
54
|
+
$parent.removeClass('in')
|
|
55
|
+
|
|
56
|
+
function removeElement() {
|
|
57
|
+
$parent
|
|
58
|
+
.trigger('closed')
|
|
59
|
+
.remove()
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
$.support.transition && $parent.hasClass('fade') ?
|
|
63
|
+
$parent.on($.support.transition.end, removeElement) :
|
|
64
|
+
removeElement()
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
/* ALERT PLUGIN DEFINITION
|
|
69
|
+
* ======================= */
|
|
70
|
+
|
|
71
|
+
$.fn.alert = function (option) {
|
|
72
|
+
return this.each(function () {
|
|
73
|
+
var $this = $(this)
|
|
74
|
+
, data = $this.data('alert')
|
|
75
|
+
if (!data) $this.data('alert', (data = new Alert(this)))
|
|
76
|
+
if (typeof option == 'string') data[option].call($this)
|
|
77
|
+
})
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
$.fn.alert.Constructor = Alert
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
/* ALERT DATA-API
|
|
84
|
+
* ============== */
|
|
85
|
+
|
|
86
|
+
$(document).on('click.alert.data-api', dismiss, Alert.prototype.close)
|
|
87
|
+
|
|
88
|
+
}(window.jQuery);
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
/* ============================================================
|
|
2
|
+
* bootstrap-button.js v2.2.1
|
|
3
|
+
* http://twitter.github.com/bootstrap/javascript.html#buttons
|
|
4
|
+
* ============================================================
|
|
5
|
+
* Copyright 2012 Twitter, Inc.
|
|
6
|
+
*
|
|
7
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
+
* you may not use this file except in compliance with the License.
|
|
9
|
+
* You may obtain a copy of the License at
|
|
10
|
+
*
|
|
11
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
*
|
|
13
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
+
* See the License for the specific language governing permissions and
|
|
17
|
+
* limitations under the License.
|
|
18
|
+
* ============================================================ */
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
!function ($) {
|
|
22
|
+
|
|
23
|
+
"use strict"; // jshint ;_;
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
/* BUTTON PUBLIC CLASS DEFINITION
|
|
27
|
+
* ============================== */
|
|
28
|
+
|
|
29
|
+
var Button = function (element, options) {
|
|
30
|
+
this.$element = $(element)
|
|
31
|
+
this.options = $.extend({}, $.fn.button.defaults, options)
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
Button.prototype.setState = function (state) {
|
|
35
|
+
var d = 'disabled'
|
|
36
|
+
, $el = this.$element
|
|
37
|
+
, data = $el.data()
|
|
38
|
+
, val = $el.is('input') ? 'val' : 'html'
|
|
39
|
+
|
|
40
|
+
state = state + 'Text'
|
|
41
|
+
data.resetText || $el.data('resetText', $el[val]())
|
|
42
|
+
|
|
43
|
+
$el[val](data[state] || this.options[state])
|
|
44
|
+
|
|
45
|
+
// push to event loop to allow forms to submit
|
|
46
|
+
setTimeout(function () {
|
|
47
|
+
state == 'loadingText' ?
|
|
48
|
+
$el.addClass(d).attr(d, d) :
|
|
49
|
+
$el.removeClass(d).removeAttr(d)
|
|
50
|
+
}, 0)
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
Button.prototype.toggle = function () {
|
|
54
|
+
var $parent = this.$element.closest('[data-toggle="buttons-radio"]')
|
|
55
|
+
|
|
56
|
+
$parent && $parent
|
|
57
|
+
.find('.active')
|
|
58
|
+
.removeClass('active')
|
|
59
|
+
|
|
60
|
+
this.$element.toggleClass('active')
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
/* BUTTON PLUGIN DEFINITION
|
|
65
|
+
* ======================== */
|
|
66
|
+
|
|
67
|
+
$.fn.button = function (option) {
|
|
68
|
+
return this.each(function () {
|
|
69
|
+
var $this = $(this)
|
|
70
|
+
, data = $this.data('button')
|
|
71
|
+
, options = typeof option == 'object' && option
|
|
72
|
+
if (!data) $this.data('button', (data = new Button(this, options)))
|
|
73
|
+
if (option == 'toggle') data.toggle()
|
|
74
|
+
else if (option) data.setState(option)
|
|
75
|
+
})
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
$.fn.button.defaults = {
|
|
79
|
+
loadingText: 'loading...'
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
$.fn.button.Constructor = Button
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
/* BUTTON DATA-API
|
|
86
|
+
* =============== */
|
|
87
|
+
|
|
88
|
+
$(document).on('click.button.data-api', '[data-toggle^=button]', function (e) {
|
|
89
|
+
var $btn = $(e.target)
|
|
90
|
+
if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn')
|
|
91
|
+
$btn.button('toggle')
|
|
92
|
+
})
|
|
93
|
+
|
|
94
|
+
}(window.jQuery);
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
/* ==========================================================
|
|
2
|
+
* bootstrap-carousel.js v2.2.1
|
|
3
|
+
* http://twitter.github.com/bootstrap/javascript.html#carousel
|
|
4
|
+
* ==========================================================
|
|
5
|
+
* Copyright 2012 Twitter, Inc.
|
|
6
|
+
*
|
|
7
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
+
* you may not use this file except in compliance with the License.
|
|
9
|
+
* You may obtain a copy of the License at
|
|
10
|
+
*
|
|
11
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
*
|
|
13
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
+
* See the License for the specific language governing permissions and
|
|
17
|
+
* limitations under the License.
|
|
18
|
+
* ========================================================== */
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
!function ($) {
|
|
22
|
+
|
|
23
|
+
"use strict"; // jshint ;_;
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
/* CAROUSEL CLASS DEFINITION
|
|
27
|
+
* ========================= */
|
|
28
|
+
|
|
29
|
+
var Carousel = function (element, options) {
|
|
30
|
+
this.$element = $(element)
|
|
31
|
+
this.options = options
|
|
32
|
+
this.options.slide && this.slide(this.options.slide)
|
|
33
|
+
this.options.pause == 'hover' && this.$element
|
|
34
|
+
.on('mouseenter', $.proxy(this.pause, this))
|
|
35
|
+
.on('mouseleave', $.proxy(this.cycle, this))
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
Carousel.prototype = {
|
|
39
|
+
|
|
40
|
+
cycle: function (e) {
|
|
41
|
+
if (!e) this.paused = false
|
|
42
|
+
this.options.interval
|
|
43
|
+
&& !this.paused
|
|
44
|
+
&& (this.interval = setInterval($.proxy(this.next, this), this.options.interval))
|
|
45
|
+
return this
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
, to: function (pos) {
|
|
49
|
+
var $active = this.$element.find('.item.active')
|
|
50
|
+
, children = $active.parent().children()
|
|
51
|
+
, activePos = children.index($active)
|
|
52
|
+
, that = this
|
|
53
|
+
|
|
54
|
+
if (pos > (children.length - 1) || pos < 0) return
|
|
55
|
+
|
|
56
|
+
if (this.sliding) {
|
|
57
|
+
return this.$element.one('slid', function () {
|
|
58
|
+
that.to(pos)
|
|
59
|
+
})
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
if (activePos == pos) {
|
|
63
|
+
return this.pause().cycle()
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
return this.slide(pos > activePos ? 'next' : 'prev', $(children[pos]))
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
, pause: function (e) {
|
|
70
|
+
if (!e) this.paused = true
|
|
71
|
+
if (this.$element.find('.next, .prev').length && $.support.transition.end) {
|
|
72
|
+
this.$element.trigger($.support.transition.end)
|
|
73
|
+
this.cycle()
|
|
74
|
+
}
|
|
75
|
+
clearInterval(this.interval)
|
|
76
|
+
this.interval = null
|
|
77
|
+
return this
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
, next: function () {
|
|
81
|
+
if (this.sliding) return
|
|
82
|
+
return this.slide('next')
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
, prev: function () {
|
|
86
|
+
if (this.sliding) return
|
|
87
|
+
return this.slide('prev')
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
, slide: function (type, next) {
|
|
91
|
+
var $active = this.$element.find('.item.active')
|
|
92
|
+
, $next = next || $active[type]()
|
|
93
|
+
, isCycling = this.interval
|
|
94
|
+
, direction = type == 'next' ? 'left' : 'right'
|
|
95
|
+
, fallback = type == 'next' ? 'first' : 'last'
|
|
96
|
+
, that = this
|
|
97
|
+
, e
|
|
98
|
+
|
|
99
|
+
this.sliding = true
|
|
100
|
+
|
|
101
|
+
isCycling && this.pause()
|
|
102
|
+
|
|
103
|
+
$next = $next.length ? $next : this.$element.find('.item')[fallback]()
|
|
104
|
+
|
|
105
|
+
e = $.Event('slide', {
|
|
106
|
+
relatedTarget: $next[0]
|
|
107
|
+
})
|
|
108
|
+
|
|
109
|
+
if ($next.hasClass('active')) return
|
|
110
|
+
|
|
111
|
+
if ($.support.transition && this.$element.hasClass('slide')) {
|
|
112
|
+
this.$element.trigger(e)
|
|
113
|
+
if (e.isDefaultPrevented()) return
|
|
114
|
+
$next.addClass(type)
|
|
115
|
+
$next[0].offsetWidth // force reflow
|
|
116
|
+
$active.addClass(direction)
|
|
117
|
+
$next.addClass(direction)
|
|
118
|
+
this.$element.one($.support.transition.end, function () {
|
|
119
|
+
$next.removeClass([type, direction].join(' ')).addClass('active')
|
|
120
|
+
$active.removeClass(['active', direction].join(' '))
|
|
121
|
+
that.sliding = false
|
|
122
|
+
setTimeout(function () { that.$element.trigger('slid') }, 0)
|
|
123
|
+
})
|
|
124
|
+
} else {
|
|
125
|
+
this.$element.trigger(e)
|
|
126
|
+
if (e.isDefaultPrevented()) return
|
|
127
|
+
$active.removeClass('active')
|
|
128
|
+
$next.addClass('active')
|
|
129
|
+
this.sliding = false
|
|
130
|
+
this.$element.trigger('slid')
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
isCycling && this.cycle()
|
|
134
|
+
|
|
135
|
+
return this
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
/* CAROUSEL PLUGIN DEFINITION
|
|
142
|
+
* ========================== */
|
|
143
|
+
|
|
144
|
+
$.fn.carousel = function (option) {
|
|
145
|
+
return this.each(function () {
|
|
146
|
+
var $this = $(this)
|
|
147
|
+
, data = $this.data('carousel')
|
|
148
|
+
, options = $.extend({}, $.fn.carousel.defaults, typeof option == 'object' && option)
|
|
149
|
+
, action = typeof option == 'string' ? option : options.slide
|
|
150
|
+
if (!data) $this.data('carousel', (data = new Carousel(this, options)))
|
|
151
|
+
if (typeof option == 'number') data.to(option)
|
|
152
|
+
else if (action) data[action]()
|
|
153
|
+
else if (options.interval) data.cycle()
|
|
154
|
+
})
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
$.fn.carousel.defaults = {
|
|
158
|
+
interval: 5000
|
|
159
|
+
, pause: 'hover'
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
$.fn.carousel.Constructor = Carousel
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
/* CAROUSEL DATA-API
|
|
166
|
+
* ================= */
|
|
167
|
+
|
|
168
|
+
$(document).on('click.carousel.data-api', '[data-slide]', function (e) {
|
|
169
|
+
var $this = $(this), href
|
|
170
|
+
, $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
|
|
171
|
+
, options = $.extend({}, $target.data(), $this.data())
|
|
172
|
+
$target.carousel(options)
|
|
173
|
+
e.preventDefault()
|
|
174
|
+
})
|
|
175
|
+
|
|
176
|
+
}(window.jQuery);
|