contour 1.0.1 → 1.0.2
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/CHANGELOG.rdoc +12 -0
 - data/README.rdoc +2 -2
 - data/app/assets/images/twitter-bootstrap/{v2.0.3 → v2.0.4}/glyphicons-halflings-white.png +0 -0
 - data/app/assets/images/twitter-bootstrap/{v2.0.3 → v2.0.4}/glyphicons-halflings.png +0 -0
 - data/app/assets/javascripts/contour.js +16 -5
 - data/app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee +12 -0
 - data/app/assets/javascripts/twitter-bootstrap/{v2.0.3 → v2.0.4}/bootstrap.js +15 -14
 - data/app/assets/javascripts/twitter-bootstrap/v2.0.4/plugins/bootstrap-alert.js +90 -0
 - data/app/assets/javascripts/twitter-bootstrap/v2.0.4/plugins/bootstrap-button.js +96 -0
 - data/app/assets/javascripts/twitter-bootstrap/v2.0.4/plugins/bootstrap-carousel.js +169 -0
 - data/app/assets/javascripts/twitter-bootstrap/{bootstrap-collapse.js → v2.0.4/plugins/bootstrap-collapse.js} +2 -2
 - data/app/assets/javascripts/twitter-bootstrap/{bootstrap-dropdown.js → v2.0.4/plugins/bootstrap-dropdown.js} +2 -2
 - data/app/assets/javascripts/twitter-bootstrap/{bootstrap-modal.js → v2.0.4/plugins/bootstrap-modal.js} +2 -2
 - data/app/assets/javascripts/twitter-bootstrap/v2.0.4/plugins/bootstrap-popover.js +98 -0
 - data/app/assets/javascripts/twitter-bootstrap/v2.0.4/plugins/bootstrap-scrollspy.js +151 -0
 - data/app/assets/javascripts/twitter-bootstrap/{bootstrap-tab.js → v2.0.4/plugins/bootstrap-tab.js} +2 -2
 - data/app/assets/javascripts/twitter-bootstrap/v2.0.4/plugins/bootstrap-tooltip.js +275 -0
 - data/app/assets/javascripts/twitter-bootstrap/v2.0.4/plugins/bootstrap-typeahead.js +285 -0
 - data/app/assets/stylesheets/bootstrap-base-overrides.css +5 -5
 - data/app/assets/stylesheets/bootstrap-responsive-overrides.css +5 -0
 - data/app/assets/stylesheets/contour.css +3 -2
 - data/app/assets/stylesheets/twitter-bootstrap/bootstrap-subnav.css +139 -0
 - data/app/assets/stylesheets/twitter-bootstrap/{v2.0.3 → v2.0.4}/bootstrap-responsive.css +10 -3
 - data/app/assets/stylesheets/twitter-bootstrap/{v2.0.3 → v2.0.4}/bootstrap.css +128 -105
 - data/app/views/contour/authentications/index.html.erb +1 -1
 - data/app/views/contour/layouts/_subnav.html.erb +23 -0
 - data/app/views/contour/layouts/application.html.erb +1 -1
 - data/app/views/contour/registrations/edit.html.erb +1 -1
 - data/contour.gemspec +2 -2
 - data/lib/contour/version.rb +1 -1
 - data/lib/generators/contour/scaffold/templates/_paginate.html.erb +1 -1
 - data/lib/generators/contour/scaffold/templates/show.html.erb +1 -1
 - data/test/dummy/db/test.sqlite3 +0 -0
 - data/test/dummy/log/test.log +2423 -0
 - data/test/unit/helpers/contour_helper_test.rb +13 -0
 - metadata +102 -36
 
| 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            /* =============================================================
         
     | 
| 
       2 
     | 
    
         
            -
             * bootstrap-collapse.js v2.0. 
     | 
| 
      
 2 
     | 
    
         
            +
             * bootstrap-collapse.js v2.0.4
         
     | 
| 
       3 
3 
     | 
    
         
             
             * http://twitter.github.com/bootstrap/javascript.html#collapse
         
     | 
| 
       4 
4 
     | 
    
         
             
             * =============================================================
         
     | 
| 
       5 
5 
     | 
    
         
             
             * Copyright 2012 Twitter, Inc.
         
     | 
| 
         @@ -154,4 +154,4 @@ 
     | 
|
| 
       154 
154 
     | 
    
         
             
                })
         
     | 
| 
       155 
155 
     | 
    
         
             
              })
         
     | 
| 
       156 
156 
     | 
    
         | 
| 
       157 
     | 
    
         
            -
            }(window.jQuery);
         
     | 
| 
      
 157 
     | 
    
         
            +
            }(window.jQuery);
         
     | 
| 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            /* ============================================================
         
     | 
| 
       2 
     | 
    
         
            -
             * bootstrap-dropdown.js v2.0. 
     | 
| 
      
 2 
     | 
    
         
            +
             * bootstrap-dropdown.js v2.0.4
         
     | 
| 
       3 
3 
     | 
    
         
             
             * http://twitter.github.com/bootstrap/javascript.html#dropdowns
         
     | 
| 
       4 
4 
     | 
    
         
             
             * ============================================================
         
     | 
| 
       5 
5 
     | 
    
         
             
             * Copyright 2012 Twitter, Inc.
         
     | 
| 
         @@ -97,4 +97,4 @@ 
     | 
|
| 
       97 
97 
     | 
    
         
             
                  .on('click.dropdown.data-api', toggle, Dropdown.prototype.toggle)
         
     | 
| 
       98 
98 
     | 
    
         
             
              })
         
     | 
| 
       99 
99 
     | 
    
         | 
| 
       100 
     | 
    
         
            -
            }(window.jQuery);
         
     | 
| 
      
 100 
     | 
    
         
            +
            }(window.jQuery);
         
     | 
| 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            /* =========================================================
         
     | 
| 
       2 
     | 
    
         
            -
             * bootstrap-modal.js v2.0. 
     | 
| 
      
 2 
     | 
    
         
            +
             * bootstrap-modal.js v2.0.4
         
     | 
| 
       3 
3 
     | 
    
         
             
             * http://twitter.github.com/bootstrap/javascript.html#modals
         
     | 
| 
       4 
4 
     | 
    
         
             
             * =========================================================
         
     | 
| 
       5 
5 
     | 
    
         
             
             * Copyright 2012 Twitter, Inc.
         
     | 
| 
         @@ -215,4 +215,4 @@ 
     | 
|
| 
       215 
215 
     | 
    
         
             
                })
         
     | 
| 
       216 
216 
     | 
    
         
             
              })
         
     | 
| 
       217 
217 
     | 
    
         | 
| 
       218 
     | 
    
         
            -
            }(window.jQuery);
         
     | 
| 
      
 218 
     | 
    
         
            +
            }(window.jQuery);
         
     | 
| 
         @@ -0,0 +1,98 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            /* ===========================================================
         
     | 
| 
      
 2 
     | 
    
         
            +
             * bootstrap-popover.js v2.0.4
         
     | 
| 
      
 3 
     | 
    
         
            +
             * http://twitter.github.com/bootstrap/javascript.html#popovers
         
     | 
| 
      
 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 
     | 
    
         
            +
             /* POPOVER PUBLIC CLASS DEFINITION
         
     | 
| 
      
 27 
     | 
    
         
            +
              * =============================== */
         
     | 
