123456789101112131415 |
- /*
- Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
- Available via Academic Free License >= 2.1 OR the modified BSD license.
- see: http://dojotoolkit.org/license for details
- */
- /*
- This is an optimized version of Dojo, built for deployment and not for
- development. To get sources and documentation, please visit:
- http://dojotoolkit.org
- */
- //>>built
- require({cache:{"dojo/uacss":function(){define(["./dom-geometry","./_base/lang","./ready","./_base/sniff","./_base/window"],function(_1,_2,_3,_4,_5){var _6=_5.doc.documentElement,ie=_4("ie"),_7=_4("opera"),_8=Math.floor,ff=_4("ff"),_9=_1.boxModel.replace(/-/,""),_a={"dj_quirks":_4("quirks"),"dj_opera":_7,"dj_khtml":_4("khtml"),"dj_webkit":_4("webkit"),"dj_safari":_4("safari"),"dj_chrome":_4("chrome"),"dj_gecko":_4("mozilla")};if(ie){_a["dj_ie"]=true;_a["dj_ie"+_8(ie)]=true;_a["dj_iequirks"]=_4("quirks");}if(ff){_a["dj_ff"+_8(ff)]=true;}_a["dj_"+_9]=true;var _b="";for(var _c in _a){if(_a[_c]){_b+=_c+" ";}}_6.className=_2.trim(_6.className+" "+_b);_3(90,function(){if(!_1.isBodyLtr()){var _d="dj_rtl dijitRtl "+_b.replace(/ /g,"-rtl ");_6.className=_2.trim(_6.className+" "+_d+"dj_rtl dijitRtl "+_b.replace(/ /g,"-rtl "));}});return _4;});},"dijit/hccss":function(){define("dijit/hccss",["require","dojo/_base/config","dojo/dom-class","dojo/dom-construct","dojo/dom-style","dojo/ready","dojo/_base/sniff","dojo/_base/window"],function(_e,_f,_10,_11,_12,_13,has,win){if(has("ie")||has("mozilla")){_13(90,function(){var div=_11.create("div",{id:"a11yTestNode",style:{cssText:"border: 1px solid;"+"border-color:red green;"+"position: absolute;"+"height: 5px;"+"top: -999px;"+"background-image: url(\""+(_f.blankGif||_e.toUrl("dojo/resources/blank.gif"))+"\");"}},win.body());var cs=_12.getComputedStyle(div);if(cs){var _14=cs.backgroundImage;var _15=(cs.borderTopColor==cs.borderRightColor)||(_14!=null&&(_14=="none"||_14=="url(invalid-url:)"));if(_15){_10.add(win.body(),"dijit_a11y");}if(has("ie")){div.outerHTML="";}else{win.body().removeChild(div);}}});}});},"dijit/_Contained":function(){define("dijit/_Contained",["dojo/_base/declare","./registry"],function(_16,_17){return _16("dijit._Contained",null,{_getSibling:function(_18){var _19=this.domNode;do{_19=_19[_18+"Sibling"];}while(_19&&_19.nodeType!=1);return _19&&_17.byNode(_19);},getPreviousSibling:function(){return this._getSibling("previous");},getNextSibling:function(){return this._getSibling("next");},getIndexInParent:function(){var p=this.getParent();if(!p||!p.getIndexOfChild){return -1;}return p.getIndexOfChild(this);}});});},"dijit/Viewport":function(){define("dijit/Viewport",["dojo/Evented","dojo/on","dojo/ready","dojo/_base/sniff","dojo/_base/window","dojo/window"],function(_1a,on,_1b,has,win,_1c){var _1d=new _1a();var _1e;_1b(200,function(){var _1f=_1c.getBox();_1d._rlh=on(win.global,"resize",function(){var _20=_1c.getBox();if(_1f.h==_20.h&&_1f.w==_20.w){return;}_1f=_20;_1d.emit("resize");});if(has("ie")==8){var _21=screen.deviceXDPI;setInterval(function(){if(screen.deviceXDPI!=_21){_21=screen.deviceXDPI;_1d.emit("resize");}},500);}if(has("ios")){on(document,"focusin",function(evt){_1e=evt.target;});on(document,"focusout",function(evt){_1e=null;});}});_1d.getEffectiveBox=function(doc){var box=_1c.getBox(doc);var tag=_1e&&_1e.tagName&&_1e.tagName.toLowerCase();if(has("ios")&&_1e&&!_1e.readOnly&&(tag=="textarea"||(tag=="input"&&/^(color|email|number|password|search|tel|text|url)$/.test(_1e.type)))){box.h*=(orientation==0||orientation==180?0.66:0.4);var _22=_1e.getBoundingClientRect();box.h=Math.max(box.h,_22.top+_22.height);}return box;};return _1d;});},"dojo/parser":function(){define(["./_base/kernel","./_base/lang","./_base/array","./_base/config","./_base/html","./_base/window","./_base/url","./_base/json","./aspect","./date/stamp","./has","./query","./on","./ready"],function(_23,_24,_25,_26,_27,_28,_29,_2a,_2b,_2c,has,_2d,don,_2e){new Date("X");if(1){var _2f=document.createElement("form");has.add("dom-attributes-explicit",_2f.attributes.length==0);has.add("dom-attributes-specified-flag",_2f.attributes.length<40);}_23.parser=new function(){var _30={};function _31(_32){var map={};for(var _33 in _32){if(_33.charAt(0)=="_"){continue;}map[_33.toLowerCase()]=_33;}return map;};_2b.after(_24,"extend",function(){_30={};},true);var _34={};function _35(_36){var map=_34[_36]||(_34[_36]={});return map["__type"]||(map["__type"]=(_24.getObject(_36)||require(_36)));};this._functionFromScript=function(_37,_38){var _39="";var _3a="";var _3b=(_37.getAttribute(_38+"args")||_37.getAttribute("args"));if(_3b){_25.forEach(_3b.split(/\s*,\s*/),function(_3c,idx){_39+="var "+_3c+" = arguments["+idx+"]; ";});}var _3d=_37.getAttribute("with");if(_3d&&_3d.length){_25.forEach(_3d.split(/\s*,\s*/),function(_3e){_39+="with("+_3e+"){";_3a+="}";});}return new Function(_39+_37.innerHTML+_3a);};this.instantiate=function(_3f,_40,_41){_40=_40||{};_41=_41||{};var _42=(_41.scope||_23._scopeName)+"Type",_43="data-"+(_41.scope||_23._scopeName)+"-",_44=_43+"type";var _45=[];_25.forEach(_3f,function(_46){var _47=_42 in _40?_40[_42]:_46.getAttribute(_44)||_46.getAttribute(_42);if(_47){_45.push({node:_46,"type":_47});}});return this._instantiate(_45,_40,_41);};this._instantiate=function(_48,_49,_4a){var _4b=[];var _4c=(_4a.scope||_23._scopeName)+"Type",_4d="data-"+(_4a.scope||_23._scopeName)+"-",_4e=_4d+"type",_4f=_4d+"props",_50=_4d+"attach-point",_51=_4d+"attach-event",_52=_4d+"id",_53=_4d+"mixins";var _54={};_25.forEach([_4f,_4e,_4c,_52,"jsId",_50,_51,"dojoAttachPoint","dojoAttachEvent","class","style",_53],function(_55){_54[_55.toLowerCase()]=_55.replace(_4a.scope,"dojo");});function _56(_57,_58){return _57.createSubclass&&_57.createSubclass(_58)||_57.extend.apply(_57,_58);};_25.forEach(_48,function(obj){if(!obj){return;}var _59=obj.node,_5a=obj.type,_5b=_59.getAttribute(_53),_5c;if(_5b){var map=_34[_5a];_5b=_5b.replace(/ /g,"");_5c=map&&map[_5b];if(!_5c){_5c=_35(_5a);_5c=_34[_5a][_5b]=_56(_5c,_25.map(_5b.split(","),_35));}}else{_5c=_35(_5a);}var _5d=_5c&&_5c.prototype;var _5e={};if(_4a.defaults){_24.mixin(_5e,_4a.defaults);}if(obj.inherited){_24.mixin(_5e,obj.inherited);}var _5f;if(has("dom-attributes-explicit")){_5f=_59.attributes;}else{if(has("dom-attributes-specified-flag")){_5f=_25.filter(_59.attributes,function(a){return a.specified;});}else{var _60=/^input$|^img$/i.test(_59.nodeName)?_59:_59.cloneNode(false),_61=_60.outerHTML.replace(/=[^\s"']+|="[^"]*"|='[^']*'/g,"").replace(/^\s*<[a-zA-Z0-9]*\s*/,"").replace(/\s*>.*$/,"");_5f=_25.map(_61.split(/\s+/),function(_62){var _63=_62.toLowerCase();return {name:_62,value:(_59.nodeName=="LI"&&_62=="value")||_63=="enctype"?_59.getAttribute(_63):_59.getAttributeNode(_63).value};});}}var i=0,_64;while(_64=_5f[i++]){var _65=_64.name,_66=_65.toLowerCase(),_67=_64.value;if(_66 in _54){switch(_54[_66]){case "data-dojo-props":var _68=_67;break;case "data-dojo-id":case "jsId":var _69=_67;break;case "data-dojo-attach-point":case "dojoAttachPoint":_5e.dojoAttachPoint=_67;break;case "data-dojo-attach-event":case "dojoAttachEvent":_5e.dojoAttachEvent=_67;break;case "class":_5e["class"]=_59.className;break;case "style":_5e["style"]=_59.style&&_59.style.cssText;break;}}else{if(!(_65 in _5d)){var map=(_30[_5a]||(_30[_5a]=_31(_5d)));_65=map[_66]||_65;}if(_65 in _5d){switch(typeof _5d[_65]){case "string":_5e[_65]=_67;break;case "number":_5e[_65]=_67.length?Number(_67):NaN;break;case "boolean":_5e[_65]=_67.toLowerCase()!="false";break;case "function":if(_67===""||_67.search(/[^\w\.]+/i)!=-1){_5e[_65]=new Function(_67);}else{_5e[_65]=_24.getObject(_67,false)||new Function(_67);}break;default:var _6a=_5d[_65];_5e[_65]=(_6a&&"length" in _6a)?(_67?_67.split(/\s*,\s*/):[]):(_6a instanceof Date)?(_67==""?new Date(""):_67=="now"?new Date():_2c.fromISOString(_67)):(_6a instanceof _23._Url)?(_23.baseUrl+_67):_2a.fromJson(_67);}}else{_5e[_65]=_67;}}}if(_68){try{_68=_2a.fromJson.call(_4a.propsThis,"{"+_68+"}");_24.mixin(_5e,_68);}catch(e){throw new Error(e.toString()+" in data-dojo-props='"+_68+"'");}}_24.mixin(_5e,_49);var _6b=obj.scripts||(_5c&&(_5c._noScript||_5d._noScript)?[]:_2d("> script[type^='dojo/']",_59));var _6c=[],_6d=[],_6e=[],on=[];if(_6b){for(i=0;i<_6b.length;i++){var _6f=_6b[i];_59.removeChild(_6f);var _70=(_6f.getAttribute(_4d+"event")||_6f.getAttribute("event")),_71=_6f.getAttribute(_4d+"prop"),_72=_6f.getAttribute("type"),nf=this._functionFromScript(_6f,_4d);if(_70){if(_72=="dojo/connect"){_6c.push({event:_70,func:nf});}else{if(_72=="dojo/on"){on.push({event:_70,func:nf});}else{_5e[_70]=nf;}}}else{if(_72=="dojo/watch"){_6e.push({prop:_71,func:nf});}else{_6d.push(nf);}}}}var _73=_5c.markupFactory||_5d.markupFactory;var _74=_73?_73(_5e,_59,_5c):new _5c(_5e,_59);_4b.push(_74);if(_69){_24.setObject(_69,_74);}for(i=0;i<_6c.length;i++){_2b.after(_74,_6c[i].event,_23.hitch(_74,_6c[i].func),true);}for(i=0;i<_6d.length;i++){_6d[i].call(_74);}for(i=0;i<_6e.length;i++){_74.watch(_6e[i].prop,_6e[i].func);}for(i=0;i<on.length;i++){don(_74,on[i].event,on[i].func);}},this);if(!_49._started){_25.forEach(_4b,function(_75){if(!_4a.noStart&&_75&&_24.isFunction(_75.startup)&&!_75._started){_75.startup();}});}return _4b;};this.scan=function(_76,_77){var _78=[];var _79=(_77.scope||_23._scopeName)+"Type",_7a="data-"+(_77.scope||_23._scopeName)+"-",_7b=_7a+"type",_7c=_7a+"textdir";var _7d=_76.firstChild;var _7e=_77.inherited;if(!_7e){function _7f(_80,_81){return (_80.getAttribute&&_80.getAttribute(_81))||(_80!==_28.doc&&_80!==_28.doc.documentElement&&_80.parentNode?_7f(_80.parentNode,_81):null);};_7e={dir:_7f(_76,"dir"),lang:_7f(_76,"lang"),textDir:_7f(_76,_7c)};for(var key in _7e){if(!_7e[key]){delete _7e[key];}}}var _82={inherited:_7e};var _83;var _84;function _85(_86){if(!_86.inherited){_86.inherited={};var _87=_86.node,_88=_85(_86.parent);var _89={dir:_87.getAttribute("dir")||_88.dir,lang:_87.getAttribute("lang")||_88.lang,textDir:_87.getAttribute(_7c)||_88.textDir};for(var key in _89){if(_89[key]){_86.inherited[key]=_89[key];}}}return _86.inherited;};while(true){if(!_7d){if(!_82||!_82.node){break;}_7d=_82.node.nextSibling;_83=_82.scripts;_84=false;_82=_82.parent;continue;}if(_7d.nodeType!=1){_7d=_7d.nextSibling;continue;}if(_83&&_7d.nodeName.toLowerCase()=="script"){_8a=_7d.getAttribute("type");if(_8a&&/^dojo\/\w/i.test(_8a)){_83.push(_7d);}_7d=_7d.nextSibling;continue;}if(_84){_7d=_7d.nextSibling;continue;}var _8a=_7d.getAttribute(_7b)||_7d.getAttribute(_79);var _8b=_7d.firstChild;if(!_8a&&(!_8b||(_8b.nodeType==3&&!_8b.nextSibling))){_7d=_7d.nextSibling;continue;}var _8c={node:_7d,scripts:_83,parent:_82};var _8d;try{_8d=_8a&&_35(_8a);}catch(e){}var _8e=_8d&&!_8d.prototype._noScript?[]:null;if(_8a){_78.push({"type":_8a,node:_7d,scripts:_8e,inherited:_85(_8c)});}_7d=_8b;_83=_8e;_84=_8d&&_8d.prototype.stopParser&&!(_77.template);_82=_8c;}return _78;};this.parse=function(_8f,_90){var _91;if(!_90&&_8f&&_8f.rootNode){_90=_8f;_91=_90.rootNode;}else{if(_8f&&_24.isObject(_8f)&&!("nodeType" in _8f)){_90=_8f;}else{_91=_8f;}}_91=_91?_27.byId(_91):_28.body();_90=_90||{};var _92=this.scan(_91,_90);var _93=_90.template?{template:true}:{};return this._instantiate(_92,_93,_90);};}();if(_26.parseOnLoad){_2e(100,_23.parser,"parse");}return _23.parser;});},"dijit/_Container":function(){define("dijit/_Container",["dojo/_base/array","dojo/_base/declare","dojo/dom-construct","./registry"],function(_94,_95,_96,_97){return _95("dijit._Container",null,{buildRendering:function(){this.inherited(arguments);if(!this.containerNode){this.containerNode=this.domNode;}},addChild:function(_98,_99){var _9a=this.containerNode;if(_99&&typeof _99=="number"){var _9b=this.getChildren();if(_9b&&_9b.length>=_99){_9a=_9b[_99-1].domNode;_99="after";}}_96.place(_98.domNode,_9a,_99);if(this._started&&!_98._started){_98.startup();}},removeChild:function(_9c){if(typeof _9c=="number"){_9c=this.getChildren()[_9c];}if(_9c){var _9d=_9c.domNode;if(_9d&&_9d.parentNode){_9d.parentNode.removeChild(_9d);}}},hasChildren:function(){return this.getChildren().length>0;},_getSiblingOfChild:function(_9e,dir){var _9f=_9e.domNode,_a0=(dir>0?"nextSibling":"previousSibling");do{_9f=_9f[_a0];}while(_9f&&(_9f.nodeType!=1||!_97.byNode(_9f)));return _9f&&_97.byNode(_9f);},getIndexOfChild:function(_a1){return _94.indexOf(this.getChildren(),_a1);}});});},"dijit/_base/scroll":function(){define("dijit/_base/scroll",["dojo/window",".."],function(_a2,_a3){_a3.scrollIntoView=function(_a4,pos){_a2.scrollIntoView(_a4,pos);};});},"dijit/layout/_LayoutWidget":function(){define("dijit/layout/_LayoutWidget",["dojo/_base/lang","../_Widget","../_Container","../_Contained","dojo/_base/declare","dojo/dom-class","dojo/dom-geometry","dojo/dom-style","dojo/_base/sniff","dojo/_base/window"],function(_a5,_a6,_a7,_a8,_a9,_aa,_ab,_ac,has,win){return _a9("dijit.layout._LayoutWidget",[_a6,_a7,_a8],{baseClass:"dijitLayoutContainer",isLayoutContainer:true,buildRendering:function(){this.inherited(arguments);_aa.add(this.domNode,"dijitContainer");},startup:function(){if(this._started){return;}this.inherited(arguments);var _ad=this.getParent&&this.getParent();if(!(_ad&&_ad.isLayoutContainer)){this.resize();this.connect(win.global,"onresize",function(){this.resize();});}},resize:function(_ae,_af){var _b0=this.domNode;if(_ae){_ab.setMarginBox(_b0,_ae);}var mb=_af||{};_a5.mixin(mb,_ae||{});if(!("h" in mb)||!("w" in mb)){mb=_a5.mixin(_ab.getMarginBox(_b0),mb);}var cs=_ac.getComputedStyle(_b0);var me=_ab.getMarginExtents(_b0,cs);var be=_ab.getBorderExtents(_b0,cs);var bb=(this._borderBox={w:mb.w-(me.w+be.w),h:mb.h-(me.h+be.h)});var pe=_ab.getPadExtents(_b0,cs);this._contentBox={l:_ac.toPixelValue(_b0,cs.paddingLeft),t:_ac.toPixelValue(_b0,cs.paddingTop),w:bb.w-pe.w,h:bb.h-pe.h};this.layout();},layout:function(){},_setupChild:function(_b1){var cls=this.baseClass+"-child "+(_b1.baseClass?this.baseClass+"-"+_b1.baseClass:"");_aa.add(_b1.domNode,cls);},addChild:function(_b2,_b3){this.inherited(arguments);if(this._started){this._setupChild(_b2);}},removeChild:function(_b4){var cls=this.baseClass+"-child"+(_b4.baseClass?" "+this.baseClass+"-"+_b4.baseClass:"");_aa.remove(_b4.domNode,cls);this.inherited(arguments);}});});},"dijit/_base":function(){define("dijit/_base",[".","./a11y","./WidgetSet","./_base/focus","./_base/manager","./_base/place","./_base/popup","./_base/scroll","./_base/sniff","./_base/typematic","./_base/wai","./_base/window"],function(_b5){return _b5._base;});},"dijit/form/_FormWidgetMixin":function(){define("dijit/form/_FormWidgetMixin",["dojo/_base/array","dojo/_base/declare","dojo/dom-attr","dojo/dom-style","dojo/_base/lang","dojo/mouse","dojo/_base/sniff","dojo/_base/window","dojo/window","../a11y"],function(_b6,_b7,_b8,_b9,_ba,_bb,has,win,_bc,_bd){return _b7("dijit.form._FormWidgetMixin",null,{name:"",alt:"",value:"",type:"text",tabIndex:"0",_setTabIndexAttr:"focusNode",disabled:false,intermediateChanges:false,scrollOnFocus:true,_setIdAttr:"focusNode",_setDisabledAttr:function(_be){this._set("disabled",_be);_b8.set(this.focusNode,"disabled",_be);if(this.valueNode){_b8.set(this.valueNode,"disabled",_be);}this.focusNode.setAttribute("aria-disabled",_be?"true":"false");if(_be){this._set("hovering",false);this._set("active",false);var _bf="tabIndex" in this.attributeMap?this.attributeMap.tabIndex:("_setTabIndexAttr" in this)?this._setTabIndexAttr:"focusNode";_b6.forEach(_ba.isArray(_bf)?_bf:[_bf],function(_c0){var _c1=this[_c0];if(has("webkit")||_bd.hasDefaultTabStop(_c1)){_c1.setAttribute("tabIndex","-1");}else{_c1.removeAttribute("tabIndex");}},this);}else{if(this.tabIndex!=""){this.set("tabIndex",this.tabIndex);}}},_onFocus:function(by){if(by=="mouse"&&this.isFocusable()){var _c2=this.connect(this.focusNode,"onfocus",function(){this.disconnect(_c3);this.disconnect(_c2);});var _c3=this.connect(win.body(),"onmouseup",function(){this.disconnect(_c3);this.disconnect(_c2);if(this.focused){this.focus();}});}if(this.scrollOnFocus){this.defer(function(){_bc.scrollIntoView(this.domNode);});}this.inherited(arguments);},isFocusable:function(){return !this.disabled&&this.focusNode&&(_b9.get(this.domNode,"display")!="none");},focus:function(){if(!this.disabled&&this.focusNode.focus){try{this.focusNode.focus();}catch(e){}}},compare:function(_c4,_c5){if(typeof _c4=="number"&&typeof _c5=="number"){return (isNaN(_c4)&&isNaN(_c5))?0:_c4-_c5;}else{if(_c4>_c5){return 1;}else{if(_c4<_c5){return -1;}else{return 0;}}}},onChange:function(){},_onChangeActive:false,_handleOnChange:function(_c6,_c7){if(this._lastValueReported==undefined&&(_c7===null||!this._onChangeActive)){this._resetValue=this._lastValueReported=_c6;}this._pendingOnChange=this._pendingOnChange||(typeof _c6!=typeof this._lastValueReported)||(this.compare(_c6,this._lastValueReported)!=0);if((this.intermediateChanges||_c7||_c7===undefined)&&this._pendingOnChange){this._lastValueReported=_c6;this._pendingOnChange=false;if(this._onChangeActive){if(this._onChangeHandle){this._onChangeHandle.remove();}this._onChangeHandle=this.defer(function(){this._onChangeHandle=null;this.onChange(_c6);});}}},create:function(){this.inherited(arguments);this._onChangeActive=true;},destroy:function(){if(this._onChangeHandle){this._onChangeHandle.remove();this.onChange(this._lastValueReported);}this.inherited(arguments);}});});},"dijit/BackgroundIframe":function(){define("dijit/BackgroundIframe",["require",".","dojo/_base/config","dojo/dom-construct","dojo/dom-style","dojo/_base/lang","dojo/on","dojo/_base/sniff","dojo/_base/window"],function(_c8,_c9,_ca,_cb,_cc,_cd,on,has,win){has.add("bgIframe",has("ie")||has("mozilla"));var _ce=new function(){var _cf=[];this.pop=function(){var _d0;if(_cf.length){_d0=_cf.pop();_d0.style.display="";}else{if(has("ie")<9){var _d1=_ca["dojoBlankHtmlUrl"]||_c8.toUrl("dojo/resources/blank.html")||"javascript:\"\"";var _d2="<iframe src='"+_d1+"' role='presentation'"+" style='position: absolute; left: 0px; top: 0px;"+"z-index: -1; filter:Alpha(Opacity=\"0\");'>";_d0=win.doc.createElement(_d2);}else{_d0=_cb.create("iframe");_d0.src="javascript:\"\"";_d0.className="dijitBackgroundIframe";_d0.setAttribute("role","presentation");_cc.set(_d0,"opacity",0.1);}_d0.tabIndex=-1;}return _d0;};this.push=function(_d3){_d3.style.display="none";_cf.push(_d3);};}();_c9.BackgroundIframe=function(_d4){if(!_d4.id){throw new Error("no id");}if(has("bgIframe")){var _d5=(this.iframe=_ce.pop());_d4.appendChild(_d5);if(has("ie")<7||has("quirks")){this.resize(_d4);this._conn=on(_d4,"resize",_cd.hitch(this,function(){this.resize(_d4);}));}else{_cc.set(_d5,{width:"100%",height:"100%"});}}};_cd.extend(_c9.BackgroundIframe,{resize:function(_d6){if(this.iframe){_cc.set(this.iframe,{width:_d6.offsetWidth+"px",height:_d6.offsetHeight+"px"});}},destroy:function(){if(this._conn){this._conn.remove();this._conn=null;}if(this.iframe){_ce.push(this.iframe);delete this.iframe;}}});return _c9.BackgroundIframe;});},"dijit/form/_FormValueMixin":function(){define("dijit/form/_FormValueMixin",["dojo/_base/declare","dojo/dom-attr","dojo/keys","dojo/_base/sniff","./_FormWidgetMixin"],function(_d7,_d8,_d9,has,_da){return _d7("dijit.form._FormValueMixin",_da,{readOnly:false,_setReadOnlyAttr:function(_db){_d8.set(this.focusNode,"readOnly",_db);this._set("readOnly",_db);},postCreate:function(){this.inherited(arguments);if(has("ie")){this.connect(this.focusNode||this.domNode,"onkeydown",this._onKeyDown);}if(this._resetValue===undefined){this._lastValueReported=this._resetValue=this.value;}},_setValueAttr:function(_dc,_dd){this._handleOnChange(_dc,_dd);},_handleOnChange:function(_de,_df){this._set("value",_de);this.inherited(arguments);},undo:function(){this._setValueAttr(this._lastValueReported,false);},reset:function(){this._hasBeenBlurred=false;this._setValueAttr(this._resetValue,true);},_onKeyDown:function(e){if(e.keyCode==_d9.ESCAPE&&!(e.ctrlKey||e.altKey||e.metaKey)){var te;if(has("ie")<9||(has("ie")&&has("quirks"))){e.preventDefault();te=document.createEventObject();te.keyCode=_d9.ESCAPE;te.shiftKey=e.shiftKey;e.srcElement.fireEvent("onkeypress",te);}}}});});},"dojo/Stateful":function(){define(["./_base/declare","./_base/lang","./_base/array"],function(_e0,_e1,_e2){return _e0("dojo.Stateful",null,{postscript:function(_e3){if(_e3){_e1.mixin(this,_e3);}},get:function(_e4){return this[_e4];},set:function(_e5,_e6){if(typeof _e5==="object"){for(var x in _e5){if(_e5.hasOwnProperty(x)&&x!="_watchCallbacks"){this.set(x,_e5[x]);}}return this;}var _e7=this[_e5];this[_e5]=_e6;if(this._watchCallbacks){this._watchCallbacks(_e5,_e7,_e6);}return this;},watch:function(_e8,_e9){var _ea=this._watchCallbacks;if(!_ea){var _eb=this;_ea=this._watchCallbacks=function(_ec,_ed,_ee,_ef){var _f0=function(_f1){if(_f1){_f1=_f1.slice();for(var i=0,l=_f1.length;i<l;i++){_f1[i].call(_eb,_ec,_ed,_ee);}}};_f0(_ea["_"+_ec]);if(!_ef){_f0(_ea["*"]);}};}if(!_e9&&typeof _e8==="function"){_e9=_e8;_e8="*";}else{_e8="_"+_e8;}var _f2=_ea[_e8];if(typeof _f2!=="object"){_f2=_ea[_e8]=[];}_f2.push(_e9);return {unwatch:function(){_f2.splice(_e2.indexOf(_f2,_e9),1);}};}});});},"dojo/touch":function(){define(["./_base/kernel","./aspect","./dom","./on","./has","./mouse","./domReady","./_base/window"],function(_f3,_f4,dom,on,has,_f5,_f6,win){var _f7=has("touch");var _f8=false;if(has("ios")){var ua=navigator.userAgent;var v=ua.match(/OS ([\d_]+)/)?RegExp.$1:"1";var os=parseFloat(v.replace(/_/,".").replace(/_/g,""));_f8=os<5;}var _f9;function _fa(_fb,_fc){if(_f7){return function(_fd,_fe){var _ff=on(_fd,_fc,_fe),_100=on(_fd,_fb,function(evt){if(!_f9||(new Date()).getTime()>_f9+1000){_fe.call(this,evt);}});return {remove:function(){_ff.remove();_100.remove();}};};}else{return function(node,_101){return on(node,_fb,_101);};}};var _102,_103;if(_f7){_f6(function(){_103=win.body();win.doc.addEventListener("touchstart",function(evt){_f9=(new Date()).getTime();var _104=_103;_103=evt.target;on.emit(_104,"dojotouchout",{target:_104,relatedTarget:_103,bubbles:true});on.emit(_103,"dojotouchover",{target:_103,relatedTarget:_104,bubbles:true});},true);on(win.doc,"touchmove",function(evt){_f9=(new Date()).getTime();var _105=win.doc.elementFromPoint(evt.pageX-(_f8?0:win.global.pageXOffset),evt.pageY-(_f8?0:win.global.pageYOffset));if(_105&&_103!==_105){on.emit(_103,"dojotouchout",{target:_103,relatedTarget:_105,bubbles:true});on.emit(_105,"dojotouchover",{target:_105,relatedTarget:_103,bubbles:true});_103=_105;}});});_102=function(node,_106){return on(win.doc,"touchmove",function(evt){if(node===win.doc||dom.isDescendant(_103,node)){evt.target=_103;_106.call(this,evt);}});};}var _107={press:_fa("mousedown","touchstart"),move:_fa("mousemove",_102),release:_fa("mouseup","touchend"),cancel:_fa(_f5.leave,"touchcancel"),over:_fa("mouseover","dojotouchover"),out:_fa("mouseout","dojotouchout"),enter:_f5._eventHandler(_fa("mouseover","dojotouchover")),leave:_f5._eventHandler(_fa("mouseout","dojotouchout"))};1&&(_f3.touch=_107);return _107;});},"dijit/_CssStateMixin":function(){define("dijit/_CssStateMixin",["dojo/touch","dojo/_base/array","dojo/_base/declare","dojo/dom-class","dojo/_base/lang","dojo/_base/window"],function(_108,_109,_10a,_10b,lang,win){return _10a("dijit._CssStateMixin",[],{cssStateNodes:{},hovering:false,active:false,_applyAttributes:function(){this.inherited(arguments);_109.forEach(["onmouseenter","onmouseleave",_108.press],function(e){this.connect(this.domNode,e,"_cssMouseEvent");},this);_109.forEach(["disabled","readOnly","checked","selected","focused","state","hovering","active"],function(attr){this.watch(attr,lang.hitch(this,"_setStateClass"));},this);for(var ap in this.cssStateNodes){this._trackMouseState(this[ap],this.cssStateNodes[ap]);}this._setStateClass();},_cssMouseEvent:function(_10c){if(!this.disabled){switch(_10c.type){case "mouseenter":case "mouseover":this._set("hovering",true);this._set("active",this._mouseDown);break;case "mouseleave":case "mouseout":this._set("hovering",false);this._set("active",false);break;case "mousedown":case "touchpress":this._set("active",true);this._mouseDown=true;var _10d=this.connect(win.body(),_108.release,function(){this._mouseDown=false;this._set("active",false);this.disconnect(_10d);});break;}}},_setStateClass:function(){var _10e=this.baseClass.split(" ");function _10f(_110){_10e=_10e.concat(_109.map(_10e,function(c){return c+_110;}),"dijit"+_110);};if(!this.isLeftToRight()){_10f("Rtl");}var _111=this.checked=="mixed"?"Mixed":(this.checked?"Checked":"");if(this.checked){_10f(_111);}if(this.state){_10f(this.state);}if(this.selected){_10f("Selected");}if(this.disabled){_10f("Disabled");}else{if(this.readOnly){_10f("ReadOnly");}else{if(this.active){_10f("Active");}else{if(this.hovering){_10f("Hover");}}}}if(this.focused){_10f("Focused");}var tn=this.stateNode||this.domNode,_112={};_109.forEach(tn.className.split(" "),function(c){_112[c]=true;});if("_stateClasses" in this){_109.forEach(this._stateClasses,function(c){delete _112[c];});}_109.forEach(_10e,function(c){_112[c]=true;});var _113=[];for(var c in _112){_113.push(c);}tn.className=_113.join(" ");this._stateClasses=_10e;},_trackMouseState:function(node,_114){var _115=false,_116=false,_117=false;var self=this,cn=lang.hitch(this,"connect",node);function _118(){var _119=("disabled" in self&&self.disabled)||("readonly" in self&&self.readonly);_10b.toggle(node,_114+"Hover",_115&&!_116&&!_119);_10b.toggle(node,_114+"Active",_116&&!_119);_10b.toggle(node,_114+"Focused",_117&&!_119);};cn("onmouseenter",function(){_115=true;_118();});cn("onmouseleave",function(){_115=false;_116=false;_118();});cn(_108.press,function(){_116=true;_118();});cn(_108.release,function(){_116=false;_118();});cn("onfocus",function(){_117=true;_118();});cn("onblur",function(){_117=false;_118();});this.watch("disabled",_118);this.watch("readOnly",_118);}});});},"dojo/_base/url":function(){define(["./kernel"],function(dojo){var ore=new RegExp("^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$"),ire=new RegExp("^((([^\\[:]+):)?([^@]+)@)?(\\[([^\\]]+)\\]|([^\\[:]*))(:([0-9]+))?$"),_11a=function(){var n=null,_11b=arguments,uri=[_11b[0]];for(var i=1;i<_11b.length;i++){if(!_11b[i]){continue;}var _11c=new _11a(_11b[i]+""),_11d=new _11a(uri[0]+"");if(_11c.path==""&&!_11c.scheme&&!_11c.authority&&!_11c.query){if(_11c.fragment!=n){_11d.fragment=_11c.fragment;}_11c=_11d;}else{if(!_11c.scheme){_11c.scheme=_11d.scheme;if(!_11c.authority){_11c.authority=_11d.authority;if(_11c.path.charAt(0)!="/"){var path=_11d.path.substring(0,_11d.path.lastIndexOf("/")+1)+_11c.path;var segs=path.split("/");for(var j=0;j<segs.length;j++){if(segs[j]=="."){if(j==segs.length-1){segs[j]="";}else{segs.splice(j,1);j--;}}else{if(j>0&&!(j==1&&segs[0]=="")&&segs[j]==".."&&segs[j-1]!=".."){if(j==(segs.length-1)){segs.splice(j,1);segs[j-1]="";}else{segs.splice(j-1,2);j-=2;}}}}_11c.path=segs.join("/");}}}}uri=[];if(_11c.scheme){uri.push(_11c.scheme,":");}if(_11c.authority){uri.push("//",_11c.authority);}uri.push(_11c.path);if(_11c.query){uri.push("?",_11c.query);}if(_11c.fragment){uri.push("#",_11c.fragment);}}this.uri=uri.join("");var r=this.uri.match(ore);this.scheme=r[2]||(r[1]?"":n);this.authority=r[4]||(r[3]?"":n);this.path=r[5];this.query=r[7]||(r[6]?"":n);this.fragment=r[9]||(r[8]?"":n);if(this.authority!=n){r=this.authority.match(ire);this.user=r[3]||n;this.password=r[4]||n;this.host=r[6]||r[7];this.port=r[9]||n;}};_11a.prototype.toString=function(){return this.uri;};return dojo._Url=_11a;});},"dojo/string":function(){define(["./_base/kernel","./_base/lang"],function(dojo,lang){lang.getObject("string",true,dojo);dojo.string.rep=function(str,num){if(num<=0||!str){return "";}var buf=[];for(;;){if(num&1){buf.push(str);}if(!(num>>=1)){break;}str+=str;}return buf.join("");};dojo.string.pad=function(text,size,ch,end){if(!ch){ch="0";}var out=String(text),pad=dojo.string.rep(ch,Math.ceil((size-out.length)/ch.length));return end?out+pad:pad+out;};dojo.string.substitute=function(_11e,map,_11f,_120){_120=_120||dojo.global;_11f=_11f?lang.hitch(_120,_11f):function(v){return v;};return _11e.replace(/\$\{([^\s\:\}]+)(?:\:([^\s\:\}]+))?\}/g,function(_121,key,_122){var _123=lang.getObject(key,false,map);if(_122){_123=lang.getObject(_122,false,_120).call(_120,_123,key);}return _11f(_123,key).toString();});};dojo.string.trim=String.prototype.trim?lang.trim:function(str){str=str.replace(/^\s+/,"");for(var i=str.length-1;i>=0;i--){if(/\S/.test(str.charAt(i))){str=str.substring(0,i+1);break;}}return str;};return dojo.string;});},"dijit/form/_FormValueWidget":function(){define("dijit/form/_FormValueWidget",["dojo/_base/declare","dojo/_base/sniff","./_FormWidget","./_FormValueMixin"],function(_124,has,_125,_126){return _124("dijit.form._FormValueWidget",[_125,_126],{_layoutHackIE7:function(){if(has("ie")==7){var _127=this.domNode;var _128=_127.parentNode;var _129=_127.firstChild||_127;var _12a=_129.style.filter;var _12b=this;while(_128&&_128.clientHeight==0){(function ping(){var _12c=_12b.connect(_128,"onscroll",function(){_12b.disconnect(_12c);_129.style.filter=(new Date()).getMilliseconds();setTimeout(function(){_129.style.filter=_12a;},0);});})();_128=_128.parentNode;}}}});});},"dijit/registry":function(){define("dijit/registry",["dojo/_base/array","dojo/_base/sniff","dojo/_base/unload","dojo/_base/window","."],function(_12d,has,_12e,win,_12f){var _130={},hash={};var _131={length:0,add:function(_132){if(hash[_132.id]){throw new Error("Tried to register widget with id=="+_132.id+" but that id is already registered");}hash[_132.id]=_132;this.length++;},remove:function(id){if(hash[id]){delete hash[id];this.length--;}},byId:function(id){return typeof id=="string"?hash[id]:id;},byNode:function(node){return hash[node.getAttribute("widgetId")];},toArray:function(){var ar=[];for(var id in hash){ar.push(hash[id]);}return ar;},getUniqueId:function(_133){var id;do{id=_133+"_"+(_133 in _130?++_130[_133]:_130[_133]=0);}while(hash[id]);return _12f._scopeName=="dijit"?id:_12f._scopeName+"_"+id;},findWidgets:function(root){var _134=[];function _135(root){for(var node=root.firstChild;node;node=node.nextSibling){if(node.nodeType==1){var _136=node.getAttribute("widgetId");if(_136){var _137=hash[_136];if(_137){_134.push(_137);}}else{_135(node);}}}};_135(root);return _134;},_destroyAll:function(){_12f._curFocus=null;_12f._prevFocus=null;_12f._activeStack=[];_12d.forEach(_131.findWidgets(win.body()),function(_138){if(!_138._destroyed){if(_138.destroyRecursive){_138.destroyRecursive();}else{if(_138.destroy){_138.destroy();}}}});},getEnclosingWidget:function(node){while(node){var id=node.getAttribute&&node.getAttribute("widgetId");if(id){return hash[id];}node=node.parentNode;}return null;},_hash:hash};_12f.registry=_131;return _131;});},"dijit/_base/manager":function(){define("dijit/_base/manager",["dojo/_base/array","dojo/_base/config","../registry",".."],function(_139,_13a,_13b,_13c){_139.forEach(["byId","getUniqueId","findWidgets","_destroyAll","byNode","getEnclosingWidget"],function(name){_13c[name]=_13b[name];});_13c.defaultDuration=_13a["defaultDuration"]||200;return _13c;});},"dijit/_base/place":function(){define("dijit/_base/place",["dojo/_base/array","dojo/_base/lang","dojo/window","../place",".."],function(_13d,lang,_13e,_13f,_140){_140.getViewport=function(){return _13e.getBox();};_140.placeOnScreen=_13f.at;_140.placeOnScreenAroundElement=function(node,_141,_142,_143){var _144;if(lang.isArray(_142)){_144=_142;}else{_144=[];for(var key in _142){_144.push({aroundCorner:key,corner:_142[key]});}}return _13f.around(node,_141,_144,true,_143);};_140.placeOnScreenAroundNode=_140.placeOnScreenAroundElement;_140.placeOnScreenAroundRectangle=_140.placeOnScreenAroundElement;_140.getPopupAroundAlignment=function(_145,_146){var _147={};_13d.forEach(_145,function(pos){var ltr=_146;switch(pos){case "after":_147[_146?"BR":"BL"]=_146?"BL":"BR";break;case "before":_147[_146?"BL":"BR"]=_146?"BR":"BL";break;case "below-alt":ltr=!ltr;case "below":_147[ltr?"BL":"BR"]=ltr?"TL":"TR";_147[ltr?"BR":"BL"]=ltr?"TR":"TL";break;case "above-alt":ltr=!ltr;case "above":default:_147[ltr?"TL":"TR"]=ltr?"BL":"BR";_147[ltr?"TR":"TL"]=ltr?"BR":"BL";break;}});return _147;};return _140;});},"dijit/WidgetSet":function(){define("dijit/WidgetSet",["dojo/_base/array","dojo/_base/declare","dojo/_base/window","./registry"],function(_148,_149,win,_14a){var _14b=_149("dijit.WidgetSet",null,{constructor:function(){this._hash={};this.length=0;},add:function(_14c){if(this._hash[_14c.id]){throw new Error("Tried to register widget with id=="+_14c.id+" but that id is already registered");}this._hash[_14c.id]=_14c;this.length++;},remove:function(id){if(this._hash[id]){delete this._hash[id];this.length--;}},forEach:function(func,_14d){_14d=_14d||win.global;var i=0,id;for(id in this._hash){func.call(_14d,this._hash[id],i++,this._hash);}return this;},filter:function(_14e,_14f){_14f=_14f||win.global;var res=new _14b(),i=0,id;for(id in this._hash){var w=this._hash[id];if(_14e.call(_14f,w,i++,this._hash)){res.add(w);}}return res;},byId:function(id){return this._hash[id];},byClass:function(cls){var res=new _14b(),id,_150;for(id in this._hash){_150=this._hash[id];if(_150.declaredClass==cls){res.add(_150);}}return res;},toArray:function(){var ar=[];for(var id in this._hash){ar.push(this._hash[id]);}return ar;},map:function(func,_151){return _148.map(this.toArray(),func,_151);},every:function(func,_152){_152=_152||win.global;var x=0,i;for(i in this._hash){if(!func.call(_152,this._hash[i],x++,this._hash)){return false;}}return true;},some:function(func,_153){_153=_153||win.global;var x=0,i;for(i in this._hash){if(func.call(_153,this._hash[i],x++,this._hash)){return true;}}return false;}});_148.forEach(["forEach","filter","byClass","map","every","some"],function(func){_14a[func]=_14b.prototype[func];});return _14b;});},"dijit/a11y":function(){define("dijit/a11y",["dojo/_base/array","dojo/dom","dojo/dom-attr","dojo/dom-style","dojo/_base/lang","dojo/_base/sniff","./main"],function(_154,dom,_155,_156,lang,has,_157){var _158;var a11y={_isElementShown:function(elem){var s=_156.get(elem);return (s.visibility!="hidden")&&(s.visibility!="collapsed")&&(s.display!="none")&&(_155.get(elem,"type")!="hidden");},hasDefaultTabStop:function(elem){switch(elem.nodeName.toLowerCase()){case "a":return _155.has(elem,"href");case "area":case "button":case "input":case "object":case "select":case "textarea":return true;case "iframe":var body;try{var _159=elem.contentDocument;if("designMode" in _159&&_159.designMode=="on"){return true;}body=_159.body;}catch(e1){try{body=elem.contentWindow.document.body;}catch(e2){return false;}}return body&&(body.contentEditable=="true"||(body.firstChild&&body.firstChild.contentEditable=="true"));default:return elem.contentEditable=="true";}},effectiveTabIndex:function(elem){if(_155.get(elem,"disabled")){return _158;}else{if(_155.has(elem,"tabIndex")){return +_155.get(elem,"tabIndex");}else{return a11y.hasDefaultTabStop(elem)?0:_158;}}},isTabNavigable:function(elem){return a11y.effectiveTabIndex(elem)>=0;},isFocusable:function(elem){return a11y.effectiveTabIndex(elem)>=-1;},_getTabNavigable:function(root){var _15a,last,_15b,_15c,_15d,_15e,_15f={};function _160(node){return node&&node.tagName.toLowerCase()=="input"&&node.type&&node.type.toLowerCase()=="radio"&&node.name&&node.name.toLowerCase();};var _161=a11y._isElementShown,_162=a11y.effectiveTabIndex;var _163=function(_164){for(var _165=_164.firstChild;_165;_165=_165.nextSibling){if(_165.nodeType!=1||(has("ie")<=9&&_165.scopeName!=="HTML")||!_161(_165)){continue;}var _166=_162(_165);if(_166>=0){if(_166==0){if(!_15a){_15a=_165;}last=_165;}else{if(_166>0){if(!_15b||_166<_15c){_15c=_166;_15b=_165;}if(!_15d||_166>=_15e){_15e=_166;_15d=_165;}}}var rn=_160(_165);if(_155.get(_165,"checked")&&rn){_15f[rn]=_165;}}if(_165.nodeName.toUpperCase()!="SELECT"){_163(_165);}}};if(_161(root)){_163(root);}function rs(node){return _15f[_160(node)]||node;};return {first:rs(_15a),last:rs(last),lowest:rs(_15b),highest:rs(_15d)};},getFirstInTabbingOrder:function(root,doc){var _167=a11y._getTabNavigable(dom.byId(root,doc));return _167.lowest?_167.lowest:_167.first;},getLastInTabbingOrder:function(root,doc){var _168=a11y._getTabNavigable(dom.byId(root,doc));return _168.last?_168.last:_168.highest;}};1&&lang.mixin(_157,a11y);return a11y;});},"dijit/typematic":function(){define(["dojo/_base/array","dojo/_base/connect","dojo/_base/event","dojo/_base/kernel","dojo/_base/lang","dojo/on","dojo/_base/sniff","."],function(_169,_16a,_16b,_16c,lang,on,has,_16d){var _16e=(_16d.typematic={_fireEventAndReload:function(){this._timer=null;this._callback(++this._count,this._node,this._evt);this._currentTimeout=Math.max(this._currentTimeout<0?this._initialDelay:(this._subsequentDelay>1?this._subsequentDelay:Math.round(this._currentTimeout*this._subsequentDelay)),this._minDelay);this._timer=setTimeout(lang.hitch(this,"_fireEventAndReload"),this._currentTimeout);},trigger:function(evt,_16f,node,_170,obj,_171,_172,_173){if(obj!=this._obj){this.stop();this._initialDelay=_172||500;this._subsequentDelay=_171||0.9;this._minDelay=_173||10;this._obj=obj;this._evt=evt;this._node=node;this._currentTimeout=-1;this._count=-1;this._callback=lang.hitch(_16f,_170);this._fireEventAndReload();this._evt=lang.mixin({faux:true},evt);}},stop:function(){if(this._timer){clearTimeout(this._timer);this._timer=null;}if(this._obj){this._callback(-1,this._node,this._evt);this._obj=null;}},addKeyListener:function(node,_174,_175,_176,_177,_178,_179){if(_174.keyCode){_174.charOrCode=_174.keyCode;_16c.deprecated("keyCode attribute parameter for dijit.typematic.addKeyListener is deprecated. Use charOrCode instead.","","2.0");}else{if(_174.charCode){_174.charOrCode=String.fromCharCode(_174.charCode);_16c.deprecated("charCode attribute parameter for dijit.typematic.addKeyListener is deprecated. Use charOrCode instead.","","2.0");}}var _17a=[on(node,_16a._keypress,lang.hitch(this,function(evt){if(evt.charOrCode==_174.charOrCode&&(_174.ctrlKey===undefined||_174.ctrlKey==evt.ctrlKey)&&(_174.altKey===undefined||_174.altKey==evt.altKey)&&(_174.metaKey===undefined||_174.metaKey==(evt.metaKey||false))&&(_174.shiftKey===undefined||_174.shiftKey==evt.shiftKey)){_16b.stop(evt);_16e.trigger(evt,_175,node,_176,_174,_177,_178,_179);}else{if(_16e._obj==_174){_16e.stop();}}})),on(node,"keyup",lang.hitch(this,function(){if(_16e._obj==_174){_16e.stop();}}))];return {remove:function(){_169.forEach(_17a,function(h){h.remove();});}};},addMouseListener:function(node,_17b,_17c,_17d,_17e,_17f){var _180=[on(node,"mousedown",lang.hitch(this,function(evt){_16b.stop(evt);_16e.trigger(evt,_17b,node,_17c,node,_17d,_17e,_17f);})),on(node,"mouseup",lang.hitch(this,function(evt){if(this._obj){_16b.stop(evt);}_16e.stop();})),on(node,"mouseout",lang.hitch(this,function(evt){_16b.stop(evt);_16e.stop();})),on(node,"mousemove",lang.hitch(this,function(evt){evt.preventDefault();})),on(node,"dblclick",lang.hitch(this,function(evt){_16b.stop(evt);if(has("ie")<9){_16e.trigger(evt,_17b,node,_17c,node,_17d,_17e,_17f);setTimeout(lang.hitch(this,_16e.stop),50);}}))];return {remove:function(){_169.forEach(_180,function(h){h.remove();});}};},addListener:function(_181,_182,_183,_184,_185,_186,_187,_188){var _189=[this.addKeyListener(_182,_183,_184,_185,_186,_187,_188),this.addMouseListener(_181,_184,_185,_186,_187,_188)];return {remove:function(){_169.forEach(_189,function(h){h.remove();});}};}});return _16e;});},"dijit/_base/focus":function(){define("dijit/_base/focus",["dojo/_base/array","dojo/dom","dojo/_base/lang","dojo/topic","dojo/_base/window","../focus",".."],function(_18a,dom,lang,_18b,win,_18c,_18d){lang.mixin(_18d,{_curFocus:null,_prevFocus:null,isCollapsed:function(){return _18d.getBookmark().isCollapsed;},getBookmark:function(){var bm,rg,tg,sel=win.doc.selection,cf=_18c.curNode;if(win.global.getSelection){sel=win.global.getSelection();if(sel){if(sel.isCollapsed){tg=cf?cf.tagName:"";if(tg){tg=tg.toLowerCase();if(tg=="textarea"||(tg=="input"&&(!cf.type||cf.type.toLowerCase()=="text"))){sel={start:cf.selectionStart,end:cf.selectionEnd,node:cf,pRange:true};return {isCollapsed:(sel.end<=sel.start),mark:sel};}}bm={isCollapsed:true};if(sel.rangeCount){bm.mark=sel.getRangeAt(0).cloneRange();}}else{rg=sel.getRangeAt(0);bm={isCollapsed:false,mark:rg.cloneRange()};}}}else{if(sel){tg=cf?cf.tagName:"";tg=tg.toLowerCase();if(cf&&tg&&(tg=="button"||tg=="textarea"||tg=="input")){if(sel.type&&sel.type.toLowerCase()=="none"){return {isCollapsed:true,mark:null};}else{rg=sel.createRange();return {isCollapsed:rg.text&&rg.text.length?false:true,mark:{range:rg,pRange:true}};}}bm={};try{rg=sel.createRange();bm.isCollapsed=!(sel.type=="Text"?rg.htmlText.length:rg.length);}catch(e){bm.isCollapsed=true;return bm;}if(sel.type.toUpperCase()=="CONTROL"){if(rg.length){bm.mark=[];var i=0,len=rg.length;while(i<len){bm.mark.push(rg.item(i++));}}else{bm.isCollapsed=true;bm.mark=null;}}else{bm.mark=rg.getBookmark();}}else{console.warn("No idea how to store the current selection for this browser!");}}return bm;},moveToBookmark:function(_18e){var _18f=win.doc,mark=_18e.mark;if(mark){if(win.global.getSelection){var sel=win.global.getSelection();if(sel&&sel.removeAllRanges){if(mark.pRange){var n=mark.node;n.selectionStart=mark.start;n.selectionEnd=mark.end;}else{sel.removeAllRanges();sel.addRange(mark);}}else{console.warn("No idea how to restore selection for this browser!");}}else{if(_18f.selection&&mark){var rg;if(mark.pRange){rg=mark.range;}else{if(lang.isArray(mark)){rg=_18f.body.createControlRange();_18a.forEach(mark,function(n){rg.addElement(n);});}else{rg=_18f.body.createTextRange();rg.moveToBookmark(mark);}}rg.select();}}}},getFocus:function(menu,_190){var node=!_18c.curNode||(menu&&dom.isDescendant(_18c.curNode,menu.domNode))?_18d._prevFocus:_18c.curNode;return {node:node,bookmark:node&&(node==_18c.curNode)&&win.withGlobal(_190||win.global,_18d.getBookmark),openedForWindow:_190};},_activeStack:[],registerIframe:function(_191){return _18c.registerIframe(_191);},unregisterIframe:function(_192){_192&&_192.remove();},registerWin:function(_193,_194){return _18c.registerWin(_193,_194);},unregisterWin:function(_195){_195&&_195.remove();}});_18c.focus=function(_196){if(!_196){return;}var node="node" in _196?_196.node:_196,_197=_196.bookmark,_198=_196.openedForWindow,_199=_197?_197.isCollapsed:false;if(node){var _19a=(node.tagName.toLowerCase()=="iframe")?node.contentWindow:node;if(_19a&&_19a.focus){try{_19a.focus();}catch(e){}}_18c._onFocusNode(node);}if(_197&&win.withGlobal(_198||win.global,_18d.isCollapsed)&&!_199){if(_198){_198.focus();}try{win.withGlobal(_198||win.global,_18d.moveToBookmark,null,[_197]);}catch(e2){}}};_18c.watch("curNode",function(name,_19b,_19c){_18d._curFocus=_19c;_18d._prevFocus=_19b;if(_19c){_18b.publish("focusNode",_19c);}});_18c.watch("activeStack",function(name,_19d,_19e){_18d._activeStack=_19e;});_18c.on("widget-blur",function(_19f,by){_18b.publish("widgetBlur",_19f,by);});_18c.on("widget-focus",function(_1a0,by){_18b.publish("widgetFocus",_1a0,by);});return _18d;});},"dijit/place":function(){define("dijit/place",["dojo/_base/array","dojo/dom-geometry","dojo/dom-style","dojo/_base/kernel","dojo/_base/window","./Viewport","."],function(_1a1,_1a2,_1a3,_1a4,win,_1a5,_1a6){function _1a7(node,_1a8,_1a9,_1aa){var view=_1a5.getEffectiveBox(node.ownerDocument);if(!node.parentNode||String(node.parentNode.tagName).toLowerCase()!="body"){win.body().appendChild(node);}var best=null;_1a1.some(_1a8,function(_1ab){var _1ac=_1ab.corner;var pos=_1ab.pos;var _1ad=0;var _1ae={w:{"L":view.l+view.w-pos.x,"R":pos.x-view.l,"M":view.w}[_1ac.charAt(1)],h:{"T":view.t+view.h-pos.y,"B":pos.y-view.t,"M":view.h}[_1ac.charAt(0)]};var s=node.style;s.left=s.right="auto";if(_1a9){var res=_1a9(node,_1ab.aroundCorner,_1ac,_1ae,_1aa);_1ad=typeof res=="undefined"?0:res;}var _1af=node.style;var _1b0=_1af.display;var _1b1=_1af.visibility;if(_1af.display=="none"){_1af.visibility="hidden";_1af.display="";}var bb=_1a2.position(node);_1af.display=_1b0;_1af.visibility=_1b1;var _1b2={"L":pos.x,"R":pos.x-bb.w,"M":Math.max(view.l,Math.min(view.l+view.w,pos.x+(bb.w>>1))-bb.w)}[_1ac.charAt(1)],_1b3={"T":pos.y,"B":pos.y-bb.h,"M":Math.max(view.t,Math.min(view.t+view.h,pos.y+(bb.h>>1))-bb.h)}[_1ac.charAt(0)],_1b4=Math.max(view.l,_1b2),_1b5=Math.max(view.t,_1b3),endX=Math.min(view.l+view.w,_1b2+bb.w),endY=Math.min(view.t+view.h,_1b3+bb.h),_1b6=endX-_1b4,_1b7=endY-_1b5;_1ad+=(bb.w-_1b6)+(bb.h-_1b7);if(best==null||_1ad<best.overflow){best={corner:_1ac,aroundCorner:_1ab.aroundCorner,x:_1b4,y:_1b5,w:_1b6,h:_1b7,overflow:_1ad,spaceAvailable:_1ae};}return !_1ad;});if(best.overflow&&_1a9){_1a9(node,best.aroundCorner,best.corner,best.spaceAvailable,_1aa);}var s=node.style;s.top=best.y+"px";s.left=best.x+"px";s.right="auto";return best;};return (_1a6.place={at:function(node,pos,_1b8,_1b9){var _1ba=_1a1.map(_1b8,function(_1bb){var c={corner:_1bb,pos:{x:pos.x,y:pos.y}};if(_1b9){c.pos.x+=_1bb.charAt(1)=="L"?_1b9.x:-_1b9.x;c.pos.y+=_1bb.charAt(0)=="T"?_1b9.y:-_1b9.y;}return c;});return _1a7(node,_1ba);},around:function(node,_1bc,_1bd,_1be,_1bf){var _1c0=(typeof _1bc=="string"||"offsetWidth" in _1bc)?_1a2.position(_1bc,true):_1bc;if(_1bc.parentNode){var _1c1=_1a3.getComputedStyle(_1bc).position=="absolute";var _1c2=_1bc.parentNode;while(_1c2&&_1c2.nodeType==1&&_1c2.nodeName!="BODY"){var _1c3=_1a2.position(_1c2,true),pcs=_1a3.getComputedStyle(_1c2);if(/relative|absolute/.test(pcs.position)){_1c1=false;}if(!_1c1&&/hidden|auto|scroll/.test(pcs.overflow)){var _1c4=Math.min(_1c0.y+_1c0.h,_1c3.y+_1c3.h);var _1c5=Math.min(_1c0.x+_1c0.w,_1c3.x+_1c3.w);_1c0.x=Math.max(_1c0.x,_1c3.x);_1c0.y=Math.max(_1c0.y,_1c3.y);_1c0.h=_1c4-_1c0.y;_1c0.w=_1c5-_1c0.x;}if(pcs.position=="absolute"){_1c1=true;}_1c2=_1c2.parentNode;}}var x=_1c0.x,y=_1c0.y,_1c6="w" in _1c0?_1c0.w:(_1c0.w=_1c0.width),_1c7="h" in _1c0?_1c0.h:(_1a4.deprecated("place.around: dijit.place.__Rectangle: { x:"+x+", y:"+y+", height:"+_1c0.height+", width:"+_1c6+" } has been deprecated. Please use { x:"+x+", y:"+y+", h:"+_1c0.height+", w:"+_1c6+" }","","2.0"),_1c0.h=_1c0.height);var _1c8=[];function push(_1c9,_1ca){_1c8.push({aroundCorner:_1c9,corner:_1ca,pos:{x:{"L":x,"R":x+_1c6,"M":x+(_1c6>>1)}[_1c9.charAt(1)],y:{"T":y,"B":y+_1c7,"M":y+(_1c7>>1)}[_1c9.charAt(0)]}});};_1a1.forEach(_1bd,function(pos){var ltr=_1be;switch(pos){case "above-centered":push("TM","BM");break;case "below-centered":push("BM","TM");break;case "after-centered":ltr=!ltr;case "before-centered":push(ltr?"ML":"MR",ltr?"MR":"ML");break;case "after":ltr=!ltr;case "before":push(ltr?"TL":"TR",ltr?"TR":"TL");push(ltr?"BL":"BR",ltr?"BR":"BL");break;case "below-alt":ltr=!ltr;case "below":push(ltr?"BL":"BR",ltr?"TL":"TR");push(ltr?"BR":"BL",ltr?"TR":"TL");break;case "above-alt":ltr=!ltr;case "above":push(ltr?"TL":"TR",ltr?"BL":"BR");push(ltr?"TR":"TL",ltr?"BR":"BL");break;default:push(pos.aroundCorner,pos.corner);}});var _1cb=_1a7(node,_1c8,_1bf,{w:_1c6,h:_1c7});_1cb.aroundNodePos=_1c0;return _1cb;}});});},"dijit/_Widget":function(){define("dijit/_Widget",["dojo/aspect","dojo/_base/config","dojo/_base/connect","dojo/_base/declare","dojo/_base/kernel","dojo/_base/lang","dojo/query","dojo/ready","./registry","./_WidgetBase","./_OnDijitClickMixin","./_FocusMixin","dojo/uacss","./hccss"],function(_1cc,_1cd,_1ce,_1cf,_1d0,lang,_1d1,_1d2,_1d3,_1d4,_1d5,_1d6){function _1d7(){};function _1d8(_1d9){return function(obj,_1da,_1db,_1dc){if(obj&&typeof _1da=="string"&&obj[_1da]==_1d7){return obj.on(_1da.substring(2).toLowerCase(),lang.hitch(_1db,_1dc));}return _1d9.apply(_1ce,arguments);};};_1cc.around(_1ce,"connect",_1d8);if(_1d0.connect){_1cc.around(_1d0,"connect",_1d8);}var _1dd=_1cf("dijit._Widget",[_1d4,_1d5,_1d6],{onClick:_1d7,onDblClick:_1d7,onKeyDown:_1d7,onKeyPress:_1d7,onKeyUp:_1d7,onMouseDown:_1d7,onMouseMove:_1d7,onMouseOut:_1d7,onMouseOver:_1d7,onMouseLeave:_1d7,onMouseEnter:_1d7,onMouseUp:_1d7,constructor:function(_1de){this._toConnect={};for(var name in _1de){if(this[name]===_1d7){this._toConnect[name.replace(/^on/,"").toLowerCase()]=_1de[name];delete _1de[name];}}},postCreate:function(){this.inherited(arguments);for(var name in this._toConnect){this.on(name,this._toConnect[name]);}delete this._toConnect;},on:function(type,func){if(this[this._onMap(type)]===_1d7){return _1ce.connect(this.domNode,type.toLowerCase(),this,func);}return this.inherited(arguments);},_setFocusedAttr:function(val){this._focused=val;this._set("focused",val);},setAttribute:function(attr,_1df){_1d0.deprecated(this.declaredClass+"::setAttribute(attr, value) is deprecated. Use set() instead.","","2.0");this.set(attr,_1df);},attr:function(name,_1e0){if(_1cd.isDebug){var _1e1=arguments.callee._ach||(arguments.callee._ach={}),_1e2=(arguments.callee.caller||"unknown caller").toString();if(!_1e1[_1e2]){_1d0.deprecated(this.declaredClass+"::attr() is deprecated. Use get() or set() instead, called from "+_1e2,"","2.0");_1e1[_1e2]=true;}}var args=arguments.length;if(args>=2||typeof name==="object"){return this.set.apply(this,arguments);}else{return this.get(name);}},getDescendants:function(){_1d0.deprecated(this.declaredClass+"::getDescendants() is deprecated. Use getChildren() instead.","","2.0");return this.containerNode?_1d1("[widgetId]",this.containerNode).map(_1d3.byNode):[];},_onShow:function(){this.onShow();},onShow:function(){},onHide:function(){},onClose:function(){return true;}});if(!_1d0.isAsync){_1d2(0,function(){var _1e3=["dijit/_base"];require(_1e3);});}return _1dd;});},"dojo/cache":function(){define(["./_base/kernel","./text"],function(dojo,text){return dojo.cache;});},"dijit/_FocusMixin":function(){define(["./focus","./_WidgetBase","dojo/_base/declare","dojo/_base/lang"],function(_1e4,_1e5,_1e6,lang){lang.extend(_1e5,{focused:false,onFocus:function(){},onBlur:function(){},_onFocus:function(){this.onFocus();},_onBlur:function(){this.onBlur();}});return _1e6("dijit._FocusMixin",null,{_focusManager:_1e4});});},"dijit/_OnDijitClickMixin":function(){define("dijit/_OnDijitClickMixin",["dojo/on","dojo/_base/array","dojo/keys","dojo/_base/declare","dojo/_base/sniff","dojo/_base/unload","dojo/_base/window"],function(on,_1e7,keys,_1e8,has,_1e9,win){var _1ea=null;if(has("ie")<9){(function(){var _1eb=function(evt){_1ea=evt.srcElement;};win.doc.attachEvent("onkeydown",_1eb);_1e9.addOnWindowUnload(function(){win.doc.detachEvent("onkeydown",_1eb);});})();}else{win.doc.addEventListener("keydown",function(evt){_1ea=evt.target;},true);}var _1ec=function(node,_1ed){if(/input|button/i.test(node.nodeName)){return on(node,"click",_1ed);}else{function _1ee(e){return (e.keyCode==keys.ENTER||e.keyCode==keys.SPACE)&&!e.ctrlKey&&!e.shiftKey&&!e.altKey&&!e.metaKey;};var _1ef=[on(node,"keypress",function(e){if(_1ee(e)){_1ea=e.target;e.preventDefault();}}),on(node,"keyup",function(e){if(_1ee(e)&&e.target==_1ea){_1ea=null;_1ed.call(this,e);}}),on(node,"click",function(e){_1ed.call(this,e);})];return {remove:function(){_1e7.forEach(_1ef,function(h){h.remove();});}};}};return _1e8("dijit._OnDijitClickMixin",null,{connect:function(obj,_1f0,_1f1){return this.inherited(arguments,[obj,_1f0=="ondijitclick"?_1ec:_1f0,_1f1]);}});});},"dijit/focus":function(){define("dijit/focus",["dojo/aspect","dojo/_base/declare","dojo/dom","dojo/dom-attr","dojo/dom-construct","dojo/Evented","dojo/_base/lang","dojo/on","dojo/domReady","dojo/_base/sniff","dojo/Stateful","dojo/_base/window","dojo/window","./a11y","./registry","./main"],function(_1f2,_1f3,dom,_1f4,_1f5,_1f6,lang,on,_1f7,has,_1f8,win,_1f9,a11y,_1fa,_1fb){var _1fc=_1f3([_1f8,_1f6],{curNode:null,activeStack:[],constructor:function(){var _1fd=lang.hitch(this,function(node){if(dom.isDescendant(this.curNode,node)){this.set("curNode",null);}if(dom.isDescendant(this.prevNode,node)){this.set("prevNode",null);}});_1f2.before(_1f5,"empty",_1fd);_1f2.before(_1f5,"destroy",_1fd);},registerIframe:function(_1fe){return this.registerWin(_1fe.contentWindow,_1fe);},registerWin:function(_1ff,_200){var _201=this,body=_1ff.document&&_1ff.document.body;if(body){var mdh=on(body,"mousedown",function(evt){_201._justMouseDowned=true;setTimeout(function(){_201._justMouseDowned=false;},13);if(evt&&evt.target&&evt.target.parentNode==null){return;}_201._onTouchNode(_200||evt.target,"mouse");});var fih=on(body,"focusin",function(evt){if(!evt.target.tagName){return;}var tag=evt.target.tagName.toLowerCase();if(tag=="#document"||tag=="body"){return;}if(a11y.isTabNavigable(evt.target)){_201._onFocusNode(_200||evt.target);}else{_201._onTouchNode(_200||evt.target);}});var foh=on(body,"focusout",function(evt){_201._onBlurNode(_200||evt.target);});return {remove:function(){mdh.remove();fih.remove();foh.remove();mdh=fih=foh=null;body=null;}};}},_onBlurNode:function(node){if(this._clearFocusTimer){clearTimeout(this._clearFocusTimer);}this._clearFocusTimer=setTimeout(lang.hitch(this,function(){this.set("prevNode",this.curNode);this.set("curNode",null);}),0);if(this._justMouseDowned){return;}if(this._clearActiveWidgetsTimer){clearTimeout(this._clearActiveWidgetsTimer);}this._clearActiveWidgetsTimer=setTimeout(lang.hitch(this,function(){delete this._clearActiveWidgetsTimer;this._setStack([]);}),100);},_onTouchNode:function(node,by){if(this._clearActiveWidgetsTimer){clearTimeout(this._clearActiveWidgetsTimer);delete this._clearActiveWidgetsTimer;}var _202=[];try{while(node){var _203=_1f4.get(node,"dijitPopupParent");if(_203){node=_1fa.byId(_203).domNode;}else{if(node.tagName&&node.tagName.toLowerCase()=="body"){if(node===win.body()){break;}node=_1f9.get(node.ownerDocument).frameElement;}else{var id=node.getAttribute&&node.getAttribute("widgetId"),_204=id&&_1fa.byId(id);if(_204&&!(by=="mouse"&&_204.get("disabled"))){_202.unshift(id);}node=node.parentNode;}}}}catch(e){}this._setStack(_202,by);},_onFocusNode:function(node){if(!node){return;}if(node.nodeType==9){return;}if(this._clearFocusTimer){clearTimeout(this._clearFocusTimer);delete this._clearFocusTimer;}this._onTouchNode(node);if(node==this.curNode){return;}this.set("prevNode",this.curNode);this.set("curNode",node);},_setStack:function(_205,by){var _206=this.activeStack,_207=_206.length-1,_208=_205.length-1;if(_205[_208]==_206[_207]){return;}this.set("activeStack",_205);var _209,i;for(i=_207;i>=0&&_206[i]!=_205[i];i--){_209=_1fa.byId(_206[i]);if(_209){_209._hasBeenBlurred=true;_209.set("focused",false);if(_209._focusManager==this){_209._onBlur(by);}this.emit("widget-blur",_209,by);}}for(i++;i<=_208;i++){_209=_1fa.byId(_205[i]);if(_209){_209.set("focused",true);if(_209._focusManager==this){_209._onFocus(by);}this.emit("widget-focus",_209,by);}}},focus:function(node){if(node){try{node.focus();}catch(e){}}}});var _20a=new _1fc();_1f7(function(){var _20b=_20a.registerWin(_1f9.get(document));if(has("ie")){on(window,"unload",function(){if(_20b){_20b.remove();_20b=null;}});}});_1fb.focus=function(node){_20a.focus(node);};for(var attr in _20a){if(!/^_/.test(attr)){_1fb.focus[attr]=typeof _20a[attr]=="function"?lang.hitch(_20a,attr):_20a[attr];}}_20a.watch(function(attr,_20c,_20d){_1fb.focus[attr]=_20d;});return _20a;});},"dijit/_base/sniff":function(){define("dijit/_base/sniff",["dojo/uacss"],function(){});},"dijit/main":function(){define("dijit/main",["dojo/_base/kernel"],function(dojo){return dojo.dijit;});},"dojo/date/stamp":function(){define(["../_base/kernel","../_base/lang","../_base/array"],function(dojo,lang,_20e){lang.getObject("date.stamp",true,dojo);dojo.date.stamp.fromISOString=function(_20f,_210){if(!dojo.date.stamp._isoRegExp){dojo.date.stamp._isoRegExp=/^(?:(\d{4})(?:-(\d{2})(?:-(\d{2}))?)?)?(?:T(\d{2}):(\d{2})(?::(\d{2})(.\d+)?)?((?:[+-](\d{2}):(\d{2}))|Z)?)?$/;}var _211=dojo.date.stamp._isoRegExp.exec(_20f),_212=null;if(_211){_211.shift();if(_211[1]){_211[1]--;}if(_211[6]){_211[6]*=1000;}if(_210){_210=new Date(_210);_20e.forEach(_20e.map(["FullYear","Month","Date","Hours","Minutes","Seconds","Milliseconds"],function(prop){return _210["get"+prop]();}),function(_213,_214){_211[_214]=_211[_214]||_213;});}_212=new Date(_211[0]||1970,_211[1]||0,_211[2]||1,_211[3]||0,_211[4]||0,_211[5]||0,_211[6]||0);if(_211[0]<100){_212.setFullYear(_211[0]||1970);}var _215=0,_216=_211[7]&&_211[7].charAt(0);if(_216!="Z"){_215=((_211[8]||0)*60)+(Number(_211[9])||0);if(_216!="-"){_215*=-1;}}if(_216){_215-=_212.getTimezoneOffset();}if(_215){_212.setTime(_212.getTime()+_215*60000);}}return _212;};dojo.date.stamp.toISOString=function(_217,_218){var _219=function(n){return (n<10)?"0"+n:n;};_218=_218||{};var _21a=[],_21b=_218.zulu?"getUTC":"get",date="";if(_218.selector!="time"){var year=_217[_21b+"FullYear"]();date=["0000".substr((year+"").length)+year,_219(_217[_21b+"Month"]()+1),_219(_217[_21b+"Date"]())].join("-");}_21a.push(date);if(_218.selector!="date"){var time=[_219(_217[_21b+"Hours"]()),_219(_217[_21b+"Minutes"]()),_219(_217[_21b+"Seconds"]())].join(":");var _21c=_217[_21b+"Milliseconds"]();if(_218.milliseconds){time+="."+(_21c<100?"0":"")+_219(_21c);}if(_218.zulu){time+="Z";}else{if(_218.selector!="time"){var _21d=_217.getTimezoneOffset();var _21e=Math.abs(_21d);time+=(_21d>0?"-":"+")+_219(Math.floor(_21e/60))+":"+_219(_21e%60);}}_21a.push(time);}return _21a.join("T");};return dojo.date.stamp;});},"dijit/form/_FormWidget":function(){define("dijit/form/_FormWidget",["dojo/_base/declare","dojo/_base/kernel","dojo/ready","../_Widget","../_CssStateMixin","../_TemplatedMixin","./_FormWidgetMixin"],function(_21f,_220,_221,_222,_223,_224,_225){if(!_220.isAsync){_221(0,function(){var _226=["dijit/form/_FormValueWidget"];require(_226);});}return _21f("dijit.form._FormWidget",[_222,_224,_223,_225],{setDisabled:function(_227){_220.deprecated("setDisabled("+_227+") is deprecated. Use set('disabled',"+_227+") instead.","","2.0");this.set("disabled",_227);},setValue:function(_228){_220.deprecated("dijit.form._FormWidget:setValue("+_228+") is deprecated. Use set('value',"+_228+") instead.","","2.0");this.set("value",_228);},getValue:function(){_220.deprecated(this.declaredClass+"::getValue() is deprecated. Use get('value') instead.","","2.0");return this.get("value");},postMixInProperties:function(){this.nameAttrSetting=this.name?("name=\""+this.name.replace(/'/g,""")+"\""):"";this.inherited(arguments);},_setTypeAttr:null});});},"dijit/_base/typematic":function(){define(["../typematic"],function(){});},"dijit/_base/popup":function(){define("dijit/_base/popup",["dojo/dom-class","../popup","../BackgroundIframe"],function(_229,_22a){var _22b=_22a._createWrapper;_22a._createWrapper=function(_22c){if(!_22c.declaredClass){_22c={_popupWrapper:(_22c.parentNode&&_229.contains(_22c.parentNode,"dijitPopup"))?_22c.parentNode:null,domNode:_22c,destroy:function(){}};}return _22b.call(this,_22c);};var _22d=_22a.open;_22a.open=function(args){if(args.orient&&typeof args.orient!="string"&&!("length" in args.orient)){var ary=[];for(var key in args.orient){ary.push({aroundCorner:key,corner:args.orient[key]});}args.orient=ary;}return _22d.call(this,args);};return _22a;});},"dijit/_TemplatedMixin":function(){define("dijit/_TemplatedMixin",["dojo/_base/lang","dojo/touch","./_WidgetBase","dojo/string","dojo/cache","dojo/_base/array","dojo/_base/declare","dojo/dom-construct","dojo/_base/sniff","dojo/_base/unload","dojo/_base/window"],function(lang,_22e,_22f,_230,_231,_232,_233,_234,has,_235,win){var _236=_233("dijit._TemplatedMixin",null,{templateString:null,templatePath:null,_skipNodeCache:false,_earlyTemplatedStartup:false,constructor:function(){this._attachPoints=[];this._attachEvents=[];},_stringRepl:function(tmpl){var _237=this.declaredClass,_238=this;return _230.substitute(tmpl,this,function(_239,key){if(key.charAt(0)=="!"){_239=lang.getObject(key.substr(1),false,_238);}if(typeof _239=="undefined"){throw new Error(_237+" template:"+key);}if(_239==null){return "";}return key.charAt(0)=="!"?_239:_239.toString().replace(/"/g,""");},this);},buildRendering:function(){if(!this.templateString){this.templateString=_231(this.templatePath,{sanitize:true});}var _23a=_236.getCachedTemplate(this.templateString,this._skipNodeCache);var node;if(lang.isString(_23a)){node=_234.toDom(this._stringRepl(_23a));if(node.nodeType!=1){throw new Error("Invalid template: "+_23a);}}else{node=_23a.cloneNode(true);}this.domNode=node;this.inherited(arguments);this._attachTemplateNodes(node,function(n,p){return n.getAttribute(p);});this._beforeFillContent();this._fillContent(this.srcNodeRef);},_beforeFillContent:function(){},_fillContent:function(_23b){var dest=this.containerNode;if(_23b&&dest){while(_23b.hasChildNodes()){dest.appendChild(_23b.firstChild);}}},_attachTemplateNodes:function(_23c,_23d){var _23e=lang.isArray(_23c)?_23c:(_23c.all||_23c.getElementsByTagName("*"));var x=lang.isArray(_23c)?0:-1;for(;x<_23e.length;x++){var _23f=(x==-1)?_23c:_23e[x];if(this.widgetsInTemplate&&(_23d(_23f,"dojoType")||_23d(_23f,"data-dojo-type"))){continue;}var _240=_23d(_23f,"dojoAttachPoint")||_23d(_23f,"data-dojo-attach-point");if(_240){var _241,_242=_240.split(/\s*,\s*/);while((_241=_242.shift())){if(lang.isArray(this[_241])){this[_241].push(_23f);}else{this[_241]=_23f;}this._attachPoints.push(_241);}}var _243=_23d(_23f,"dojoAttachEvent")||_23d(_23f,"data-dojo-attach-event");if(_243){var _244,_245=_243.split(/\s*,\s*/);var trim=lang.trim;while((_244=_245.shift())){if(_244){var _246=null;if(_244.indexOf(":")!=-1){var _247=_244.split(":");_244=trim(_247[0]);_246=trim(_247[1]);}else{_244=trim(_244);}if(!_246){_246=_244;}this._attachEvents.push(this.connect(_23f,_22e[_244]||_244,_246));}}}}},destroyRendering:function(){_232.forEach(this._attachPoints,function(_248){delete this[_248];},this);this._attachPoints=[];_232.forEach(this._attachEvents,this.disconnect,this);this._attachEvents=[];this.inherited(arguments);}});_236._templateCache={};_236.getCachedTemplate=function(_249,_24a){var _24b=_236._templateCache;var key=_249;var _24c=_24b[key];if(_24c){try{if(!_24c.ownerDocument||_24c.ownerDocument==win.doc){return _24c;}}catch(e){}_234.destroy(_24c);}_249=_230.trim(_249);if(_24a||_249.match(/\$\{([^\}]+)\}/g)){return (_24b[key]=_249);}else{var node=_234.toDom(_249);if(node.nodeType!=1){throw new Error("Invalid template: "+_249);}return (_24b[key]=node);}};if(has("ie")){_235.addOnWindowUnload(function(){var _24d=_236._templateCache;for(var key in _24d){var _24e=_24d[key];if(typeof _24e=="object"){_234.destroy(_24e);}delete _24d[key];}});}lang.extend(_22f,{dojoAttachEvent:"",dojoAttachPoint:""});return _236;});},"dijit/_base/wai":function(){define("dijit/_base/wai",["dojo/dom-attr","dojo/_base/lang","..","../hccss"],function(_24f,lang,_250){lang.mixin(_250,{hasWaiRole:function(elem,role){var _251=this.getWaiRole(elem);return role?(_251.indexOf(role)>-1):(_251.length>0);},getWaiRole:function(elem){return lang.trim((_24f.get(elem,"role")||"").replace("wairole:",""));},setWaiRole:function(elem,role){_24f.set(elem,"role",role);},removeWaiRole:function(elem,role){var _252=_24f.get(elem,"role");if(!_252){return;}if(role){var t=lang.trim((" "+_252+" ").replace(" "+role+" "," "));_24f.set(elem,"role",t);}else{elem.removeAttribute("role");}},hasWaiState:function(elem,_253){return elem.hasAttribute?elem.hasAttribute("aria-"+_253):!!elem.getAttribute("aria-"+_253);},getWaiState:function(elem,_254){return elem.getAttribute("aria-"+_254)||"";},setWaiState:function(elem,_255,_256){elem.setAttribute("aria-"+_255,_256);},removeWaiState:function(elem,_257){elem.removeAttribute("aria-"+_257);}});return _250;});},"dojo/window":function(){define(["./_base/lang","./_base/sniff","./_base/window","./dom","./dom-geometry","./dom-style","./dom-construct"],function(lang,has,_258,dom,geom,_259,_25a){has.add("rtl-adjust-position-for-verticalScrollBar",function(win,doc){var body=_258.body(doc),_25b=_25a.create("div",{style:{overflow:"scroll",overflowX:"visible",direction:"rtl",visibility:"hidden",position:"absolute",left:"0",top:"0",width:"64px",height:"64px"}},body,"last"),div=_25a.create("div",{style:{overflow:"hidden",direction:"ltr"}},_25b,"last"),ret=geom.position(div).x!=0;_25b.removeChild(div);body.removeChild(_25b);return ret;});has.add("position-fixed-support",function(win,doc){var body=_258.body(doc),_25c=_25a.create("span",{style:{visibility:"hidden",position:"fixed",left:"1px",top:"1px"}},body,"last"),_25d=_25a.create("span",{style:{position:"fixed",left:"0",top:"0"}},_25c,"last"),ret=geom.position(_25d).x!=geom.position(_25c).x;_25c.removeChild(_25d);body.removeChild(_25c);return ret;});var _25e=lang.getObject("dojo.window",true);_25e.getBox=function(){var _25f=(_258.doc.compatMode=="BackCompat")?_258.body():_258.doc.documentElement,_260=geom.docScroll(),w,h;if(has("touch")){var _261=_258.doc.parentWindow||_258.doc.defaultView;w=_261.innerWidth||_25f.clientWidth;h=_261.innerHeight||_25f.clientHeight;}else{w=_25f.clientWidth;h=_25f.clientHeight;}return {l:_260.x,t:_260.y,w:w,h:h};};_25e.get=function(doc){if(has("ie")<9&&_25e!==document.parentWindow){doc.parentWindow.execScript("document._parentWindow = window;","Javascript");var win=doc._parentWindow;doc._parentWindow=null;return win;}return doc.parentWindow||doc.defaultView;};_25e.scrollIntoView=function(node,pos){try{node=dom.byId(node);var doc=node.ownerDocument||_258.doc,body=_258.body(doc),html=doc.documentElement||body.parentNode,isIE=has("ie"),isWK=has("webkit");if(node==body||node==html){return;}if(!(has("mozilla")||isIE||isWK||has("opera")||has("trident"))&&("scrollIntoView" in node)){node.scrollIntoView(false);return;}var _262=doc.compatMode=="BackCompat",_263=Math.min(body.clientWidth||html.clientWidth,html.clientWidth||body.clientWidth),_264=Math.min(body.clientHeight||html.clientHeight,html.clientHeight||body.clientHeight),_265=(isWK||_262)?body:html,_266=pos||geom.position(node),el=node.parentNode,_267=function(el){return (isIE<=6||(isIE==7&&_262))?false:(has("position-fixed-support")&&(_259.get(el,"position").toLowerCase()=="fixed"));},self=this,_268=function(el,x,y){if(el.tagName=="BODY"||el.tagName=="HTML"){self.get(el.ownerDocument).scrollBy(x,y);}else{x&&(el.scrollLeft+=x);y&&(el.scrollTop+=y);}};if(_267(node)){return;}while(el){if(el==body){el=_265;}var _269=geom.position(el),_26a=_267(el),rtl=_259.getComputedStyle(el).direction.toLowerCase()=="rtl";if(el==_265){_269.w=_263;_269.h=_264;if(_265==html&&(isIE||has("trident"))&&rtl){_269.x+=_265.offsetWidth-_269.w;}if(_269.x<0||!isIE||isIE>=9||has("trident")){_269.x=0;}if(_269.y<0||!isIE||isIE>=9||has("trident")){_269.y=0;}}else{var pb=geom.getPadBorderExtents(el);_269.w-=pb.w;_269.h-=pb.h;_269.x+=pb.l;_269.y+=pb.t;var _26b=el.clientWidth,_26c=_269.w-_26b;if(_26b>0&&_26c>0){if(rtl&&has("rtl-adjust-position-for-verticalScrollBar")){_269.x+=_26c;}_269.w=_26b;}_26b=el.clientHeight;_26c=_269.h-_26b;if(_26b>0&&_26c>0){_269.h=_26b;}}if(_26a){if(_269.y<0){_269.h+=_269.y;_269.y=0;}if(_269.x<0){_269.w+=_269.x;_269.x=0;}if(_269.y+_269.h>_264){_269.h=_264-_269.y;}if(_269.x+_269.w>_263){_269.w=_263-_269.x;}}var l=_266.x-_269.x,t=_266.y-_269.y,r=l+_266.w-_269.w,bot=t+_266.h-_269.h;var s,old;if(r*l>0&&(!!el.scrollLeft||el==_265||el.scrollWidth>el.offsetHeight)){s=Math[l<0?"max":"min"](l,r);if(rtl&&((isIE==8&&!_262)||isIE>=9||has("trident"))){s=-s;}old=el.scrollLeft;_268(el,s,0);s=el.scrollLeft-old;_266.x-=s;}if(bot*t>0&&(!!el.scrollTop||el==_265||el.scrollHeight>el.offsetHeight)){s=Math.ceil(Math[t<0?"max":"min"](t,bot));old=el.scrollTop;_268(el,0,s);s=el.scrollTop-old;_266.y-=s;}el=(el!=_265)&&!_26a&&el.parentNode;}}catch(error){console.error("scrollIntoView: "+error);node.scrollIntoView(false);}};return _25e;});},"dijit/popup":function(){define("dijit/popup",["dojo/_base/array","dojo/aspect","dojo/_base/connect","dojo/_base/declare","dojo/dom","dojo/dom-attr","dojo/dom-construct","dojo/dom-geometry","dojo/dom-style","dojo/_base/event","dojo/has","dojo/keys","dojo/_base/lang","dojo/on","dojo/_base/window","./place","./BackgroundIframe","."],function(_26d,_26e,_26f,_270,dom,_271,_272,_273,_274,_275,has,keys,lang,on,win,_276,_277,_278){function _279(){if(this._popupWrapper){_272.destroy(this._popupWrapper);delete this._popupWrapper;}};var _27a=_270(null,{_stack:[],_beginZIndex:1000,_idGen:1,_createWrapper:function(_27b){var _27c=_27b._popupWrapper,node=_27b.domNode;if(!_27c){_27c=_272.create("div",{"class":"dijitPopup",style:{display:"none"},role:"presentation"},win.body());_27c.appendChild(node);var s=node.style;s.display="";s.visibility="";s.position="";s.top="0px";_27b._popupWrapper=_27c;_26e.after(_27b,"destroy",_279,true);}return _27c;},moveOffScreen:function(_27d){var _27e=this._createWrapper(_27d);_274.set(_27e,{visibility:"hidden",top:"-9999px",display:""});},hide:function(_27f){var _280=this._createWrapper(_27f);_274.set(_280,"display","none");},getTopPopup:function(){var _281=this._stack;for(var pi=_281.length-1;pi>0&&_281[pi].parent===_281[pi-1].widget;pi--){}return _281[pi];},open:function(args){var _282=this._stack,_283=args.popup,_284=args.orient||["below","below-alt","above","above-alt"],ltr=args.parent?args.parent.isLeftToRight():_273.isBodyLtr(),_285=args.around,id=(args.around&&args.around.id)?(args.around.id+"_dropdown"):("popup_"+this._idGen++);while(_282.length&&(!args.parent||!dom.isDescendant(args.parent.domNode,_282[_282.length-1].widget.domNode))){this.close(_282[_282.length-1].widget);}var _286=this._createWrapper(_283);_271.set(_286,{id:id,style:{zIndex:this._beginZIndex+_282.length},"class":"dijitPopup "+(_283.baseClass||_283["class"]||"").split(" ")[0]+"Popup",dijitPopupParent:args.parent?args.parent.id:""});if(has("bgIframe")&&!_283.bgIframe){_283.bgIframe=new _277(_286);}var best=_285?_276.around(_286,_285,_284,ltr,_283.orient?lang.hitch(_283,"orient"):null):_276.at(_286,args,_284=="R"?["TR","BR","TL","BL"]:["TL","BL","TR","BR"],args.padding);_286.style.display="";_286.style.visibility="visible";_283.domNode.style.visibility="visible";var _287=[];_287.push(on(_286,_26f._keypress,lang.hitch(this,function(evt){if(evt.charOrCode==keys.ESCAPE&&args.onCancel){_275.stop(evt);args.onCancel();}else{if(evt.charOrCode===keys.TAB){_275.stop(evt);var _288=this.getTopPopup();if(_288&&_288.onCancel){_288.onCancel();}}}})));if(_283.onCancel&&args.onCancel){_287.push(_283.on("cancel",args.onCancel));}_287.push(_283.on(_283.onExecute?"execute":"change",lang.hitch(this,function(){var _289=this.getTopPopup();if(_289&&_289.onExecute){_289.onExecute();}})));_282.push({widget:_283,parent:args.parent,onExecute:args.onExecute,onCancel:args.onCancel,onClose:args.onClose,handlers:_287});if(_283.onOpen){_283.onOpen(best);}return best;},close:function(_28a){var _28b=this._stack;while((_28a&&_26d.some(_28b,function(elem){return elem.widget==_28a;}))||(!_28a&&_28b.length)){var top=_28b.pop(),_28c=top.widget,_28d=top.onClose;if(_28c.onClose){_28c.onClose();}var h;while(h=top.handlers.pop()){h.remove();}if(_28c&&_28c.domNode){this.hide(_28c);}if(_28d){_28d();}}}});return (_278.popup=new _27a());});},"dijit/_base/window":function(){define("dijit/_base/window",["dojo/window",".."],function(_28e,_28f){_28f.getDocumentWindow=function(doc){return _28e.get(doc);};});},"dijit/_WidgetBase":function(){define("dijit/_WidgetBase",["require","dojo/_base/array","dojo/aspect","dojo/_base/config","dojo/_base/connect","dojo/_base/declare","dojo/dom","dojo/dom-attr","dojo/dom-class","dojo/dom-construct","dojo/dom-geometry","dojo/dom-style","dojo/_base/kernel","dojo/_base/lang","dojo/on","dojo/ready","dojo/Stateful","dojo/topic","dojo/_base/window","./registry"],function(_290,_291,_292,_293,_294,_295,dom,_296,_297,_298,_299,_29a,_29b,lang,on,_29c,_29d,_29e,win,_29f){if(!_29b.isAsync){_29c(0,function(){var _2a0=["dijit/_base/manager"];_290(_2a0);});}var _2a1={};function _2a2(obj){var ret={};for(var attr in obj){ret[attr.toLowerCase()]=true;}return ret;};function _2a3(attr){return function(val){_296[val?"set":"remove"](this.domNode,attr,val);this._set(attr,val);};};function _2a4(a,b){return a===b||(a!==a&&b!==b);};return _295("dijit._WidgetBase",_29d,{id:"",_setIdAttr:"domNode",lang:"",_setLangAttr:_2a3("lang"),dir:"",_setDirAttr:_2a3("dir"),textDir:"","class":"",_setClassAttr:{node:"domNode",type:"class"},style:"",title:"",tooltip:"",baseClass:"",srcNodeRef:null,domNode:null,containerNode:null,attributeMap:{},_blankGif:_293.blankGif||_290.toUrl("dojo/resources/blank.gif"),postscript:function(_2a5,_2a6){this.create(_2a5,_2a6);},create:function(_2a7,_2a8){this.srcNodeRef=dom.byId(_2a8);this._connects=[];this._supportingWidgets=[];if(this.srcNodeRef&&(typeof this.srcNodeRef.id=="string")){this.id=this.srcNodeRef.id;}if(_2a7){this.params=_2a7;lang.mixin(this,_2a7);}this.postMixInProperties();if(!this.id){this.id=_29f.getUniqueId(this.declaredClass.replace(/\./g,"_"));}_29f.add(this);this.buildRendering();if(this.domNode){this._applyAttributes();var _2a9=this.srcNodeRef;if(_2a9&&_2a9.parentNode&&this.domNode!==_2a9){_2a9.parentNode.replaceChild(this.domNode,_2a9);}}if(this.domNode){this.domNode.setAttribute("widgetId",this.id);}this.postCreate();if(this.srcNodeRef&&!this.srcNodeRef.parentNode){delete this.srcNodeRef;}this._created=true;},_applyAttributes:function(){var ctor=this.constructor,list=ctor._setterAttrs;if(!list){list=(ctor._setterAttrs=[]);for(var attr in this.attributeMap){list.push(attr);}var _2aa=ctor.prototype;for(var _2ab in _2aa){if(_2ab in this.attributeMap){continue;}var _2ac="_set"+_2ab.replace(/^[a-z]|-[a-zA-Z]/g,function(c){return c.charAt(c.length-1).toUpperCase();})+"Attr";if(_2ac in _2aa){list.push(_2ab);}}}_291.forEach(list,function(attr){if(this.params&&attr in this.params){}else{if(this[attr]){this.set(attr,this[attr]);}}},this);for(var _2ad in this.params){this.set(_2ad,this[_2ad]);}},postMixInProperties:function(){},buildRendering:function(){if(!this.domNode){this.domNode=this.srcNodeRef||_298.create("div");}if(this.baseClass){var _2ae=this.baseClass.split(" ");if(!this.isLeftToRight()){_2ae=_2ae.concat(_291.map(_2ae,function(name){return name+"Rtl";}));}_297.add(this.domNode,_2ae);}},postCreate:function(){},startup:function(){if(this._started){return;}this._started=true;_291.forEach(this.getChildren(),function(obj){if(!obj._started&&!obj._destroyed&&lang.isFunction(obj.startup)){obj.startup();obj._started=true;}});},destroyRecursive:function(_2af){this._beingDestroyed=true;this.destroyDescendants(_2af);this.destroy(_2af);},destroy:function(_2b0){this._beingDestroyed=true;this.uninitialize();var c;while((c=this._connects.pop())){c.remove();}var w;while((w=this._supportingWidgets.pop())){if(w.destroyRecursive){w.destroyRecursive();}else{if(w.destroy){w.destroy();}}}this.destroyRendering(_2b0);_29f.remove(this.id);this._destroyed=true;},destroyRendering:function(_2b1){if(this.bgIframe){this.bgIframe.destroy(_2b1);delete this.bgIframe;}if(this.domNode){if(_2b1){_296.remove(this.domNode,"widgetId");}else{_298.destroy(this.domNode);}delete this.domNode;}if(this.srcNodeRef){if(!_2b1){_298.destroy(this.srcNodeRef);}delete this.srcNodeRef;}},destroyDescendants:function(_2b2){_291.forEach(this.getChildren(),function(_2b3){if(_2b3.destroyRecursive){_2b3.destroyRecursive(_2b2);}});},uninitialize:function(){return false;},_setStyleAttr:function(_2b4){var _2b5=this.domNode;if(lang.isObject(_2b4)){_29a.set(_2b5,_2b4);}else{if(_2b5.style.cssText){_2b5.style.cssText+="; "+_2b4;}else{_2b5.style.cssText=_2b4;}}this._set("style",_2b4);},_attrToDom:function(attr,_2b6,_2b7){_2b7=arguments.length>=3?_2b7:this.attributeMap[attr];_291.forEach(lang.isArray(_2b7)?_2b7:[_2b7],function(_2b8){var _2b9=this[_2b8.node||_2b8||"domNode"];var type=_2b8.type||"attribute";switch(type){case "attribute":if(lang.isFunction(_2b6)){_2b6=lang.hitch(this,_2b6);}var _2ba=_2b8.attribute?_2b8.attribute:(/^on[A-Z][a-zA-Z]*$/.test(attr)?attr.toLowerCase():attr);_296.set(_2b9,_2ba,_2b6);break;case "innerText":_2b9.innerHTML="";_2b9.appendChild(win.doc.createTextNode(_2b6));break;case "innerHTML":_2b9.innerHTML=_2b6;break;case "class":_297.replace(_2b9,_2b6,this[attr]);break;}},this);},get:function(name){var _2bb=this._getAttrNames(name);return this[_2bb.g]?this[_2bb.g]():this[name];},set:function(name,_2bc){if(typeof name==="object"){for(var x in name){this.set(x,name[x]);}return this;}var _2bd=this._getAttrNames(name),_2be=this[_2bd.s];if(lang.isFunction(_2be)){var _2bf=_2be.apply(this,Array.prototype.slice.call(arguments,1));}else{var _2c0=this.focusNode&&!lang.isFunction(this.focusNode)?"focusNode":"domNode",tag=this[_2c0].tagName,_2c1=_2a1[tag]||(_2a1[tag]=_2a2(this[_2c0])),map=name in this.attributeMap?this.attributeMap[name]:_2bd.s in this?this[_2bd.s]:((_2bd.l in _2c1&&typeof _2bc!="function")||/^aria-|^data-|^role$/.test(name))?_2c0:null;if(map!=null){this._attrToDom(name,_2bc,map);}this._set(name,_2bc);}return _2bf||this;},_attrPairNames:{},_getAttrNames:function(name){var apn=this._attrPairNames;if(apn[name]){return apn[name];}var uc=name.replace(/^[a-z]|-[a-zA-Z]/g,function(c){return c.charAt(c.length-1).toUpperCase();});return (apn[name]={n:name+"Node",s:"_set"+uc+"Attr",g:"_get"+uc+"Attr",l:uc.toLowerCase()});},_set:function(name,_2c2){var _2c3=this[name];this[name]=_2c2;if(this._watchCallbacks&&this._created&&!_2a4(_2c2,_2c3)){this._watchCallbacks(name,_2c3,_2c2);}},on:function(type,func){return _292.after(this,this._onMap(type),func,true);},_onMap:function(type){var ctor=this.constructor,map=ctor._onMap;if(!map){map=(ctor._onMap={});for(var attr in ctor.prototype){if(/^on/.test(attr)){map[attr.replace(/^on/,"").toLowerCase()]=attr;}}}return map[type.toLowerCase()];},toString:function(){return "[Widget "+this.declaredClass+", "+(this.id||"NO ID")+"]";},getChildren:function(){return this.containerNode?_29f.findWidgets(this.containerNode):[];},getParent:function(){return _29f.getEnclosingWidget(this.domNode.parentNode);},connect:function(obj,_2c4,_2c5){var _2c6=_294.connect(obj,_2c4,this,_2c5);this._connects.push(_2c6);return _2c6;},disconnect:function(_2c7){var i=_291.indexOf(this._connects,_2c7);if(i!=-1){_2c7.remove();this._connects.splice(i,1);}},subscribe:function(t,_2c8){var _2c9=_29e.subscribe(t,lang.hitch(this,_2c8));this._connects.push(_2c9);return _2c9;},unsubscribe:function(_2ca){this.disconnect(_2ca);},isLeftToRight:function(){return this.dir?(this.dir=="ltr"):_299.isBodyLtr();},isFocusable:function(){return this.focus&&(_29a.get(this.domNode,"display")!="none");},placeAt:function(_2cb,_2cc){if(_2cb.declaredClass&&_2cb.addChild){_2cb.addChild(this,_2cc);}else{_298.place(this.domNode,_2cb,_2cc);}return this;},getTextDir:function(text,_2cd){return _2cd;},applyTextDir:function(){},defer:function(fcn,_2ce){var _2cf=setTimeout(lang.hitch(this,function(){if(!_2cf){return;}_2cf=null;if(!this._destroyed){lang.hitch(this,fcn)();}}),_2ce||0);return {remove:function(){if(_2cf){clearTimeout(_2cf);_2cf=null;}return null;}};}});});}}});define("dijit/dijit",[".","./_base","dojo/parser","./_Widget","./_TemplatedMixin","./_Container","./layout/_LayoutWidget","./form/_FormWidget","./form/_FormValueWidget"],function(_2d0){return _2d0;});
|