‹ | | › |
',contTemplate:' |
'};i.template='"}(window.jQuery),
/* ============================================================
# bootstrap-tour.js v0.3.0
# http://bootstraptour.com/
# ==============================================================
# Copyright 2012-2013 Ulrich Sossou
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
*/
function(){!function(t,e){var i,o;o=e.document,i=function(){function i(e){this._options=t.extend({name:"tour",labels:{end:"End tour",next:"Next »",prev:"« Prev"},template:"",container:"body",keyboard:!0,useLocalStorage:!1,debug:!1,backdrop:!1,redirect:!0,basePath:"",afterSetState:function(){},afterGetState:function(){},afterRemoveState:function(){},onStart:function(){},onEnd:function(){},onShow:function(){},onShown:function(){},onHide:function(){},onHidden:function(){}},e),this._steps=[],this.setCurrentStep(),this.backdrop={overlay:null,step:null,background:null}}return i.prototype.setState=function(i,o){return i=this._options.name+"_"+i,this._options.useLocalStorage?e.localStorage.setItem(i,o):t.cookie(i,o,{expires:36500,path:"/"}),this._options.afterSetState(i,o)},i.prototype.removeState=function(i){return i=this._options.name+"_"+i,this._options.useLocalStorage?e.localStorage.removeItem(i):t.removeCookie(i,{path:"/"}),this._options.afterRemoveState(i)},i.prototype.getState=function(i){var o;return void 0!==(o=this._options.useLocalStorage?e.localStorage.getItem(this._options.name+"_"+i):t.cookie(this._options.name+"_"+i))&&"null"!==o||(o=null),this._options.afterGetState(i,o),o},i.prototype.addStep=function(t){return this._steps.push(t)},i.prototype.getStep=function(e){if(null!=this._steps[e])return t.extend({path:"",placement:"right",title:"",content:"",id:"step-"+e,next:e===this._steps.length-1?-1:e+1,prev:e-1,animation:!0,backdrop:this._options.backdrop,redirect:this._options.redirect,onShow:this._options.onShow,onShown:this._options.onShown,onHide:this._options.onHide,onHidden:this._options.onHidden,template:this._options.template,container:this._options.container},this._steps[e])},i.prototype.start=function(e){var i,r=this;return null==e&&(e=!1),this.ended()&&!e?this._debug("Tour ended, start prevented."):(t(o).off("click.bootstrap-tour",".popover .next").on("click.bootstrap-tour",".popover .next",function(t){return t.preventDefault(),r.next()}),t(o).off("click.bootstrap-tour",".popover .prev").on("click.bootstrap-tour",".popover .prev",function(t){return t.preventDefault(),r.prev()}),t(o).off("click.bootstrap-tour",".popover .end").on("click.bootstrap-tour",".popover .end",function(t){return t.preventDefault(),r.end()}),this._onresize(function(){return r.showStep(r._current)}),this._setupKeyboardNavigation(),i=this._makePromise(null!=this._options.onStart?this._options.onStart(this):void 0),this._callOnPromiseDone(i,this.showStep,this._current))},i.prototype.next=function(){var t;return t=this.hideStep(this._current),this._callOnPromiseDone(t,this.showNextStep)},i.prototype.prev=function(){var t;return t=this.hideStep(this._current),this._callOnPromiseDone(t,this.showPrevStep)},i.prototype.end=function(){var i,r,n=this;return i=function(){if(t(o).off("click.bootstrap-tour"),t(o).off("keyup.bootstrap-tour"),t(e).off("resize.bootstrap-tour"),n.setState("end","yes"),n._hideBackdrop(),null!=n._options.onEnd)return n._options.onEnd(n)},r=this.hideStep(this._current),this._callOnPromiseDone(r,i)},i.prototype.ended=function(){return!!this.getState("end")},i.prototype.restart=function(){return this.removeState("current_step"),this.removeState("end"),this.setCurrentStep(0),this.start()},i.prototype.hideStep=function(e){var i,o,r,n=this;return r=this.getStep(e),o=this._makePromise(null!=r.onHide?r.onHide(this):void 0),i=function(){var e;if(e=t(r.element).popover("hide"),r.reflex&&e.css("cursor","").off("click.boostrap-tour"),r.backdrop&&n._hideBackdrop(),null!=r.onHidden)return r.onHidden(n)},this._callOnPromiseDone(o,i),o},i.prototype.showStep=function(e){var i,r,n,a=this;if(n=this.getStep(e))return i=this._makePromise(null!=n.onShow?n.onShow(this):void 0),r=function(){var i,r;if(a.setCurrentStep(e),r="function"==typeof n.path?n.path.call():a._options.basePath+n.path,i=[o.location.pathname,o.location.hash].join(""),!a._isRedirect(r,i))return null!=n.element&&0!==t(n.element).length&&t(n.element).is(":visible")?(n.backdrop&&a._showBackdrop(n.element),a._showPopover(n,e),null!=n.onShown&&n.onShown(a),a._debug("Step "+(a._current+1)+" of "+a._steps.length)):(a._debug("Skip the step "+(a._current+1)+". The element does not exist or is not visible."),void a.showNextStep());a._redirect(n,r)},this._callOnPromiseDone(i,r)},i.prototype.setCurrentStep=function(t){return null!=t?(this._current=t,this.setState("current_step",t)):(this._current=this.getState("current_step"),null===this._current?this._current=0:this._current=parseInt(this._current))},i.prototype.showNextStep=function(){var t;return t=this.getStep(this._current),this.showStep(t.next)},i.prototype.showPrevStep=function(){var t;return t=this.getStep(this._current),this.showStep(t.prev)},i.prototype._debug=function(t){if(this._options.debug)return e.console.log("Bootstrap Tour '"+this._options.name+"' | "+t)},i.prototype._isRedirect=function(t,e){return null!=t&&""!==t&&t.replace(/\?.*$/,"").replace(/\/?$/,"")!==e.replace(/\/?$/,"")},i.prototype._redirect=function(t,e){return"function"==typeof t.redirect?t.redirect.call(this,e):!0===t.redirect?(this._debug("Redirect to "+e),o.location.href=e):void 0},i.prototype._renderNavigation=function(t,e){var i;return i=[],t.prev>=0&&i.push(""+e.labels.prev+""),t.next>=0&&i.push(""+e.labels.next+""),i.join(" | ")+""+e.labels.end+""},i.prototype._showPopover=function(e){var i,o,r,n=this;return o=e.content+"
",r=t.extend({},this._options),e.options&&t.extend(r,e.options),e.reflex&&t(e.element).css("cursor","pointer").on("click.bootstrap-tour",function(){return n.next()}),o+=this._renderNavigation(e,r),t(e.element).popover("destroy").popover({placement:e.placement,trigger:"manual",title:e.title,content:o,html:!0,animation:e.animation,container:e.container,template:e.template}).popover("show"),(i=t(e.element).data("popover").tip()).attr("id",e.id),this._reposition(i,e),this._scrollIntoView(i)},i.prototype._reposition=function(e,i){var r,n,a,s,u,d,l;if(u=e[0].offsetWidth,s=e[0].offsetHeight,a=(l=e.offset()).left,d=l.top,(r=(t(o).outerHeight()||null)-l.top-(t(e).outerHeight()||null))<0&&(l.top=l.top+r),(n=(t("html").outerWidth()||null)-l.left-(t(e).outerWidth()||null))<0&&(l.left=l.left+n),l.top<0&&(l.top=0),l.left<0&&(l.left=0),e.offset(l),"bottom"===i.placement||"top"===i.placement){if(a!==l.left)return this._replaceArrow(e,2*(l.left-a),u,"left")}else if(d!==l.top)return this._replaceArrow(e,2*(l.top-d),s,"top")},i.prototype._replaceArrow=function(t,e,i,o){return t.find(".arrow").css(o,e?50*(1-e/i)+"%":"")},i.prototype._scrollIntoView=function(i){var o;if(!((o=i.get(0).getBoundingClientRect()).top>=0&&o.bottom=0&&o.right0)return e.prev();break;case 27:return t.preventDefault(),e.end()}})},i.prototype._makePromise=function(e){return e&&t.isFunction(e.then)?e:null},i.prototype._callOnPromiseDone=function(t,e,i){var o=this;return t?t.then(function(){return e.call(o,i)}):e.call(this,i)},i.prototype._showBackdrop=function(t){if(null===this.backdrop.overlay)return this._showOverlay(),this._showOverlayElement(t)},i.prototype._hideBackdrop=function(){if(null!==this.backdrop.overlay)return this._hideOverlayElement(),this._hideOverlay()},i.prototype._showOverlay=function(){return this.backdrop=t(""),this.backdrop.addClass("tour-backdrop"),this.backdrop.height(t(o).innerHeight()||null),t("body").append(this.backdrop)},i.prototype._hideOverlay=function(){return this.backdrop.remove(),this.backdrop.overlay=null},i.prototype._showOverlayElement=function(e){var i,o,r,n;return r=5,(o=(n=t(e)).offset()).top=o.top-r,o.left=o.left-r,(i=t("")).width((n.innerWidth()||null)+r).height((n.innerHeight()||null)+r).addClass("tour-step-background").offset(o),n.addClass("tour-step-backdrop"),t("body").append(i),this.backdrop.step=n,this.backdrop.background=i},i.prototype._hideOverlayElement=function(){return this.backdrop.step.removeClass("tour-step-backdrop"),this.backdrop.background.remove(),this.backdrop.step=null,this.backdrop.background=null},i}(),e.Tour=i}(jQuery,window)}.call(this),
/*
* respond.js - A small and fast polyfill for min/max-width CSS3 Media Queries
* Copyright 2011, Scott Jehl, scottjehl.com
* Dual licensed under the MIT or GPL Version 2 licenses.
* Usage: Check out the readme file or github.com/scottjehl/respond
*/
function(t,e){function i(){v(!0)}if(t.respond={},respond.update=function(){},respond.mediaQueriesSupported=e,!e){var o,r,n=t.document,a=n.documentElement,s=[],u=[],d=[],l={},c=30,p=n.getElementsByTagName("head")[0]||a,_=p.getElementsByTagName("link"),f=[],h=function(){for(var e=_,i=e.length,o=0;o=y.minw)&&(!y.maxw||y.maxw&&l<=y.maxw))&&(f[y.media]||(f[y.media]=[]),f[y.media].push(u[y.rules]))}for(var b in d)d[b]&&d[b].parentNode===p&&p.removeChild(d[b]);for(var b in f){var w=n.createElement("style"),x=f[b].join("\n");w.type="text/css",w.media=b,w.styleSheet?w.styleSheet.cssText=x:w.appendChild(n.createTextNode(x)),h.appendChild(w),d.push(w)}p.insertBefore(h,m.nextSibling)},b=function(t,e){var i=y();i&&(i.open("GET",t,!0),i.onreadystatechange=function(){4!=i.readyState||200!=i.status&&304!=i.status||e(i.responseText)},4!=i.readyState&&i.send())},y=function(){for(var t=!1,e=[function(){return new ActiveXObject("Microsoft.XMLHTTP")},function(){return new ActiveXObject("Msxml3.XMLHTTP")},function(){return new ActiveXObject("Msxml2.XMLHTTP")},function(){return new XMLHttpRequest}],i=e.length;i--;){try{t=e[i]()}catch(o){continue}break}return function(){return t}}();h(),respond.update=h,t.addEventListener?t.addEventListener("resize",i,!1):t.attachEvent&&t.attachEvent("onresize",i)}}(this,function(t){if(t.matchMedia)return!0;var e,i=document,o=i.documentElement,r=o.firstElementChild||o.firstChild,n=!i.body,a=i.body||i.createElement("body"),s=i.createElement("div"),u="only all";return s.id="mq-test-1",s.style.cssText="position:absolute;top:-99em",a.appendChild(s),s.innerHTML='_',n&&o.insertBefore(a,r),s.removeChild(s.firstChild),e=9==s.offsetWidth,n?o.removeChild(a):a.removeChild(s),e}(this)),JSON||(JSON={}),function(){"use strict";function f(t){return t<10?"0"+t:t}function quote(t){return escapable.lastIndex=0,escapable.test(t)?'"'+t.replace(escapable,function(t){var e=meta[t];return"string"==typeof e?e:"\\u"+("0000"+t.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+t+'"'}function str(t,e){var i,o,r,n,a,s=gap,u=e[t];switch(u&&"object"==typeof u&&"function"==typeof u.toJSON&&(u=u.toJSON(t)),"function"==typeof rep&&(u=rep.call(e,t,u)),typeof u){case"string":return quote(u);case"number":return isFinite(u)?String(u):"null";case"boolean":case"null":return String(u);case"object":if(!u)return"null";if(gap+=indent,a=[],"[object Array]"===Object.prototype.toString.apply(u)){for(n=u.length,i=0;i122||(d<65||u>90||r.push([32|Math.max(65,u),32|Math.min(d,90)]),d<97||u>122||r.push([-33&Math.max(97,u),-33&Math.min(d,122)]))}}for(r.sort(function(t,e){return t[0]-e[0]||e[1]-t[1]}),o=[],u=[NaN,NaN],a=0;as[0]&&(s[1]+1>s[0]&&r.push("-"),r.push(i(s[1])));return r.push("]"),r.join("")}function r(t){for(var e=t.source.match(/\[(?:[^\\\]]|\\[\S\s])*]|\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\\d+|\\[^\dux]|\(\?[!:=]|[()^]|[^()[\\^]+/g),i=e.length,r=[],s=0,u=0;s=2&&"["===t?e[s]=o(d):"\\"!==t&&(e[s]=d.replace(/[A-Za-z]/g,function(t){return t=t.charCodeAt(0),"["+String.fromCharCode(-33&t,32|t)+"]"}));return e.join("")}for(var n=0,a=!1,s=!1,u=0,d=t.length;u=5&&"lang-"===g.substring(0,5))||v&&"string"==typeof v[1]||(h=!1,g="src"),h||(p[m]=g)}if(b=l,l+=m.length,h){h=v[1];var y=m.indexOf(h),w=y+h.length;v[2]&&(y=(w=m.length-v[2].length)-h.length),g=g.substring(5),i(e+b,m.substring(0,y),r,d),i(e+b+y,h,s(g,h),d),i(e+b+w,m.substring(w),r,d)}else d.push(e+b,g)}t.e=d}var n,a={};!function(){for(var i=e.concat(o),r=[],s={},u=0,d=i.length;u=0;)a[c.charAt(p)]=l;c=""+(l=l[1]),s.hasOwnProperty(c)||(r.push(l),s[c]=q)}r.push(/[\S\s]/),n=t(r)}();var u=o.length;return r}function r(t){var e=[],i=[];t.tripleQuotedStrings?e.push(["str",/^(?:'''(?:[^'\\]|\\[\S\s]|''?(?=[^']))*(?:'''|$)|"""(?:[^"\\]|\\[\S\s]|""?(?=[^"]))*(?:"""|$)|'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$))/,q,"'\""]):t.multiLineStrings?e.push(["str",/^(?:'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$)|`(?:[^\\`]|\\[\S\s])*(?:`|$))/,q,"'\"`"]):e.push(["str",/^(?:'(?:[^\n\r'\\]|\\.)*(?:'|$)|"(?:[^\n\r"\\]|\\.)*(?:"|$))/,q,"\"'"]),t.verbatimStrings&&i.push(["str",/^@"(?:[^"]|"")*(?:"|$)/,q]);var r=t.hashComments;return r&&(t.cStyleComments?(r>1?e.push(["com",/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,q,"#"]):e.push(["com",/^#(?:(?:define|elif|else|endif|error|ifdef|include|ifndef|line|pragma|undef|warning)\b|[^\n\r]*)/,q,"#"]),i.push(["str",/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h|[a-z]\w*)>/,q])):e.push(["com",/^#[^\n\r]*/,q,"#"])),t.cStyleComments&&(i.push(["com",/^\/\/[^\n\r]*/,q]),i.push(["com",/^\/\*[\S\s]*?(?:\*\/|$)/,q])),t.regexLiterals&&i.push(["lang-regex",/^(?:^^\.?|[!+-]|!=|!==|#|%|%=|&|&&|&&=|&=|\(|\*|\*=|\+=|,|-=|->|\/|\/=|:|::|;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|[?@[^]|\^=|\^\^|\^\^=|{|\||\|=|\|\||\|\|=|~|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\s*(\/(?=[^*/])(?:[^/[\\]|\\[\S\s]|\[(?:[^\\\]]|\\[\S\s])*(?:]|$))+\/)/]),(r=t.types)&&i.push(["typ",r]),(t=(""+t.keywords).replace(/^ | $/g,"")).length&&i.push(["kwd",RegExp("^(?:"+t.replace(/[\s,]+/g,"|")+")\\b"),q]),e.push(["pln",/^\s+/,q," \r\n\t\xa0"]),i.push(["lit",/^@[$_a-z][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit",/^(?:0x[\da-f]+|(?:\d(?:_\d+)*\d*(?:\.\d*)?|\.\d\+)(?:e[+-]?\d+)?)[a-z]*/i,q,"0123456789"],["pln",/^\\[\S\s]?/,q],["pun",/^.[^\s\w"-$'./@\\`]*/,q]),o(e,i)}function n(t,e){function i(t){switch(t.nodeType){case 1:if(n.test(t.className))break;if("BR"===t.nodeName)o(t),t.parentNode&&t.parentNode.removeChild(t);else for(t=t.firstChild;t;t=t.nextSibling)i(t);break;case 3:case 4:if(u){var e=t.nodeValue,r=e.match(a);if(r){var d=e.substring(0,r.index);t.nodeValue=d,(e=e.substring(r.index+r[0].length))&&t.parentNode.insertBefore(s.createTextNode(e),t.nextSibling),o(t),d||t.parentNode.removeChild(t)}}}}function o(t){function e(t,i){var o=i?t.cloneNode(!1):t;if(r=t.parentNode){var r=e(r,1),n=t.nextSibling;r.appendChild(o);for(var a=n;a;a=n)n=a.nextSibling,r.appendChild(a)}return o}for(;!t.nextSibling;)if(!(t=t.parentNode))return;var i;for(t=e(t.nextSibling,0);(i=t.parentNode)&&1===i.nodeType;)t=i;d.push(t)}var r,n=/(?:^|\s)nocode(?:\s|$)/,a=/\r\n?|\n/,s=t.ownerDocument;t.currentStyle?r=t.currentStyle.whiteSpace:window.getComputedStyle&&(r=s.defaultView.getComputedStyle(t,q).getPropertyValue("white-space"));var u=r&&"pre"===r.substring(0,3);for(r=s.createElement("LI");t.firstChild;)r.appendChild(t.firstChild);for(var d=[r],l=0;l=0;){var o=e[i];b.hasOwnProperty(o)?window.console&&console.warn("cannot override language handler %s",o):b[o]=t}}function s(t,e){return t&&b.hasOwnProperty(t)||(t=/^\s*=y&&(o+=2),c>=w&&(t+=2)}}catch(d){"console"in window&&console.log(d&&d.stack?d.stack:d)}}var d,l,c=[d=[[l=["break,continue,do,else,for,if,return,while"],"auto,case,char,const,default,double,enum,extern,float,goto,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"],"catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],p=[d,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"],_=[p,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"],f=[l,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],h=[l,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],m=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,g=/\S/,v=r({keywords:[c,_,d=[d,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+f,h,l=[l,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"]],hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0}),b={};a(v,["default-code"]),a(o([],[["pln",/^[^]+/],["dec",/^]*(?:>|$)/],["com",/^<\!--[\S\s]*?(?:--\>|$)/],["lang-",/^<\?([\S\s]+?)(?:\?>|$)/],["lang-",/^<%([\S\s]+?)(?:%>|$)/],["pun",/^(?:<[%?]|[%?]>)/],["lang-",/^]*>([\S\s]+?)<\/xmp\b[^>]*>/i],["lang-js",/^