| 
      
 28 
     | 
    
         
            +
             
     | 
| 
      
 29 
     | 
    
         
            +
              var Popover = function ( element, options ) {
         
     | 
| 
      
 30 
     | 
    
         
            +
                this.init('popover', element, options)
         
     | 
| 
      
 31 
     | 
    
         
            +
              }
         
     | 
| 
      
 32 
     | 
    
         
            +
             
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
              /* NOTE: POPOVER EXTENDS BOOTSTRAP-TOOLTIP.js
         
     | 
| 
      
 35 
     | 
    
         
            +
                 ========================================== */
         
     | 
| 
      
 36 
     | 
    
         
            +
             
     | 
| 
      
 37 
     | 
    
         
            +
              Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype, {
         
     | 
| 
      
 38 
     | 
    
         
            +
             
     | 
| 
      
 39 
     | 
    
         
            +
                constructor: Popover
         
     | 
| 
      
 40 
     | 
    
         
            +
             
     | 
| 
      
 41 
     | 
    
         
            +
              , setContent: function () {
         
     | 
| 
      
 42 
     | 
    
         
            +
                  var $tip = this.tip()
         
     | 
| 
      
 43 
     | 
    
         
            +
                    , title = this.getTitle()
         
     | 
| 
      
 44 
     | 
    
         
            +
                    , content = this.getContent()
         
     | 
| 
      
 45 
     | 
    
         
            +
             
     | 
| 
      
 46 
     | 
    
         
            +
                  $tip.find('.popover-title')[this.isHTML(title) ? 'html' : 'text'](title)
         
     | 
| 
      
 47 
     | 
    
         
            +
                  $tip.find('.popover-content > *')[this.isHTML(content) ? 'html' : 'text'](content)
         
     | 
| 
      
 48 
     | 
    
         
            +
             
     | 
| 
      
 49 
     | 
    
         
            +
                  $tip.removeClass('fade top bottom left right in')
         
     | 
| 
      
 50 
     | 
    
         
            +
                }
         
     | 
| 
      
 51 
     | 
    
         
            +
             
     | 
| 
      
 52 
     | 
    
         
            +
              , hasContent: function () {
         
     | 
| 
      
 53 
     | 
    
         
            +
                  return this.getTitle() || this.getContent()
         
     | 
| 
      
 54 
     | 
    
         
            +
                }
         
     | 
| 
      
 55 
     | 
    
         
            +
             
     | 
| 
      
 56 
     | 
    
         
            +
              , getContent: function () {
         
     | 
| 
      
 57 
     | 
    
         
            +
                  var content
         
     | 
| 
      
 58 
     | 
    
         
            +
                    , $e = this.$element
         
     | 
| 
      
 59 
     | 
    
         
            +
                    , o = this.options
         
     | 
| 
      
 60 
     | 
    
         
            +
             
     | 
| 
      
 61 
     | 
    
         
            +
                  content = $e.attr('data-content')
         
     | 
| 
      
 62 
     | 
    
         
            +
                    || (typeof o.content == 'function' ? o.content.call($e[0]) :  o.content)
         
     | 
| 
      
 63 
     | 
    
         
            +
             
     | 
| 
      
 64 
     | 
    
         
            +
                  return content
         
     | 
| 
      
 65 
     | 
    
         
            +
                }
         
     | 
| 
      
 66 
     | 
    
         
            +
             
     | 
| 
      
 67 
     | 
    
         
            +
              , tip: function () {
         
     | 
| 
      
 68 
     | 
    
         
            +
                  if (!this.$tip) {
         
     | 
| 
      
 69 
     | 
    
         
            +
                    this.$tip = $(this.options.template)
         
     | 
| 
      
 70 
     | 
    
         
            +
                  }
         
     | 
| 
      
 71 
     | 
    
         
            +
                  return this.$tip
         
     | 
| 
      
 72 
     | 
    
         
            +
                }
         
     | 
| 
      
 73 
     | 
    
         
            +
             
     | 
| 
      
 74 
     | 
    
         
            +
              })
         
     | 
| 
      
 75 
     | 
    
         
            +
             
     | 
| 
      
 76 
     | 
    
         
            +
             
     | 
| 
      
 77 
     | 
    
         
            +
             /* POPOVER PLUGIN DEFINITION
         
     | 
| 
      
 78 
     | 
    
         
            +
              * ======================= */
         
     | 
| 
      
 79 
     | 
    
         
            +
             
     | 
| 
      
 80 
     | 
    
         
            +
              $.fn.popover = function (option) {
         
     | 
| 
      
 81 
     | 
    
         
            +
                return this.each(function () {
         
     | 
| 
      
 82 
     | 
    
         
            +
                  var $this = $(this)
         
     | 
| 
      
 83 
     | 
    
         
            +
                    , data = $this.data('popover')
         
     | 
| 
      
 84 
     | 
    
         
            +
                    , options = typeof option == 'object' && option
         
     | 
| 
      
 85 
     | 
    
         
            +
                  if (!data) $this.data('popover', (data = new Popover(this, options)))
         
     | 
| 
      
 86 
     | 
    
         
            +
                  if (typeof option == 'string') data[option]()
         
     | 
| 
      
 87 
     | 
    
         
            +
                })
         
     | 
| 
      
 88 
     | 
    
         
            +
              }
         
     | 
| 
      
 89 
     | 
    
         
            +
             
     | 
