\n\t\t
\n\t\t\t
\n\t\t\t\t<\!-- nested divs because wipeIn()/wipeOut() doesn\'t work right on node w/padding etc. Put padding on inner div. --\>\n\t\t\t
\n\t\t
\n\t
\n\n'}});
define("dijit/TitlePane","dojo/_base/array dojo/_base/declare dojo/dom dojo/dom-attr dojo/dom-class dojo/dom-geometry dojo/_base/event dojo/fx dojo/_base/kernel dojo/keys ./_CssStateMixin ./_TemplatedMixin ./layout/ContentPane dojo/text!./templates/TitlePane.html ./_base/manager".split(" "),function(g,i,c,h,e,a,d,b,j,k,f,l,o,p,m){return i("dijit.TitlePane",[o,l,f],{title:"",_setTitleAttr:{node:"titleNode",type:"innerHTML"},open:!0,toggleable:!0,tabIndex:"0",duration:m.defaultDuration,baseClass:"dijitTitlePane",
templateString:p,doLayout:!1,_setTooltipAttr:{node:"focusNode",type:"attribute",attribute:"title"},buildRendering:function(){this.inherited(arguments);c.setSelectable(this.titleNode,!1)},postCreate:function(){this.inherited(arguments);this.toggleable&&this._trackMouseState(this.titleBarNode,"dijitTitlePaneTitle");var a=this.hideNode,f=this.wipeNode;this._wipeIn=b.wipeIn({node:f,duration:this.duration,beforeBegin:function(){a.style.display=""}});this._wipeOut=b.wipeOut({node:f,duration:this.duration,
onEnd:function(){a.style.display="none"}})},_setOpenAttr:function(a,b){g.forEach([this._wipeIn,this._wipeOut],function(a){a&&"playing"==a.status()&&a.stop()});b?this[a?"_wipeIn":"_wipeOut"].play():this.hideNode.style.display=this.wipeNode.style.display=a?"":"none";if(this._started)if(a)this._onShow();else this.onHide();this.arrowNodeInner.innerHTML=a?"-":"+";this.containerNode.setAttribute("aria-hidden",a?"false":"true");this.focusNode.setAttribute("aria-pressed",a?"true":"false");this._set("open",
a);this._setCss()},_setToggleableAttr:function(a){this.focusNode.setAttribute("role",a?"button":"heading");a?(this.focusNode.setAttribute("aria-controls",this.id+"_pane"),h.set(this.focusNode,"tabIndex",this.tabIndex)):h.remove(this.focusNode,"tabIndex");this._set("toggleable",a);this._setCss()},_setContentAttr:function(b){!this.open||!this._wipeOut||"playing"==this._wipeOut.status()?this.inherited(arguments):(this._wipeIn&&"playing"==this._wipeIn.status()&&this._wipeIn.stop(),a.setMarginBox(this.wipeNode,
{h:a.getMarginBox(this.wipeNode).h}),this.inherited(arguments),this._wipeIn?this._wipeIn.play():this.hideNode.style.display="")},toggle:function(){this._setOpenAttr(!this.open,!0)},_setCss:function(){var a=this.titleBarNode||this.focusNode,b=this._titleBarClass;this._titleBarClass="dijit"+(this.toggleable?"":"Fixed")+(this.open?"Open":"Closed");e.replace(a,this._titleBarClass,b||"");this.arrowNodeInner.innerHTML=this.open?"-":"+"},_onTitleKey:function(a){a.keyCode==k.ENTER||a.keyCode==k.SPACE?this.toggleable&&
(this.toggle(),d.stop(a)):a.keyCode==k.DOWN_ARROW&&this.open&&(this.containerNode.focus(),a.preventDefault())},_onTitleClick:function(){this.toggleable&&this.toggle()},setTitle:function(a){j.deprecated("dijit.TitlePane.setTitle() is deprecated. Use set('title', ...) instead.","","2.0");this.set("title",a)}})})},"dijit/form/_ComboBoxMenuMixin":function(){define("dijit/form/_ComboBoxMenuMixin","dojo/_base/array dojo/_base/declare dojo/dom-attr dojo/i18n dojo/_base/window dojo/i18n!./nls/ComboBox".split(" "),
function(g,i,c,h,e){return i("dijit.form._ComboBoxMenuMixin",null,{_messages:null,postMixInProperties:function(){this.inherited(arguments);this._messages=h.getLocalization("dijit.form","ComboBox",this.lang)},buildRendering:function(){this.inherited(arguments);this.previousButton.innerHTML=this._messages.previousMessage;this.nextButton.innerHTML=this._messages.nextMessage},_setValueAttr:function(a){this.value=a;this.onChange(a)},onClick:function(a){if(a==this.previousButton)this._setSelectedAttr(null),
this.onPage(-1);else if(a==this.nextButton)this._setSelectedAttr(null),this.onPage(1);else this.onChange(a)},onChange:function(){},onPage:function(){},onClose:function(){this._setSelectedAttr(null)},_createOption:function(a,d){var b=this._createMenuItem(),j=d(a);j.html?b.innerHTML=j.label:b.appendChild(e.doc.createTextNode(j.label));""==b.innerHTML&&(b.innerHTML=" ");this.applyTextDir(b,b.innerText||b.textContent||"");b.item=a;return b},createOptions:function(a,d,b){this.items=a;this.previousButton.style.display=
0==d.start?"none":"";c.set(this.previousButton,"id",this.id+"_prev");g.forEach(a,function(a,f){var d=this._createOption(a,b);d.setAttribute("item",f);c.set(d,"id",this.id+f);this.nextButton.parentNode.insertBefore(d,this.nextButton)},this);var j=!1;a.total&&!a.total.then&&-1!=a.total?d.start+d.count