| 
      
 90 
     | 
    
         
            +
              $.fn.popover.Constructor = Popover
         
     | 
| 
      
 91 
     | 
    
         
            +
             
     | 
| 
      
 92 
     | 
    
         
            +
              $.fn.popover.defaults = $.extend({} , $.fn.tooltip.defaults, {
         
     | 
| 
      
 93 
     | 
    
         
            +
                placement: 'right'
         
     | 
| 
      
 94 
     | 
    
         
            +
              , content: ''
         
     | 
| 
      
 95 
     | 
    
         
            +
              , template: '<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'
         
     | 
| 
      
 96 
     | 
    
         
            +
              })
         
     | 
| 
      
 97 
     | 
    
         
            +
             
     | 
| 
      
 98 
     | 
    
         
            +
            }(window.jQuery);
         
     | 
| 
         @@ -0,0 +1,151 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            /* =============================================================
         
     | 
| 
      
 2 
     | 
    
         
            +
             * bootstrap-scrollspy.js v2.0.4
         
     | 
| 
      
 3 
     | 
    
         
            +
             * http://twitter.github.com/bootstrap/javascript.html#scrollspy
         
     | 
| 
      
 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 
     | 
    
         
            +
              /* SCROLLSPY CLASS DEFINITION
         
     | 
| 
      
 27 
     | 
    
         
            +
               * ========================== */
         
     | 
| 
      
 28 
     | 
    
         
            +
             
     | 
| 
      
 29 
     | 
    
         
            +
              function ScrollSpy( element, options) {
         
     | 
| 
      
 30 
     | 
    
         
            +
                var process = $.proxy(this.process, this)
         
     | 
| 
      
 31 
     | 
    
         
            +
                  , $element = $(element).is('body') ? $(window) : $(element)
         
     | 
| 
      
 32 
     | 
    
         
            +
                  , href
         
     | 
| 
      
 33 
     | 
    
         
            +
                this.options = $.extend({}, $.fn.scrollspy.defaults, options)
         
     | 
| 
      
 34 
     | 
    
         
            +
                this.$scrollElement = $element.on('scroll.scroll.data-api', process)
         
     | 
| 
      
 35 
     | 
    
         
            +
                this.selector = (this.options.target
         
     | 
| 
      
 36 
     | 
    
         
            +
                  || ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
         
     | 
| 
      
 37 
     | 
    
         
            +
                  || '') + ' .nav li > a'
         
     | 
| 
      
 38 
     | 
    
         
            +
                this.$body = $('body')
         
     | 
| 
      
 39 
     | 
    
         
            +
                this.refresh()
         
     | 
| 
      
 40 
     | 
    
         
            +
                this.process()
         
     | 
| 
      
 41 
     | 
    
         
            +
              }
         
     | 
| 
      
 42 
     | 
    
         
            +
             
     | 
| 
      
 43 
     | 
    
         
            +
              ScrollSpy.prototype = {
         
     | 
| 
      
 44 
     | 
    
         
            +
             
     | 
| 
      
 45 
     | 
    
         
            +
                  constructor: ScrollSpy
         
     | 
| 
      
 46 
     | 
    
         
            +
             
     | 
| 
      
 47 
     | 
    
         
            +
                , refresh: function () {
         
     | 
| 
      
 48 
     | 
    
         
            +
                    var self = this
         
     | 
| 
      
 49 
     | 
    
         
            +
                      , $targets
         
     | 
| 
      
 50 
     | 
    
         
            +
             
     | 
| 
      
 51 
     | 
    
         
            +
                    this.offsets = $([])
         
     | 
| 
      
 52 
     | 
    
         
            +
                    this.targets = $([])
         
     | 
| 
      
 53 
     | 
    
         
            +
             
     | 
| 
      
 54 
     | 
    
         
            +
                    $targets = this.$body
         
     | 
| 
      
 55 
     | 
    
         
            +
                      .find(this.selector)
         
     | 
| 
      
 56 
     | 
    
         
            +
                      .map(function () {
         
     | 
| 
      
 57 
     | 
    
         
            +
                        var $el = $(this)
         
     | 
| 
      
 58 
     | 
    
         
            +
                          , href = $el.data('target') || $el.attr('href')
         
     | 
| 
      
 59 
     | 
    
         
            +
                          , $href = /^#\w/.test(href) && $(href)
         
     | 
| 
      
 60 
     | 
    
         
            +
                        return ( $href
         
     | 
| 
      
 61 
     | 
    
         
            +
                          && href.length
         
     | 
| 
      
 62 
     | 
    
         
            +
                          && [[ $href.position().top, href ]] ) || null
         
     | 
| 
      
 63 
     | 
    
         
            +
                      })
         
     | 
| 
      
 64 
     | 
    
         
            +
                      .sort(function (a, b) { return a[0] - b[0] })
         
     | 
| 
      
 65 
     | 
    
         
            +
                      .each(function () {
         
     | 
| 
      
 66 
     | 
    
         
            +
                        self.offsets.push(this[0])
         
     | 
| 
      
 67 
     | 
    
         
            +
                        self.targets.push(this[1])
         
     | 
| 
      
 68 
     | 
    
         
            +
                      })
         
     | 
| 
      
 69 
     | 
    
         
            +
                  }
         
     | 
| 
      
 70 
     | 
    
         
            +
             
     | 
| 
      
 71 
     | 
    
         
            +
                , process: function () {
         
     | 
| 
      
 72 
     | 
    
         
            +
                    var scrollTop = this.$scrollElement.scrollTop() + this.options.offset
         
     | 
| 
      
 73 
     | 
    
         
            +
                      , scrollHeight = this.$scrollElement[0].scrollHeight || this.$body[0].scrollHeight
         
     | 
| 
      
 74 
     | 
    
         
            +
                      , maxScroll = scrollHeight - this.$scrollElement.height()
         
     | 
| 
      
 75 
     | 
    
         
            +
                      , offsets = this.offsets
         
     | 
| 
      
 76 
     | 
    
         
            +
                      , targets = this.targets
         
     | 
| 
      
 77 
     | 
    
         
            +
                      , activeTarget = this.activeTarget
         
     | 
| 
      
 78 
     | 
    
         
            +
                      , i
         
     | 
| 
      
 79 
     | 
    
         
            +
             
     | 
| 
      
 80 
     | 
    
         
            +
                    if (scrollTop >= maxScroll) {
         
     | 
| 
      
 81 
     | 
    
         
            +
                      return activeTarget != (i = targets.last()[0])
         
     | 
| 
      
 82 
     | 
    
         
            +
                        && this.activate ( i )
         
     | 
| 
      
 83 
     | 
    
         
            +
                    }
         
     | 
| 
      
 84 
     | 
    
         
            +
             
     | 
| 
      
 85 
     | 
    
         
            +
                    for (i = offsets.length; i--;) {
         
     | 
| 
      
 86 
     | 
    
         
            +
                      activeTarget != targets[i]
         
     | 
| 
      
 87 
     | 
    
         
            +
                        && scrollTop >= offsets[i]
         
     | 
| 
      
 88 
     | 
    
         
            +
                        && (!offsets[i + 1] || scrollTop <= offsets[i + 1])
         
     | 
| 
      
 89 
     | 
    
         
            +
                        && this.activate( targets[i] )
         
     | 
| 
      
 90 
     | 
    
         
            +
                    }
         
     | 
| 
      
 91 
     | 
    
         
            +
                  }
         
     | 
| 
      
 92 
     | 
    
         
            +
             
     | 
| 
      
 93 
     | 
    
         
            +
                , activate: function (target) {
         
     | 
| 
      
 94 
     | 
    
         
            +
                    var active
         
     | 
| 
      
 95 
     | 
    
         
            +
                      , selector
         
     | 
| 
      
 96 
     | 
    
         
            +
             
     | 
| 
      
 97 
     | 
    
         
            +
                    this.activeTarget = target
         
     | 
| 
      
 98 
     | 
    
         
            +
             
     | 
| 
      
 99 
     | 
    
         
            +
                    $(this.selector)
         
     | 
| 
      
 100 
     | 
    
         
            +
                      .parent('.active')
         
     | 
| 
      
 101 
     | 
    
         
            +
                      .removeClass('active')
         
     | 
| 
      
 102 
     | 
    
         
            +
             
     | 
| 
      
 103 
     | 
    
         
            +
                    selector = this.selector
         
     | 
| 
      
 104 
     | 
    
         
            +
                      + '[data-target="' + target + '"],'
         
     | 
| 
      
 105 
     | 
    
         
            +
                      + this.selector + '[href="' + target + '"]'
         
     | 
| 
      
 106 
     | 
    
         
            +
             
     | 
| 
      
 107 
     | 
    
         
            +
                    active = $(selector)
         
     | 
| 
      
 108 
     | 
    
         
            +
                      .parent('li')
         
     | 
| 
      
 109 
     | 
    
         
            +
                      .addClass('active')
         
     | 
| 
      
 110 
     | 
    
         
            +
             
     | 
| 
      
 111 
     | 
    
         
            +
                    if (active.parent('.dropdown-menu'))  {
         
     | 
| 
      
 112 
     | 
    
         
            +
                      active = active.closest('li.dropdown').addClass('active')
         
     | 
| 
      
 113 
     | 
    
         
            +
                    }
         
     | 
| 
      
 114 
     | 
    
         
            +
             
     | 
| 
      
 115 
     | 
    
         
            +
                    active.trigger('activate')
         
     | 
| 
      
 116 
     | 
    
         
            +
                  }
         
     | 
| 
      
 117 
     | 
    
         
            +
             
     | 
| 
      
 118 
     | 
    
         
            +
              }
         
     | 
| 
      
 119 
     | 
    
         
            +
             
     | 
| 
      
 120 
     | 
    
         
            +
             
     | 
| 
      
 121 
     | 
    
         
            +
             /* SCROLLSPY PLUGIN DEFINITION
         
     | 
| 
      
 122 
     | 
    
         
            +
              * =========================== */
         
     | 
| 
      
 123 
     | 
    
         
            +
             
     | 
| 
      
 124 
     | 
    
         
            +
              $.fn.scrollspy = function ( option ) {
         
     | 
| 
      
 125 
     | 
    
         
            +
                return this.each(function () {
         
     | 
| 
      
 126 
     | 
    
         
            +
                  var $this = $(this)
         
     | 
| 
      
 127 
     | 
    
         
            +
                    , data = $this.data('scrollspy')
         
     | 
| 
      
 128 
     | 
    
         
            +
                    , options = typeof option == 'object' && option
         
     | 
| 
      
 129 
     | 
    
         
            +
                  if (!data) $this.data('scrollspy', (data = new ScrollSpy(this, options)))
         
     | 
| 
      
 130 
     | 
    
         
            +
                  if (typeof option == 'string') data[option]()
         
     | 
| 
      
 131 
     | 
    
         
            +
                })
         
     | 
| 
      
 132 
     | 
    
         
            +
              }
         
     | 
| 
      
 133 
     | 
    
         
            +
             
     | 
| 
      
 134 
     | 
    
         
            +
              $.fn.scrollspy.Constructor = ScrollSpy
         
     | 
| 
      
 135 
     | 
    
         
            +
             
     | 
| 
      
 136 
     | 
    
         
            +
              $.fn.scrollspy.defaults = {
         
     | 
| 
      
 137 
     | 
    
         
            +
                offset: 10
         
     | 
| 
      
 138 
     | 
    
         
            +
              }
         
     | 
| 
      
 139 
     | 
    
         
            +
             
     | 
| 
      
 140 
     | 
    
         
            +
             
     | 
| 
      
 141 
     | 
    
         
            +
             /* SCROLLSPY DATA-API
         
     | 
| 
      
 142 
     | 
    
         
            +
              * ================== */
         
     | 
| 
      
 143 
     | 
    
         
            +
             
     | 
| 
      
 144 
     | 
    
         
            +
              $(function () {
         
     | 
| 
      
 145 
     | 
    
         
            +
                $('[data-spy="scroll"]').each(function () {
         
     | 
| 
      
 146 
     | 
    
         
            +
                  var $spy = $(this)
         
     | 
| 
      
 147 
     | 
    
         
            +
                  $spy.scrollspy($spy.data())
         
     | 
| 
      
 148 
     | 
    
         
            +
                })
         
     | 
| 
      
 149 
     | 
    
         
            +
              })
         
     | 
| 
      
 150 
     | 
    
         
            +
             
     | 
| 
      
 151 
     | 
    
         
            +
            }(window.jQuery);
         
     | 
    
        data/app/assets/javascripts/twitter-bootstrap/{bootstrap-tab.js → v2.0.4/plugins/bootstrap-tab.js}
    RENAMED
    
    | 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            /* ========================================================
         
     | 
| 
       2 
     | 
    
         
            -
             * bootstrap-tab.js v2.0. 
     | 
| 
      
 2 
     | 
    
         
            +
             * bootstrap-tab.js v2.0.4
         
     | 
| 
       3 
3 
     | 
    
         
             
             * http://twitter.github.com/bootstrap/javascript.html#tabs
         
     | 
| 
       4 
4 
     | 
    
         
             
             * ========================================================
         
     | 
| 
       5 
5 
     | 
    
         
             
             * Copyright 2012 Twitter, Inc.
         
     | 
| 
         @@ -132,4 +132,4 @@ 
     | 
|
| 
       132 
132 
     | 
    
         
             
                })
         
     | 
| 
       133 
133 
     | 
    
         
             
              })
         
     | 
| 
       134 
134 
     | 
    
         | 
| 
       135 
     | 
    
         
            -
            }(window.jQuery);
         
     | 
| 
      
 135 
     | 
    
         
            +
            }(window.jQuery);
         
     | 
| 
         @@ -0,0 +1,275 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            /* ===========================================================
         
     | 
| 
      
 2 
     | 
    
         
            +
             * bootstrap-tooltip.js v2.0.4
         
     | 
| 
      
 3 
     | 
    
         
            +
             * http://twitter.github.com/bootstrap/javascript.html#tooltips
         
     | 
| 
      
 4 
     | 
    
         
            +
             * Inspired by the original jQuery.tipsy by Jason Frame
         
     | 
| 
      
 5 
     | 
    
         
            +
             * ===========================================================
         
     | 
| 
      
 6 
     | 
    
         
            +
             * Copyright 2012 Twitter, Inc.
         
     | 
| 
      
 7 
     | 
    
         
            +
             *
         
     | 
| 
      
 8 
     | 
    
         
            +
             * Licensed under the Apache License, Version 2.0 (the "License");
         
     | 
| 
      
 9 
     | 
    
         
            +
             * you may not use this file except in compliance with the License.
         
     | 
| 
      
 10 
     | 
    
         
            +
             * You may obtain a copy of the License at
         
     | 
| 
      
 11 
     | 
    
         
            +
             *
         
     | 
| 
      
 12 
     | 
    
         
            +
             * http://www.apache.org/licenses/LICENSE-2.0
         
     | 
| 
      
 13 
     | 
    
         
            +
             *
         
     | 
| 
      
 14 
     | 
    
         
            +
             * Unless required by applicable law or agreed to in writing, software
         
     | 
| 
      
 15 
     | 
    
         
            +
             * distributed under the License is distributed on an "AS IS" BASIS,
         
     | 
| 
      
 16 
     | 
    
         
            +
             * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
         
     | 
| 
      
 17 
     | 
    
         
            +
             * See the License for the specific language governing permissions and
         
     | 
| 
      
 18 
     | 
    
         
            +
             * limitations under the License.
         
     | 
| 
      
 19 
     | 
    
         
            +
             * ========================================================== */
         
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
      
 21 
     | 
    
         
            +
             
     | 
| 
      
 22 
     | 
    
         
            +
            !function ($) {
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
              "use strict"; // jshint ;_;
         
     | 
| 
      
 25 
     | 
    
         
            +
             
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
             /* TOOLTIP PUBLIC CLASS DEFINITION
         
     | 
| 
      
 28 
     | 
    
         
            +
              * =============================== */
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
              var Tooltip = function (element, options) {
         
     | 
| 
      
 31 
     | 
    
         
            +
                this.init('tooltip', element, options)
         
     | 
| 
      
 32 
     | 
    
         
            +
              }
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
              Tooltip.prototype = {
         
     | 
| 
      
 35 
     | 
    
         
            +
             
     | 
| 
      
 36 
     | 
    
         
            +
                constructor: Tooltip
         
     | 
| 
      
 37 
     | 
    
         
            +
             
     | 
| 
      
 38 
     | 
    
         
            +
              , init: function (type, element, options) {
         
     | 
| 
      
 39 
     | 
    
         
            +
                  var eventIn
         
     | 
| 
      
 40 
     | 
    
         
            +
                    , eventOut
         
     | 
| 
      
 41 
     | 
    
         
            +
             
     | 
| 
      
 42 
     | 
    
         
            +
                  this.type = type
         
     | 
| 
      
 43 
     | 
    
         
            +
                  this.$element = $(element)
         
     | 
| 
      
 44 
     | 
    
         
            +
                  this.options = this.getOptions(options)
         
     | 
| 
      
 45 
     | 
    
         
            +
                  this.enabled = true
         
     | 
| 
      
 46 
     | 
    
         
            +
             
     | 
| 
      
 47 
     | 
    
         
            +
                  if (this.options.trigger != 'manual') {
         
     | 
| 
      
 48 
     | 
    
         
            +
                    eventIn  = this.options.trigger == 'hover' ? 'mouseenter' : 'focus'
         
     | 
| 
      
 49 
     | 
    
         
            +
                    eventOut = this.options.trigger == 'hover' ? 'mouseleave' : 'blur'
         
     | 
| 
      
 50 
     | 
    
         
            +
                    this.$element.on(eventIn, this.options.selector, $.proxy(this.enter, this))
         
     | 
| 
      
 51 
     | 
    
         
            +
                    this.$element.on(eventOut, this.options.selector, $.proxy(this.leave, this))
         
     | 
| 
      
 52 
     | 
    
         
            +
                  }
         
     | 
| 
      
 53 
     | 
    
         
            +
             
     | 
| 
      
 54 
     | 
    
         
            +
                  this.options.selector ?
         
     | 
| 
      
 55 
     | 
    
         
            +
                    (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
         
     | 
| 
      
 56 
     | 
    
         
            +
                    this.fixTitle()
         
     | 
| 
      
 57 
     | 
    
         
            +
                }
         
     | 
| 
      
 58 
     | 
    
         
            +
             
     | 
| 
      
 59 
     | 
    
         
            +
              , getOptions: function (options) {
         
     | 
| 
      
 60 
     | 
    
         
            +
                  options = $.extend({}, $.fn[this.type].defaults, options, this.$element.data())
         
     | 
| 
      
 61 
     | 
    
         
            +
             
     | 
| 
      
 62 
     | 
    
         
            +
                  if (options.delay && typeof options.delay == 'number') {
         
     | 
| 
      
 63 
     | 
    
         
            +
                    options.delay = {
         
     | 
| 
      
 64 
     | 
    
         
            +
                      show: options.delay
         
     | 
| 
      
 65 
     | 
    
         
            +
                    , hide: options.delay
         
     | 
| 
      
 66 
     | 
    
         
            +
                    }
         
     | 
| 
      
 67 
     | 
    
         
            +
                  }
         
     | 
| 
      
 68 
     | 
    
         
            +
             
     | 
| 
      
 69 
     | 
    
         
            +
                  return options
         
     | 
| 
      
 70 
     | 
    
         
            +
                }
         
     | 
| 
      
 71 
     | 
    
         
            +
             
     | 
| 
      
 72 
     | 
    
         
            +
              , enter: function (e) {
         
     | 
| 
      
 73 
     | 
    
         
            +
                  var self = $(e.currentTarget)[this.type](this._options).data(this.type)
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
                  if (!self.options.delay || !self.options.delay.show) return self.show()
         
     | 
| 
      
 76 
     | 
    
         
            +
             
     | 
| 
      
 77 
     | 
    
         
            +
                  clearTimeout(this.timeout)
         
     | 
| 
      
 78 
     | 
    
         
            +
                  self.hoverState = 'in'
         
     | 
| 
      
 79 
     | 
    
         
            +
                  this.timeout = setTimeout(function() {
         
     | 
| 
      
 80 
     | 
    
         
            +
                    if (self.hoverState == 'in') self.show()
         
     | 
| 
      
 81 
     | 
    
         
            +
                  }, self.options.delay.show)
         
     | 
| 
      
 82 
     | 
    
         
            +
                }
         
     | 
| 
      
 83 
     | 
    
         
            +
             
     | 
| 
      
 84 
     | 
    
         
            +
              , leave: function (e) {
         
     | 
| 
      
 85 
     | 
    
         
            +
                  var self = $(e.currentTarget)[this.type](this._options).data(this.type)
         
     | 
| 
      
 86 
     | 
    
         
            +
             
     | 
| 
      
 87 
     | 
    
         
            +
                  if (this.timeout) clearTimeout(this.timeout)
         
     | 
| 
      
 88 
     | 
    
         
            +
                  if (!self.options.delay || !self.options.delay.hide) return self.hide()
         
     | 
| 
      
 89 
     | 
    
         
            +
             
     | 
| 
      
 90 
     | 
    
         
            +
                  self.hoverState = 'out'
         
     | 
| 
      
 91 
     | 
    
         
            +
                  this.timeout = setTimeout(function() {
         
     | 
| 
      
 92 
     | 
    
         
            +
                    if (self.hoverState == 'out') self.hide()
         
     | 
| 
      
 93 
     | 
    
         
            +
                  }, self.options.delay.hide)
         
     | 
| 
      
 94 
     | 
    
         
            +
                }
         
     | 
| 
      
 95 
     | 
    
         
            +
             
     | 
| 
      
 96 
     | 
    
         
            +
              , show: function () {
         
     | 
| 
      
 97 
     | 
    
         
            +
                  var $tip
         
     | 
| 
      
 98 
     | 
    
         
            +
                    , inside
         
     | 
| 
      
 99 
     | 
    
         
            +
                    , pos
         
     | 
| 
      
 100 
     | 
    
         
            +
                    , actualWidth
         
     | 
| 
      
 101 
     | 
    
         
            +
                    , actualHeight
         
     | 
| 
      
 102 
     | 
    
         
            +
                    , placement
         
     | 
| 
      
 103 
     | 
    
         
            +
                    , tp
         
     | 
| 
      
 104 
     | 
    
         
            +
             
     | 
| 
      
 105 
     | 
    
         
            +
                  if (this.hasContent() && this.enabled) {
         
     | 
| 
      
 106 
     | 
    
         
            +
                    $tip = this.tip()
         
     | 
| 
      
 107 
     | 
    
         
            +
                    this.setContent()
         
     | 
| 
      
 108 
     | 
    
         
            +
             
     | 
| 
      
 109 
     | 
    
         
            +
                    if (this.options.animation) {
         
     | 
| 
      
 110 
     | 
    
         
            +
                      $tip.addClass('fade')
         
     | 
| 
      
 111 
     | 
    
         
            +
                    }
         
     | 
| 
      
 112 
     | 
    
         
            +
             
     | 
| 
      
 113 
     | 
    
         
            +
                    placement = typeof this.options.placement == 'function' ?
         
     | 
| 
      
 114 
     | 
    
         
            +
                      this.options.placement.call(this, $tip[0], this.$element[0]) :
         
     | 
| 
      
 115 
     | 
    
         
            +
                      this.options.placement
         
     | 
| 
      
 116 
     | 
    
         
            +
             
     | 
| 
      
 117 
     | 
    
         
            +
                    inside = /in/.test(placement)
         
     | 
| 
      
 118 
     | 
    
         
            +
             
     | 
| 
      
 119 
     | 
    
         
            +
                    $tip
         
     | 
| 
      
 120 
     | 
    
         
            +
                      .remove()
         
     | 
| 
      
 121 
     | 
    
         
            +
                      .css({ top: 0, left: 0, display: 'block' })
         
     | 
| 
      
 122 
     | 
    
         
            +
                      .appendTo(inside ? this.$element : document.body)
         
     | 
| 
      
 123 
     | 
    
         
            +
             
     | 
| 
      
 124 
     | 
    
         
            +
                    pos = this.getPosition(inside)
         
     | 
| 
      
 125 
     | 
    
         
            +
             
     | 
| 
      
 126 
     | 
    
         
            +
                    actualWidth = $tip[0].offsetWidth
         
     | 
| 
      
 127 
     | 
    
         
            +
                    actualHeight = $tip[0].offsetHeight
         
     | 
| 
      
 128 
     | 
    
         
            +
             
     | 
| 
      
 129 
     | 
    
         
            +
                    switch (inside ? placement.split(' ')[1] : placement) {
         
     | 
| 
      
 130 
     | 
    
         
            +
                      case 'bottom':
         
     | 
| 
      
 131 
     | 
    
         
            +
                        tp = {top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2}
         
     | 
| 
      
 132 
     | 
    
         
            +
                        break
         
     | 
| 
      
 133 
     | 
    
         
            +
                      case 'top':
         
     | 
| 
      
 134 
     | 
    
         
            +
                        tp = {top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2}
         
     | 
| 
      
 135 
     | 
    
         
            +
                        break
         
     | 
| 
      
 136 
     | 
    
         
            +
                      case 'left':
         
     | 
| 
      
 137 
     | 
    
         
            +
                        tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth}
         
     | 
| 
      
 138 
     | 
    
         
            +
                        break
         
     | 
| 
      
 139 
     | 
    
         
            +
                      case 'right':
         
     | 
| 
      
 140 
     | 
    
         
            +
                        tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width}
         
     | 
| 
      
 141 
     | 
    
         
            +
                        break
         
     | 
| 
      
 142 
     | 
    
         
            +
                    }
         
     | 
| 
      
 143 
     | 
    
         
            +
             
     | 
| 
      
 144 
     | 
    
         
            +
                    $tip
         
     | 
| 
      
 145 
     | 
    
         
            +
                      .css(tp)
         
     | 
| 
      
 146 
     | 
    
         
            +
                      .addClass(placement)
         
     | 
| 
      
 147 
     | 
    
         
            +
                      .addClass('in')
         
     | 
| 
      
 148 
     | 
    
         
            +
                  }
         
     | 
| 
      
 149 
     | 
    
         
            +
                }
         
     | 
| 
      
 150 
     | 
    
         
            +
             
     | 
| 
      
 151 
     | 
    
         
            +
              , isHTML: function(text) {
         
     | 
| 
      
 152 
     | 
    
         
            +
                  // html string detection logic adapted from jQuery
         
     | 
| 
      
 153 
     | 
    
         
            +
                  return typeof text != 'string'
         
     | 
| 
      
 154 
     | 
    
         
            +
                    || ( text.charAt(0) === "<"
         
     | 
| 
      
 155 
     | 
    
         
            +
                      && text.charAt( text.length - 1 ) === ">"
         
     | 
| 
      
 156 
     | 
    
         
            +
                      && text.length >= 3
         
     | 
| 
      
 157 
     | 
    
         
            +
                    ) || /^(?:[^<]*<[\w\W]+>[^>]*$)/.exec(text)
         
     | 
| 
      
 158 
     | 
    
         
            +
                }
         
     | 
| 
      
 159 
     | 
    
         
            +
             
     | 
| 
      
 160 
     | 
    
         
            +
              , setContent: function () {
         
     | 
| 
      
 161 
     | 
    
         
            +
                  var $tip = this.tip()
         
     | 
| 
      
 162 
     | 
    
         
            +
                    , title = this.getTitle()
         
     | 
| 
      
 163 
     | 
    
         
            +
             
     | 
| 
      
 164 
     | 
    
         
            +
                  $tip.find('.tooltip-inner')[this.isHTML(title) ? 'html' : 'text'](title)
         
     | 
| 
      
 165 
     | 
    
         
            +
                  $tip.removeClass('fade in top bottom left right')
         
     | 
| 
      
 166 
     | 
    
         
            +
                }
         
     | 
| 
      
 167 
     | 
    
         
            +
             
     | 
| 
      
 168 
     | 
    
         
            +
              , hide: function () {
         
     | 
| 
      
 169 
     | 
    
         
            +
                  var that = this
         
     | 
| 
      
 170 
     | 
    
         
            +
                    , $tip = this.tip()
         
     | 
| 
      
 171 
     | 
    
         
            +
             
     | 
| 
      
 172 
     | 
    
         
            +
                  $tip.removeClass('in')
         
     | 
| 
      
 173 
     | 
    
         
            +
             
     | 
| 
      
 174 
     | 
    
         
            +
                  function removeWithAnimation() {
         
     | 
| 
      
 175 
     | 
    
         
            +
                    var timeout = setTimeout(function () {
         
     | 
| 
      
 176 
     | 
    
         
            +
                      $tip.off($.support.transition.end).remove()
         
     | 
| 
      
 177 
     | 
    
         
            +
                    }, 500)
         
     | 
| 
      
 178 
     | 
    
         
            +
             
     | 
| 
      
 179 
     | 
    
         
            +
                    $tip.one($.support.transition.end, function () {
         
     | 
| 
      
 180 
     | 
    
         
            +
                      clearTimeout(timeout)
         
     | 
| 
      
 181 
     | 
    
         
            +
                      $tip.remove()
         
     | 
| 
      
 182 
     | 
    
         
            +
                    })
         
     | 
| 
      
 183 
     | 
    
         
            +
                  }
         
     | 
| 
      
 184 
     | 
    
         
            +
             
     | 
| 
      
 185 
     | 
    
         
            +
                  $.support.transition && this.$tip.hasClass('fade') ?
         
     | 
| 
      
 186 
     | 
    
         
            +
                    removeWithAnimation() :
         
     | 
| 
      
 187 
     | 
    
         
            +
                    $tip.remove()
         
     | 
| 
      
 188 
     | 
    
         
            +
                }
         
     | 
| 
      
 189 
     | 
    
         
            +
             
     | 
| 
      
 190 
     | 
    
         
            +
              , fixTitle: function () {
         
     | 
| 
      
 191 
     | 
    
         
            +
                  var $e = this.$element
         
     | 
| 
      
 192 
     | 
    
         
            +
                  if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') {
         
     | 
| 
      
 193 
     | 
    
         
            +
                    $e.attr('data-original-title', $e.attr('title') || '').removeAttr('title')
         
     | 
| 
      
 194 
     | 
    
         
            +
                  }
         
     | 
| 
      
 195 
     | 
    
         
            +
                }
         
     | 
| 
      
 196 
     | 
    
         
            +
             
     | 
| 
      
 197 
     | 
    
         
            +
              , hasContent: function () {
         
     | 
| 
      
 198 
     | 
    
         
            +
                  return this.getTitle()
         
     | 
| 
      
 199 
     | 
    
         
            +
                }
         
     | 
| 
      
 200 
     | 
    
         
            +
             
     | 
| 
      
 201 
     | 
    
         
            +
              , getPosition: function (inside) {
         
     | 
| 
      
 202 
     | 
    
         
            +
                  return $.extend({}, (inside ? {top: 0, left: 0} : this.$element.offset()), {
         
     | 
| 
      
 203 
     | 
    
         
            +
                    width: this.$element[0].offsetWidth
         
     | 
| 
      
 204 
     | 
    
         
            +
                  , height: this.$element[0].offsetHeight
         
     | 
| 
      
 205 
     | 
    
         
            +
                  })
         
     | 
| 
      
 206 
     | 
    
         
            +
                }
         
     | 
| 
      
 207 
     | 
    
         
            +
             
     | 
| 
      
 208 
     | 
    
         
            +
              , getTitle: function () {
         
     | 
| 
      
 209 
     | 
    
         
            +
                  var title
         
     | 
| 
      
 210 
     | 
    
         
            +
                    , $e = this.$element
         
     | 
| 
      
 211 
     | 
    
         
            +
                    , o = this.options
         
     | 
| 
      
 212 
     | 
    
         
            +
             
     | 
| 
      
 213 
     | 
    
         
            +
                  title = $e.attr('data-original-title')
         
     | 
| 
      
 214 
     | 
    
         
            +
                    || (typeof o.title == 'function' ? o.title.call($e[0]) :  o.title)
         
     | 
| 
      
 215 
     | 
    
         
            +
             
     | 
| 
      
 216 
     | 
    
         
            +
                  return title
         
     | 
| 
      
 217 
     | 
    
         
            +
                }
         
     | 
| 
      
 218 
     | 
    
         
            +
             
     | 
| 
      
 219 
     | 
    
         
            +
              , tip: function () {
         
     | 
| 
      
 220 
     | 
    
         
            +
                  return this.$tip = this.$tip || $(this.options.template)
         
     | 
| 
      
 221 
     | 
    
         
            +
                }
         
     | 
| 
      
 222 
     | 
    
         
            +
             
     | 
| 
      
 223 
     | 
    
         
            +
              , validate: function () {
         
     | 
| 
      
 224 
     | 
    
         
            +
                  if (!this.$element[0].parentNode) {
         
     | 
| 
      
 225 
     | 
    
         
            +
                    this.hide()
         
     | 
| 
      
 226 
     | 
    
         
            +
                    this.$element = null
         
     | 
| 
      
 227 
     | 
    
         
            +
                    this.options = null
         
     | 
| 
      
 228 
     | 
    
         
            +
                  }
         
     | 
| 
      
 229 
     | 
    
         
            +
                }
         
     | 
| 
      
 230 
     | 
    
         
            +
             
     | 
| 
      
 231 
     | 
    
         
            +
              , enable: function () {
         
     | 
| 
      
 232 
     | 
    
         
            +
                  this.enabled = true
         
     | 
| 
      
 233 
     | 
    
         
            +
                }
         
     | 
| 
      
 234 
     | 
    
         
            +
             
     | 
| 
      
 235 
     | 
    
         
            +
              , disable: function () {
         
     | 
| 
      
 236 
     | 
    
         
            +
                  this.enabled = false
         
     | 
| 
      
 237 
     | 
    
         
            +
                }
         
     | 
| 
      
 238 
     | 
    
         
            +
             
     | 
| 
      
 239 
     | 
    
         
            +
              , toggleEnabled: function () {
         
     | 
| 
      
 240 
     | 
    
         
            +
                  this.enabled = !this.enabled
         
     | 
| 
      
 241 
     | 
    
         
            +
                }
         
     | 
| 
      
 242 
     | 
    
         
            +
             
     | 
| 
      
 243 
     | 
    
         
            +
              , toggle: function () {
         
     | 
| 
      
 244 
     | 
    
         
            +
                  this[this.tip().hasClass('in') ? 'hide' : 'show']()
         
     | 
| 
      
 245 
     | 
    
         
            +
                }
         
     | 
| 
      
 246 
     | 
    
         
            +
             
     | 
| 
      
 247 
     | 
    
         
            +
              }
         
     | 
| 
      
 248 
     | 
    
         
            +
             
     | 
| 
      
 249 
     | 
    
         
            +
             
     | 
| 
      
 250 
     | 
    
         
            +
             /* TOOLTIP PLUGIN DEFINITION
         
     | 
| 
      
 251 
     | 
    
         
            +
              * ========================= */
         
     | 
| 
      
 252 
     | 
    
         
            +
             
     | 
| 
      
 253 
     | 
    
         
            +
              $.fn.tooltip = function ( option ) {
         
     | 
| 
      
 254 
     | 
    
         
            +
                return this.each(function () {
         
     | 
| 
      
 255 
     | 
    
         
            +
                  var $this = $(this)
         
     | 
| 
      
 256 
     | 
    
         
            +
                    , data = $this.data('tooltip')
         
     | 
| 
      
 257 
     | 
    
         
            +
                    , options = typeof option == 'object' && option
         
     | 
| 
      
 258 
     | 
    
         
            +
                  if (!data) $this.data('tooltip', (data = new Tooltip(this, options)))
         
     | 
| 
      
 259 
     | 
    
         
            +
                  if (typeof option == 'string') data[option]()
         
     | 
| 
      
 260 
     | 
    
         
            +
                })
         
     | 
| 
      
 261 
     | 
    
         
            +
              }
         
     | 
| 
      
 262 
     | 
    
         
            +
             
     | 
| 
      
 263 
     | 
    
         
            +
              $.fn.tooltip.Constructor = Tooltip
         
     | 
| 
      
 264 
     | 
    
         
            +
             
     | 
| 
      
 265 
     | 
    
         
            +
              $.fn.tooltip.defaults = {
         
     | 
| 
      
 266 
     | 
    
         
            +
                animation: true
         
     | 
| 
      
 267 
     | 
    
         
            +
              , placement: 'top'
         
     | 
| 
      
 268 
     | 
    
         
            +
              , selector: false
         
     | 
| 
      
 269 
     | 
    
         
            +
              , template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'
         
     | 
| 
      
 270 
     | 
    
         
            +
              , trigger: 'hover'
         
     | 
| 
      
 271 
     | 
    
         
            +
              , title: ''
         
     | 
| 
      
 272 
     | 
    
         
            +
              , delay: 0
         
     | 
| 
      
 273 
     | 
    
         
            +
              }
         
     | 
| 
      
 274 
     | 
    
         
            +
             
     | 
| 
      
 275 
     | 
    
         
            +
            }(window.jQuery);
         
     |