diff --git a/IPython/frontend/html/notebook/notebook.py b/IPython/frontend/html/notebook/notebook.py new file mode 100644 index 0000000..bf67231 --- /dev/null +++ b/IPython/frontend/html/notebook/notebook.py @@ -0,0 +1,40 @@ + +import os + +import tornado.httpserver +import tornado.ioloop +import tornado.options +import tornado.web + +from tornado.options import define, options + +define("port", default=8888, help="run on the given port", type=int) + +class MainHandler(tornado.web.RequestHandler): + def get(self): + self.render('notebook.html') + + +class NotebookApplication(tornado.web.Application): + def __init__(self): + handlers = [ + (r"/", MainHandler) + ] + settings = dict( + template_path=os.path.join(os.path.dirname(__file__), "templates"), + static_path=os.path.join(os.path.dirname(__file__), "static"), + ) + tornado.web.Application.__init__(self, handlers, **settings) + + +def main(): + tornado.options.parse_command_line() + application = NotebookApplication() + http_server = tornado.httpserver.HTTPServer(application) + http_server.listen(options.port) + tornado.ioloop.IOLoop.instance().start() + + +if __name__ == "__main__": + main() + diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css new file mode 100644 index 0000000..cc5a102 --- /dev/null +++ b/IPython/frontend/html/notebook/static/css/notebook.css @@ -0,0 +1,173 @@ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} + +body { + background-color: white; +} + +span#ipython_notebook h1 { + font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; + font-size: 32pt; + padding: 10px; + margin: 10px; +} + + +div#toolbar { + width: 100%; + height: auto; + border-bottom-width: 2px; + border-bottom-style: solid; + border-bottom-color: black; + padding: 5px; +} + +#main_toolbar { +} + +#main_toolbar button { + font-size: 0.9em; +} + +div.notebook { + width: 760px; + height: 100%; + margin-left: auto; + margin-right: auto; + padding-top: 5px; + padding-bottom: 5px; + background-color: white; + +/* Uncomment this block for help in debugging the padding and margins +/* border-left-width: 1px; + border-left-style: solid; + border-left-color: black; + border-right-width: 1px; + border-right-style: solid; + border-right-color: black; + border-bottom-width: 1px; + border-bottom-style: solid; + border-bottom-color: black;*/ +} + +div.cell { + width: 740px; + margin: 5px 5px 5px 5px; + padding: 5px; + font-size: 11pt; + position: relative; +} + +div.code_cell { + background-color: white; +} + +div.prompt { + vertical-align: top; + display: table-cell; + width: 85px; + min-width 80px !important; + font-family: Menlo, "Courier New", Courier, mono; + font-weight: normal; + font-style: normal; +} + +div.input { + display: table; + height: auto; +} + +div.input_prompt { + color: blue; +} + + +textarea.input_area { + text-align: left; + font-family: Menlo, "Courier New", Courier, mono; + font-size: inherit; + border-style: none; + display: table-cell; + margin: 0; + padding: 0; + overflow: auto; + font-weight: normal; + font-style: normal; + width: 665px; + outline: none; + resize: none; +} + + +div.output { + display: table; +} + +div.output_prompt { + color: red; +} + +div.output_area { + text-align: left; + font-family: Menlo, "Courier New", Courier, mono; + font-size: inherit; + margin: 0; + padding: 0; + display: table-cell; + width: 665px; +} + +div.text_cell { + background-color: white; +} + +textarea.text_cell_input { + font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; + font-size: inherit; + outline: none; + resize: none; + width: inherit; + border-style: none; + padding: 0; + margin: 0; + color: black; +} + +div.text_cell_render { + font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; + font-size: inherit; + outline: none; + resize: none; + width: inherit; + border-style: none; + padding: 0; + margin: 0; + color: black; +} + +div.text_cell_render em { + font-style: italic; +} + +div.text_cell_render strong { + font-weight: bold; +} + diff --git a/IPython/frontend/html/notebook/static/jquery/css/jquery.wijmo-open.1.1.3.css b/IPython/frontend/html/notebook/static/jquery/css/jquery.wijmo-open.1.1.3.css new file mode 100755 index 0000000..c8a9fb1 --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/css/jquery.wijmo-open.1.1.3.css @@ -0,0 +1,1760 @@ +.ui-helper-horizontal > DIV, +.ui-helper-horizontal > LI, +.ui-helper-horizontal > SPAN, +.ui-helper-horizontal > LABEL, +.ui-helper-horizontal > H1, +.ui-helper-horizontal > H2, +.ui-helper-horizontal > H3, +.ui-helper-horizontal > H4 +{ + float: left; + clear: none; + display: block; +} /* WijSlider horizontal +----------------------------------*/ +.wijmo-wijslider-horizontal +{ + position: relative; +} + +.wijmo-wijslider-horizontal .wijmo-wijslider-track +{ + +} + +.wijmo-wijslider-horizontal .wijmo-wijslider-decbutton +{ + position: absolute; + left: 0px; + right: auto; + cursor:pointer; +} + +.wijmo-wijslider-horizontal .wijmo-wijslider-incbutton +{ + position: absolute; + left: auto; + right: 0px; + cursor:pointer; +} + + /* WijSlider vertical +----------------------------------*/ +.wijmo-wijslider-vertical +{ + position: relative; +} + +.wijmo-wijslider-vertical .wijmo-wijslider-track +{ + +} + +.wijmo-wijslider-vertical .wijmo-wijslider-decbutton +{ + position: absolute; + top: 0px; + bottom: auto; + cursor:pointer; +} + +.wijmo-wijslider-vertical .wijmo-wijslider-incbutton +{ + position: absolute; + top: auto; + bottom: 0px; + cursor:pointer; +}/* WijSplitter +----------------------------------*/ + +.wijmo-wijsplitter-vertical +{ + overflow: hidden; + /* fixed bug for IE6.7 */ + position: relative; +} +.wijmo-wijsplitter-v-panel1 +{ + float: left; + position: relative; +} +.wijmo-wijsplitter-v-panel1-content +{ + position: relative; +} +.wijmo-wijsplitter-v-bar +{ + float: left; + position: relative; + font-size: 1px; + width: 2px; + z-index:99; +} + +.wijmo-wijsplitter-vertical .ui-resizable-e +{ + right:-7px; + width:10px; + z-index:999; + display:block; + background-color:white; + filter:alpha(opacity=0); + -moz-opacity:0; + opacity: 0; +} + +*html .wijmo-wijsplitter-vertical .ui-resizable-e +{ + right:-4px; +} + +*+html .wijmo-wijsplitter-vertical .ui-resizable-e +{ + right:-4px; +} + +.wijmo-wijsplitter-v-expander +{ + position: absolute; + z-index: 999; +} + +.wijmo-wijsplitter-v-expanded .wijmo-wijsplitter-v-expander +{ + left: -18px; + z-index: 999; +} + +.wijmo-wijsplitter-v-collapsed .wijmo-wijsplitter-v-expander +{ + right: -18px; + z-index: 999; +} + +.wijmo-wijsplitter-v-panel2 +{ + float: left; +} +.wijmo-wijsplitter-v-panel2-content +{ + position: relative; +} +.wijmo-wijsplitter-v-resize-hepler +{ + border-right: dotted 1px black; + overflow: hidden; + border-bottom: dotted 0 black; +} + +.wijmo-wijsplitter-horizontal +{ + overflow: hidden; + /* fixed bug for IE6.7 */ + position: relative; +} +.wijmo-wijsplitter-h-panel1 +{ + position: relative; +} +.wijmo-wijsplitter-h-panel1-content +{ + overflow: auto; + position: relative; +} +.wijmo-wijsplitter-h-bar +{ + position: relative; + font-size: 1px; + height: 2px; + z-index:999; +} + +.wijmo-wijsplitter-horizontal .ui-resizable-s +{ + bottom:-7px; + height:10px; + z-index:999; + display:block; + background-color:white; + filter:alpha(opacity=0); + -moz-opacity:0; + opacity: 0; +} + +*html .wijmo-wijsplitter-horizontal .ui-resizable-s +{ + bottom:-4px; +} + +*+html .wijmo-wijsplitter-horizontal .ui-resizable-s +{ + bottom:-4px; +} + +.wijmo-wijsplitter-h-expander +{ + position: absolute; + z-index: 999; +} + + +.wijmo-wijsplitter-h-expanded .wijmo-wijsplitter-h-expander +{ + top: -18px; +} + +.wijmo-wijsplitter-h-collapsed .wijmo-wijsplitter-h-expander +{ + bottom: -18px; +} + +.wijmo-wijsplitter-h-panel2 +{ +} +.wijmo-wijsplitter-h-panel2-content +{ + overflow: auto; + position: relative; +} +.wijmo-wijsplitter-h-resize-hepler +{ + border-bottom: dotted 1px black; + overflow: hidden; + border-right: dotted 0 black; +} + + + +.wijmo-wijprogressbar +{ + moz-user-select: none; + text-align: left; + float: left; + position: relative; + overflow: hidden; +} + +.wijmo-wijprogressbar .ui-progressbar-value +{ + position: absolute; + border-width: 0; + margin: 0; +} + +div.wijmo-wijprogressbar-east +{ + width: 200px; + height: 1.1em; +} +div.wijmo-wijprogressbar-west +{ + width: 200px; + height: 1.1em; +} +div.wijmo-wijprogressbar-south +{ + height: 200px; + width: 1.1em; + line-height: 100%; +} + +div.wijmo-wijprogressbar-north +{ + height: 200px; + width: 1.1em; + line-height: 100%; +} + +.wijmo-wijprogressbar-east .ui-progressbar-value +{ + left: 0; + height: 100%; +} +.wijmo-wijprogressbar-west .ui-progressbar-value +{ + right: 0; + height: 100%; +} +.wijmo-wijprogressbar-south .ui-progressbar-value +{ + top: 0; + width: 100%; +} + +.wijmo-wijprogressbar-north .ui-progressbar-value +{ + bottom: 0; + width: 100%; +} + +.wijmo-wijprogressbar .lb_west, .wijmo-wijprogressbar .lb_east, .wijmo-wijprogressbar .lb_south, .wijmo-wijprogressbar .lb_north, .wijmo-wijprogressbar .lb_center +{ + display: block; position:absolute; +} + +.wijmo-wijprogressbar .lb_west +{ + text-align: left; +} +.wijmo-wijprogressbar .lb_east +{ + text-align: right; +} +.wijmo-wijprogressbar .lb_south +{ + width: 100%; + text-align: center; + position: absolute; + bottom: 0; +} +.wijmo-wijprogressbar .lb_north +{ + width: 100%; + text-align: center; + top: 0; +} +.wijmo-wijprogressbar .lb_center +{ + width: 100%; + text-align: center; +} +.wijmo-wijprogressbar .lb_running +{ + position: absolute; + left: auto; + top: auto; +} + +.wijmo-wijprogressbar-east .lb_running, .wijmo-wijprogressbar-west .lb_running +{ + width: auto; + height: 100%; +} +.wijmo-wijprogressbar-south .lb_running, .wijmo-wijprogressbar-north .lb_running +{ + width: 100%; + height: auto; + text-align: center; + -webkit-transform: rotate(-90deg); + -moz-transform: rotate(-90deg); +} + +.wijmo-wijprogressbar-west .ui-progressbar-label +{ + position: absolute; + right: 0; +} +.wijmo-wijprogressbar-north .ui-progressbar-label, .wijmo-wijprogressbar-south .ui-progressbar-label +{ + position: absolute; + -webkit-transform: rotate(-90deg); + -moz-transform: rotate(-90deg); +} +.wijmo-wijdialog-captionbutton { + height:18px; + padding:1px; + width:19px; + display: inline-block; + margin-right:.2em; + outline:none; + text-align: left; +} +.wijmo-wijdialog-captionbutton:hover, +.wijmo-wijdialog-captionbutton .ui-state-focus { + padding: 0; +} +.wijmo-wijdialog-captionbutton .ui-icon{ + margin:1px; +} +.wijmo-wijdialog .wijmo-wijdialog-hasframe{ + padding: 0; +} +.wijmo-wijdialog-defaultdockingzone { position:fixed; bottom: 0px;left:0px; } + +.ui-dialog-titlebar {/* extend jquery.ui.dialog.css*/ + text-align: right; +} + +/* for ie 6 minimize*/ +* html .wijmo-wijdialog-defaultdockingzone .ui-dialog-titlebar { + float:left; +} +/*.wijmo-wijaccordion.ui-helper-horizontal > .ui-widget-content +{ + width: 200px; + height: 200px; + padding-top:0; + padding-bottom:0; + margin-top:0; + margin-bottom:0; +} + +.wijmo-wijaccordion.ui-helper-horizontal > .ui-accordion-header +{ + height: 200px; + padding-top:0; + padding-bottom:0; + margin-top:0; + margin-bottom:0; +}*/ + + +.ui-accordion a +{ + outline: none; +} + +/* RIGHT */ + +.ui-accordion-right .ui-accordion-header +{ + margin-top: 0; + margin-left: 1px; + width: 2em; + height: 12em; + overflow: hidden; +} + +.ui-accordion-right .ui-accordion-content +{ + margin: 0; + height: 200px; + width: 36em; + height: 12em; + padding: 0 2.2em; +} +.ui-accordion-right .ui-accordion-content +{ + top: 0; + margin-left: -2px; + padding: 1px; + border: none; +} + + +.ui-accordion-right .ui-state-active +{ + border-right: none; +} + +.ui-accordion-right .ui-accordion-header a +{ + padding: 2.2em 0 0 0; + text-align: center; +} + + +.ui-accordion-right .ui-accordion-header .ui-icon +{ + top: 10%; +} + + +/* LEFT */ + +.ui-accordion-left .ui-accordion-header +{ + margin-top: 0; + margin-right: 1px; + width: 2em; + height: 12em; + overflow: hidden; +} + +.ui-accordion-left .ui-accordion-content +{ + margin: 0; + height: 200px; + width: 36em; + height: 12em; + padding: 0 2.2em; +} +.ui-accordion-left .ui-accordion-content +{ + border: none; + padding: 1px; + top: 0; + margin-right: -2px; +} + + +.ui-accordion-left .ui-state-active +{ + border-left: none; +} + +.ui-accordion-left .ui-accordion-header a +{ + padding: 2.2em 0 0 0; + text-align: center; +} + + +.ui-accordion-left .ui-accordion-header .ui-icon +{ + top: 10%; +} +/* SuperPanel +----------------------------------*/ +.wijmo-wijsuperpanel +{ + overflow: hidden; + outline: none; + background-image: none; +} +.wijmo-wijsuperpanel-statecontainer +{ + overflow: hidden; + position: relative; + zoom:1; +} +.wijmo-wijsuperpanel-contentwrapper +{ + position: absolute; + overflow: hidden; + +} +.wijmo-wijsuperpanel-hbarcontainer, .wijmo-wijsuperpanel-vbarcontainer +{ + font-size: 0px; + border:0; +} +.wijmo-wijsuperpanel-templateouterwrapper +{ + position: relative; +/* overflow:auto; */ + zoom: 1; +} + +.wijmo-wijsuperpanel-vbarcontainer .ui-state-default, .wijmo-wijsuperpanel-hbarcontainer .ui-state-default +{ + width: 16px; + height: 16px; + position: absolute; +} +.wijmo-wijsuperpanel .wijmo-wijsuperpanel-vbarcontainer +{ + position: absolute; + width: 18px; + padding-top: 18px; + padding-bottom: 18px; + border: none; +} +.wijmo-wijsuperpanel .wijmo-wijsuperpanel-hbarcontainer +{ + position: absolute; + height: 18px; + padding-left: 18px; + padding-right: 18px; + border: none; +} +.wijmo-wijsuperpanel-handle +{ + position: absolute; + font-size:0px; + overflow:hidden; +} +.wijmo-wijsuperpanel-handle * +{ + font-size:0px; +} +.wijmo-wijsuperpanel-helper +{ + border-style: dotted; + background: transparent; +} + +.wijmo-wijsuperpanel-button +{ + position: absolute; + padding: 4px; +} +.wijmo-wijsuperpanel .ui-icon-gripsmall-diagonal-se +{ + background: none; + width: 7px; + height: 7px; +} +.wijmo-wijsuperpanel-hbar-buttonleft +{ + left: 0; +} +.wijmo-wijsuperpanel-hbar-buttonright +{ + right: 0; +} +.wijmo-wijsuperpanel-vbar-buttontop +{ + top: 0; +} +.wijmo-wijsuperpanel-vbar-buttonbottom +{ + bottom: 0; +} +.wijmo-wijtextbox +{ + outline:none; + margin: 0; + padding:5px; +} + +.wijmo-wijdropdown +{ + display: inline-block; + position: relative; + width: auto; + zoom: 1; + *display: inline; + width:200px; + /*z-index: 101;*/ +} + + + + +.wijmo-wijdropdown div.wijmo-dropdown-trigger +{ + border-right: none; + border-top: none; + border-bottom: none; + cursor: pointer; + width: 16px; + height: 100%; + position: absolute; + right: 0; + top: 0; + padding: 0 3px; +} + +.wijmo-wijdropdown .wijmo-dropdown-trigger .ui-icon +{ + margin-top: 3px; +} + +.wijmo-wijdropdown label.wijmo-dropdown-label +{ + display: block; + padding: 3px 26px 3px 5px; + width: auto; + border: none; +} + +.wijmo-wijdropdown .wijmo-dropdown +{ + position: absolute; height:250px; +} + +.wijmo-wijdropdown .wijmo-dropdown .wijmo-dropdown-list +{ + padding: 0.4em; + border: 0 none; +} + +.wijmo-wijdropdown .wijmo-dropdown .wijmo-dropdown-item +{ +border:1px solid transparent; +cursor:pointer; +font-weight:normal; +margin:1px 0; +padding:3px 5px; +text-align:left; +*border-color: white; +*filter: chroma(color=white); + +} + +/* +.wijmo-wijdropdown .wijmo-dropdown .wijmo-dropdown-optgroup .wijmo-dropdown-items +{ + margin-left: 15%; +}*/ + +.wijmo-wijdropdown .wijmo-dropdown .wijmo-dropdown-optgroup .wijmo-dropdown-items li +{ + padding-left: 10%; +} + +.wijmo-wijdropdown .wijmo-dropdown .wijmo-optgroup-header +{ + font-style: italic; +} +.wijmo-checkbox +{ + position: relative; /*float: left;*/ + margin: 3px 0; + line-height: 16px; + width: 16px; +} +.wijmo-checkbox .wijmo-checkbox-inputwrapper +{ + width: 0; + height: 0; + overflow: hidden; +} +.wijmo-checkbox label +{ + display: block; + position: relative; + margin: 0; + cursor: pointer; + z-index: 1; + padding: 0 0 0 1.4em; + outline: none; + margin: 0 3px; + width: 8em; +} +.wijmo-checkbox .wijmo-checkbox-box +{ + position: absolute; + bottom: 0; + left: 0; + width: 16px; + height: 16px; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + margin-right: 3px; +} + +.wijmo-checkbox .wijmo-checkbox-relative +{ + position: relative; + float: left; + margin-right: 3px; +} +.wijmo-wijradio +{ + position: relative; /*float: left;*/ + margin: 3px 0; + width: 16px; + line-height: 16px; +} +.wijmo-wijradio .wijmo-wijradio-inputwrapper +{ + width: 0; + height: 0; + overflow: hidden; +} +.wijmo-wijradio label +{ + display: block; + position: relative; + margin: 0; + cursor: pointer; + z-index: 1; + padding: 0 0 0 1.4em; + outline: none; + margin: 0 3px; + width: 8em; +} +.wijmo-wijradio .wijmo-wijradio-box +{ + position: absolute; + bottom: 0; + left: 0; + width: 16px; + height: 16px; + line-height: 16px; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + border-radius: 10px; +} +.wijmo-wijradio .wijmo-wijradio-relative +{ + position: relative; + float: left; + margin-right: 3px; +} + +.wijmo-wijlist-list +{ + cursor: default; + overflow: hidden; +} +.wijmo-wijlist-ul +{ + list-style: none; + padding: 2px; + margin: 0; + display: block; + border: 0px; + overflow: hidden; +} +.wijmo-wijlist-ul .wijmo-wijlist-item +{ + margin: 1px 0; + padding: 3px 5px; + /*white-space: nowrap;*/ + cursor: pointer; + text-align: left; + font-weight: normal; + border: solid 1px transparent; +} +.wijmo-wijlist-ul .wijmo-wijlist-item.ui-state-hover +{ + font-weight: normal; +} + +.wijmo-wijlist .ui-resizable-se +{ + width: 7px; + height: 7px; + background: none; +} +.wijmo-wijcalendar +{ + -webkit-user-select: none; + -moz-user-select: none; + display:block; +} + +.wijmo-wijcalendar-header +{ + position: relative; +} + +.wijmo-wijcalendar-header-inner +{ + margin: 0 1.8em; + line-height: 1.8em; +} + +.wijmo-wijcalendar .ui-datepicker-header +{ + padding: 1px; +} + +.wijmo-wijcalendar .ui-datepicker-header .ui-state-default +{ + border-color: transparent; + background: none; + color: inherit; +} + +.wijmo-wijcalendar .wijmo-wijcalendar-table +{ + table-layout: fixed; +} + +.wijmo-wijcalendar-prevpreview-button, .wijmo-wijcalendar-nextpreview-button +{ + width: 16px; + margin-top: 35%; + float: left; +} + +.wijmo-wijcalendar-nextpreview-button +{ + float: right; +} + +.wijmo-wijcalendar-preview-wrapper .wijmo-wijcalendar +{ + float: left; + width: 18em; +} + +.wijmo-wijcalendar-preview-wrapper .wijmo-wijcalendar .ui-datepicker-calendar +{ + width: 80%; + float: left; +} + +.wijmo-wijcalendar-title, .wijmo-wijcalendar-selectable +{ + cursor: pointer; +} + +.ui-datepicker-other-month +{ + text-align: right; +} + +.wijmo-wijcalendar-mygrid td span, .wijmo-wijcalendar-mygrid td a +{ + display: block; + text-align: center; + text-decoration: none; + padding: 0; +} + +.wijmo-wijcalendar-mygrid .ui-state-default a, .wijmo-wijcalendar-mygrid .ui-state-default a:hover, .wijmo-wijcalendar-mygrid .ui-state-hover a, .wijmo-wijcalendar-mygrid .ui-state-hover a:hover +{ + color: inherit; +} + +.ui-header-custom img, .ui-footer-custom img +{ + width: 100%; +} + +.wijmo-wijcalendar table.wijmo-wijcalendar-mygrid +{ + margin-top: 2px; + border-collapse: separate; + table-layout: fixed; +} + +.wijmo-wijcalendar table.wijmo-wijcalendar-mygrid .ui-datepicker-week-day +{ + cursor: pointer; +} + +.wijmo-wijcalendar-aniwrapper +{ + position: relative; + left: 0; + top: 0; +} + +.wijmo-wijcalendar-multi-aniwrapper +{ + position: absolute; + overflow: hidden; +} + +.ui-datepicker-rtl .ui-datepicker-prev .ui-icon, .ui-datepicker-rtl .ui-datepicker-next .ui-icon +{ + direction: rtl; +} +.wijmo-wijexpander +{ + margin: 1px; + padding: 0; + display: block; +} + +.wijmo-wijexpander a +{ + outline: none; +} + +.wijmo-wijexpander .ui-expander-header +{ + cursor: pointer; + margin-top: 1px; + position: relative; +} +/*.wijmo-wijexpander.ui-helper-horizontal > .ui-expander-header +{ + cursor: pointer; + width: 20px; + height: 200px; +} +.wijmo-wijexpander.ui-state-disabled > .ui-expander-header +{ + cursor: default; +} +.wijmo-wijexpander > .ui-widget-content +{ + height: 100px; + overflow: auto; +} +.wijmo-wijexpander.ui-state-disabled > .ui-widget-content +{ +}*/ + + +.ui-expander .ui-expander-content +{ + border-top: 0 none; + display: none; + margin-bottom: 2px; + margin-top: -2px; + overflow: auto; + padding: 1em 2.2em; + position: relative; + top: 1px; +} + + +.wijmo-wijexpander .ui-expander-header a +{ + display: block; + font-size: 1em; + padding: 0.5em 0.5em 0.5em 0.7em; +} + +.wijmo-wijexpander .ui-expander-header .ui-icon +{ + left: 0.5em; + margin-top: -8px; + position: absolute; + top: 50%; +} + +.wijmo-wijexpander .ui-expander-content-active +{ + display: block; + border-top: 0 none; + padding: 1em 2.2em; +} + + +.wijmo-wijexpander .ui-expander-header > a +{ + padding-left: 2.2em; +} + +.ui-helper-horizontal.wijmo-wijexpander .ui-expander-header .ui-icon +{ + left: inherit; + margin-top: inherit; + margin-left: -8px; + position: absolute; + top: 0.5em; + left: 50%; +} + +.ui-helper-horizontal.wijmo-wijexpander .ui-expander-header > a +{ + padding-left: inherit; + padding-top: 2.2em; + display: inline-block; +} + + +/* RIGHT */ + +.ui-expander-right .ui-expander-header +{ + margin: 0 1px; + width: 2em; + height: 12em; + overflow: hidden; +} + +.ui-expander-right .ui-expander-content +{ + margin: 0; + height: 200px; + width: 12em; + height: 12em; + padding: 0 2.2em; +} +.ui-expander-right .ui-expander-content +{ + top: 0; + margin-left: -2px; + padding: 1px; + border: none; + margin-right: 1px; +} + + +.ui-expander-right .ui-state-active +{ + border-right: none; +} + +.ui-expander-right .ui-expander-header a +{ + padding: 2.2em 0 0 0; +} + + +.ui-expander-right .ui-expander-header .ui-icon +{ + top: 10%; +} + + +/* LEFT */ + +.ui-expander-left .ui-expander-header +{ + margin: 0 1px; + width: 2em; + height: 12em; + overflow: hidden; +} + +.ui-expander-left .ui-expander-content +{ + margin: 0; + height: 200px; + width: 12em; + height: 12em; + padding: 0 2.2em; +} +.ui-expander-left .ui-expander-content +{ + border: none; + padding: 1px; + top: 0; + margin-right: -2px; + margin-left: 1px; +} + + +.ui-expander-left .ui-state-active +{ + border-left: none; +} + +.ui-expander-left .ui-expander-header a +{ + padding: 2.2em 0 0 0; +} + + +.ui-expander-left .ui-expander-header .ui-icon +{ + top: 10%; +} + +.ui-tabs .ui-tabs-nav li +{ + top: 1px; +} + +/* BOTTOM */ + +.ui-tabs-bottom .ui-tabs-nav li +{ + top: -3px; + padding: 0; + margin: 1px .2em 0 0; +} + +.ui-tabs-bottom .ui-tabs-nav li.ui-tabs-selected +{ + margin-top: -1px; + padding-bottom: 2px; +} + +.ui-tabs .ui-tabs-nav li +{ + border: none; +} + +/* LEFT */ +.ui-tabs-left .ui-tabs-nav +{ + float: left; + overflow: hidden; +} + +.ui-tabs-left .ui-tabs-nav li +{ + white-space: normal; + float: right; + display: block; + width: 98%; +} + +.ui-tabs-left .ui-tabs-nav li a, .ui-tabs-right .ui-tabs-nav li a +{ + float: none; + display: block; +} + +.ui-tabs-left .ui-tabs-nav li +{ + top: -1px; + left: 3px; + margin-bottom: 2px; +} + +.ui-tabs-left .ui-tabs-panel +{ + padding: 1.6em; +} + +.ui-tabs-left .ui-tabs-nav li.ui-tabs-selected +{ + border-right: medium none; + margin-bottom: 2px; +} +.ui-tabs-left .ui-tabs-nav +{ + padding: 0.2em 0 0 0; +} + +.ui-tabs-left .wijmo-wijtabs-content +{ + float: right; + width: 75%; + overflow: hidden; +} + +.ui-tabs-left .ui-tabs-nav +{ + min-height: 300px; + width: 23%; + height: 100%; +} + +/* RIGHT */ + +.ui-tabs-right .ui-tabs-nav +{ + float: right; + overflow: hidden; +} + +.ui-tabs-right .ui-tabs-nav li +{ + white-space: normal; + float: left; + display: block; + width: 98%; +} + +.ui-tabs-right .ui-tabs-nav li +{ + top: -1px; + left: 0; + margin-bottom: 2px; +} + +.ui-tabs-right .ui-tabs-panel +{ + padding: 1.6em; +} + +.ui-tabs-right .ui-tabs-nav li.ui-tabs-selected +{ + border-left: medium none; + margin-bottom: 2px; +} +.ui-tabs-right .ui-tabs-nav +{ + padding: 0.2em 0 0 0; +} + +.ui-tabs-right .wijmo-wijtabs-content +{ + float: left; + width: 75%; + overflow: hidden; +} + +.ui-tabs-right .ui-tabs-nav +{ + min-height: 300px; + width: 23%; +} + + +.ui-tabs-left .ui-tabs-nav li.ui-tabs-selected +{ + margin-right: 2px; + padding-right: 1px; +} + +.ui-tabs-right .ui-tabs-nav li.ui-tabs-selected +{ + margin-left: -1px; + padding-left: 1px; +} +.wijmo-wijtooltip { + position: absolute; + z-index: 9999; + margin:0; +} + + +.wijmo-wijtooltip .wijmo-wijtooltip-close +{ + background:none repeat scroll 0 0 transparent; +border:medium none; +display:block; +height:16px; +position:absolute; +right:3px; +top:3px; +width:16px; + } + +.wijmo-wijtooltip .wijmo-wijtooltip-title +{ + background:none repeat scroll 0 0 transparent; +border:medium none; +color:inherit; +padding:0.4em; +} +.wijmo-wijtooltip .wijmo-wijtooltip-container +{ + padding: 1em; + overflow: hidden; +} + +.wijmo-wijtooltip { + border-width: 2px; +} + +.wijmo-wijtooltip .wijmo-wijtooltip-pointer, .wijmo-wijtooltip .wijmo-wijtooltip-pointer-inner { + background: none; + height: 0; + position: absolute; + width: 0; +} + +.wijmo-wijtooltip-arrow-tr .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-tc .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-tl .wijmo-wijtooltip-pointer { + border-bottom-width: 14px; + border-top: 0 none; + top: -14px; + +} + +.wijmo-wijtooltip-arrow-tr .wijmo-wijtooltip-pointer { + border-left: 18px solid transparent; + border-right: 0 none; + right: 10px; +} + +.wijmo-wijtooltip-arrow-tc .wijmo-wijtooltip-pointer { + border-left: 10px solid transparent; + border-right: 10px solid transparent; + left: 50%; + margin-left: -10px; +} + +.wijmo-wijtooltip-arrow-tl .wijmo-wijtooltip-pointer { + border-left: 0 none; + border-right: 18px solid transparent; + left: 10px; +} + +.wijmo-wijtooltip-arrow-tr .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-tc .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-tl .wijmo-wijtooltip-pointer-inner { + border-bottom-color: inherit; + border-bottom-style: solid; + border-bottom-width: 10px; + bottom: -14px; + *font-size:0;line-height:0; +} + +.wijmo-wijtooltip-arrow-tr .wijmo-wijtooltip-pointer-inner { + border-left: 12px solid transparent; + border-right: 0 none; + right: 2px; +} + +.wijmo-wijtooltip-arrow-tc .wijmo-wijtooltip-pointer-inner { + border-left: 8px solid transparent; + border-right: 8px solid transparent; + left: -8px; +} + +.wijmo-wijtooltip-arrow-tl .wijmo-wijtooltip-pointer-inner { + border-left: 0 none; + border-right-style: solid; + border-right-color: inherit; + border-right-width: 12px; + left: 2px; +} + +.wijmo-wijtooltip-arrow-rb .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-rc .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-rt .wijmo-wijtooltip-pointer { + border-left-width: 14px; + border-right: 0 none; + right: -14px; +} + +.wijmo-wijtooltip-arrow-rb .wijmo-wijtooltip-pointer { + border-bottom: 0 none; + border-top: 18px solid transparent; + bottom: 10px; +} + +.wijmo-wijtooltip-arrow-rc .wijmo-wijtooltip-pointer { + border-bottom: 10px solid transparent; + border-top: 10px solid transparent; + bottom: 50%; + margin-bottom: -10px; +} + +.wijmo-wijtooltip-arrow-rt .wijmo-wijtooltip-pointer { + border-bottom: 18px solid transparent; + border-top: 0 none; + top: 10px; +} + +.wijmo-wijtooltip-arrow-rb .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-rc .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-rt .wijmo-wijtooltip-pointer-inner { + border-left-color: inherit; + border-left-style: solid; + border-left-width: 10px; + left: -14px; + *font-size:0;line-height:0; +} + + +.wijmo-wijtooltip-arrow-rb .wijmo-wijtooltip-pointer-inner { + border-bottom: 0 none; + border-top-style: solid; + border-top-color: inherit; + border-top-width: 12px; + bottom: 2px; +} + +.wijmo-wijtooltip-arrow-rc .wijmo-wijtooltip-pointer-inner { + border-bottom: 8px solid transparent; + border-top: 8px solid transparent; + bottom: -8px; +} + +.wijmo-wijtooltip-arrow-rt .wijmo-wijtooltip-pointer-inner { + border-bottom-style: solid; + border-bottom-color: inherit; + border-bottom-width: 12px; + border-top: 0 none; + top: 2px; +} + +.wijmo-wijtooltip-arrow-br .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-bc .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-bl .wijmo-wijtooltip-pointer { + border-bottom: 0 none; + border-top-width: 14px; + bottom: -14px; + +} + +.wijmo-wijtooltip-arrow-br .wijmo-wijtooltip-pointer { + border-left: 18px solid transparent; + border-right: 0 none; + right: 10px; +} + +.wijmo-wijtooltip-arrow-bc .wijmo-wijtooltip-pointer { + border-left: 10px solid transparent; + border-right: 10px solid transparent; + left: 50%; + margin-left: -10px; +} + +.wijmo-wijtooltip-arrow-bl .wijmo-wijtooltip-pointer { + border-left: 0 none; + border-right: 18px solid transparent; + left: 10px; +} + +.wijmo-wijtooltip-arrow-br .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-bc .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-bl .wijmo-wijtooltip-pointer-inner { + border-top-color: inherit; + border-top-style: solid; + border-top-width: 10px; + top: -14px; + *font-size:0;line-height:0; +} + +.wijmo-wijtooltip-arrow-br .wijmo-wijtooltip-pointer-inner { + border-left: 12px solid transparent; + border-right: 0 none; + right: 2px; +} + +.wijmo-wijtooltip-arrow-bc .wijmo-wijtooltip-pointer-inner { + border-left: 8px solid transparent; + border-right: 8px solid transparent; + left: -8px; +} + +.wijmo-wijtooltip-arrow-bl .wijmo-wijtooltip-pointer-inner { + border-left: 0 none; + border-right: 12px solid transparent; + left: 2px; +} + +.wijmo-wijtooltip-arrow-lb .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-lc .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-lt .wijmo-wijtooltip-pointer { + border-left: 0 none; + border-right-width: 14px; + left: -14px; +} + +.wijmo-wijtooltip-arrow-lb .wijmo-wijtooltip-pointer { + border-bottom: 0 none; + border-top: 18px solid transparent; + bottom: 10px; +} + +.wijmo-wijtooltip-arrow-lc .wijmo-wijtooltip-pointer { + border-bottom: 10px solid transparent; + border-top: 10px solid transparent; + bottom: 50%; + margin-bottom: -10px; +} + +.wijmo-wijtooltip-arrow-lt .wijmo-wijtooltip-pointer { + border-bottom: 18px solid transparent; + border-top: 0 none; + top: 10px; +} + +.wijmo-wijtooltip-arrow-lb .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-lc .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-lt .wijmo-wijtooltip-pointer-inner { + border-right-color: inherit; + border-right-style: solid; + border-right-width: 10px; + right: -14px; + *font-size:0;line-height:0; +} + +.wijmo-wijtooltip-arrow-lb .wijmo-wijtooltip-pointer-inner { + border-bottom: 0 none; + border-top: 12px solid transparent; + bottom: 2px; +} + +.wijmo-wijtooltip-arrow-lc .wijmo-wijtooltip-pointer-inner { + border-bottom: 8px solid transparent; + border-top: 8px solid transparent; + bottom: -8px; +} + +.wijmo-wijtooltip-arrow-lt .wijmo-wijtooltip-pointer-inner { + border-bottom-style: solid; + border-bottom-color: inherit; + border-bottom-width: 12px; + border-top: 0 none; + top: 2px; +} +.wijmo-wijmenu { +width:150px; +padding:0.3em; +position:relative; +} + +.wijmo-wijmenu .wijmo-wijsuperpanel { +border:none; +background: inherit; +padding:0; +} + +.wijmo-wijmenu-list { +position:static; +} + +.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child { +display:none; +width:150px; +padding:0.3em; +} + +.wijmo-wijmenu .wijmo-wijmenu-parent { +position:relative; +} + +.wijmo-wijmenu .wijmo-wijmenu-child { +position:relative; +left:150px; +top:0; +} + +.wijmo-wijmenu .wijmo-wijmenu-item { +width:100%; +float:left; +clear:both; +margin:1px 0; +padding:0; +} + +.wijmo-wijmenu .wijmo-wijmenu-list .wijmo-wijmenu-item { +background:none; +border:none; +} + +.wijmo-wijmenu .wijmo-wijmenu-link { +display:block; +width:92%; +outline:none; +text-decoration:none; +font-weight:400; +border:solid 1px transparent; +float:left; +line-height:16px; +padding:0.3em; +} + +.wijmo-wijmenu-horizontal { +width:auto; +} + +.wijmo-wijmenu-horizontal .wijmo-wijmenu-item { +width:auto; +clear:none; +margin-right:3px; +} + +.wijmo-wijmenu-horizontal .wijmo-wijmenu-child .wijmo-wijmenu-item { +width:100%; +} + +.wijmo-wijmenu-horizontal .wijmo-wijmenu-child { +top:25px; +left:0; +} + +.wijmo-wijmenu-horizontal .wijmo-wijmenu-link { +width:auto; +padding:0.4em 0.3em; +} + +.wijmo-wijmenu-horizontal .wijmo-wijmenu-child .wijmo-wijmenu-link { +width:92%; +} + +.wijmo-wijmenu .wijmo-wijmenu-list .ui-widget-header { +clear:both; +float:left; +width:98%; +font-size:12px; +margin:1px 0; +} + +.wijmo-wijmenu-horizontal .ui-widget-header { +clear:none; +width:auto; +margin:0 3px 0 0; +} + +.wijmo-wijmenu .ui-widget-header h1,.wijmo-wijmenu .ui-widget-header h2,.wijmo-wijmenu .ui-widget-header h3,.wijmo-wijmenu .ui-widget-header h4,.wijmo-wijmenu .ui-widget-header h5,.wijmo-wijmenu .ui-widget-header h6 { +float:left; +display:block; +font-size:1em; +margin:0 auto; +padding:0.3em 3%; +} + +.wijmo-wijmenu-horizontal .ui-widget-header h1,.wijmo-wijmenu-horizontal .ui-widget-header h2,.wijmo-wijmenu-horizontal .ui-widget-header h3,.wijmo-wijmenu-horizontal .ui-widget-header h4,.wijmo-wijmenu-horizontal .ui-widget-header h5,.wijmo-wijmenu-horizontal .ui-widget-header h6 { +padding:0.4em 0.3em; +} + +.wijmo-wijmenu a.ui-state-default:link,.wijmo-wijmenu a.ui-state-default:visited,.wijmo-wijmenu a.ui-state-default:hover,.wijmo-wijmenu a.ui-state-default:active,.wijmo-wijmenu a.ui-state-hover:link,.wijmo-wijmenu a.ui-state-hover:visited,.wijmo-wijmenu a.ui-state-hover:hover,.wijmo-wijmenu a.ui-state-hover:active,.wijmo-wijmenu a.ui-state-active:link,.wijmo-wijmenu a.ui-state-active:visited,.wijmo-wijmenu a.ui-state-active:hover,.wijmo-wijmenu a.ui-state-active:active { +font-weight:400; +border-style:solid; +} + +.wijmo-wijmenu .wijmo-wijmenu-child .ui-state-hover { +font-weight:400; +} + +.wijmo-wijmenu .wijmo-wijmenu-separator { +clear:both; +float:left; +height:1px; +text-indent:-9999px; +width:98%; +margin:1px 0; +font-size:0; +} + +.wijmo-wijmenu-horizontal .wijmo-wijmenu-separator { +height:auto; +clear:none; +width:1px; +text-indent:-9999px; +margin:0 3px 0 0; +padding:0.4em 0; +} + +.wijmo-wijmenu-horizontal .wijmo-wijmenu-child .wijmo-wijmenu-separator { +clear:both; +float:left; +height:1px; +text-indent:-9999px; +width:98%; +margin:1px 0; +padding:0; +} + +.wijmo-wijmenu .wijmo-wijmenu-group { +clear:both; +float:left; +width:98%; +margin:3px 0; +padding:0 0.4em; +} + +.wijmo-wijmenu-ipod { +width:180px; +} + +.wijmo-wijmenu-container { +overflow:hidden; +} + +.wijmo-wijmenu-ipod .wijmo-wijmenu-list { +background:inherit; +position:absolute; +border-width:0; +-moz-box-shadow: none; +-webkit-box-shadow:none; +} + +.wijmo-wijmenu-breadcrumb { +margin:0; +padding:0; +} + +.wijmo-wijmenu-footer { +margin-top:3px; +} + +.wijmo-wijmenu-footer .ui-icon { +margin:3px 0; +} + +.wijmo-wijmenu-header { +margin-bottom:3px; +} + +.wijmo-wijmenu-breadcrumb li { +float:left; +list-style:none; +font-size:.9em; +margin:0; +padding:0 .2em; +} + +.wijmo-wijmenu-breadcrumb li.wijmo-wijmenu-prev-list,.wijmo-wijmenu-breadcrumb li.wijmo-wijmenu-current-crumb { +clear:left; +float:none; +opacity:1; +} + +.wijmo-wijmenu-breadcrumb li.wijmo-wijmenu-current-crumb { +padding-top:.2em; +} + +.wijmo-wijmenu-footer a:link,.wijmo-wijmenu-footer a:visited { +float:left; +width:100%; +text-decoration:none; +} + +.wijmo-wijmenu-footer a span { +float:left; +cursor:pointer; +} + +.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a:link,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a:visited,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a:hover,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a:active { +background-image:none; +text-decoration:none; +} + +.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a { +float:left; +padding-right:.4em; +} + +.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-current-crumb a:link,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-current-crumb a:visited,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-current-crumb a:hover,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-current-crumb a:active { +display:block; +background-image:none; +font-size:1.3em; +text-decoration:none; +} + +.wijmo-wijmenu .wijmo-wijmenu-parent .ui-icon,.wijmo-wijmenu-horizontal .wijmo-wijmenu-child .ui-icon,.wijmo-wijmenu-ipod .ui-icon-triangle-1-e { +float:right; +} + +.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-text,.wijmo-wijmenu-horizontal .wijmo-wijmenu-parent .ui-icon,.wijmo-wijmenu-breadcrumb a,.wijmo-wijmenu-breadcrumb span,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a .ui-icon { +float:left; +} + +.wijmo-wijmenu .wijmo-wijmenu-link .wijmo-wijmenu-icon-left { +display:inline-block; +float:left; +} + +.wijmo-wijmenu .wijmo-wijmenu-link .wijmo-wijmenu-icon-right { +display:inline-block; +float:right; +} \ No newline at end of file diff --git a/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_0_2d5972_40x100.png b/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_0_2d5972_40x100.png new file mode 100755 index 0000000000000000000000000000000000000000..0f5cc39a22781bb7f61a8b0ff87b9196da650fbb GIT binary patch literal 183 zc%17D@N?(olHy`uVBq!ia0vp^8bF-F!3HG1q!d*FsX9*=$B>N1x91E68w?m2HU`;? zw($PBAIK?dbl^kagzUTLt?P2?WGysTaII=uwLpuylvzqP(|*0_vnB#v!rN1x91EQ4=4yQ7#?`= zJ3LsWN1x91EQ4=4yQ7#`R^ z$vje}bP0l+XkK DSH>_4 literal 0 Hc$@N1x91EQ4=4yQYz+E8 zPo9&<{J;c_6SHRil>2s{Zw^OT)6@jj2u|u!(plXsM>LJD`vD!n;OXk;vd$@?2>^GI BH@yG= literal 0 Hc$@z UEim$g7SJdLPgg&ebxsLQ09~*s;{X5v literal 0 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 literal 0 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 Y0If+t5*}?1NdN!<07*qoM6N<$g1*~4tN;K2 literal 0 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 z0000aNklj_00000 LNkvXXu0mjfh*3Em literal 0 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 Y0If+t5*}?1NdN!<07*qoM6N<$g1*~4tN;K2 literal 0 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 literal 0 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 literal 0 Hc$@S{Ou}E*`%9 zKPdOkfrN+ZlHSt7(uY{3{#;wiJb&Ugx1>W4qtrSDm(4hFaaY-$3p3x|sIU3`%J?Qj YcLn#R=pC)AfTl5cy85}Sb4q9e0MP_2(*OVf literal 0 Hc$@!=Q|sY*Ty4}Sh4piwQCoxEwR-evG=T&+F}!1)%@0~QA(-NqAhAh)E+TwrZz>X zn6>%!`8%F-ofn_`-MQ~q_jO(x>T8mdvXBA*0P-hVYQ_Kn!9N5X5QF|voqnkIKk>&< z7ojd}74ZLO&oEWkf5!C#jP*?bOjHtt#D<-*Z$!BeK5#b&78)#+Q-MK6OZ%P`pSZDb zyi{Uz_w&KAei=2kj+XG6#`4svPhSOYih1y)5MX+lQ}(+$&*dTwC9lX#clSxH8vuaT z{)w70BDnC6EtxZ}i5fDfZB?09dY#Am6gee4|Aj9MCMRMo*|sxTyL)q2EV<^3Sp{VL zn9@!$$a&X&>_fN@pdyTCA`B>2xnV47BSA$x1_jH$Z1jhkyvR`;7_$UUH5p5e{a0rO~0TjuH=UR`R9^oHgVqO9&SGYH49n`9fk^{ zSlzF7+65pwLFNXXYywOVICbcAC?fBRa#urr(@x}Fh>Hk!AD5U!NQ5{k3o)VS0NZUuN zN*NUvt?>o6l;pWwA)ZJ)U3Gs=D^SSwed@tSrVCj?*}gkwZ5F{zGqua&Rqx~M(e?fT z-&}aBXza}Sv%Ap|QcU%{cTM*ivcfphBrh4PRsJ|=*&f+N?#ymF9P=nABo`jZd}cgb z&5?@bo`7h}?(K0!-BRBForb>99tO*ex@7Ytijwz8!oAE~gNinI-vq5Iant4!j3Y6d z)LWyJCVgATV<=?xed7n{5Jy`Sx3DYCX_GC2%=boYa3v?a(|H-Uah8Xgu5xgMCK zyZp*Y>mg7Bkc%B$$-(8Jx*29udW!Vv9yW8v!Ve;EF0rbe3?~Cf>C)~% zL>RANXM^m;B-hwxr&-+IROs!hL61gZqG<~;9av^{BINOTZsU$a zhm0FQXWjf+^_GXDshvkf++Xf%F+-SOU@cEyWIFMevGp@8OSYKJrr)m~NyMhk6o31* zLX2WxwhRBYz{(bL0UAGW!i9x9b_v5g&?t2=WG^N*-UFoDGyXL?@4?Z-Rc4>43nDwBhxD7U>_>PGfeouLvz^1mZ`^*TNP&aF& zDd|K<=MJ{0`Tu~1)y&-b3EI+@PK>Vo(rLmVEo;VY7LCd%i6%lRSIg?Q9TPwc74BvD zI~6|KMq8bID&yT(!{szly-iSMMoPqq$vXBiEPvlUY!`Ub)gb$|A9}{sWmAhsHlra! z7(ZFlFpfCiKgeni_Rr|bRB9kQ{*@S7oGr$D<+~89YbqO z*Su4CeYI_COXHUamde3#YPSa9T4P(}#Wl|K#z{}bw%teQQTb9QK~&)lxn!ZHtx0#9 z=tGdDV{p~*gTtlnSfZq9>+8)ng;Ml;p>3t3elq_Toz%ZDWLv*!*Rt}DyzAU{j=cUEcuv( z`;H#-?acU^7ISKdrZQ|z9oCl>SXR*qEYa0#m^Xg`e!)3S8(oz+tVBJkrT z0QDHv1_QM3`kU+|*iZoQU1S$mW(M8Oo#nK(2S{^N3jxtl7uRcpALC`@&6427!1wKc zZo9^N=(G5CEJELd&-Xvf1|uPoL{OU`7$yj&2$28|n%PWKrp%u8zIf>Ki-- z9N%Lt#_e!M_yj4|<2`{{D+<%gwqFpQ#VGj?72>~7(LYgKd2VHx z9&_r?uWW`o6d7jTBS2iUeiB{`YbgE?F8-ffL($lJayrLHd2sjoiEq4o>*eao^w%w9 z9qH$TffZ31VsAIzP<9hyV}tzxiUeAqMy|$0aLWDxpUpT#W-XO7=*|Fg#3t}-)qYWP z1T=E5k#w#@q!KoDi(;h$`)-v4RVVkSPg@dBYJ#Ow7Z5`FEY=xHgk&dfmM(y}rEAE_ zM&xhH_a*KVT0Q*@@NcPaWEXH4* z$113K3~=l?%QA{hXTWKgCTnribY4!AxN;I}{`mFq+KMTtbkR&&DaXrk%D@_j6&ga( zcMak@rPz|SG-#>|>{ubStr|@ zH~BMWYZA3MmRb`O+==kQEksjRTWPLy6YJk{%|kGqSVvp`=*Hyf!tJKN7Sg1{4t+Oe z6f=jHnqkPj^Y0DuJ213a?M{QaeOKzJh9$P@nb43af9CO$6q(uAHRyY~ap^VIao!M0 zgu`xPwck3ypLeMi7j9Jspkm14sQ2c3c)BvHx03l48S8qK7eu05CrWUU(XGEi@9bCV zpu1d+bOxa0QLo;m(0Dp~b4Z;2-#uo9?qov}U2m_sK_w70!(EP}{|$197$_j6TKN$P0!cL}7kYx`5hO9~W6$$oSrsSbk-rrvcX zT^-{MV2;-XdBBJMz^xdz;C=}S@WHubXp)2v_nHB2JsfU|X#G~yUvzlqaBZ^Bt~X{w zfF_f6Tk1j`6YNJyuT)Huw=gr`Ke%;R`C^G*VlgtLlHk0)QND6sLGxy0QgbfOP@Etv zF@T(~$`1=r(E0cabFb)qWnL7Nt^Hb!RUo;Qw^My$5l zzC-DzviOkzXK?d>@uAes_f`kHfiVNhFT>)5lZyuzgiv{?P$4GLl7B^>%z^MP4jfFY z5X?C6Z?^lFvR7`Z6_hA^tP7|!i4|JC`EN++9gz`kjfOgfiLXiE0UO<=!EVocWJ;(a zfv|A*IUhrU6b%0oSVBVLo?Me1a#1-ZG` z-<7SrmY#^xQKF%G`O~|5m+M;zZbrm?B<%3zcW`6d_G0gda1q~G~uNs8}f zP@^7w`~d?+;&l{(hN%_1#gjk>yku?AnxKSsvX-6vE(Af;;n*B3y=16X+$ z2EvjlNr_{+ubHB*Ni}H1)55@18l&r|l$3Oqus>bVZ=9?i2-{Q$D74Wypw=?;v&N~XIuUyMQosWB zvH`${s*m6MS$hF`<52W=k%`%&pTp{inI-6ivfy8oX%wq%GfIMLPZ`i_4`NAJi|-D% z#1rWkKmVkTpA-Dz9jGm!_;q7mZzso&f>Y)R*o-qm_>)^4Am;oQ7_an6=sp0g6rByr zhj1pe!W%kXpSxZ^SJ}u_lR3I2^f4H7eCiU;X4sFY^*tJWdc-p^_P0NsQs!Cyg9-n? z;=+uok&HHEa;7t8`HvH~Oq)qHswXLO=S2b-UwQe_Fc!0{B zaIBd?C>=|$zgry^3yakW;j3cDj=jf*85tCfhWvPt*~?wiUD{FScRQ9!6PdQ-c)yF! z9L-*{8%l09_G9l|M=D~Y{LgH;0@7W1mfsH8elnl^lDc``}r z<}<0{!AtlB+J+a@(N`2SGUN8kE)qjrIQ$}j80EciBh-R4iH zVu~%;1FHTrvv0q>Qc3DvwrBm4ZQkj9X?GUKE;1ua-tgi$bD8-p?E!m=jtFEnV&beV z#iH9&E`qE9f9B1~s)E}zmDd9w$sEwnb~EZfxHVa`*C(s1u!VdosO=r`a~aGY#aFH7 zi0Nl0*5Qr>o-{Zb4_7FJ>xJ@0gL zpS!z1jB{%wGEr~8Eo@`EK3GhINP8uA-|Og(h&A>>SDuk);d2i~UXH^RsY*tM=Gn(5 zOp6gEZMTyF=rhu@5R3ZPscqYmIs?hlYTt6tEW258umfIqb0fOGE5riJTqe^!e-s1ZYsgF_iOD55zwEa;YQe2Nv=COCPy z*Qba^=JtB*c^5(V6pwcL#6HPx2*85lZy;- z#)hLNFp&;k-Itif;=-3z|+a^y4eh@ zll=+CXs^S5jrP)Sugw{qel08WzN&tG{N(KEY}G2;=+5_!_gx?Ok0fP{v39@D^o$9% z%|0K^yn6{i&tOdF19!?)$q#<_3N8Ga7B6`=p!i|H(uA3rxtRDo0(JkAVF!oZ4jjhi z+yiz}9uNp;n2D*hJvu2$uKSJ`CNE?dJfIZ4R{auA(6Q=wkrjW{F#3IQb{mw@)`n7m9T&#NG_;6`Z9X=j zLfvoD+CBqU&Il5=g*5G7sMJ|6HJuP2Tme*1roa7n`}es?=;BdRxuk>y#37(>X}c`3 zux4sU?)>T~?(J9@J>3nE>ZAp;uE~H=#RLBtxq{z?si%>~Gs&@iVzHUpoW7~FD_kQ1 zkX}>41Of86QdyK3N~J^D+x~i=4Mz&^XUw`yvW7!%Y&nf?(i_2^WPyMW7jA6wx0IL3 W{%j@Nkj?-5Wj;~YSF2TVi1{Ce-47H1 literal 0 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 literal 0 Hc$@J-#zEM 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 literal 0 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 literal 0 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 literal 0 Hc$@N1x91EQ4=4yQ7#`R^ z$vje}bP0l+XkK DSH>_4 literal 0 Hc$@N1x91EQ4=6AkFlgi2 z_cPp5rQnN%`yz$&QSZ(5%>MJu;RtJ*nxGoNNnJ|%J|mMD>%xc2f$m`NboFyt=akR{ E0RK=pQ2+n{ literal 0 Hc$@N1x91EQ4=6AkFlf`S zIkSJFV&mfD7DB9*_qOgU-1xKnfy)M=H7wc(y{Jpw;@iPA^W6Q3FM;l0@O1TaS?83{ F1OOXXK@0!@ literal 0 Hc$@EalY(fIcIM&4!zkpmYd z?0q5G_*dNXl>(Q_f02&opS~FGb7tDO=Jvlz*$R1axh*>^CdB*kKlyZ(?Y+s1NNJNF z4-THzZ}?~}ECdGsVqZA>dmw`f_lG~^|C&6up68a}N)mj^y)THb%%#YU1?W%)Pgg&e IbxsLQ0M5)z*Z=?k literal 0 Hc$@eBhzopr05Y;R A`v3p{ literal 0 Hc$@O`ROKT~)p>sJ@g~oqu-!|LRCJZyp!P Ux~Wr_0F7esboFyt=akR{0PfHzWB>pF literal 0 Hc$@6~jU)i^H1C3(vboFyt=akR{02{$6a{vGU literal 0 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 literal 0 Hc$@!!0{* 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%0Ax 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 literal 0 Hc$@!=Q|sY*Ty4}Sh4piwQCoxEwR-evG=T&+F}!1)%@0~QA(-NqAhAh)E+TwrZz>X zn6>%!`8%F-ofn_`-MQ~q_jO(x>T8mdvXBA*0P-hVYQ_Kn!9N5X5QF|voqnkIKk>&< z7omQAdHw%q3n|2x{u$Q~FxEE#Fi}Ym5*v2Lz7gd@_`uy9SZJ_NP6Y-PE$w?&eB#E! z@luJ=-OmTd`eoGEI$FYO8p~6wK7AFqDdxeGLV)RIPTBA3JeP|!l)NG{-Q6d(ZU6vU z`zLD3h~UCMwq(w@CThr_wpC?b>2)6KQ{XOZqC`#TV3HLH{4Jz8;eG{~<#7&z^Fpk7* zQg4k?n)GcUkD-v&_l+N*LmX{U+`_Ijr%kp9GT$4q!IhlwPUmIZ##tU}y2|M-tDBF{ z?(!=qt%pDjKrY6FbI70LBRgdlR5yNF0LB$t)>@6@wq&n+^=jO(?7{JMy6R(98#*2u zGm(7dhEX1h$(cz;r$Xr8<#ZH-B*s`OZ}!DW-eI$YrcFV8^J{cu9jUXNs_6J;uIaYp z+xJ`kH-W0Q(h5|r(!%ZSQY0T1CI^>?>SmZt=_%5ud)Ukw3qOdwxx}h=GMo$`rAxa5 z5n;T7oei=VlU!q)on~=+Q=zx320a>uiKZ>YbYPj)iIfKb%gA;i<`v#Gi%(K`6NIC= z+M)@C`P6{x^FT;8wcXUj>nBWjtRCf4F?$vYy$)|zu6e%dNah!uvHWYK{+9-?lcvo7 zlRgoN{~EP2D<3a;Z#DSTjppxv#L^*Uen~7pxK&$;fkiD4Lcn^?n(+F%H0x0uVly{j8_GF!7 z2T{^v)JMZ;JI|HnV2&Aj5}iDnz6mNq+3vIiiK<|wfDBiA0|J?@&j%Qn^VCZ5AVbe4 z^$Z6L`Khw*RJfPn z?^O6`8*O#=sf>4D4VTkI^)^A387UDbChOS8u>5`ZuwCFySA*==e&`ujmrX4m*^Gt^ zVflUM_*Y_Rakd!qmG45ZvfVBE1>bruP4nT({QOOaAng0A zUGq-m_0_hmEsb9ySSkm{soffYYmIG@7uPt`8z(&#+jbwJN99YM1W|=I^jtk>eq?Nj5;gGSn4ljc4PNnD`A|W@yob4WP zpqrIC4r7^?VUbtzR4|g(SldP}VU?NTo>AcUDggh`^7V z0Muht8w}9C>u<7?U_$}GcadFOnHh99cb3!E9w5z8Ed)eIU0kmXevFrqH%o#S1K+p* zx$PS7q0i#mu?T$+KHvW^8;pcV5Xl64_nKFCU1Lu9$?OU0LgKMx^ z*AU59^l;pwO$A7!(8hCwb~4Rz9yzc8o%rSJ>zgl^8TyMlGX2)hgsQ~g2xw%kxk)!&U6uOGJ6rzmLzENsEeD%bKHn^b*3Gv@ z)A!<6{2*LrvnKEYi~w=X`bl^(tfBZnxcGl^4Mk(?$>|&)<-y(SC%*CWt(U7S(_goc zb)=sU23AC6h`rr-L)lG;jScn(C=zIa8o3%1!72L(d^Y0{nYC2TpgRM|5u3oTRr^KF z5zxrJM$)+skxJOqEsB*2?7LMGRGr+PK5a=jsR@=!T|fxwvsh;+5t5y_S-Jq?maZWy zj|Z#fXn#h8Sv@=3O9}KSnE)@T6&D<7PZhIVPaKw+*w}?ab-}`c8m-qf0qw&&A?`6$ zr?e5z*XLdQ+;}#zl0OxcABrdT7l%RVn0%Frcavu2R9#B)MRWU1yRzpy!WNaw>%5;E z>&HctlyB8%u*R{0vL=d+NLV0y3??a^C~(ndfEbl6nh0x#$SwAT0_t;^`Qz8aYb&Op(nT|Ar5rEEDFbU9R%i%C z-!+KulwwQP(x9m>uw#YPl7nUwqH|8J`V8vy-8$+!x)DC1j+fvA7P3B+8Qefjtdrqr z+~m)gtx444SZYmBa3{hGw-8NPZKb)+O{{;*H4njbVjXS$qZ^Z_3%8s8T1b-)JM`U@ zQOq1(YK9^A&c8Rr@4(PzwL1;w_Fbu?8kX3qXF@}!{F%o~Qe{x`@amM4+%vO8PZ ztvZ~K+*-+9^0ruez5$#^|1K-Ol_@Kim64>ZY0;5-et?A3?^EAZu!Ue~pOuF*!;#|7 z`tza;_3twWM2T3qb#Y* zl!2*O)Sh0^y|)_AY(YYtJ~E&MVjZp+?0PIW{fXrrN9Z%{8|Mm2{;WGUzUY_fJG!{V zfH#F$BESeT;$ipxqbcY}czkysZvn0;m3KvA{1ET0iphDwxxRF0A6#vN`m^NR@WAX2 zpZc( zPk~>((LWxxV3pxm*_TIgT>eC~-p^G{C8?v?-zAXFuI*11FDXzQCHv8hq&f^Tn0nWl zbajk3fH__lg8L;Tzz64!p-B=x+-nB7^>DZ;qV-!*f6?Kc!?npiyWW@$ z0h&zOZK(@&Ot2p*y;3nr-ong$|KQeP<%=bLiN(l}N`mwHM)}Hl1%Hl@?oWafi#fMTi-&-B*2F461zYL2LPA(o?5JKglLWP(}Oa2vkG6%xHIB+nn zLNMdNzuE3z%3istR#2kwu`Zy_Bvxqk=D#7OcSJ_GH5%#^CcY+t2W)hg2D?4)ktv~y z1j54I=X?waQZW2WUJK{@S)U9RO(n4H;c50HR|dD#u|J%{}>rlcb`!GfRwHQTweec4`Ah4 z7zj(IBqfgNzGjNLCe@%3PYVN6X^gI;Qc}`c!v1tczj3m9AZ$}1pwLF+fLh0hAMbeA zrz|m|c~i2rmoR3^if4D++B3z=3DC1QU|ljPKul6w7T~R?0U3eV&l;zm>O|=2O92bi z%LV`+sy=@2XYB>(jYHAfMJ8s8eh#Z6W|p86%7TAUrctc6%_s?~J!L?zJ%}Y?ExtS4 z5>KRG{QQ$TeopXD_TSl9pcm}`DAvqY&^^EO2L{@@yP6v$nn?rL&Ml1%lWu)RptTzq@%^wx+e@+#v(tOM1qXAc zBVA87Pbv54K0BcSE~l`dRl`e~_?VCZ^Huucn2&(2-d^=qFvf4bv9v1WNxNXPag-TA zB2u0308tTnNvEj4xf9hW<2rqxL@;bySmQvX1^$QI0ny6A9C$NfUe&ab)Vkex;Q=ah z!m(xop>!<0{%&Ub`4U3)d61up+p$E=6dmln*=IGA}lKKD@G>u~sr=E)?f zo6n?*2QT3laPuV?I1W4`Ja`pyc7OT8}9@pOoxcud?Y@5{7;QvEWAARfJjoJnJDZi`}v*6q4b(=q( ziYc~W52*Uj%)b5hN+qdx*`D=Fwt1)brQKN^yU2_zdBcn2%w^`Yv5ed z6pL<8xd^fb{Fyf^s|s$@R9+8!By&JN+s&x|;MQc#UZ1S4!WQzWptg6!&t))s6koNP zBc`93Scf|bKuOjVk=qZdbdX*(KDC+w5w34qe%l^6fBg zK6ou368K0C20J5!6Mit`7k!J2@{D%Q_9T#&Ufe6R8(Y{i-$RqNXO$T}J!`>Qi7-U* z#XnlK-%$g+jfHJ(KUBXc$gHACQYi&v5Wvzc=n}0yeqWzt{_TLT_DeA!Sy+i(^t{u} zeeUl5FwU)!$V9#Uwy=%u`d~2;BJGvfeXpZCBG%XkU3o^Hh0i?{c{vVOq$(L1nr9!M zFfB%uwB1eypwCFpLM-ZEr?zcN>I@`Ht9>JqtEqW0KY5ypZ;M(EqaJOiOQc8Dh>Nrr z6G`9@rf0gi8K7ZL0{+l~1J1cKn-;Fe{aG#UphgTi4i07Dpor$!u%KJI@hMhdo8aW- zUY{ZwncM5J=UoKdQ#{(~6Z<5)ApmDmg~zXuVB#$G>Y6>=Fx+z@bbcf7Zqt-{s zPWC4lqrDFMHQGzRy*6ib`n9ag`>Oi&@sqQsvsJ5XqdVU_-gkZAKa!L+#@hWp(=#U6 zHv4=u^X?@8J%cfw58NqJB|rGxE41)yTD;`hfZ~S%OA}^h=3?UW2-N*ch8-MsJ8&46 za}U@_c|ahXVJ4>1_UNQ2x$Zk&n7oi-@PJbETJ=jfLC31!MOOS(!|3!`8O2a|Ho%x#%>tP?2UDEpFin2{xWrLx5kBC;k~GmO41x7zY3V;I_0dw+8@# ze@ehA8~D#mw7jtUXIZkfb~wAAmh!(dWIgj`{}@LF*`qE2L|`Xa*lgP$WUI?K_#tnh z#rVH)Aq<7gEG|f0JFaQ38mE(h>%7}H)N|5YqOB>i;$2DV>&mx^2Y9&^4hSf{$o*Mi zwbxAEIb)xw$9L|GSR4QVym6N1rVgPmmRwTZryBSmeHP_&u}{<@Jn7f0PT$^m;&pG_ zr!q(F^=Odg_!jxdAA)7^H$foI*2zuncvu;OF9F0r z$alwT?44r*S-?wSEwP%sEa0>6H8B=VN@}Y@lzE{b&U@G;-=pbrD?i?+ECSBb_JczO z2<(cwIPBTkWPP^6c8(mFQYM$Oqe0ZB?M?CzZnMxDe&uzzs*zlHd)V58nfJYi9S^({_4bj5HQ_B&Er;qmVPG@n!apT)1y}^qfimXVY%!+sbJl&Lt9{6BP_Mb^Wk*nvlC9b zj>J(nv;`)OmS6rBl8JLa`l&1BbVfiNc|rPdURvXsgz{o0*5P;63P`^-nyHulp9AuD ztv#&!rrXK&8mSt<-c{K5y4-xDLaD|9ycU^n^CC_FImcmxQsW!T?my^bXDQt-dGh1Y z!4h=+A0H&0Xb)^H%y!xou=EBeladvIiSK3$&msDePfco9jWo&p1#Eu7){nCcZcE9H z%p&y$-^XqWbHrMKp=h!G1F-RMdkX@22QgMOx6f|{hdE+>_yqa8WZYiKRHSq6%EP>3 z#F6U2`-yTIxYf(oH^0NU&I?0(PXnQ{=sa}669hIm=8Z#;)oVTpauh|PE4lMp0clrP z!lAW2QU3cq`c^2R3ZLHB`!B?M({vYSh%()7f*_U4tvZsB%sR4Y7GJKT!#Qc=Wc4MI zH7P7+@b-hI4w#B7{9>`95O~jP_`}(J9-CMujswBvD7WXJW#+WC1$+W@f2o!fX@W$2 zyR|W9HscgPVaO{WN19AQ&drwfvrQLNG4WV4vm3J;&JahAwf=zAj?yBwJBlMNL6*Jr z>*b;we1(|lo-R?}!SPqVTpuoJKVX+JC>q*^_GiPI>0dkCG1L5cGBY*oFy71wr3iPq z$8E2KfF<41Kd9$JU?HRrDgV-vy8e8o7vz@kg6u9sUR7eOj5;9wa^lXp-VD%#UARA7 zRtB17@N~#{FOVzWTvY48d+2Y_^qvlfVymlTKiBAiMoSD>dg*Z*)#Ho|dI}6}Y!$#_ z>->o!RO8ChII(y=I7Lf7W6DO5=@4_Vu5v-W7SqJ?d=+3Ptv%01Tf;V}i=&8dp+Bh@ zKn0&fp;BAssxfw(b?@h)+K&(%Iy0S?>Gog;mf0!Pt`Zm~N5%dG_6JEO>|`oUqu#hj zpZi1if!WO;v3GZwybv*7ACz=bp`(vZ%Gi!7UsH!ETzMZ_Dg1S-+= z3lHaL!vG{aA@v7YfW1*Zw1KHPp=n}of7<(`&*_dEw|FK^`H_M8%^m!!tWx+aYiZhc zb2@;GkhoR=(NI?>w3Mx4X?IS3^F8FR2`~W)b5C-2iJ*F@r&89m%@+7a#G`y&iDaMx zn!pD50fhTT$6}ZLY}B$obDst^LLJTvEeo)VT1y*j_UMbH_K;lA^hs$rsK)FG_M1HR zbFOjCvT_KELw(z_-$e-k{_85P4I==iA}mm>c!Hy}h<>Kj00|`Ukb%aA`Ma+bSZLIg;pIN17vM zIOYfK=@s_Pj?~#lqnY2n?&Sva@dm2g6l8->~%jaK2>>XCW@eNmf%XMX6k-~&_=W}{MQQusX%4C zJ?j*jY%}dOUqZYV{fO+5w4I z$wia55iRA{VOa2PCa*&*2UY&r_iDt9&WL_qj9zw66FAG5FqL_n(zPp`z!Yp~PyMC^ zlqcFLC`7Z)(8f((cujVWH$GE2UK9{9YDjycGAa?f`dy0CF_N$(yPtWpXW|VHymHgT3PYB^nw(Hgod|I_Fu3;rKwf1g;T;2D^KCc9C>+c@kR6%{&ay`coj&C3- z(#&xV@CW;QIO1TlYmlTRHH+3)gn-xj) zL+GoEicsNNntp5jFzT%NN|fP!XLfnj%{|aejs`F;2jA(p)5*IkY5$9l932JGxK5au z?(=Gk6Zi3>a_0@`2la`k=XPs~@wmbvjcpZtnqxg;MP6_nFsD>1p4q$T3OQmFF1VNR zY6|vUyfXOe?u4}WI&E=bxOSv34KLxv5gBk3L}hKAr*bFtR>06^YV`@Vq{I7y>YfX` z^Qrc}5-dX0TtcHqIZq82+1m zn4zM>(k=R{&&|Vv8nTc=aD^SQ-Kfk z2S1eBOyM1uA?8db)=d{bQuoNTXMcJawb?;6Ue{FN3fj?JeuwT;&fw*!CFS$i~L5VP``th2xZ(yD@VvP(UFSj znA9;UmPFklwcL7$NSiDR1 z-Ug5Eqriv%e%{1e}@wo7tCK4QC6ifmq<;1}-< z012EWz%=rFLDTGj-{_xQDHTp7^&Sq7kUURyF)-hJr7hzoc-YHGyH);FhlCuLb-)#Q z^-e|tn_}W;V%)q-_>}W%XgbHOw-XE*7vGw3g<$^SpB3-&f|Bk<5bhh8E&{%s(f%GE zl8+53vyYZ`mEEp&YT<=(krhKrw?~pS{N)?q{0qBR#2Y!w4!hWLdj`a(@Axf!y60-i z06Hb@_9(cQ_AxbXISG*u>#QUhp7k=a|3ZzoJ7eAINqES5BIx%5H-&=j*G+%ZU=7gZ zU;{S1`6NiQ^CVlaW}Gkx8*!l7_}&vT7=I~3=bC6hZ*>aUgL3Lnwx z&^or4b$suCv3k=@OvM#}_jigek3^-^40^L#6BN;KUyWlv>qpSy8gE{wB&^yWYkPpS zylvn=A2_iHkDd^m5y6Lw{oDR~sXKulA(C^^g8SiV-+gF`bL&zVo2sxhfvC!_8(dVT zHwDNcoV&VW;&hp8ph}6(0mL~fsKEC)A=qd~{P7j>3yt=)@oO%#rIo^^r;AF4#>3A* z6u<|gYBTZh=6q5wat;^9&CqGBoDAN`Jmg9(MLSMqKto_aM#a}8+3kaHTclkUH_G^g z#?e8+}X@=N;Oy5JGSR@x~AT6R`A z32AI@{YZ+^mYBU{Z#yMfIH}jYvb7r)t%A=P`u7#rpg=lRIwdPp9Zvt!$wbmVRVnIUNY z`AZVY5j8gtI}A$@A?O40=sYhcCn$^e3=LkCYkWS7F*z%x{OA6iwLvh;W}@~|7j7TE z&^Xl&sglym>Yt~z-Qu_rXO5BQN*ce-BDZC?{Qi8tKEpQ+tHk7K1^^3(E^}RIkY0V1 z1YY%x7(Y_cFZv(&>T#W^ zeG$BjBk<_Dq#WP}3o$bj!&ve-hy8K1>DT@>QvR5^$2nNzd*keby%x-Q1~y^_I=$V3 zJolIGS9a6+7KkPe{_-*5W+D0!cuAY%*>EsBXlM7sMTYN3aAVv1{wNyoepm~p&|7dX zB;1gwza{u=#Yfuq)J{P6m3v1^Yq(&eg4fkGkri~;aj;L@!6KP8oZkKxg9MQer>I~{ kUMJRWpY7bowZC>u`sM>Aqz!{@|NZf>Jc}}~GDFAwACU@$>i_@% literal 0 Hc$@xO-VYgA2U%Zm)wYk$?|8<>o`|-@UUnh$!!{6Urtp6r* z+Ubn@;sLzuf&qf;+5w{M0#gbn{Pb`;)mITAY$45lOgiL%BjbvuW}W~}c1~1v7d|Y0 zr)m8tadv}o|6#3yZ;`o7>5mUEXgyfK5OT0FU+BI{ZR-3VYB!^v%}&{JrYnEav`sNJ ylfO(k`q6jOQl6U0JyW+HGxuD%X4?KcD*5)gpAGKWc<}(e#o+1c=d#Wzp$PzYDreLH literal 0 Hc$@N1x91EQ4=4yQ7#`R^ z$vje}bP0l+XkK DSH>_4 literal 0 Hc$@N1x91EQ4=4yQ7#`Sv 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 literal 0 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 b`2g<#gxL)G;W}8900000NkvXXu0mjfNKQWX literal 0 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 Y0FZMF*qK&OiU0rr07*qoM6N<$f;@RUMF0Q* literal 0 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 M07*qoM6N<$g633gng9R* literal 0 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 KMNUMnLSTXd+hOPc literal 0 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 literal 0 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 UEF(;-Q2+n{07*qoM6N<$f;cKPF8}}l literal 0 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 literal 0 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 literal 0 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 literal 0 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 literal 0 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 literal 0 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 X?9W!R4cYv^U*;2aeYIK@hnW8X&2nVe literal 0 Hc$@Yvsgk=}99w^d^D^d*@m74oMo<%#FcopJf?u00-~YVKV2wzrI*_R6;UORMea zBFVSEnN~eiVA6V&z`E)YLz5Aok^D)In}Yn=OzDpgR5Wv0XfT8pOkmV{sKAJ-PO9#T zZK}IXj&Q-V!U)!LcB_3K0&C*{ literal 0 Hc$@bvPcjKS|RKP(6sDcCAB(_QB%0978a<$Ah$!b|E zwn;|HO0i8cQj@~)s!ajF0S002ovPDHLkV1oEp BYH0uf literal 0 Hc$@N1x91EQ4=4yQY-ImG zFPf9b{J;c_6SHRK%WcbN_hZpM=(Ry;4Rxv2@@2Y=$K57eF$X$=!PC{xWt~$(69B)$ BI)4BF literal 0 Hc$@ zFlmZ}YMcJY=eo?o%*@I?2`NblNeKxcBE>D$@NjCPP!GpZ0cN&4#*2?=7{+tN>ySr~=F{k$>;_x^_y?afmf9pRKH0)6?eSP?3s5hEr>mdKI;Vst E0O;M1& literal 0 Hc$@}@=3SKC$c~1}w6*=0OALo1K`}zIZd+p2GYrSjlwcefi z!$qGxyG(Zh0DwJbeNX=g0Bl>{lq3HB>1KQV)gNg9z+S@H)1HC&hx4VOIcD51{@Gry z&A;=BuZ*(e8)$HA_?sgRT^YmJOHF05+7K`5c9X+-n(!t6d(BoWb%yoX=*@H9KPBk; zwrvXkO8WNQW@q+K&z%6k0ASat&8bg+c)hvgc=Og?0N}T6U)=xzZti*XXgdH93)o=} z09@Jr|Ecmunx6E@7Bb*S`Csyws(185N*Ss%gpfJy?l z*r7=cysM0}XbF_CGI?J8#Z`f6DM)s*;RBEJR^F>P?$T#M)6;dunGQ(hsb>yo;mk9! z6_8d%n`n1gV{6*7j-7(ET!yW^?x>n{sJY~CuAcPFnKGylhNYtC&6}wH74X7m;V*z) zVPjuz38;+Z|BA*^q z54%`v7kPu(1(#{hkFebBQ$R8t_-G%2t|%3BBhr2uN|JfAK-#9tqWWhkOvpQCR+50? zIMx~Cr&#xYO+?3~8cKE@dYZW45uTMA5gUVRc;E`PEj)L^RjhtJC?SD8>^IIG1QIR@ zvsUo&@+H+VJ=FOwT07Icl)$(Hg7wH&YZlCHC)-fpB~whIgcL!?g#d-*6pVl5=zOHM z$3~XYyBn8M2qVGZuH*l|R*hr%h$RSL@y&Iqo` zyH^=W{}3R)hN1miE3m;UwO}QXDl6{Yh*^TF!ZsX`?DYtw^aj1@{TvM0-Vo|uGiE~5 z)TJBLFVF4R^b&O|cj#j_KH*47>pdq|psXK{tbzvZ9Us$|>*PJ*WMMG}E$@j9MP{qs zO&l}59jWv(^NV6WQTi%Xk<+2G-=jN8Z|+m}$t~u$i*i<4nn|uysfm5P_Xd~}jlts> zC*Al3yjp!e7N#oP)A?*ll4VDmEp?K%L{0u~RupBcLJ1xc;syD@+yk^{9u-*c)nKv= zZ@)HhFT3C1gzyDEsSuU)Q78fPgd{qUPq91G zXwL%bC{vW}GIXt0LVnt8>&DGnls_ceOJPl;FY@c&L9|{G+|4&_7c>f6YWdRVMrEMZ z2P~mHU^dFp`TvQ<|0-rD_37`Xlv0;6rzdg0k}jNSglakHZNc1MP(7xS|2aTCaJ!(0 zCNfQr=w~se3H;AY{M(7by25mjWnQaMenYvwFI+23dBi{+KZE8`lX&2KPPyQlS7sc7 zdkeT`eleO3b2W8HEWP^ka4pdh<^`l{E?|6Xn0qM$&@|w+F zC(P%~Wf9=@Ojeu&wrf0Iqo^}xa}y98YMy8Sdi8J&RRoPfNFL@o5N%89I)KKd$IJL# z(341?MjcLXh}$zmmI?7Z!3_*1u4_F!s9;IPG`BgrS_H<~sP%rwx`Bqtx~uN_Qf0Fk5@)u{TL6RXkk|Wo+SjJ1kS&~eBjr-cnv1wVMpbe44Yj5B$>dfgL2KGuo~;k?hW0#m zry3aoUk;%D3r(`7S*JBKAh1>Q`;_7I7@on?I2JJK)f&esZc=M7c z*GIqa$OvhEe~_FPa+$`N97^mfP9r3fsV6?meP_WuI{AB$BLIJb>^0Q9)@~pTn|!F9;6UMQ$%XKrzXH=jL}}92+hTWSzs)2RX#EaikX?)J3I;i z@EzLgDuP>C&8ucBwKsz0qSea3F>X^yJGMyX)pGLnP0o39?Tz_IE_%QBBh6Y&9#5mm z4f34T{Of19_nqhP_I-o9Bk8jA5C^2om_ydrSrS&$A!e4rSH>FNrDfY24R@^vPen|? zoCjkWt;Q%BCaMlzPZNymT8P6`y`^1X;tzMmVupfSUa5^pj3f+05G%GOo?!zS*U)Kj z=T~f$vWvj#NZw)Pq)oO-8LhXX))TyiJdGekr_DY*;68II@h3t(C4|~3(UoPE|7cbLo)U>7MYBf#b8bZ-rqeVs>-*Vf|0||HrT7JqNs%?|+7Az(c?F5u<+k=P`eFq+@%x z)bSY~D@5+^;H?^QN#eK2(2SQZK%0DDvBu=oCASwo!s`S1=@5miOgW7z(AU5*=2UeF zl<3c_STZNI5O_%2AgzjhS9Afla0np{;}&}WtF$en{XKWe&>OWW$rJ4=2&WY2_c%bx z`#f&051)dW_YbP9R*q#?v zv;l%9$#EbOXr$(HlxtWkozU5K%?^e=-O93yQpM(NmV(^WgLi^L4;KuDV13Qw;IMih zB=g?V+v(_Zi8e}Xfe}S(4T^mm%UHr zU0xnyA@6`@B{MziLHz}ei_#Aj1J;QT%x9O@V`8Q1j#I@VP9;Vs>3U{`oWCYX{{}T3 zHN|HAQnS`JldZa2Pt(;ctn3~!X&Ly=tac^N>eHwD<#~zUl?=v`>>X1>JKzianLTTL zFY01!?@`)2QJ@(%);kT9)r{&_kIA3cR-@ynPpkb(jl751)11gnxoJSsqU1v> z%fM>2*K)M*?B+g*D9*7F?On?KZ;DZ-ccwM0AP_EPmY8{N_Yvo1+6J3E8K8JqfymEa zf+7U@_QkDMN8`@Hj|YqDCNAYbR`XJdFZf*&9+}`YaS~!Rq4)&Y#g-6`vnu>ISy4mW zL?F9dP^HtTMj4(Ul8E{wpRylw0TMxP^qq>%6&qv7a&WbvWSDm zqK^LZ>p=(X864XYY;G%Ti?YH=5E025H62k~SIj-XyFgPQ-^nH&rh@bllaV+o{k`S< za8~Y|>GFC?F3lZOI0H@A(5uJeh4HvWNf~!!EXxq1Bva>f4*AO1H1=Sk!P#$dzI!DI zH5Zh|%&G4%GFX1WUB<3ExkJ`dus+D{(Wc_tP&0YR!owWEQd5{a7WBBmNeXagLX zAflS~^ko1v86>`4&{U&vqe|Pc98IzU`$FiyLF*0DCHk)u zVnTE06xEb_%?qeX20twk>7D+8#b#WJhR~G#Bc>jX#dayAy4rs*Ch6Ei$h4!R1(^ z8DEYWtwAOwY;%U&Ea9tAuexPQ=F85a&M@g_{ d|GeK{$Y5lo%PMu^>wln`44$rjF6*2UngE4^EGqy2 literal 0 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 literal 0 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 literal 0 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 literal 0 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 literal 0 Hc$@DNFF& br0oBVb9WS`mPNhX67+~;+k`t?SQ)GV#8nsZ literal 0 Hc$@E20c0O2rMZpp+s|>36-oM{j3a?yfDE?$o}$e)nC! zd+znhl0U+*pbYXWxUqK1W(*6(=EP_O1VLafikGVZ55|M>U@Rg483E_K z;Ts`;n?BYQ{XqBGe#b!1oVZkiQ|wM~SKRDlaHOCVTBGrPv$pk%O{<;Nld>#Eu~^!z z?{U^P&;V^yOJ_q+`QP~y zSXW#dGo|`@e`ss7cXDAY{3+eLHL34P@XB}RsoMji<)-ZIHZaCm*F=YCcWr`>p|+xO zrti(YTh-Eu^e8i?dX}jF+Ers)D**JBD%95t9S8SEC>D1d&(X+cgl2s?E^1Nt`9klf z1L#o}{=B*FcJ}sw2&qJ|^3K^Gn>W7Wv*8mPe;B3atIyT*CxJ<@LEn1FEu0%6e@5}# zN!w92=uKdHz21mvJM@|pDO~2!wk`jlK&#aPszvpw14Y(B3|*w;CafD{Jwgl>w|&{) z)m>JLgCy6kHLP8ep@>`HSPuZ8O-xArr|qVt?--M?A|)tDQmi`bjBOO=;Gxf;mC4?4 z21EHH7E7wDOTZsr-?5kLN!u)`Xx-8n-rgVg^JlnlFpA4IRz`7Cg^^Lby+0U7+&CD; zs)vJ7tQZbPv0^wFMfo$FEyEc_3vcg_8~MX$j7^Syd-9z1VNUJ|n`tN`1}0T~{R0Mr zpL zTmHjned>4S#DT{cx{s!-tS?72IrQ#o*+Hab!_NZ2%!)v%@^_htxB4d0K-R0OZadL*{|2vF3B`JZ}7X zVz@9^d}?q_lqoSxn7&X{Tf~g9=E8l|DRgWX{a%6p;VkR-3T*YzTsXRuPSgc;{Y|xSe0s`LvAS3D`)z)=Y0)_orTBMFG}dqC;tCC zH}mIW>2YLk$4x??F@Ajm<6`2H9AiYNV%pppI3Xmu>Po7>R3|Vi`v6vibwP_cH24wN27IzZWiDug=kcuT~hrRf-*a+XK%>EbJM;!@i? zds^G?Ucc4V*mC>Q;cuWi{GGEK-7{SOIL-R0ZIcI1mMtm|Tq|3wwS>KFan&ETvc>g& d30v73NnU5Iuaf8H9LgvA@>dnHrxvGf{};~E=Q#iX literal 0 Hc$@nS}9iBT2Hhwzjge(quB}^?J2hjiRVP zAfO3owCDF}|7S_2qgG`V7G&y-S!wfCbRe?zjKO4w>B*7vhzuIDRxHDSM%k}E43si1 zOR3}Xr7Ld_2fAT(DCDPi=z$^Rw_I6SUyF89G({P04u3ytV!2KlrOZoK7qMo^;fu~t zY8NbugEwAYyjTTqWobc%tS(s%M$s8ekXS1PAU49ZfsPE2t^N$9Z^@w3D=C&f|I}^B`SrZk2FOMYM!buln2sX?5Y+T78iB(Zu9cS7|LZyZ++}u$^oi1_j@S} z#HWb0uC^_Dqt*oASHGlY+fH0BsYkdRpi;?Rw*w{QOobaMDh54L$;%n=!(2<4YqU~6 zl7we5Rwx%kqpT0(T9A<#X+T?JrpnlGg|B&5w6GfrG0a$1xlTSSMp<;y|TBOH|gq0*#n04@1j!hwccpjc5WLPGR3e zCzNkxzJ3?LhaHHL=OU6U?@#d3NnV;|Se&ufFEY>OFk-zUn+EnW$Dv2|1-W1Ev&_E& zaXaqWDffjx^HG3aTJSC%D|LKIxE)RMSFpS=))2|Kn)0=hmqQ)*Z(`BOb3a&p#r_kQ zIv4y!$;@dy2b*p+AMg$3(iEDbU*%k^S$?goU{u?B+H*EVso(Hp$BlNNkkR0pahj?l zud67z5b;)%4HS!AC87euoes`I9X%%wvAKy!zdTjw9T-q?c7X)L7MKN@+Z|qu3A$8~ zFKIT4E=?5T0lPRT4|pBHt&+8jN+jL}B^ zlM+)t4Ve|_xNqopfjhHRnJ|737#k?mlEUm}ODmQh;~Rin4;u-c2*4fX^pc_S>i*p^ zjPBT8LOkH7696QdbLwn}rdVJFJ}xM5@c0S5A_o+;N%jI1_-}~H!bKu9Tr{-@x#^_` zdsI#RcrVdT_@6UQVm7_!4J@u)KzWqGHE)uAS&Hing*?uh0 z5F?EHHqXj_wi_geiU!3j5qwNC@=maTAjNHIziLnX$NAwhld>x zvDc_BbUazCZy<8ziSY=SelqY~CcH+4b1Z;qCCc3VZ%v?=qP2yIHUn?Br6&~Xu6m64 zr?B9YR!j_^0yhXJ_QM|C4-3 .ui-widget-content +{ + width: 200px; + height: 200px; + padding-top:0; + padding-bottom:0; + margin-top:0; + margin-bottom:0; +} + +.wijmo-wijaccordion.ui-helper-horizontal > .ui-accordion-header +{ + height: 200px; + padding-top:0; + padding-bottom:0; + margin-top:0; + margin-bottom:0; +}*/ + + +.ui-accordion a +{ + outline: none; +} + +/* RIGHT */ + +.ui-accordion-right .ui-accordion-header +{ + margin-top: 0; + margin-left: 1px; + width: 2em; + height: 12em; + overflow: hidden; +} + +.ui-accordion-right .ui-accordion-content +{ + margin: 0; + height: 200px; + width: 36em; + height: 12em; + padding: 0 2.2em; +} +.ui-accordion-right .ui-accordion-content +{ + top: 0; + margin-left: -2px; + padding: 1px; + border: none; +} + + +.ui-accordion-right .ui-state-active +{ + border-right: none; +} + +.ui-accordion-right .ui-accordion-header a +{ + padding: 2.2em 0 0 0; + text-align: center; +} + + +.ui-accordion-right .ui-accordion-header .ui-icon +{ + top: 10%; +} + + +/* LEFT */ + +.ui-accordion-left .ui-accordion-header +{ + margin-top: 0; + margin-right: 1px; + width: 2em; + height: 12em; + overflow: hidden; +} + +.ui-accordion-left .ui-accordion-content +{ + margin: 0; + height: 200px; + width: 36em; + height: 12em; + padding: 0 2.2em; +} +.ui-accordion-left .ui-accordion-content +{ + border: none; + padding: 1px; + top: 0; + margin-right: -2px; +} + + +.ui-accordion-left .ui-state-active +{ + border-left: none; +} + +.ui-accordion-left .ui-accordion-header a +{ + padding: 2.2em 0 0 0; + text-align: center; +} + + +.ui-accordion-left .ui-accordion-header .ui-icon +{ + top: 10%; +} diff --git a/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijcalendar.css b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijcalendar.css new file mode 100755 index 0000000..a4413a1 --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijcalendar.css @@ -0,0 +1,116 @@ +.wijmo-wijcalendar +{ + -webkit-user-select: none; + -moz-user-select: none; + display:block; +} + +.wijmo-wijcalendar-header +{ + position: relative; +} + +.wijmo-wijcalendar-header-inner +{ + margin: 0 1.8em; + line-height: 1.8em; +} + +.wijmo-wijcalendar .ui-datepicker-header +{ + padding: 1px; +} + +.wijmo-wijcalendar .ui-datepicker-header .ui-state-default +{ + border-color: transparent; + background: none; + color: inherit; +} + +.wijmo-wijcalendar .wijmo-wijcalendar-table +{ + table-layout: fixed; +} + +.wijmo-wijcalendar-prevpreview-button, .wijmo-wijcalendar-nextpreview-button +{ + width: 16px; + margin-top: 35%; + float: left; +} + +.wijmo-wijcalendar-nextpreview-button +{ + float: right; +} + +.wijmo-wijcalendar-preview-wrapper .wijmo-wijcalendar +{ + float: left; + width: 18em; +} + +.wijmo-wijcalendar-preview-wrapper .wijmo-wijcalendar .ui-datepicker-calendar +{ + width: 80%; + float: left; +} + +.wijmo-wijcalendar-title, .wijmo-wijcalendar-selectable +{ + cursor: pointer; +} + +.ui-datepicker-other-month +{ + text-align: right; +} + +.wijmo-wijcalendar-mygrid td span, .wijmo-wijcalendar-mygrid td a +{ + display: block; + text-align: center; + text-decoration: none; + padding: 0; +} + +.wijmo-wijcalendar-mygrid .ui-state-default a, .wijmo-wijcalendar-mygrid .ui-state-default a:hover, .wijmo-wijcalendar-mygrid .ui-state-hover a, .wijmo-wijcalendar-mygrid .ui-state-hover a:hover +{ + color: inherit; +} + +.ui-header-custom img, .ui-footer-custom img +{ + width: 100%; +} + +.wijmo-wijcalendar table.wijmo-wijcalendar-mygrid +{ + margin-top: 2px; + border-collapse: separate; + table-layout: fixed; +} + +.wijmo-wijcalendar table.wijmo-wijcalendar-mygrid .ui-datepicker-week-day +{ + cursor: pointer; +} + +.wijmo-wijcalendar-aniwrapper +{ + position: relative; + left: 0; + top: 0; +} + +.wijmo-wijcalendar-multi-aniwrapper +{ + position: absolute; + overflow: hidden; +} + +.ui-datepicker-rtl .ui-datepicker-prev .ui-icon, .ui-datepicker-rtl .ui-datepicker-next .ui-icon +{ + direction: rtl; +} diff --git a/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijcheckbox.css b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijcheckbox.css new file mode 100755 index 0000000..66ff548 --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijcheckbox.css @@ -0,0 +1,44 @@ +.wijmo-checkbox +{ + position: relative; /*float: left;*/ + margin: 3px 0; + line-height: 16px; + width: 16px; +} +.wijmo-checkbox .wijmo-checkbox-inputwrapper +{ + width: 0; + height: 0; + overflow: hidden; +} +.wijmo-checkbox label +{ + display: block; + position: relative; + margin: 0; + cursor: pointer; + z-index: 1; + padding: 0 0 0 1.4em; + outline: none; + margin: 0 3px; + width: 8em; +} +.wijmo-checkbox .wijmo-checkbox-box +{ + position: absolute; + bottom: 0; + left: 0; + width: 16px; + height: 16px; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + margin-right: 3px; +} + +.wijmo-checkbox .wijmo-checkbox-relative +{ + position: relative; + float: left; + margin-right: 3px; +} diff --git a/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijdialog.css b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijdialog.css new file mode 100755 index 0000000..2f6660b --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijdialog.css @@ -0,0 +1,29 @@ +.wijmo-wijdialog-captionbutton { + height:18px; + padding:1px; + width:19px; + display: inline-block; + margin-right:.2em; + outline:none; + text-align: left; +} +.wijmo-wijdialog-captionbutton:hover, +.wijmo-wijdialog-captionbutton .ui-state-focus { + padding: 0; +} +.wijmo-wijdialog-captionbutton .ui-icon{ + margin:1px; +} +.wijmo-wijdialog .wijmo-wijdialog-hasframe{ + padding: 0; +} +.wijmo-wijdialog-defaultdockingzone { position:fixed; bottom: 0px;left:0px; } + +.ui-dialog-titlebar {/* extend jquery.ui.dialog.css*/ + text-align: right; +} + +/* for ie 6 minimize*/ +* html .wijmo-wijdialog-defaultdockingzone .ui-dialog-titlebar { + float:left; +} diff --git a/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijdropdown.css b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijdropdown.css new file mode 100755 index 0000000..8f38b21 --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijdropdown.css @@ -0,0 +1,80 @@ +.wijmo-wijdropdown +{ + display: inline-block; + position: relative; + width: auto; + zoom: 1; + *display: inline; + width:200px; + /*z-index: 101;*/ +} + + + + +.wijmo-wijdropdown div.wijmo-dropdown-trigger +{ + border-right: none; + border-top: none; + border-bottom: none; + cursor: pointer; + width: 16px; + height: 100%; + position: absolute; + right: 0; + top: 0; + padding: 0 3px; +} + +.wijmo-wijdropdown .wijmo-dropdown-trigger .ui-icon +{ + margin-top: 3px; +} + +.wijmo-wijdropdown label.wijmo-dropdown-label +{ + display: block; + padding: 3px 26px 3px 5px; + width: auto; + border: none; +} + +.wijmo-wijdropdown .wijmo-dropdown +{ + position: absolute; height:250px; +} + +.wijmo-wijdropdown .wijmo-dropdown .wijmo-dropdown-list +{ + padding: 0.4em; + border: 0 none; +} + +.wijmo-wijdropdown .wijmo-dropdown .wijmo-dropdown-item +{ +border:1px solid transparent; +cursor:pointer; +font-weight:normal; +margin:1px 0; +padding:3px 5px; +text-align:left; +*border-color: white; +*filter: chroma(color=white); + +} + +/* +.wijmo-wijdropdown .wijmo-dropdown .wijmo-dropdown-optgroup .wijmo-dropdown-items +{ + margin-left: 15%; +}*/ + +.wijmo-wijdropdown .wijmo-dropdown .wijmo-dropdown-optgroup .wijmo-dropdown-items li +{ + padding-left: 10%; +} + +.wijmo-wijdropdown .wijmo-dropdown .wijmo-optgroup-header +{ + font-style: italic; +} diff --git a/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijexpander.css b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijexpander.css new file mode 100755 index 0000000..4d7ad7f --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijexpander.css @@ -0,0 +1,185 @@ +.wijmo-wijexpander +{ + margin: 1px; + padding: 0; + display: block; +} + +.wijmo-wijexpander a +{ + outline: none; +} + +.wijmo-wijexpander .ui-expander-header +{ + cursor: pointer; + margin-top: 1px; + position: relative; +} +/*.wijmo-wijexpander.ui-helper-horizontal > .ui-expander-header +{ + cursor: pointer; + width: 20px; + height: 200px; +} +.wijmo-wijexpander.ui-state-disabled > .ui-expander-header +{ + cursor: default; +} +.wijmo-wijexpander > .ui-widget-content +{ + height: 100px; + overflow: auto; +} +.wijmo-wijexpander.ui-state-disabled > .ui-widget-content +{ +}*/ + + +.ui-expander .ui-expander-content +{ + border-top: 0 none; + display: none; + margin-bottom: 2px; + margin-top: -2px; + overflow: auto; + padding: 1em 2.2em; + position: relative; + top: 1px; +} + + +.wijmo-wijexpander .ui-expander-header a +{ + display: block; + font-size: 1em; + padding: 0.5em 0.5em 0.5em 0.7em; +} + +.wijmo-wijexpander .ui-expander-header .ui-icon +{ + left: 0.5em; + margin-top: -8px; + position: absolute; + top: 50%; +} + +.wijmo-wijexpander .ui-expander-content-active +{ + display: block; + border-top: 0 none; + padding: 1em 2.2em; +} + + +.wijmo-wijexpander .ui-expander-header > a +{ + padding-left: 2.2em; +} + +.ui-helper-horizontal.wijmo-wijexpander .ui-expander-header .ui-icon +{ + left: inherit; + margin-top: inherit; + margin-left: -8px; + position: absolute; + top: 0.5em; + left: 50%; +} + +.ui-helper-horizontal.wijmo-wijexpander .ui-expander-header > a +{ + padding-left: inherit; + padding-top: 2.2em; + display: inline-block; +} + + +/* RIGHT */ + +.ui-expander-right .ui-expander-header +{ + margin: 0 1px; + width: 2em; + height: 12em; + overflow: hidden; +} + +.ui-expander-right .ui-expander-content +{ + margin: 0; + height: 200px; + width: 12em; + height: 12em; + padding: 0 2.2em; +} +.ui-expander-right .ui-expander-content +{ + top: 0; + margin-left: -2px; + padding: 1px; + border: none; + margin-right: 1px; +} + + +.ui-expander-right .ui-state-active +{ + border-right: none; +} + +.ui-expander-right .ui-expander-header a +{ + padding: 2.2em 0 0 0; +} + + +.ui-expander-right .ui-expander-header .ui-icon +{ + top: 10%; +} + + +/* LEFT */ + +.ui-expander-left .ui-expander-header +{ + margin: 0 1px; + width: 2em; + height: 12em; + overflow: hidden; +} + +.ui-expander-left .ui-expander-content +{ + margin: 0; + height: 200px; + width: 12em; + height: 12em; + padding: 0 2.2em; +} +.ui-expander-left .ui-expander-content +{ + border: none; + padding: 1px; + top: 0; + margin-right: -2px; + margin-left: 1px; +} + + +.ui-expander-left .ui-state-active +{ + border-left: none; +} + +.ui-expander-left .ui-expander-header a +{ + padding: 2.2em 0 0 0; +} + + +.ui-expander-left .ui-expander-header .ui-icon +{ + top: 10%; +} diff --git a/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijlist.css b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijlist.css new file mode 100755 index 0000000..94270e3 --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijlist.css @@ -0,0 +1,35 @@ +.wijmo-wijlist-list +{ + cursor: default; + overflow: hidden; +} +.wijmo-wijlist-ul +{ + list-style: none; + padding: 2px; + margin: 0; + display: block; + border: 0px; + overflow: hidden; +} +.wijmo-wijlist-ul .wijmo-wijlist-item +{ + margin: 1px 0; + padding: 3px 5px; + /*white-space: nowrap;*/ + cursor: pointer; + text-align: left; + font-weight: normal; + border: solid 1px transparent; +} +.wijmo-wijlist-ul .wijmo-wijlist-item.ui-state-hover +{ + font-weight: normal; +} + +.wijmo-wijlist .ui-resizable-se +{ + width: 7px; + height: 7px; + background: none; +} diff --git a/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijmenu.css b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijmenu.css new file mode 100755 index 0000000..593a478 --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijmenu.css @@ -0,0 +1,253 @@ +.wijmo-wijmenu { +width:150px; +padding:0.3em; +position:relative; +} + +.wijmo-wijmenu .wijmo-wijsuperpanel { +border:none; +background: inherit; +padding:0; +} + +.wijmo-wijmenu-list { +position:static; +} + +.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child { +display:none; +width:150px; +padding:0.3em; +} + +.wijmo-wijmenu .wijmo-wijmenu-parent { +position:relative; +} + +.wijmo-wijmenu .wijmo-wijmenu-child { +position:relative; +left:150px; +top:0; +} + +.wijmo-wijmenu .wijmo-wijmenu-item { +width:100%; +float:left; +clear:both; +margin:1px 0; +padding:0; +} + +.wijmo-wijmenu .wijmo-wijmenu-list .wijmo-wijmenu-item { +background:none; +border:none; +} + +.wijmo-wijmenu .wijmo-wijmenu-link { +display:block; +width:92%; +outline:none; +text-decoration:none; +font-weight:400; +border:solid 1px transparent; +float:left; +line-height:16px; +padding:0.3em; +} + +.wijmo-wijmenu-horizontal { +width:auto; +} + +.wijmo-wijmenu-horizontal .wijmo-wijmenu-item { +width:auto; +clear:none; +margin-right:3px; +} + +.wijmo-wijmenu-horizontal .wijmo-wijmenu-child .wijmo-wijmenu-item { +width:100%; +} + +.wijmo-wijmenu-horizontal .wijmo-wijmenu-child { +top:25px; +left:0; +} + +.wijmo-wijmenu-horizontal .wijmo-wijmenu-link { +width:auto; +padding:0.4em 0.3em; +} + +.wijmo-wijmenu-horizontal .wijmo-wijmenu-child .wijmo-wijmenu-link { +width:92%; +} + +.wijmo-wijmenu .wijmo-wijmenu-list .ui-widget-header { +clear:both; +float:left; +width:98%; +font-size:12px; +margin:1px 0; +} + +.wijmo-wijmenu-horizontal .ui-widget-header { +clear:none; +width:auto; +margin:0 3px 0 0; +} + +.wijmo-wijmenu .ui-widget-header h1,.wijmo-wijmenu .ui-widget-header h2,.wijmo-wijmenu .ui-widget-header h3,.wijmo-wijmenu .ui-widget-header h4,.wijmo-wijmenu .ui-widget-header h5,.wijmo-wijmenu .ui-widget-header h6 { +float:left; +display:block; +font-size:1em; +margin:0 auto; +padding:0.3em 3%; +} + +.wijmo-wijmenu-horizontal .ui-widget-header h1,.wijmo-wijmenu-horizontal .ui-widget-header h2,.wijmo-wijmenu-horizontal .ui-widget-header h3,.wijmo-wijmenu-horizontal .ui-widget-header h4,.wijmo-wijmenu-horizontal .ui-widget-header h5,.wijmo-wijmenu-horizontal .ui-widget-header h6 { +padding:0.4em 0.3em; +} + +.wijmo-wijmenu a.ui-state-default:link,.wijmo-wijmenu a.ui-state-default:visited,.wijmo-wijmenu a.ui-state-default:hover,.wijmo-wijmenu a.ui-state-default:active,.wijmo-wijmenu a.ui-state-hover:link,.wijmo-wijmenu a.ui-state-hover:visited,.wijmo-wijmenu a.ui-state-hover:hover,.wijmo-wijmenu a.ui-state-hover:active,.wijmo-wijmenu a.ui-state-active:link,.wijmo-wijmenu a.ui-state-active:visited,.wijmo-wijmenu a.ui-state-active:hover,.wijmo-wijmenu a.ui-state-active:active { +font-weight:400; +border-style:solid; +} + +.wijmo-wijmenu .wijmo-wijmenu-child .ui-state-hover { +font-weight:400; +} + +.wijmo-wijmenu .wijmo-wijmenu-separator { +clear:both; +float:left; +height:1px; +text-indent:-9999px; +width:98%; +margin:1px 0; +font-size:0; +} + +.wijmo-wijmenu-horizontal .wijmo-wijmenu-separator { +height:auto; +clear:none; +width:1px; +text-indent:-9999px; +margin:0 3px 0 0; +padding:0.4em 0; +} + +.wijmo-wijmenu-horizontal .wijmo-wijmenu-child .wijmo-wijmenu-separator { +clear:both; +float:left; +height:1px; +text-indent:-9999px; +width:98%; +margin:1px 0; +padding:0; +} + +.wijmo-wijmenu .wijmo-wijmenu-group { +clear:both; +float:left; +width:98%; +margin:3px 0; +padding:0 0.4em; +} + +.wijmo-wijmenu-ipod { +width:180px; +} + +.wijmo-wijmenu-container { +overflow:hidden; +} + +.wijmo-wijmenu-ipod .wijmo-wijmenu-list { +background:inherit; +position:absolute; +border-width:0; +-moz-box-shadow: none; +-webkit-box-shadow:none; +} + +.wijmo-wijmenu-breadcrumb { +margin:0; +padding:0; +} + +.wijmo-wijmenu-footer { +margin-top:3px; +} + +.wijmo-wijmenu-footer .ui-icon { +margin:3px 0; +} + +.wijmo-wijmenu-header { +margin-bottom:3px; +} + +.wijmo-wijmenu-breadcrumb li { +float:left; +list-style:none; +font-size:.9em; +margin:0; +padding:0 .2em; +} + +.wijmo-wijmenu-breadcrumb li.wijmo-wijmenu-prev-list,.wijmo-wijmenu-breadcrumb li.wijmo-wijmenu-current-crumb { +clear:left; +float:none; +opacity:1; +} + +.wijmo-wijmenu-breadcrumb li.wijmo-wijmenu-current-crumb { +padding-top:.2em; +} + +.wijmo-wijmenu-footer a:link,.wijmo-wijmenu-footer a:visited { +float:left; +width:100%; +text-decoration:none; +} + +.wijmo-wijmenu-footer a span { +float:left; +cursor:pointer; +} + +.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a:link,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a:visited,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a:hover,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a:active { +background-image:none; +text-decoration:none; +} + +.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a { +float:left; +padding-right:.4em; +} + +.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-current-crumb a:link,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-current-crumb a:visited,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-current-crumb a:hover,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-current-crumb a:active { +display:block; +background-image:none; +font-size:1.3em; +text-decoration:none; +} + +.wijmo-wijmenu .wijmo-wijmenu-parent .ui-icon,.wijmo-wijmenu-horizontal .wijmo-wijmenu-child .ui-icon,.wijmo-wijmenu-ipod .ui-icon-triangle-1-e { +float:right; +} + +.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-text,.wijmo-wijmenu-horizontal .wijmo-wijmenu-parent .ui-icon,.wijmo-wijmenu-breadcrumb a,.wijmo-wijmenu-breadcrumb span,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a .ui-icon { +float:left; +} + +.wijmo-wijmenu .wijmo-wijmenu-link .wijmo-wijmenu-icon-left { +display:inline-block; +float:left; +} + +.wijmo-wijmenu .wijmo-wijmenu-link .wijmo-wijmenu-icon-right { +display:inline-block; +float:right; +} \ No newline at end of file diff --git a/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijprogressbar.css b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijprogressbar.css new file mode 100755 index 0000000..ec2faa3 --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijprogressbar.css @@ -0,0 +1,126 @@ + +.wijmo-wijprogressbar +{ + moz-user-select: none; + text-align: left; + float: left; + position: relative; + overflow: hidden; +} + +.wijmo-wijprogressbar .ui-progressbar-value +{ + position: absolute; + border-width: 0; + margin: 0; +} + +div.wijmo-wijprogressbar-east +{ + width: 200px; + height: 1.1em; +} +div.wijmo-wijprogressbar-west +{ + width: 200px; + height: 1.1em; +} +div.wijmo-wijprogressbar-south +{ + height: 200px; + width: 1.1em; + line-height: 100%; +} + +div.wijmo-wijprogressbar-north +{ + height: 200px; + width: 1.1em; + line-height: 100%; +} + +.wijmo-wijprogressbar-east .ui-progressbar-value +{ + left: 0; + height: 100%; +} +.wijmo-wijprogressbar-west .ui-progressbar-value +{ + right: 0; + height: 100%; +} +.wijmo-wijprogressbar-south .ui-progressbar-value +{ + top: 0; + width: 100%; +} + +.wijmo-wijprogressbar-north .ui-progressbar-value +{ + bottom: 0; + width: 100%; +} + +.wijmo-wijprogressbar .lb_west, .wijmo-wijprogressbar .lb_east, .wijmo-wijprogressbar .lb_south, .wijmo-wijprogressbar .lb_north, .wijmo-wijprogressbar .lb_center +{ + display: block; position:absolute; +} + +.wijmo-wijprogressbar .lb_west +{ + text-align: left; +} +.wijmo-wijprogressbar .lb_east +{ + text-align: right; +} +.wijmo-wijprogressbar .lb_south +{ + width: 100%; + text-align: center; + position: absolute; + bottom: 0; +} +.wijmo-wijprogressbar .lb_north +{ + width: 100%; + text-align: center; + top: 0; +} +.wijmo-wijprogressbar .lb_center +{ + width: 100%; + text-align: center; +} +.wijmo-wijprogressbar .lb_running +{ + position: absolute; + left: auto; + top: auto; +} + +.wijmo-wijprogressbar-east .lb_running, .wijmo-wijprogressbar-west .lb_running +{ + width: auto; + height: 100%; +} +.wijmo-wijprogressbar-south .lb_running, .wijmo-wijprogressbar-north .lb_running +{ + width: 100%; + height: auto; + text-align: center; + -webkit-transform: rotate(-90deg); + -moz-transform: rotate(-90deg); +} + +.wijmo-wijprogressbar-west .ui-progressbar-label +{ + position: absolute; + right: 0; +} +.wijmo-wijprogressbar-north .ui-progressbar-label, .wijmo-wijprogressbar-south .ui-progressbar-label +{ + position: absolute; + -webkit-transform: rotate(-90deg); + -moz-transform: rotate(-90deg); +} diff --git a/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijradio.css b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijradio.css new file mode 100755 index 0000000..7fa464b --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijradio.css @@ -0,0 +1,44 @@ +.wijmo-wijradio +{ + position: relative; /*float: left;*/ + margin: 3px 0; + width: 16px; + line-height: 16px; +} +.wijmo-wijradio .wijmo-wijradio-inputwrapper +{ + width: 0; + height: 0; + overflow: hidden; +} +.wijmo-wijradio label +{ + display: block; + position: relative; + margin: 0; + cursor: pointer; + z-index: 1; + padding: 0 0 0 1.4em; + outline: none; + margin: 0 3px; + width: 8em; +} +.wijmo-wijradio .wijmo-wijradio-box +{ + position: absolute; + bottom: 0; + left: 0; + width: 16px; + height: 16px; + line-height: 16px; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + border-radius: 10px; +} +.wijmo-wijradio .wijmo-wijradio-relative +{ + position: relative; + float: left; + margin-right: 3px; +} + diff --git a/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijslider.css b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijslider.css new file mode 100755 index 0000000..ed2def6 --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijslider.css @@ -0,0 +1,55 @@ + /* WijSlider horizontal +----------------------------------*/ +.wijmo-wijslider-horizontal +{ + position: relative; +} + +.wijmo-wijslider-horizontal .wijmo-wijslider-track +{ + +} + +.wijmo-wijslider-horizontal .wijmo-wijslider-decbutton +{ + position: absolute; + left: 0px; + right: auto; + cursor:pointer; +} + +.wijmo-wijslider-horizontal .wijmo-wijslider-incbutton +{ + position: absolute; + left: auto; + right: 0px; + cursor:pointer; +} + + /* WijSlider vertical +----------------------------------*/ +.wijmo-wijslider-vertical +{ + position: relative; +} + +.wijmo-wijslider-vertical .wijmo-wijslider-track +{ + +} + +.wijmo-wijslider-vertical .wijmo-wijslider-decbutton +{ + position: absolute; + top: 0px; + bottom: auto; + cursor:pointer; +} + +.wijmo-wijslider-vertical .wijmo-wijslider-incbutton +{ + position: absolute; + top: auto; + bottom: 0px; + cursor:pointer; +} \ No newline at end of file diff --git a/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijsplitter.css b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijsplitter.css new file mode 100755 index 0000000..186b0d9 --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijsplitter.css @@ -0,0 +1,160 @@ +/* WijSplitter +----------------------------------*/ + +.wijmo-wijsplitter-vertical +{ + overflow: hidden; + /* fixed bug for IE6.7 */ + position: relative; +} +.wijmo-wijsplitter-v-panel1 +{ + float: left; + position: relative; +} +.wijmo-wijsplitter-v-panel1-content +{ + position: relative; +} +.wijmo-wijsplitter-v-bar +{ + float: left; + position: relative; + font-size: 1px; + width: 2px; + z-index:99; +} + +.wijmo-wijsplitter-vertical .ui-resizable-e +{ + right:-7px; + width:10px; + z-index:999; + display:block; + background-color:white; + filter:alpha(opacity=0); + -moz-opacity:0; + opacity: 0; +} + +*html .wijmo-wijsplitter-vertical .ui-resizable-e +{ + right:-4px; +} + +*+html .wijmo-wijsplitter-vertical .ui-resizable-e +{ + right:-4px; +} + +.wijmo-wijsplitter-v-expander +{ + position: absolute; + z-index: 999; +} + +.wijmo-wijsplitter-v-expanded .wijmo-wijsplitter-v-expander +{ + left: -18px; + z-index: 999; +} + +.wijmo-wijsplitter-v-collapsed .wijmo-wijsplitter-v-expander +{ + right: -18px; + z-index: 999; +} + +.wijmo-wijsplitter-v-panel2 +{ + float: left; +} +.wijmo-wijsplitter-v-panel2-content +{ + position: relative; +} +.wijmo-wijsplitter-v-resize-hepler +{ + border-right: dotted 1px black; + overflow: hidden; + border-bottom: dotted 0 black; +} + +.wijmo-wijsplitter-horizontal +{ + overflow: hidden; + /* fixed bug for IE6.7 */ + position: relative; +} +.wijmo-wijsplitter-h-panel1 +{ + position: relative; +} +.wijmo-wijsplitter-h-panel1-content +{ + overflow: auto; + position: relative; +} +.wijmo-wijsplitter-h-bar +{ + position: relative; + font-size: 1px; + height: 2px; + z-index:999; +} + +.wijmo-wijsplitter-horizontal .ui-resizable-s +{ + bottom:-7px; + height:10px; + z-index:999; + display:block; + background-color:white; + filter:alpha(opacity=0); + -moz-opacity:0; + opacity: 0; +} + +*html .wijmo-wijsplitter-horizontal .ui-resizable-s +{ + bottom:-4px; +} + +*+html .wijmo-wijsplitter-horizontal .ui-resizable-s +{ + bottom:-4px; +} + +.wijmo-wijsplitter-h-expander +{ + position: absolute; + z-index: 999; +} + + +.wijmo-wijsplitter-h-expanded .wijmo-wijsplitter-h-expander +{ + top: -18px; +} + +.wijmo-wijsplitter-h-collapsed .wijmo-wijsplitter-h-expander +{ + bottom: -18px; +} + +.wijmo-wijsplitter-h-panel2 +{ +} +.wijmo-wijsplitter-h-panel2-content +{ + overflow: auto; + position: relative; +} +.wijmo-wijsplitter-h-resize-hepler +{ + border-bottom: dotted 1px black; + overflow: hidden; + border-right: dotted 0 black; +} + + diff --git a/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijsuperpanel.css b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijsuperpanel.css new file mode 100755 index 0000000..6379bdf --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijsuperpanel.css @@ -0,0 +1,97 @@ +/* SuperPanel +----------------------------------*/ +.wijmo-wijsuperpanel +{ + overflow: hidden; + outline: none; + background-image: none; +} +.wijmo-wijsuperpanel-statecontainer +{ + overflow: hidden; + position: relative; + zoom:1; +} +.wijmo-wijsuperpanel-contentwrapper +{ + position: absolute; + overflow: hidden; + +} +.wijmo-wijsuperpanel-hbarcontainer, .wijmo-wijsuperpanel-vbarcontainer +{ + font-size: 0px; + border:0; +} +.wijmo-wijsuperpanel-templateouterwrapper +{ + position: relative; +/* overflow:auto; */ + zoom: 1; +} + +.wijmo-wijsuperpanel-vbarcontainer .ui-state-default, .wijmo-wijsuperpanel-hbarcontainer .ui-state-default +{ + width: 16px; + height: 16px; + position: absolute; +} +.wijmo-wijsuperpanel .wijmo-wijsuperpanel-vbarcontainer +{ + position: absolute; + width: 18px; + padding-top: 18px; + padding-bottom: 18px; + border: none; +} +.wijmo-wijsuperpanel .wijmo-wijsuperpanel-hbarcontainer +{ + position: absolute; + height: 18px; + padding-left: 18px; + padding-right: 18px; + border: none; +} +.wijmo-wijsuperpanel-handle +{ + position: absolute; + font-size:0px; + overflow:hidden; +} +.wijmo-wijsuperpanel-handle * +{ + font-size:0px; +} +.wijmo-wijsuperpanel-helper +{ + border-style: dotted; + background: transparent; +} + +.wijmo-wijsuperpanel-button +{ + position: absolute; + padding: 4px; +} +.wijmo-wijsuperpanel .ui-icon-gripsmall-diagonal-se +{ + background: none; + width: 7px; + height: 7px; +} +.wijmo-wijsuperpanel-hbar-buttonleft +{ + left: 0; +} +.wijmo-wijsuperpanel-hbar-buttonright +{ + right: 0; +} +.wijmo-wijsuperpanel-vbar-buttontop +{ + top: 0; +} +.wijmo-wijsuperpanel-vbar-buttonbottom +{ + bottom: 0; +} diff --git a/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijtabs.css b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijtabs.css new file mode 100755 index 0000000..f74ac8c --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijtabs.css @@ -0,0 +1,146 @@ + +.ui-tabs .ui-tabs-nav li +{ + top: 1px; +} + +/* BOTTOM */ + +.ui-tabs-bottom .ui-tabs-nav li +{ + top: -3px; + padding: 0; + margin: 1px .2em 0 0; +} + +.ui-tabs-bottom .ui-tabs-nav li.ui-tabs-selected +{ + margin-top: -1px; + padding-bottom: 2px; +} + +.ui-tabs .ui-tabs-nav li +{ + border: none; +} + +/* LEFT */ +.ui-tabs-left .ui-tabs-nav +{ + float: left; + overflow: hidden; +} + +.ui-tabs-left .ui-tabs-nav li +{ + white-space: normal; + float: right; + display: block; + width: 98%; +} + +.ui-tabs-left .ui-tabs-nav li a, .ui-tabs-right .ui-tabs-nav li a +{ + float: none; + display: block; +} + +.ui-tabs-left .ui-tabs-nav li +{ + top: -1px; + left: 3px; + margin-bottom: 2px; +} + +.ui-tabs-left .ui-tabs-panel +{ + padding: 1.6em; +} + +.ui-tabs-left .ui-tabs-nav li.ui-tabs-selected +{ + border-right: medium none; + margin-bottom: 2px; +} +.ui-tabs-left .ui-tabs-nav +{ + padding: 0.2em 0 0 0; +} + +.ui-tabs-left .wijmo-wijtabs-content +{ + float: right; + width: 75%; + overflow: hidden; +} + +.ui-tabs-left .ui-tabs-nav +{ + min-height: 300px; + width: 23%; + height: 100%; +} + +/* RIGHT */ + +.ui-tabs-right .ui-tabs-nav +{ + float: right; + overflow: hidden; +} + +.ui-tabs-right .ui-tabs-nav li +{ + white-space: normal; + float: left; + display: block; + width: 98%; +} + +.ui-tabs-right .ui-tabs-nav li +{ + top: -1px; + left: 0; + margin-bottom: 2px; +} + +.ui-tabs-right .ui-tabs-panel +{ + padding: 1.6em; +} + +.ui-tabs-right .ui-tabs-nav li.ui-tabs-selected +{ + border-left: medium none; + margin-bottom: 2px; +} +.ui-tabs-right .ui-tabs-nav +{ + padding: 0.2em 0 0 0; +} + +.ui-tabs-right .wijmo-wijtabs-content +{ + float: left; + width: 75%; + overflow: hidden; +} + +.ui-tabs-right .ui-tabs-nav +{ + min-height: 300px; + width: 23%; +} + + +.ui-tabs-left .ui-tabs-nav li.ui-tabs-selected +{ + margin-right: 2px; + padding-right: 1px; +} + +.ui-tabs-right .ui-tabs-nav li.ui-tabs-selected +{ + margin-left: -1px; + padding-left: 1px; +} diff --git a/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijtextbox.css b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijtextbox.css new file mode 100755 index 0000000..f961cb8 --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijtextbox.css @@ -0,0 +1,7 @@ +.wijmo-wijtextbox +{ + outline:none; + margin: 0; + padding:5px; +} + diff --git a/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijtooltip.css b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijtooltip.css new file mode 100755 index 0000000..343ae4b --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijtooltip.css @@ -0,0 +1,257 @@ +.wijmo-wijtooltip { + position: absolute; + z-index: 9999; + margin:0; +} + + +.wijmo-wijtooltip .wijmo-wijtooltip-close +{ + background:none repeat scroll 0 0 transparent; +border:medium none; +display:block; +height:16px; +position:absolute; +right:3px; +top:3px; +width:16px; + } + +.wijmo-wijtooltip .wijmo-wijtooltip-title +{ + background:none repeat scroll 0 0 transparent; +border:medium none; +color:inherit; +padding:0.4em; +} +.wijmo-wijtooltip .wijmo-wijtooltip-container +{ + padding: 1em; + overflow: hidden; +} + +.wijmo-wijtooltip { + border-width: 2px; +} + +.wijmo-wijtooltip .wijmo-wijtooltip-pointer, .wijmo-wijtooltip .wijmo-wijtooltip-pointer-inner { + background: none; + height: 0; + position: absolute; + width: 0; +} + +.wijmo-wijtooltip-arrow-tr .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-tc .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-tl .wijmo-wijtooltip-pointer { + border-bottom-width: 14px; + border-top: 0 none; + top: -14px; + +} + +.wijmo-wijtooltip-arrow-tr .wijmo-wijtooltip-pointer { + border-left: 18px solid transparent; + border-right: 0 none; + right: 10px; +} + +.wijmo-wijtooltip-arrow-tc .wijmo-wijtooltip-pointer { + border-left: 10px solid transparent; + border-right: 10px solid transparent; + left: 50%; + margin-left: -10px; +} + +.wijmo-wijtooltip-arrow-tl .wijmo-wijtooltip-pointer { + border-left: 0 none; + border-right: 18px solid transparent; + left: 10px; +} + +.wijmo-wijtooltip-arrow-tr .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-tc .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-tl .wijmo-wijtooltip-pointer-inner { + border-bottom-color: inherit; + border-bottom-style: solid; + border-bottom-width: 10px; + bottom: -14px; + *font-size:0;line-height:0; +} + +.wijmo-wijtooltip-arrow-tr .wijmo-wijtooltip-pointer-inner { + border-left: 12px solid transparent; + border-right: 0 none; + right: 2px; +} + +.wijmo-wijtooltip-arrow-tc .wijmo-wijtooltip-pointer-inner { + border-left: 8px solid transparent; + border-right: 8px solid transparent; + left: -8px; +} + +.wijmo-wijtooltip-arrow-tl .wijmo-wijtooltip-pointer-inner { + border-left: 0 none; + border-right-style: solid; + border-right-color: inherit; + border-right-width: 12px; + left: 2px; +} + +.wijmo-wijtooltip-arrow-rb .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-rc .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-rt .wijmo-wijtooltip-pointer { + border-left-width: 14px; + border-right: 0 none; + right: -14px; +} + +.wijmo-wijtooltip-arrow-rb .wijmo-wijtooltip-pointer { + border-bottom: 0 none; + border-top: 18px solid transparent; + bottom: 10px; +} + +.wijmo-wijtooltip-arrow-rc .wijmo-wijtooltip-pointer { + border-bottom: 10px solid transparent; + border-top: 10px solid transparent; + bottom: 50%; + margin-bottom: -10px; +} + +.wijmo-wijtooltip-arrow-rt .wijmo-wijtooltip-pointer { + border-bottom: 18px solid transparent; + border-top: 0 none; + top: 10px; +} + +.wijmo-wijtooltip-arrow-rb .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-rc .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-rt .wijmo-wijtooltip-pointer-inner { + border-left-color: inherit; + border-left-style: solid; + border-left-width: 10px; + left: -14px; + *font-size:0;line-height:0; +} + + +.wijmo-wijtooltip-arrow-rb .wijmo-wijtooltip-pointer-inner { + border-bottom: 0 none; + border-top-style: solid; + border-top-color: inherit; + border-top-width: 12px; + bottom: 2px; +} + +.wijmo-wijtooltip-arrow-rc .wijmo-wijtooltip-pointer-inner { + border-bottom: 8px solid transparent; + border-top: 8px solid transparent; + bottom: -8px; +} + +.wijmo-wijtooltip-arrow-rt .wijmo-wijtooltip-pointer-inner { + border-bottom-style: solid; + border-bottom-color: inherit; + border-bottom-width: 12px; + border-top: 0 none; + top: 2px; +} + +.wijmo-wijtooltip-arrow-br .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-bc .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-bl .wijmo-wijtooltip-pointer { + border-bottom: 0 none; + border-top-width: 14px; + bottom: -14px; + +} + +.wijmo-wijtooltip-arrow-br .wijmo-wijtooltip-pointer { + border-left: 18px solid transparent; + border-right: 0 none; + right: 10px; +} + +.wijmo-wijtooltip-arrow-bc .wijmo-wijtooltip-pointer { + border-left: 10px solid transparent; + border-right: 10px solid transparent; + left: 50%; + margin-left: -10px; +} + +.wijmo-wijtooltip-arrow-bl .wijmo-wijtooltip-pointer { + border-left: 0 none; + border-right: 18px solid transparent; + left: 10px; +} + +.wijmo-wijtooltip-arrow-br .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-bc .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-bl .wijmo-wijtooltip-pointer-inner { + border-top-color: inherit; + border-top-style: solid; + border-top-width: 10px; + top: -14px; + *font-size:0;line-height:0; +} + +.wijmo-wijtooltip-arrow-br .wijmo-wijtooltip-pointer-inner { + border-left: 12px solid transparent; + border-right: 0 none; + right: 2px; +} + +.wijmo-wijtooltip-arrow-bc .wijmo-wijtooltip-pointer-inner { + border-left: 8px solid transparent; + border-right: 8px solid transparent; + left: -8px; +} + +.wijmo-wijtooltip-arrow-bl .wijmo-wijtooltip-pointer-inner { + border-left: 0 none; + border-right: 12px solid transparent; + left: 2px; +} + +.wijmo-wijtooltip-arrow-lb .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-lc .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-lt .wijmo-wijtooltip-pointer { + border-left: 0 none; + border-right-width: 14px; + left: -14px; +} + +.wijmo-wijtooltip-arrow-lb .wijmo-wijtooltip-pointer { + border-bottom: 0 none; + border-top: 18px solid transparent; + bottom: 10px; +} + +.wijmo-wijtooltip-arrow-lc .wijmo-wijtooltip-pointer { + border-bottom: 10px solid transparent; + border-top: 10px solid transparent; + bottom: 50%; + margin-bottom: -10px; +} + +.wijmo-wijtooltip-arrow-lt .wijmo-wijtooltip-pointer { + border-bottom: 18px solid transparent; + border-top: 0 none; + top: 10px; +} + +.wijmo-wijtooltip-arrow-lb .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-lc .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-lt .wijmo-wijtooltip-pointer-inner { + border-right-color: inherit; + border-right-style: solid; + border-right-width: 10px; + right: -14px; + *font-size:0;line-height:0; +} + +.wijmo-wijtooltip-arrow-lb .wijmo-wijtooltip-pointer-inner { + border-bottom: 0 none; + border-top: 12px solid transparent; + bottom: 2px; +} + +.wijmo-wijtooltip-arrow-lc .wijmo-wijtooltip-pointer-inner { + border-bottom: 8px solid transparent; + border-top: 8px solid transparent; + bottom: -8px; +} + +.wijmo-wijtooltip-arrow-lt .wijmo-wijtooltip-pointer-inner { + border-bottom-style: solid; + border-bottom-color: inherit; + border-bottom-width: 12px; + border-top: 0 none; + top: 2px; +} diff --git a/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijutil.css b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijutil.css new file mode 100755 index 0000000..62114f9 --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/css/themes/wijmo/jquery.wijmo.wijutil.css @@ -0,0 +1,13 @@ +.ui-helper-horizontal > DIV, +.ui-helper-horizontal > LI, +.ui-helper-horizontal > SPAN, +.ui-helper-horizontal > LABEL, +.ui-helper-horizontal > H1, +.ui-helper-horizontal > H2, +.ui-helper-horizontal > H3, +.ui-helper-horizontal > H4 +{ + float: left; + clear: none; + display: block; +} \ No newline at end of file diff --git a/IPython/frontend/html/notebook/static/jquery/js/autoresize.jquery.js b/IPython/frontend/html/notebook/static/jquery/js/autoresize.jquery.js new file mode 100644 index 0000000..2c1af21 --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/js/autoresize.jquery.js @@ -0,0 +1,95 @@ +/* + * jQuery autoResize (textarea auto-resizer) + * @copyright James Padolsey http://james.padolsey.com + * @version 1.04 + */ + +(function($){ + + $.fn.autoResize = function(options) { + + // Just some abstracted details, + // to make plugin users happy: + var settings = $.extend({ + onResize : function(){}, + animate : true, + animateDuration : 150, + animateCallback : function(){}, + extraSpace : 20, + limit: 1000 + }, options); + + // Only textarea's auto-resize: + this.filter('textarea').each(function(){ + console.log("Hi") + // Get rid of scrollbars and disable WebKit resizing: + var textarea = $(this).css({resize:'none','overflow-y':'hidden'}), + + // Cache original height, for use later: + origHeight = textarea.height(), + + // Need clone of textarea, hidden off screen: + clone = (function(){ + + // Properties which may effect space taken up by chracters: + var props = ['height','width','lineHeight','textDecoration','letterSpacing'], + propOb = {}; + + // Create object of styles to apply: + $.each(props, function(i, prop){ + propOb[prop] = textarea.css(prop); + }); + + // Clone the actual textarea removing unique properties + // and insert before original textarea: + return textarea.clone().removeAttr('id').removeAttr('name').css({ + position: 'absolute', + top: 0, + left: -9999 + }).css(propOb).attr('tabIndex','-1').insertBefore(textarea); + + })(), + lastScrollTop = null, + updateSize = function() { + + // Prepare the clone: + clone.height(0).val($(this).val()).scrollTop(10000); + + // Find the height of text: + var scrollTop = Math.max(clone.scrollTop(), origHeight) + settings.extraSpace, + toChange = $(this).add(clone); + + // Don't do anything if scrollTip hasen't changed: + if (lastScrollTop === scrollTop) { return; } + lastScrollTop = scrollTop; + + // Check for limit: + if ( scrollTop >= settings.limit ) { + $(this).css('overflow-y',''); + return; + } + // Fire off callback: + settings.onResize.call(this); + + // Either animate or directly apply height: + settings.animate && textarea.css('display') === 'block' ? + toChange.stop().animate({height:scrollTop}, settings.animateDuration, settings.animateCallback) + : toChange.height(scrollTop); + }; + + // Bind namespaced handlers to appropriate events: + textarea + .unbind('.dynSiz') + .bind('keyup.dynSiz', updateSize) + .bind('keydown.dynSiz', updateSize) + .bind('change.dynSiz', updateSize); + }); + + // Chain: + return this; + + }; + + + +})(jQuery); \ No newline at end of file diff --git a/IPython/frontend/html/notebook/static/jquery/js/jquery-1.5.1.min.js b/IPython/frontend/html/notebook/static/jquery/js/jquery-1.5.1.min.js new file mode 100644 index 0000000..6437874 --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/js/jquery-1.5.1.min.js @@ -0,0 +1,16 @@ +/*! + * jQuery JavaScript Library v1.5.1 + * http://jquery.com/ + * + * Copyright 2011, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2011, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Wed Feb 23 13:55:29 2011 -0500 + */ +(function(a,b){function cg(a){return d.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cd(a){if(!bZ[a]){var b=d("<"+a+">").appendTo("body"),c=b.css("display");b.remove();if(c==="none"||c==="")c="block";bZ[a]=c}return bZ[a]}function cc(a,b){var c={};d.each(cb.concat.apply([],cb.slice(0,b)),function(){c[this]=a});return c}function bY(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function bX(){try{return new a.XMLHttpRequest}catch(b){}}function bW(){d(a).unload(function(){for(var a in bU)bU[a](0,1)})}function bQ(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var e=a.dataTypes,f={},g,h,i=e.length,j,k=e[0],l,m,n,o,p;for(g=1;g=0===c})}function N(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function F(a,b){return(a&&a!=="*"?a+".":"")+b.replace(r,"`").replace(s,"&")}function E(a){var b,c,e,f,g,h,i,j,k,l,m,n,o,q=[],r=[],s=d._data(this,"events");if(a.liveFired!==this&&s&&s.live&&!a.target.disabled&&(!a.button||a.type!=="click")){a.namespace&&(n=new RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")),a.liveFired=this;var t=s.live.slice(0);for(i=0;ic)break;a.currentTarget=f.elem,a.data=f.handleObj.data,a.handleObj=f.handleObj,o=f.handleObj.origHandler.apply(f.elem,arguments);if(o===!1||a.isPropagationStopped()){c=f.level,o===!1&&(b=!1);if(a.isImmediatePropagationStopped())break}}return b}}function C(a,c,e){var f=d.extend({},e[0]);f.type=a,f.originalEvent={},f.liveFired=b,d.event.handle.call(c,f),f.isDefaultPrevented()&&e[0].preventDefault()}function w(){return!0}function v(){return!1}function g(a){for(var b in a)if(b!=="toJSON")return!1;return!0}function f(a,c,f){if(f===b&&a.nodeType===1){f=a.getAttribute("data-"+c);if(typeof f==="string"){try{f=f==="true"?!0:f==="false"?!1:f==="null"?null:d.isNaN(f)?e.test(f)?d.parseJSON(f):f:parseFloat(f)}catch(g){}d.data(a,c,f)}else f=b}return f}var c=a.document,d=function(){function I(){if(!d.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(I,1);return}d.ready()}}var d=function(a,b){return new d.fn.init(a,b,g)},e=a.jQuery,f=a.$,g,h=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,i=/\S/,j=/^\s+/,k=/\s+$/,l=/\d/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=navigator.userAgent,w,x=!1,y,z="then done fail isResolved isRejected promise".split(" "),A,B=Object.prototype.toString,C=Object.prototype.hasOwnProperty,D=Array.prototype.push,E=Array.prototype.slice,F=String.prototype.trim,G=Array.prototype.indexOf,H={};d.fn=d.prototype={constructor:d,init:function(a,e,f){var g,i,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!e&&c.body){this.context=c,this[0]=c.body,this.selector="body",this.length=1;return this}if(typeof a==="string"){g=h.exec(a);if(!g||!g[1]&&e)return!e||e.jquery?(e||f).find(a):this.constructor(e).find(a);if(g[1]){e=e instanceof d?e[0]:e,k=e?e.ownerDocument||e:c,j=m.exec(a),j?d.isPlainObject(e)?(a=[c.createElement(j[1])],d.fn.attr.call(a,e,!0)):a=[k.createElement(j[1])]:(j=d.buildFragment([g[1]],[k]),a=(j.cacheable?d.clone(j.fragment):j.fragment).childNodes);return d.merge(this,a)}i=c.getElementById(g[2]);if(i&&i.parentNode){if(i.id!==g[2])return f.find(a);this.length=1,this[0]=i}this.context=c,this.selector=a;return this}if(d.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return d.makeArray(a,this)},selector:"",jquery:"1.5.1",length:0,size:function(){return this.length},toArray:function(){return E.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var e=this.constructor();d.isArray(a)?D.apply(e,a):d.merge(e,a),e.prevObject=this,e.context=this.context,b==="find"?e.selector=this.selector+(this.selector?" ":"")+c:b&&(e.selector=this.selector+"."+b+"("+c+")");return e},each:function(a,b){return d.each(this,a,b)},ready:function(a){d.bindReady(),y.done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(E.apply(this,arguments),"slice",E.call(arguments).join(","))},map:function(a){return this.pushStack(d.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:D,sort:[].sort,splice:[].splice},d.fn.init.prototype=d.fn,d.extend=d.fn.extend=function(){var a,c,e,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i==="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!=="object"&&!d.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;y.resolveWith(c,[d]),d.fn.trigger&&d(c).trigger("ready").unbind("ready")}},bindReady:function(){if(!x){x=!0;if(c.readyState==="complete")return setTimeout(d.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",A,!1),a.addEventListener("load",d.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",A),a.attachEvent("onload",d.ready);var b=!1;try{b=a.frameElement==null}catch(e){}c.documentElement.doScroll&&b&&I()}}},isFunction:function(a){return d.type(a)==="function"},isArray:Array.isArray||function(a){return d.type(a)==="array"},isWindow:function(a){return a&&typeof a==="object"&&"setInterval"in a},isNaN:function(a){return a==null||!l.test(a)||isNaN(a)},type:function(a){return a==null?String(a):H[B.call(a)]||"object"},isPlainObject:function(a){if(!a||d.type(a)!=="object"||a.nodeType||d.isWindow(a))return!1;if(a.constructor&&!C.call(a,"constructor")&&!C.call(a.constructor.prototype,"isPrototypeOf"))return!1;var c;for(c in a){}return c===b||C.call(a,c)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw a},parseJSON:function(b){if(typeof b!=="string"||!b)return null;b=d.trim(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return a.JSON&&a.JSON.parse?a.JSON.parse(b):(new Function("return "+b))();d.error("Invalid JSON: "+b)},parseXML:function(b,c,e){a.DOMParser?(e=new DOMParser,c=e.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b)),e=c.documentElement,(!e||!e.nodeName||e.nodeName==="parsererror")&&d.error("Invalid XML: "+b);return c},noop:function(){},globalEval:function(a){if(a&&i.test(a)){var b=c.head||c.getElementsByTagName("head")[0]||c.documentElement,e=c.createElement("script");d.support.scriptEval()?e.appendChild(c.createTextNode(a)):e.text=a,b.insertBefore(e,b.firstChild),b.removeChild(e)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,e){var f,g=0,h=a.length,i=h===b||d.isFunction(a);if(e){if(i){for(f in a)if(c.apply(a[f],e)===!1)break}else for(;g1){var f=E.call(arguments,0),g=b,h=function(a){return function(b){f[a]=arguments.length>1?E.call(arguments,0):b,--g||c.resolveWith(e,f)}};while(b--)a=f[b],a&&d.isFunction(a.promise)?a.promise().then(h(b),c.reject):--g;g||c.resolveWith(e,f)}else c!==a&&c.resolve(a);return e},uaMatch:function(a){a=a.toLowerCase();var b=r.exec(a)||s.exec(a)||t.exec(a)||a.indexOf("compatible")<0&&u.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},sub:function(){function a(b,c){return new a.fn.init(b,c)}d.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.subclass=this.subclass,a.fn.init=function b(b,c){c&&c instanceof d&&!(c instanceof a)&&(c=a(c));return d.fn.init.call(this,b,c,e)},a.fn.init.prototype=a.fn;var e=a(c);return a},browser:{}}),y=d._Deferred(),d.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){H["[object "+b+"]"]=b.toLowerCase()}),w=d.uaMatch(v),w.browser&&(d.browser[w.browser]=!0,d.browser.version=w.version),d.browser.webkit&&(d.browser.safari=!0),G&&(d.inArray=function(a,b){return G.call(b,a)}),i.test(" ")&&(j=/^[\s\xA0]+/,k=/[\s\xA0]+$/),g=d(c),c.addEventListener?A=function(){c.removeEventListener("DOMContentLoaded",A,!1),d.ready()}:c.attachEvent&&(A=function(){c.readyState==="complete"&&(c.detachEvent("onreadystatechange",A),d.ready())});return d}();(function(){d.support={};var b=c.createElement("div");b.style.display="none",b.innerHTML="
a";var e=b.getElementsByTagName("*"),f=b.getElementsByTagName("a")[0],g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=b.getElementsByTagName("input")[0];if(e&&e.length&&f){d.support={leadingWhitespace:b.firstChild.nodeType===3,tbody:!b.getElementsByTagName("tbody").length,htmlSerialize:!!b.getElementsByTagName("link").length,style:/red/.test(f.getAttribute("style")),hrefNormalized:f.getAttribute("href")==="/a",opacity:/^0.55$/.test(f.style.opacity),cssFloat:!!f.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,deleteExpando:!0,optDisabled:!1,checkClone:!1,noCloneEvent:!0,noCloneChecked:!0,boxModel:null,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableHiddenOffsets:!0},i.checked=!0,d.support.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,d.support.optDisabled=!h.disabled;var j=null;d.support.scriptEval=function(){if(j===null){var b=c.documentElement,e=c.createElement("script"),f="script"+d.now();try{e.appendChild(c.createTextNode("window."+f+"=1;"))}catch(g){}b.insertBefore(e,b.firstChild),a[f]?(j=!0,delete a[f]):j=!1,b.removeChild(e),b=e=f=null}return j};try{delete b.test}catch(k){d.support.deleteExpando=!1}!b.addEventListener&&b.attachEvent&&b.fireEvent&&(b.attachEvent("onclick",function l(){d.support.noCloneEvent=!1,b.detachEvent("onclick",l)}),b.cloneNode(!0).fireEvent("onclick")),b=c.createElement("div"),b.innerHTML="";var m=c.createDocumentFragment();m.appendChild(b.firstChild),d.support.checkClone=m.cloneNode(!0).cloneNode(!0).lastChild.checked,d(function(){var a=c.createElement("div"),b=c.getElementsByTagName("body")[0];if(b){a.style.width=a.style.paddingLeft="1px",b.appendChild(a),d.boxModel=d.support.boxModel=a.offsetWidth===2,"zoom"in a.style&&(a.style.display="inline",a.style.zoom=1,d.support.inlineBlockNeedsLayout=a.offsetWidth===2,a.style.display="",a.innerHTML="
",d.support.shrinkWrapBlocks=a.offsetWidth!==2),a.innerHTML="
t
";var e=a.getElementsByTagName("td");d.support.reliableHiddenOffsets=e[0].offsetHeight===0,e[0].style.display="",e[1].style.display="none",d.support.reliableHiddenOffsets=d.support.reliableHiddenOffsets&&e[0].offsetHeight===0,a.innerHTML="",b.removeChild(a).style.display="none",a=e=null}});var n=function(a){var b=c.createElement("div");a="on"+a;if(!b.attachEvent)return!0;var d=a in b;d||(b.setAttribute(a,"return;"),d=typeof b[a]==="function"),b=null;return d};d.support.submitBubbles=n("submit"),d.support.changeBubbles=n("change"),b=e=f=null}})();var e=/^(?:\{.*\}|\[.*\])$/;d.extend({cache:{},uuid:0,expando:"jQuery"+(d.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?d.cache[a[d.expando]]:a[d.expando];return!!a&&!g(a)},data:function(a,c,e,f){if(d.acceptData(a)){var g=d.expando,h=typeof c==="string",i,j=a.nodeType,k=j?d.cache:a,l=j?a[d.expando]:a[d.expando]&&d.expando;if((!l||f&&l&&!k[l][g])&&h&&e===b)return;l||(j?a[d.expando]=l=++d.uuid:l=d.expando),k[l]||(k[l]={},j||(k[l].toJSON=d.noop));if(typeof c==="object"||typeof c==="function")f?k[l][g]=d.extend(k[l][g],c):k[l]=d.extend(k[l],c);i=k[l],f&&(i[g]||(i[g]={}),i=i[g]),e!==b&&(i[c]=e);if(c==="events"&&!i[c])return i[g]&&i[g].events;return h?i[c]:i}},removeData:function(b,c,e){if(d.acceptData(b)){var f=d.expando,h=b.nodeType,i=h?d.cache:b,j=h?b[d.expando]:d.expando;if(!i[j])return;if(c){var k=e?i[j][f]:i[j];if(k){delete k[c];if(!g(k))return}}if(e){delete i[j][f];if(!g(i[j]))return}var l=i[j][f];d.support.deleteExpando||i!=a?delete i[j]:i[j]=null,l?(i[j]={},h||(i[j].toJSON=d.noop),i[j][f]=l):h&&(d.support.deleteExpando?delete b[d.expando]:b.removeAttribute?b.removeAttribute(d.expando):b[d.expando]=null)}},_data:function(a,b,c){return d.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=d.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),d.fn.extend({data:function(a,c){var e=null;if(typeof a==="undefined"){if(this.length){e=d.data(this[0]);if(this[0].nodeType===1){var g=this[0].attributes,h;for(var i=0,j=g.length;i-1)return!0;return!1},val:function(a){if(!arguments.length){var c=this[0];if(c){if(d.nodeName(c,"option")){var e=c.attributes.value;return!e||e.specified?c.value:c.text}if(d.nodeName(c,"select")){var f=c.selectedIndex,g=[],h=c.options,i=c.type==="select-one";if(f<0)return null;for(var k=i?f:0,l=i?f+1:h.length;k=0;else if(d.nodeName(this,"select")){var f=d.makeArray(e);d("option",this).each(function(){this.selected=d.inArray(d(this).val(),f)>=0}),f.length||(this.selectedIndex=-1)}else this.value=e}})}}),d.extend({attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,e,f){if(!a||a.nodeType===3||a.nodeType===8||a.nodeType===2)return b;if(f&&c in d.attrFn)return d(a)[c](e);var g=a.nodeType!==1||!d.isXMLDoc(a),h=e!==b;c=g&&d.props[c]||c;if(a.nodeType===1){var i=k.test(c);if(c==="selected"&&!d.support.optSelected){var j=a.parentNode;j&&(j.selectedIndex,j.parentNode&&j.parentNode.selectedIndex)}if((c in a||a[c]!==b)&&g&&!i){h&&(c==="type"&&l.test(a.nodeName)&&a.parentNode&&d.error("type property can't be changed"),e===null?a.nodeType===1&&a.removeAttribute(c):a[c]=e);if(d.nodeName(a,"form")&&a.getAttributeNode(c))return a.getAttributeNode(c).nodeValue;if(c==="tabIndex"){var o=a.getAttributeNode("tabIndex");return o&&o.specified?o.value:m.test(a.nodeName)||n.test(a.nodeName)&&a.href?0:b}return a[c]}if(!d.support.style&&g&&c==="style"){h&&(a.style.cssText=""+e);return a.style.cssText}h&&a.setAttribute(c,""+e);if(!a.attributes[c]&&(a.hasAttribute&&!a.hasAttribute(c)))return b;var p=!d.support.hrefNormalized&&g&&i?a.getAttribute(c,2):a.getAttribute(c);return p===null?b:p}h&&(a[c]=e);return a[c]}});var p=/\.(.*)$/,q=/^(?:textarea|input|select)$/i,r=/\./g,s=/ /g,t=/[^\w\s.|`]/g,u=function(a){return a.replace(t,"\\$&")};d.event={add:function(c,e,f,g){if(c.nodeType!==3&&c.nodeType!==8){try{d.isWindow(c)&&(c!==a&&!c.frameElement)&&(c=a)}catch(h){}if(f===!1)f=v;else if(!f)return;var i,j;f.handler&&(i=f,f=i.handler),f.guid||(f.guid=d.guid++);var k=d._data(c);if(!k)return;var l=k.events,m=k.handle;l||(k.events=l={}),m||(k.handle=m=function(){return typeof d!=="undefined"&&!d.event.triggered?d.event.handle.apply(m.elem,arguments):b}),m.elem=c,e=e.split(" ");var n,o=0,p;while(n=e[o++]){j=i?d.extend({},i):{handler:f,data:g},n.indexOf(".")>-1?(p=n.split("."),n=p.shift(),j.namespace=p.slice(0).sort().join(".")):(p=[],j.namespace=""),j.type=n,j.guid||(j.guid=f.guid);var q=l[n],r=d.event.special[n]||{};if(!q){q=l[n]=[];if(!r.setup||r.setup.call(c,g,p,m)===!1)c.addEventListener?c.addEventListener(n,m,!1):c.attachEvent&&c.attachEvent("on"+n,m)}r.add&&(r.add.call(c,j),j.handler.guid||(j.handler.guid=f.guid)),q.push(j),d.event.global[n]=!0}c=null}},global:{},remove:function(a,c,e,f){if(a.nodeType!==3&&a.nodeType!==8){e===!1&&(e=v);var g,h,i,j,k=0,l,m,n,o,p,q,r,s=d.hasData(a)&&d._data(a),t=s&&s.events;if(!s||!t)return;c&&c.type&&(e=c.handler,c=c.type);if(!c||typeof c==="string"&&c.charAt(0)==="."){c=c||"";for(h in t)d.event.remove(a,h+c);return}c=c.split(" ");while(h=c[k++]){r=h,q=null,l=h.indexOf(".")<0,m=[],l||(m=h.split("."),h=m.shift(),n=new RegExp("(^|\\.)"+d.map(m.slice(0).sort(),u).join("\\.(?:.*\\.)?")+"(\\.|$)")),p=t[h];if(!p)continue;if(!e){for(j=0;j=0&&(a.type=f=f.slice(0,-1),a.exclusive=!0),e||(a.stopPropagation(),d.event.global[f]&&d.each(d.cache,function(){var b=d.expando,e=this[b];e&&e.events&&e.events[f]&&d.event.trigger(a,c,e.handle.elem)}));if(!e||e.nodeType===3||e.nodeType===8)return b;a.result=b,a.target=e,c=d.makeArray(c),c.unshift(a)}a.currentTarget=e;var h=d._data(e,"handle");h&&h.apply(e,c);var i=e.parentNode||e.ownerDocument;try{e&&e.nodeName&&d.noData[e.nodeName.toLowerCase()]||e["on"+f]&&e["on"+f].apply(e,c)===!1&&(a.result=!1,a.preventDefault())}catch(j){}if(!a.isPropagationStopped()&&i)d.event.trigger(a,c,i,!0);else if(!a.isDefaultPrevented()){var k,l=a.target,m=f.replace(p,""),n=d.nodeName(l,"a")&&m==="click",o=d.event.special[m]||{};if((!o._default||o._default.call(e,a)===!1)&&!n&&!(l&&l.nodeName&&d.noData[l.nodeName.toLowerCase()])){try{l[m]&&(k=l["on"+m],k&&(l["on"+m]=null),d.event.triggered=!0,l[m]())}catch(q){}k&&(l["on"+m]=k),d.event.triggered=!1}}},handle:function(c){var e,f,g,h,i,j=[],k=d.makeArray(arguments);c=k[0]=d.event.fix(c||a.event),c.currentTarget=this,e=c.type.indexOf(".")<0&&!c.exclusive,e||(g=c.type.split("."),c.type=g.shift(),j=g.slice(0).sort(),h=new RegExp("(^|\\.)"+j.join("\\.(?:.*\\.)?")+"(\\.|$)")),c.namespace=c.namespace||j.join("."),i=d._data(this,"events"),f=(i||{})[c.type];if(i&&f){f=f.slice(0);for(var l=0,m=f.length;l-1?d.map(a.options,function(a){return a.selected}).join("-"):"":a.nodeName.toLowerCase()==="select"&&(c=a.selectedIndex);return c},B=function B(a){var c=a.target,e,f;if(q.test(c.nodeName)&&!c.readOnly){e=d._data(c,"_change_data"),f=A(c),(a.type!=="focusout"||c.type!=="radio")&&d._data(c,"_change_data",f);if(e===b||f===e)return;if(e!=null||f)a.type="change",a.liveFired=b,d.event.trigger(a,arguments[1],c)}};d.event.special.change={filters:{focusout:B,beforedeactivate:B,click:function(a){var b=a.target,c=b.type;(c==="radio"||c==="checkbox"||b.nodeName.toLowerCase()==="select")&&B.call(this,a)},keydown:function(a){var b=a.target,c=b.type;(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(c==="checkbox"||c==="radio")||c==="select-multiple")&&B.call(this,a)},beforeactivate:function(a){var b=a.target;d._data(b,"_change_data",A(b))}},setup:function(a,b){if(this.type==="file")return!1;for(var c in z)d.event.add(this,c+".specialChange",z[c]);return q.test(this.nodeName)},teardown:function(a){d.event.remove(this,".specialChange");return q.test(this.nodeName)}},z=d.event.special.change.filters,z.focus=z.beforeactivate}c.addEventListener&&d.each({focus:"focusin",blur:"focusout"},function(a,b){function c(a){a=d.event.fix(a),a.type=b;return d.event.handle.call(this,a)}d.event.special[b]={setup:function(){this.addEventListener(a,c,!0)},teardown:function(){this.removeEventListener(a,c,!0)}}}),d.each(["bind","one"],function(a,c){d.fn[c]=function(a,e,f){if(typeof a==="object"){for(var g in a)this[c](g,e,a[g],f);return this}if(d.isFunction(e)||e===!1)f=e,e=b;var h=c==="one"?d.proxy(f,function(a){d(this).unbind(a,h);return f.apply(this,arguments)}):f;if(a==="unload"&&c!=="one")this.one(a,e,f);else for(var i=0,j=this.length;i0?this.bind(b,a,c):this.trigger(b)},d.attrFn&&(d.attrFn[b]=!0)}),function(){function u(a,b,c,d,e,f){for(var g=0,h=d.length;g0){j=i;break}}i=i[a]}d[g]=j}}}function t(a,b,c,d,e,f){for(var g=0,h=d.length;g+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,f=Object.prototype.toString,g=!1,h=!0,i=/\\/g,j=/\W/;[0,0].sort(function(){h=!1;return 0});var k=function(b,d,e,g){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!=="string")return e;var i,j,n,o,q,r,s,t,u=!0,w=k.isXML(d),x=[],y=b;do{a.exec(""),i=a.exec(y);if(i){y=i[3],x.push(i[1]);if(i[2]){o=i[3];break}}}while(i);if(x.length>1&&m.exec(b))if(x.length===2&&l.relative[x[0]])j=v(x[0]+x[1],d);else{j=l.relative[x[0]]?[d]:k(x.shift(),d);while(x.length)b=x.shift(),l.relative[b]&&(b+=x.shift()),j=v(b,j)}else{!g&&x.length>1&&d.nodeType===9&&!w&&l.match.ID.test(x[0])&&!l.match.ID.test(x[x.length-1])&&(q=k.find(x.shift(),d,w),d=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]);if(d){q=g?{expr:x.pop(),set:p(g)}:k.find(x.pop(),x.length===1&&(x[0]==="~"||x[0]==="+")&&d.parentNode?d.parentNode:d,w),j=q.expr?k.filter(q.expr,q.set):q.set,x.length>0?n=p(j):u=!1;while(x.length)r=x.pop(),s=r,l.relative[r]?s=x.pop():r="",s==null&&(s=d),l.relative[r](n,s,w)}else n=x=[]}n||(n=j),n||k.error(r||b);if(f.call(n)==="[object Array]")if(u)if(d&&d.nodeType===1)for(t=0;n[t]!=null;t++)n[t]&&(n[t]===!0||n[t].nodeType===1&&k.contains(d,n[t]))&&e.push(j[t]);else for(t=0;n[t]!=null;t++)n[t]&&n[t].nodeType===1&&e.push(j[t]);else e.push.apply(e,n);else p(n,e);o&&(k(o,h,e,g),k.uniqueSort(e));return e};k.uniqueSort=function(a){if(r){g=h,a.sort(r);if(g)for(var b=1;b0},k.find=function(a,b,c){var d;if(!a)return[];for(var e=0,f=l.order.length;e":function(a,b){var c,d=typeof b==="string",e=0,f=a.length;if(d&&!j.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(i,"")},TAG:function(a,b){return a[1].replace(i,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||k.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&k.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(i,"");!f&&l.attrMap[g]&&(a[1]=l.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(i,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=k(b[3],null,null,c);else{var g=k.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(l.match.POS.test(b[0])||l.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!k(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){return"text"===a.getAttribute("type")},radio:function(a){return"radio"===a.type},checkbox:function(a){return"checkbox"===a.type},file:function(a){return"file"===a.type},password:function(a){return"password"===a.type},submit:function(a){return"submit"===a.type},image:function(a){return"image"===a.type},reset:function(a){return"reset"===a.type},button:function(a){return"button"===a.type||a.nodeName.toLowerCase()==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=l.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||k.getText([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=l.attrHandle[c]?l.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=l.setFilters[e];if(f)return f(a,c,b,d)}}},m=l.match.POS,n=function(a,b){return"\\"+(b-0+1)};for(var o in l.match)l.match[o]=new RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\r|\n)*?)/.source+l.match[o].source.replace(/\\(\d+)/g,n));var p=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(q){p=function(a,b){var c=0,d=b||[];if(f.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length==="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(l.find.ID=function(a,c,d){if(typeof c.getElementById!=="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!=="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},l.filter.ID=function(a,b){var c=typeof a.getAttributeNode!=="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(l.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!=="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(l.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=k,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){k=function(b,e,f,g){e=e||c;if(!g&&!k.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return p(e.getElementsByTagName(b),f);if(h[2]&&l.find.CLASS&&e.getElementsByClassName)return p(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return p([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return p([],f);if(i.id===h[3])return p([i],f)}try{return p(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var m=e,n=e.getAttribute("id"),o=n||d,q=e.parentNode,r=/^\s*[+~]/.test(b);n?o=o.replace(/'/g,"\\$&"):e.setAttribute("id",o),r&&q&&(e=e.parentNode);try{if(!r||q)return p(e.querySelectorAll("[id='"+o+"'] "+b),f)}catch(s){}finally{n||m.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)k[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector,d=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(e){d=!0}b&&(k.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(a))try{if(d||!l.match.PSEUDO.test(c)&&!/!=/.test(c))return b.call(a,c)}catch(e){}return k(c,null,null,[a]).length>0})}(),function(){var a=c.createElement("div");a.innerHTML="
";if(a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;l.order.splice(1,0,"CLASS"),l.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!=="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?k.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?k.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:k.contains=function(){return!1},k.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var v=function(a,b){var c,d=[],e="",f=b.nodeType?[b]:b;while(c=l.match.PSEUDO.exec(a))e+=c[0],a=a.replace(l.match.PSEUDO,"");a=l.relative[a]?a+"*":a;for(var g=0,h=f.length;g0)for(var g=c;g0},closest:function(a,b){var c=[],e,f,g=this[0];if(d.isArray(a)){var h,i,j={},k=1;if(g&&a.length){for(e=0,f=a.length;e-1:d(g).is(h))&&c.push({selector:i,elem:g,level:k});g=g.parentNode,k++}}return c}var l=L.test(a)?d(a,b||this.context):null;for(e=0,f=this.length;e-1:d.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b)break}}c=c.length>1?d.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a||typeof a==="string")return d.inArray(this[0],a?d(a):this.parent().children());return d.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a==="string"?d(a,b):d.makeArray(a),e=d.merge(this.get(),c);return this.pushStack(N(c[0])||N(e[0])?e:d.unique(e))},andSelf:function(){return this.add(this.prevObject)}}),d.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return d.dir(a,"parentNode")},parentsUntil:function(a,b,c){return d.dir(a,"parentNode",c)},next:function(a){return d.nth(a,2,"nextSibling")},prev:function(a){return d.nth(a,2,"previousSibling")},nextAll:function(a){return d.dir(a,"nextSibling")},prevAll:function(a){return d.dir(a,"previousSibling")},nextUntil:function(a,b,c){return d.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return d.dir(a,"previousSibling",c)},siblings:function(a){return d.sibling(a.parentNode.firstChild,a)},children:function(a){return d.sibling(a.firstChild)},contents:function(a){return d.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:d.makeArray(a.childNodes)}},function(a,b){d.fn[a]=function(c,e){var f=d.map(this,b,c),g=K.call(arguments);G.test(a)||(e=c),e&&typeof e==="string"&&(f=d.filter(e,f)),f=this.length>1&&!M[a]?d.unique(f):f,(this.length>1||I.test(e))&&H.test(a)&&(f=f.reverse());return this.pushStack(f,a,g.join(","))}}),d.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?d.find.matchesSelector(b[0],a)?[b[0]]:[]:d.find.matches(a,b)},dir:function(a,c,e){var f=[],g=a[c];while(g&&g.nodeType!==9&&(e===b||g.nodeType!==1||!d(g).is(e)))g.nodeType===1&&f.push(g),g=g[c];return f},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var P=/ jQuery\d+="(?:\d+|null)"/g,Q=/^\s+/,R=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,S=/<([\w:]+)/,T=/",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]};X.optgroup=X.option,X.tbody=X.tfoot=X.colgroup=X.caption=X.thead,X.th=X.td,d.support.htmlSerialize||(X._default=[1,"div
","
"]),d.fn.extend({text:function(a){if(d.isFunction(a))return this.each(function(b){var c=d(this);c.text(a.call(this,b,c.text()))});if(typeof a!=="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return d.text(this)},wrapAll:function(a){if(d.isFunction(a))return this.each(function(b){d(this).wrapAll(a.call(this,b))});if(this[0]){var b=d(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(d.isFunction(a))return this.each(function(b){d(this).wrapInner(a.call(this,b))});return this.each(function(){var b=d(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){d(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){d.nodeName(this,"body")||d(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=d(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,d(arguments[0]).toArray());return a}},remove:function(a,b){for(var c=0,e;(e=this[c])!=null;c++)if(!a||d.filter(a,[e]).length)!b&&e.nodeType===1&&(d.cleanData(e.getElementsByTagName("*")),d.cleanData([e])),e.parentNode&&e.parentNode.removeChild(e);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&d.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return d.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(P,""):null;if(typeof a!=="string"||V.test(a)||!d.support.leadingWhitespace&&Q.test(a)||X[(S.exec(a)||["",""])[1].toLowerCase()])d.isFunction(a)?this.each(function(b){var c=d(this);c.html(a.call(this,b,c.html()))}):this.empty().append(a);else{a=a.replace(R,"<$1>");try{for(var c=0,e=this.length;c1&&l0?this.clone(!0):this).get();d(f[h])[b](j),e=e.concat(j)}return this.pushStack(e,a,f.selector)}}),d.extend({clone:function(a,b,c){var e=a.cloneNode(!0),f,g,h;if((!d.support.noCloneEvent||!d.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!d.isXMLDoc(a)){$(a,e),f=_(a),g=_(e);for(h=0;f[h];++h)$(f[h],g[h])}if(b){Z(a,e);if(c){f=_(a),g=_(e);for(h=0;f[h];++h)Z(f[h],g[h])}}return e},clean:function(a,b,e,f){b=b||c,typeof b.createElement==="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var g=[];for(var h=0,i;(i=a[h])!=null;h++){typeof i==="number"&&(i+="");if(!i)continue;if(typeof i!=="string"||U.test(i)){if(typeof i==="string"){i=i.replace(R,"<$1>");var j=(S.exec(i)||["",""])[1].toLowerCase(),k=X[j]||X._default,l=k[0],m=b.createElement("div");m.innerHTML=k[1]+i+k[2];while(l--)m=m.lastChild;if(!d.support.tbody){var n=T.test(i),o=j==="table"&&!n?m.firstChild&&m.firstChild.childNodes:k[1]===""&&!n?m.childNodes:[];for(var p=o.length-1;p>=0;--p)d.nodeName(o[p],"tbody")&&!o[p].childNodes.length&&o[p].parentNode.removeChild(o[p])}!d.support.leadingWhitespace&&Q.test(i)&&m.insertBefore(b.createTextNode(Q.exec(i)[0]),m.firstChild),i=m.childNodes}}else i=b.createTextNode(i);i.nodeType?g.push(i):g=d.merge(g,i)}if(e)for(h=0;g[h];h++)!f||!d.nodeName(g[h],"script")||g[h].type&&g[h].type.toLowerCase()!=="text/javascript"?(g[h].nodeType===1&&g.splice.apply(g,[h+1,0].concat(d.makeArray(g[h].getElementsByTagName("script")))),e.appendChild(g[h])):f.push(g[h].parentNode?g[h].parentNode.removeChild(g[h]):g[h]);return g},cleanData:function(a){var b,c,e=d.cache,f=d.expando,g=d.event.special,h=d.support.deleteExpando;for(var i=0,j;(j=a[i])!=null;i++){if(j.nodeName&&d.noData[j.nodeName.toLowerCase()])continue;c=j[d.expando];if(c){b=e[c]&&e[c][f];if(b&&b.events){for(var k in b.events)g[k]?d.event.remove(j,k):d.removeEvent(j,k,b.handle);b.handle&&(b.handle.elem=null)}h?delete j[d.expando]:j.removeAttribute&&j.removeAttribute(d.expando),delete e[c]}}}});var bb=/alpha\([^)]*\)/i,bc=/opacity=([^)]*)/,bd=/-([a-z])/ig,be=/([A-Z])/g,bf=/^-?\d+(?:px)?$/i,bg=/^-?\d/,bh={position:"absolute",visibility:"hidden",display:"block"},bi=["Left","Right"],bj=["Top","Bottom"],bk,bl,bm,bn=function(a,b){return b.toUpperCase()};d.fn.css=function(a,c){if(arguments.length===2&&c===b)return this;return d.access(this,a,c,!0,function(a,c,e){return e!==b?d.style(a,c,e):d.css(a,c)})},d.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=bk(a,"opacity","opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{zIndex:!0,fontWeight:!0,opacity:!0,zoom:!0,lineHeight:!0},cssProps:{"float":d.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,e,f){if(a&&a.nodeType!==3&&a.nodeType!==8&&a.style){var g,h=d.camelCase(c),i=a.style,j=d.cssHooks[h];c=d.cssProps[h]||h;if(e===b){if(j&&"get"in j&&(g=j.get(a,!1,f))!==b)return g;return i[c]}if(typeof e==="number"&&isNaN(e)||e==null)return;typeof e==="number"&&!d.cssNumber[h]&&(e+="px");if(!j||!("set"in j)||(e=j.set(a,e))!==b)try{i[c]=e}catch(k){}}},css:function(a,c,e){var f,g=d.camelCase(c),h=d.cssHooks[g];c=d.cssProps[g]||g;if(h&&"get"in h&&(f=h.get(a,!0,e))!==b)return f;if(bk)return bk(a,c,g)},swap:function(a,b,c){var d={};for(var e in b)d[e]=a.style[e],a.style[e]=b[e];c.call(a);for(e in b)a.style[e]=d[e]},camelCase:function(a){return a.replace(bd,bn)}}),d.curCSS=d.css,d.each(["height","width"],function(a,b){d.cssHooks[b]={get:function(a,c,e){var f;if(c){a.offsetWidth!==0?f=bo(a,b,e):d.swap(a,bh,function(){f=bo(a,b,e)});if(f<=0){f=bk(a,b,b),f==="0px"&&bm&&(f=bm(a,b,b));if(f!=null)return f===""||f==="auto"?"0px":f}if(f<0||f==null){f=a.style[b];return f===""||f==="auto"?"0px":f}return typeof f==="string"?f:f+"px"}},set:function(a,b){if(!bf.test(b))return b;b=parseFloat(b);if(b>=0)return b+"px"}}}),d.support.opacity||(d.cssHooks.opacity={get:function(a,b){return bc.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style;c.zoom=1;var e=d.isNaN(b)?"":"alpha(opacity="+b*100+")",f=c.filter||"";c.filter=bb.test(f)?f.replace(bb,e):c.filter+" "+e}}),c.defaultView&&c.defaultView.getComputedStyle&&(bl=function(a,c,e){var f,g,h;e=e.replace(be,"-$1").toLowerCase();if(!(g=a.ownerDocument.defaultView))return b;if(h=g.getComputedStyle(a,null))f=h.getPropertyValue(e),f===""&&!d.contains(a.ownerDocument.documentElement,a)&&(f=d.style(a,e));return f}),c.documentElement.currentStyle&&(bm=function(a,b){var c,d=a.currentStyle&&a.currentStyle[b],e=a.runtimeStyle&&a.runtimeStyle[b],f=a.style;!bf.test(d)&&bg.test(d)&&(c=f.left,e&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":d||0,d=f.pixelLeft+"px",f.left=c,e&&(a.runtimeStyle.left=e));return d===""?"auto":d}),bk=bl||bm,d.expr&&d.expr.filters&&(d.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!d.support.reliableHiddenOffsets&&(a.style.display||d.css(a,"display"))==="none"},d.expr.filters.visible=function(a){return!d.expr.filters.hidden(a)});var bp=/%20/g,bq=/\[\]$/,br=/\r?\n/g,bs=/#.*$/,bt=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bu=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bv=/(?:^file|^widget|\-extension):$/,bw=/^(?:GET|HEAD)$/,bx=/^\/\//,by=/\?/,bz=/)<[^<]*)*<\/script>/gi,bA=/^(?:select|textarea)/i,bB=/\s+/,bC=/([?&])_=[^&]*/,bD=/(^|\-)([a-z])/g,bE=function(a,b,c){return b+c.toUpperCase()},bF=/^([\w\+\.\-]+:)\/\/([^\/?#:]*)(?::(\d+))?/,bG=d.fn.load,bH={},bI={},bJ,bK;try{bJ=c.location.href}catch(bL){bJ=c.createElement("a"),bJ.href="",bJ=bJ.href}bK=bF.exec(bJ.toLowerCase()),d.fn.extend({load:function(a,c,e){if(typeof a!=="string"&&bG)return bG.apply(this,arguments);if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var g=a.slice(f,a.length);a=a.slice(0,f)}var h="GET";c&&(d.isFunction(c)?(e=c,c=b):typeof c==="object"&&(c=d.param(c,d.ajaxSettings.traditional),h="POST"));var i=this;d.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?d("
").append(c.replace(bz,"")).find(g):c)),e&&i.each(e,[c,b,a])}});return this},serialize:function(){return d.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?d.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bA.test(this.nodeName)||bu.test(this.type))}).map(function(a,b){var c=d(this).val();return c==null?null:d.isArray(c)?d.map(c,function(a,c){return{name:b.name,value:a.replace(br,"\r\n")}}):{name:b.name,value:c.replace(br,"\r\n")}}).get()}}),d.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){d.fn[b]=function(a){return this.bind(b,a)}}),d.each(["get","post"],function(a,c){d[c]=function(a,e,f,g){d.isFunction(e)&&(g=g||f,f=e,e=b);return d.ajax({type:c,url:a,data:e,success:f,dataType:g})}}),d.extend({getScript:function(a,c){return d.get(a,b,c,"script")},getJSON:function(a,b,c){return d.get(a,b,c,"json")},ajaxSetup:function(a,b){b?d.extend(!0,a,d.ajaxSettings,b):(b=a,a=d.extend(!0,d.ajaxSettings,b));for(var c in {context:1,url:1})c in b?a[c]=b[c]:c in d.ajaxSettings&&(a[c]=d.ajaxSettings[c]);return a},ajaxSettings:{url:bJ,isLocal:bv.test(bK[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":d.parseJSON,"text xml":d.parseXML}},ajaxPrefilter:bM(bH),ajaxTransport:bM(bI),ajax:function(a,c){function v(a,c,l,n){if(r!==2){r=2,p&&clearTimeout(p),o=b,m=n||"",u.readyState=a?4:0;var q,t,v,w=l?bP(e,u,l):b,x,y;if(a>=200&&a<300||a===304){if(e.ifModified){if(x=u.getResponseHeader("Last-Modified"))d.lastModified[k]=x;if(y=u.getResponseHeader("Etag"))d.etag[k]=y}if(a===304)c="notmodified",q=!0;else try{t=bQ(e,w),c="success",q=!0}catch(z){c="parsererror",v=z}}else{v=c;if(!c||a)c="error",a<0&&(a=0)}u.status=a,u.statusText=c,q?h.resolveWith(f,[t,c,u]):h.rejectWith(f,[u,c,v]),u.statusCode(j),j=b,s&&g.trigger("ajax"+(q?"Success":"Error"),[u,e,q?t:v]),i.resolveWith(f,[u,c]),s&&(g.trigger("ajaxComplete",[u,e]),--d.active||d.event.trigger("ajaxStop"))}}typeof a==="object"&&(c=a,a=b),c=c||{};var e=d.ajaxSetup({},c),f=e.context||e,g=f!==e&&(f.nodeType||f instanceof d)?d(f):d.event,h=d.Deferred(),i=d._Deferred(),j=e.statusCode||{},k,l={},m,n,o,p,q,r=0,s,t,u={readyState:0,setRequestHeader:function(a,b){r||(l[a.toLowerCase().replace(bD,bE)]=b);return this},getAllResponseHeaders:function(){return r===2?m:null},getResponseHeader:function(a){var c;if(r===2){if(!n){n={};while(c=bt.exec(m))n[c[1].toLowerCase()]=c[2]}c=n[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){r||(e.mimeType=a);return this},abort:function(a){a=a||"abort",o&&o.abort(a),v(0,a);return this}};h.promise(u),u.success=u.done,u.error=u.fail,u.complete=i.done,u.statusCode=function(a){if(a){var b;if(r<2)for(b in a)j[b]=[j[b],a[b]];else b=a[u.status],u.then(b,b)}return this},e.url=((a||e.url)+"").replace(bs,"").replace(bx,bK[1]+"//"),e.dataTypes=d.trim(e.dataType||"*").toLowerCase().split(bB),e.crossDomain||(q=bF.exec(e.url.toLowerCase()),e.crossDomain=q&&(q[1]!=bK[1]||q[2]!=bK[2]||(q[3]||(q[1]==="http:"?80:443))!=(bK[3]||(bK[1]==="http:"?80:443)))),e.data&&e.processData&&typeof e.data!=="string"&&(e.data=d.param(e.data,e.traditional)),bN(bH,e,c,u);if(r===2)return!1;s=e.global,e.type=e.type.toUpperCase(),e.hasContent=!bw.test(e.type),s&&d.active++===0&&d.event.trigger("ajaxStart");if(!e.hasContent){e.data&&(e.url+=(by.test(e.url)?"&":"?")+e.data),k=e.url;if(e.cache===!1){var w=d.now(),x=e.url.replace(bC,"$1_="+w);e.url=x+(x===e.url?(by.test(e.url)?"&":"?")+"_="+w:"")}}if(e.data&&e.hasContent&&e.contentType!==!1||c.contentType)l["Content-Type"]=e.contentType;e.ifModified&&(k=k||e.url,d.lastModified[k]&&(l["If-Modified-Since"]=d.lastModified[k]),d.etag[k]&&(l["If-None-Match"]=d.etag[k])),l.Accept=e.dataTypes[0]&&e.accepts[e.dataTypes[0]]?e.accepts[e.dataTypes[0]]+(e.dataTypes[0]!=="*"?", */*; q=0.01":""):e.accepts["*"];for(t in e.headers)u.setRequestHeader(t,e.headers[t]);if(e.beforeSend&&(e.beforeSend.call(f,u,e)===!1||r===2)){u.abort();return!1}for(t in {success:1,error:1,complete:1})u[t](e[t]);o=bN(bI,e,c,u);if(o){u.readyState=1,s&&g.trigger("ajaxSend",[u,e]),e.async&&e.timeout>0&&(p=setTimeout(function(){u.abort("timeout")},e.timeout));try{r=1,o.send(l,v)}catch(y){status<2?v(-1,y):d.error(y)}}else v(-1,"No Transport");return u},param:function(a,c){var e=[],f=function(a,b){b=d.isFunction(b)?b():b,e[e.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=d.ajaxSettings.traditional);if(d.isArray(a)||a.jquery&&!d.isPlainObject(a))d.each(a,function(){f(this.name,this.value)});else for(var g in a)bO(g,a[g],c,f);return e.join("&").replace(bp,"+")}}),d.extend({active:0,lastModified:{},etag:{}});var bR=d.now(),bS=/(\=)\?(&|$)|()\?\?()/i;d.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return d.expando+"_"+bR++}}),d.ajaxPrefilter("json jsonp",function(b,c,e){var f=typeof b.data==="string";if(b.dataTypes[0]==="jsonp"||c.jsonpCallback||c.jsonp!=null||b.jsonp!==!1&&(bS.test(b.url)||f&&bS.test(b.data))){var g,h=b.jsonpCallback=d.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2",m=function(){a[h]=i,g&&d.isFunction(i)&&a[h](g[0])};b.jsonp!==!1&&(j=j.replace(bS,l),b.url===j&&(f&&(k=k.replace(bS,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},e.then(m,m),b.converters["script json"]=function(){g||d.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),d.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){d.globalEval(a);return a}}}),d.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),d.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var bT=d.now(),bU,bV;d.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&bX()||bY()}:bX,bV=d.ajaxSettings.xhr(),d.support.ajax=!!bV,d.support.cors=bV&&"withCredentials"in bV,bV=b,d.support.ajax&&d.ajaxTransport(function(a){if(!a.crossDomain||d.support.cors){var c;return{send:function(e,f){var g=a.xhr(),h,i;a.username?g.open(a.type,a.url,a.async,a.username,a.password):g.open(a.type,a.url,a.async);if(a.xhrFields)for(i in a.xhrFields)g[i]=a.xhrFields[i];a.mimeType&&g.overrideMimeType&&g.overrideMimeType(a.mimeType),(!a.crossDomain||a.hasContent)&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(i in e)g.setRequestHeader(i,e[i])}catch(j){}g.send(a.hasContent&&a.data||null),c=function(e,i){var j,k,l,m,n;try{if(c&&(i||g.readyState===4)){c=b,h&&(g.onreadystatechange=d.noop,delete bU[h]);if(i)g.readyState!==4&&g.abort();else{j=g.status,l=g.getAllResponseHeaders(),m={},n=g.responseXML,n&&n.documentElement&&(m.xml=n),m.text=g.responseText;try{k=g.statusText}catch(o){k=""}j||!a.isLocal||a.crossDomain?j===1223&&(j=204):j=m.text?200:404}}}catch(p){i||f(-1,p)}m&&f(j,k,m,l)},a.async&&g.readyState!==4?(bU||(bU={},bW()),h=bT++,g.onreadystatechange=bU[h]=c):c()},abort:function(){c&&c(0,1)}}}});var bZ={},b$=/^(?:toggle|show|hide)$/,b_=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,ca,cb=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];d.fn.extend({show:function(a,b,c){var e,f;if(a||a===0)return this.animate(cc("show",3),a,b,c);for(var g=0,h=this.length;g=0;a--)c[a].elem===this&&(b&&c[a](!0),c.splice(a,1))}),b||this.dequeue();return this}}),d.each({slideDown:cc("show",1),slideUp:cc("hide",1),slideToggle:cc("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){d.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),d.extend({speed:function(a,b,c){var e=a&&typeof a==="object"?d.extend({},a):{complete:c||!c&&b||d.isFunction(a)&&a,duration:a,easing:c&&b||b&&!d.isFunction(b)&&b};e.duration=d.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in d.fx.speeds?d.fx.speeds[e.duration]:d.fx.speeds._default,e.old=e.complete,e.complete=function(){e.queue!==!1&&d(this).dequeue(),d.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,c,d){return c+d*a},swing:function(a,b,c,d){return(-Math.cos(a*Math.PI)/2+.5)*d+c}},timers:[],fx:function(a,b,c){this.options=b,this.elem=a,this.prop=c,b.orig||(b.orig={})}}),d.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this),(d.fx.step[this.prop]||d.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a,b=d.css(this.elem,this.prop);return isNaN(a=parseFloat(b))?!b||b==="auto"?0:b:a},custom:function(a,b,c){function g(a){return e.step(a)}var e=this,f=d.fx;this.startTime=d.now(),this.start=a,this.end=b,this.unit=c||this.unit||(d.cssNumber[this.prop]?"":"px"),this.now=this.start,this.pos=this.state=0,g.elem=this.elem,g()&&d.timers.push(g)&&!ca&&(ca=setInterval(f.tick,f.interval))},show:function(){this.options.orig[this.prop]=d.style(this.elem,this.prop),this.options.show=!0,this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur()),d(this.elem).show()},hide:function(){this.options.orig[this.prop]=d.style(this.elem,this.prop),this.options.hide=!0,this.custom(this.cur(),0)},step:function(a){var b=d.now(),c=!0;if(a||b>=this.options.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),this.options.curAnim[this.prop]=!0;for(var e in this.options.curAnim)this.options.curAnim[e]!==!0&&(c=!1);if(c){if(this.options.overflow!=null&&!d.support.shrinkWrapBlocks){var f=this.elem,g=this.options;d.each(["","X","Y"],function(a,b){f.style["overflow"+b]=g.overflow[a]})}this.options.hide&&d(this.elem).hide();if(this.options.hide||this.options.show)for(var h in this.options.curAnim)d.style(this.elem,h,this.options.orig[h]);this.options.complete.call(this.elem)}return!1}var i=b-this.startTime;this.state=i/this.options.duration;var j=this.options.specialEasing&&this.options.specialEasing[this.prop],k=this.options.easing||(d.easing.swing?"swing":"linear");this.pos=d.easing[j||k](this.state,i,0,1,this.options.duration),this.now=this.start+(this.end-this.start)*this.pos,this.update();return!0}},d.extend(d.fx,{tick:function(){var a=d.timers;for(var b=0;b
";d.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"}),b.innerHTML=j,a.insertBefore(b,a.firstChild),e=b.firstChild,f=e.firstChild,h=e.nextSibling.firstChild.firstChild,this.doesNotAddBorder=f.offsetTop!==5,this.doesAddBorderForTableAndCells=h.offsetTop===5,f.style.position="fixed",f.style.top="20px",this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15,f.style.position=f.style.top="",e.style.overflow="hidden",e.style.position="relative",this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5,this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i,a.removeChild(b),a=b=e=f=g=h=null,d.offset.initialize=d.noop},bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;d.offset.initialize(),d.offset.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(d.css(a,"marginTop"))||0,c+=parseFloat(d.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var e=d.css(a,"position");e==="static"&&(a.style.position="relative");var f=d(a),g=f.offset(),h=d.css(a,"top"),i=d.css(a,"left"),j=e==="absolute"&&d.inArray("auto",[h,i])>-1,k={},l={},m,n;j&&(l=f.position()),m=j?l.top:parseInt(h,10)||0,n=j?l.left:parseInt(i,10)||0,d.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):f.css(k)}},d.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),e=cf.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(d.css(a,"marginTop"))||0,c.left-=parseFloat(d.css(a,"marginLeft"))||0,e.top+=parseFloat(d.css(b[0],"borderTopWidth"))||0,e.left+=parseFloat(d.css(b[0],"borderLeftWidth"))||0;return{top:c.top-e.top,left:c.left-e.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&(!cf.test(a.nodeName)&&d.css(a,"position")==="static"))a=a.offsetParent;return a})}}),d.each(["Left","Top"],function(a,c){var e="scroll"+c;d.fn[e]=function(c){var f=this[0],g;if(!f)return null;if(c!==b)return this.each(function(){g=cg(this),g?g.scrollTo(a?d(g).scrollLeft():c,a?c:d(g).scrollTop()):this[e]=c});g=cg(f);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:d.support.boxModel&&g.document.documentElement[e]||g.document.body[e]:f[e]}}),d.each(["Height","Width"],function(a,c){var e=c.toLowerCase();d.fn["inner"+c]=function(){return this[0]?parseFloat(d.css(this[0],e,"padding")):null},d.fn["outer"+c]=function(a){return this[0]?parseFloat(d.css(this[0],e,a?"margin":"border")):null},d.fn[e]=function(a){var f=this[0];if(!f)return a==null?null:this;if(d.isFunction(a))return this.each(function(b){var c=d(this);c[e](a.call(this,b,c[e]()))});if(d.isWindow(f)){var g=f.document.documentElement["client"+c];return f.document.compatMode==="CSS1Compat"&&g||f.document.body["client"+c]||g}if(f.nodeType===9)return Math.max(f.documentElement["client"+c],f.body["scroll"+c],f.documentElement["scroll"+c],f.body["offset"+c],f.documentElement["offset"+c]);if(a===b){var h=d.css(f,e),i=parseFloat(h);return d.isNaN(i)?h:i}return this.css(e,typeof a==="string"?a:a+"px")}}),a.jQuery=a.$=d})(window); \ No newline at end of file diff --git a/IPython/frontend/html/notebook/static/jquery/js/jquery-ui-1.8.10.custom.min.js b/IPython/frontend/html/notebook/static/jquery/js/jquery-ui-1.8.10.custom.min.js new file mode 100755 index 0000000..7d4ff1c --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/js/jquery-ui-1.8.10.custom.min.js @@ -0,0 +1,782 @@ +/*! + * jQuery UI 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI + */ +(function(c,j){function k(a){return!c(a).parents().andSelf().filter(function(){return c.curCSS(this,"visibility")==="hidden"||c.expr.filters.hidden(this)}).length}c.ui=c.ui||{};if(!c.ui.version){c.extend(c.ui,{version:"1.8.10",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106, +NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});c.fn.extend({_focus:c.fn.focus,focus:function(a,b){return typeof a==="number"?this.each(function(){var d=this;setTimeout(function(){c(d).focus();b&&b.call(d)},a)}):this._focus.apply(this,arguments)},scrollParent:function(){var a;a=c.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(c.curCSS(this, +"position",1))&&/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!a.length?c(document):a},zIndex:function(a){if(a!==j)return this.css("zIndex",a);if(this.length){a=c(this[0]);for(var b;a.length&&a[0]!==document;){b=a.css("position"); +if(b==="absolute"||b==="relative"||b==="fixed"){b=parseInt(a.css("zIndex"),10);if(!isNaN(b)&&b!==0)return b}a=a.parent()}}return 0},disableSelection:function(){return this.bind((c.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});c.each(["Width","Height"],function(a,b){function d(f,g,l,m){c.each(e,function(){g-=parseFloat(c.curCSS(f,"padding"+this,true))||0;if(l)g-=parseFloat(c.curCSS(f, +"border"+this+"Width",true))||0;if(m)g-=parseFloat(c.curCSS(f,"margin"+this,true))||0});return g}var e=b==="Width"?["Left","Right"]:["Top","Bottom"],h=b.toLowerCase(),i={innerWidth:c.fn.innerWidth,innerHeight:c.fn.innerHeight,outerWidth:c.fn.outerWidth,outerHeight:c.fn.outerHeight};c.fn["inner"+b]=function(f){if(f===j)return i["inner"+b].call(this);return this.each(function(){c(this).css(h,d(this,f)+"px")})};c.fn["outer"+b]=function(f,g){if(typeof f!=="number")return i["outer"+b].call(this,f);return this.each(function(){c(this).css(h, +d(this,f,true,g)+"px")})}});c.extend(c.expr[":"],{data:function(a,b,d){return!!c.data(a,d[3])},focusable:function(a){var b=a.nodeName.toLowerCase(),d=c.attr(a,"tabindex");if("area"===b){b=a.parentNode;d=b.name;if(!a.href||!d||b.nodeName.toLowerCase()!=="map")return false;a=c("img[usemap=#"+d+"]")[0];return!!a&&k(a)}return(/input|select|textarea|button|object/.test(b)?!a.disabled:"a"==b?a.href||!isNaN(d):!isNaN(d))&&k(a)},tabbable:function(a){var b=c.attr(a,"tabindex");return(isNaN(b)||b>=0)&&c(a).is(":focusable")}}); +c(function(){var a=document.body,b=a.appendChild(b=document.createElement("div"));c.extend(b.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});c.support.minHeight=b.offsetHeight===100;c.support.selectstart="onselectstart"in b;a.removeChild(b).style.display="none"});c.extend(c.ui,{plugin:{add:function(a,b,d){a=c.ui[a].prototype;for(var e in d){a.plugins[e]=a.plugins[e]||[];a.plugins[e].push([b,d[e]])}},call:function(a,b,d){if((b=a.plugins[b])&&a.element[0].parentNode)for(var e=0;e0)return true;a[b]=1;d=a[b]>0;a[b]=0;return d},isOverAxis:function(a,b,d){return a>b&&a=9)&&!a.button)return this._mouseUp(a);if(this._mouseStarted){this._mouseDrag(a); +return a.preventDefault()}if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,a)!==false)?this._mouseDrag(a):this._mouseUp(a);return!this._mouseStarted},_mouseUp:function(a){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;a.target==this._mouseDownEvent.target&&c.data(a.target,this.widgetName+".preventClickEvent", +true);this._mouseStop(a)}return false},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return true}})})(jQuery); +;/* + * jQuery UI Position 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Position + */ +(function(c){c.ui=c.ui||{};var n=/left|center|right/,o=/top|center|bottom/,t=c.fn.position,u=c.fn.offset;c.fn.position=function(b){if(!b||!b.of)return t.apply(this,arguments);b=c.extend({},b);var a=c(b.of),d=a[0],g=(b.collision||"flip").split(" "),e=b.offset?b.offset.split(" "):[0,0],h,k,j;if(d.nodeType===9){h=a.width();k=a.height();j={top:0,left:0}}else if(d.setTimeout){h=a.width();k=a.height();j={top:a.scrollTop(),left:a.scrollLeft()}}else if(d.preventDefault){b.at="left top";h=k=0;j={top:b.of.pageY, +left:b.of.pageX}}else{h=a.outerWidth();k=a.outerHeight();j=a.offset()}c.each(["my","at"],function(){var f=(b[this]||"").split(" ");if(f.length===1)f=n.test(f[0])?f.concat(["center"]):o.test(f[0])?["center"].concat(f):["center","center"];f[0]=n.test(f[0])?f[0]:"center";f[1]=o.test(f[1])?f[1]:"center";b[this]=f});if(g.length===1)g[1]=g[0];e[0]=parseInt(e[0],10)||0;if(e.length===1)e[1]=e[0];e[1]=parseInt(e[1],10)||0;if(b.at[0]==="right")j.left+=h;else if(b.at[0]==="center")j.left+=h/2;if(b.at[1]==="bottom")j.top+= +k;else if(b.at[1]==="center")j.top+=k/2;j.left+=e[0];j.top+=e[1];return this.each(function(){var f=c(this),l=f.outerWidth(),m=f.outerHeight(),p=parseInt(c.curCSS(this,"marginLeft",true))||0,q=parseInt(c.curCSS(this,"marginTop",true))||0,v=l+p+(parseInt(c.curCSS(this,"marginRight",true))||0),w=m+q+(parseInt(c.curCSS(this,"marginBottom",true))||0),i=c.extend({},j),r;if(b.my[0]==="right")i.left-=l;else if(b.my[0]==="center")i.left-=l/2;if(b.my[1]==="bottom")i.top-=m;else if(b.my[1]==="center")i.top-= +m/2;i.left=Math.round(i.left);i.top=Math.round(i.top);r={left:i.left-p,top:i.top-q};c.each(["left","top"],function(s,x){c.ui.position[g[s]]&&c.ui.position[g[s]][x](i,{targetWidth:h,targetHeight:k,elemWidth:l,elemHeight:m,collisionPosition:r,collisionWidth:v,collisionHeight:w,offset:e,my:b.my,at:b.at})});c.fn.bgiframe&&f.bgiframe();f.offset(c.extend(i,{using:b.using}))})};c.ui.position={fit:{left:function(b,a){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();b.left= +d>0?b.left-d:Math.max(b.left-a.collisionPosition.left,b.left)},top:function(b,a){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();b.top=d>0?b.top-d:Math.max(b.top-a.collisionPosition.top,b.top)}},flip:{left:function(b,a){if(a.at[0]!=="center"){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();var g=a.my[0]==="left"?-a.elemWidth:a.my[0]==="right"?a.elemWidth:0,e=a.at[0]==="left"?a.targetWidth:-a.targetWidth,h=-2*a.offset[0];b.left+= +a.collisionPosition.left<0?g+e+h:d>0?g+e+h:0}},top:function(b,a){if(a.at[1]!=="center"){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();var g=a.my[1]==="top"?-a.elemHeight:a.my[1]==="bottom"?a.elemHeight:0,e=a.at[1]==="top"?a.targetHeight:-a.targetHeight,h=-2*a.offset[1];b.top+=a.collisionPosition.top<0?g+e+h:d>0?g+e+h:0}}}};if(!c.offset.setOffset){c.offset.setOffset=function(b,a){if(/static/.test(c.curCSS(b,"position")))b.style.position="relative";var d=c(b), +g=d.offset(),e=parseInt(c.curCSS(b,"top",true),10)||0,h=parseInt(c.curCSS(b,"left",true),10)||0;g={top:a.top-g.top+e,left:a.left-g.left+h};"using"in a?a.using.call(b,g):d.css(g)};c.fn.offset=function(b){var a=this[0];if(!a||!a.ownerDocument)return null;if(b)return this.each(function(){c.offset.setOffset(this,b)});return u.call(this)}}})(jQuery); +;/* + * jQuery UI Draggable 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Draggables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function(d){d.widget("ui.draggable",d.ui.mouse,{widgetEventPrefix:"drag",options:{addClasses:true,appendTo:"parent",axis:false,connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false},_create:function(){if(this.options.helper== +"original"&&!/^(?:r|a|f)/.test(this.element.css("position")))this.element[0].style.position="relative";this.options.addClasses&&this.element.addClass("ui-draggable");this.options.disabled&&this.element.addClass("ui-draggable-disabled");this._mouseInit()},destroy:function(){if(this.element.data("draggable")){this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy();return this}},_mouseCapture:function(a){var b= +this.options;if(this.helper||b.disabled||d(a.target).is(".ui-resizable-handle"))return false;this.handle=this._getHandle(a);if(!this.handle)return false;return true},_mouseStart:function(a){var b=this.options;this.helper=this._createHelper(a);this._cacheHelperProportions();if(d.ui.ddmanager)d.ui.ddmanager.current=this;this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.positionAbs=this.element.offset();this.offset={top:this.offset.top- +this.margins.top,left:this.offset.left-this.margins.left};d.extend(this.offset,{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this.position=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);b.containment&&this._setContainment();if(this._trigger("start",a)===false){this._clear();return false}this._cacheHelperProportions(); +d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.helper.addClass("ui-draggable-dragging");this._mouseDrag(a,true);return true},_mouseDrag:function(a,b){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute");if(!b){b=this._uiHash();if(this._trigger("drag",a,b)===false){this._mouseUp({});return false}this.position=b.position}if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis|| +this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);return false},_mouseStop:function(a){var b=false;if(d.ui.ddmanager&&!this.options.dropBehaviour)b=d.ui.ddmanager.drop(this,a);if(this.dropped){b=this.dropped;this.dropped=false}if((!this.element[0]||!this.element[0].parentNode)&&this.options.helper=="original")return false;if(this.options.revert=="invalid"&&!b||this.options.revert=="valid"&&b||this.options.revert===true||d.isFunction(this.options.revert)&& +this.options.revert.call(this.element,b)){var c=this;d(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){c._trigger("stop",a)!==false&&c._clear()})}else this._trigger("stop",a)!==false&&this._clear();return false},cancel:function(){this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear();return this},_getHandle:function(a){var b=!this.options.handle||!d(this.options.handle,this.element).length?true:false;d(this.options.handle,this.element).find("*").andSelf().each(function(){if(this== +a.target)b=true});return b},_createHelper:function(a){var b=this.options;a=d.isFunction(b.helper)?d(b.helper.apply(this.element[0],[a])):b.helper=="clone"?this.element.clone():this.element;a.parents("body").length||a.appendTo(b.appendTo=="parent"?this.element[0].parentNode:b.appendTo);a[0]!=this.element[0]&&!/(fixed|absolute)/.test(a.css("position"))&&a.css("position","absolute");return a},_adjustOffsetFromHelper:function(a){if(typeof a=="string")a=a.split(" ");if(d.isArray(a))a={left:+a[0],top:+a[1]|| +0};if("left"in a)this.offset.click.left=a.left+this.margins.left;if("right"in a)this.offset.click.left=this.helperProportions.width-a.right+this.margins.left;if("top"in a)this.offset.click.top=a.top+this.margins.top;if("bottom"in a)this.offset.click.top=this.helperProportions.height-a.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var a=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0], +this.offsetParent[0])){a.left+=this.scrollParent.scrollLeft();a.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&d.browser.msie)a={top:0,left:0};return{top:a.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:a.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var a=this.element.position();return{top:a.top- +(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:a.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var a=this.options;if(a.containment== +"parent")a.containment=this.helper[0].parentNode;if(a.containment=="document"||a.containment=="window")this.containment=[(a.containment=="document"?0:d(window).scrollLeft())-this.offset.relative.left-this.offset.parent.left,(a.containment=="document"?0:d(window).scrollTop())-this.offset.relative.top-this.offset.parent.top,(a.containment=="document"?0:d(window).scrollLeft())+d(a.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a.containment=="document"? +0:d(window).scrollTop())+(d(a.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(a.containment)&&a.containment.constructor!=Array){var b=d(a.containment)[0];if(b){a=d(a.containment).offset();var c=d(b).css("overflow")!="hidden";this.containment=[a.left+(parseInt(d(b).css("borderLeftWidth"),10)||0)+(parseInt(d(b).css("paddingLeft"),10)||0)-this.margins.left,a.top+(parseInt(d(b).css("borderTopWidth"), +10)||0)+(parseInt(d(b).css("paddingTop"),10)||0)-this.margins.top,a.left+(c?Math.max(b.scrollWidth,b.offsetWidth):b.offsetWidth)-(parseInt(d(b).css("borderLeftWidth"),10)||0)-(parseInt(d(b).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,a.top+(c?Math.max(b.scrollHeight,b.offsetHeight):b.offsetHeight)-(parseInt(d(b).css("borderTopWidth"),10)||0)-(parseInt(d(b).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}}else if(a.containment.constructor== +Array)this.containment=a.containment},_convertPositionTo:function(a,b){if(!b)b=this.position;a=a=="absolute"?1:-1;var c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName);return{top:b.top+this.offset.relative.top*a+this.offset.parent.top*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop(): +f?0:c.scrollTop())*a),left:b.left+this.offset.relative.left*a+this.offset.parent.left*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:c.scrollLeft())*a)}},_generatePosition:function(a){var b=this.options,c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName),e=a.pageX,g=a.pageY; +if(this.originalPosition){if(this.containment){if(a.pageX-this.offset.click.leftthis.containment[2])e=this.containment[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(b.grid){g=this.originalPageY+Math.round((g-this.originalPageY)/ +b.grid[1])*b.grid[1];g=this.containment?!(g-this.offset.click.topthis.containment[3])?g:!(g-this.offset.click.topthis.containment[2])?e:!(e-this.offset.click.left').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1E3}).css(d(this).offset()).appendTo("body")})}, +stop:function(){d("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)})}});d.ui.plugin.add("draggable","opacity",{start:function(a,b){a=d(b.helper);b=d(this).data("draggable").options;if(a.css("opacity"))b._opacity=a.css("opacity");a.css("opacity",b.opacity)},stop:function(a,b){a=d(this).data("draggable").options;a._opacity&&d(b.helper).css("opacity",a._opacity)}});d.ui.plugin.add("draggable","scroll",{start:function(){var a=d(this).data("draggable");if(a.scrollParent[0]!= +document&&a.scrollParent[0].tagName!="HTML")a.overflowOffset=a.scrollParent.offset()},drag:function(a){var b=d(this).data("draggable"),c=b.options,f=false;if(b.scrollParent[0]!=document&&b.scrollParent[0].tagName!="HTML"){if(!c.axis||c.axis!="x")if(b.overflowOffset.top+b.scrollParent[0].offsetHeight-a.pageY=0;h--){var i=c.snapElements[h].left,k=i+c.snapElements[h].width,j=c.snapElements[h].top,l=j+c.snapElements[h].height;if(i-e=j&&f<=l||h>=j&&h<=l||fl)&&(e>= +i&&e<=k||g>=i&&g<=k||ek);default:return false}};d.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(a,b){var c=d.ui.ddmanager.droppables[a.options.scope]||[],e=b?b.type:null,g=(a.currentItem||a.element).find(":data(droppable)").andSelf(),f=0;a:for(;f').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(), +top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle= +this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=a.handles||(!e(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne", +nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all")this.handles="n,e,s,w,se,sw,ne,nw";var c=this.handles.split(",");this.handles={};for(var d=0;d');/sw|se|ne|nw/.test(f)&&g.css({zIndex:++a.zIndex});"se"==f&&g.addClass("ui-icon ui-icon-gripsmall-diagonal-se");this.handles[f]=".ui-resizable-"+f;this.element.append(g)}}this._renderAxis=function(h){h=h||this.element;for(var i in this.handles){if(this.handles[i].constructor== +String)this.handles[i]=e(this.handles[i],this.element).show();if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var j=e(this.handles[i],this.element),k=0;k=/sw|ne|nw|se|n|s/.test(i)?j.outerHeight():j.outerWidth();j=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join("");h.css(j,k);this._proportionallyResize()}e(this.handles[i])}};this._renderAxis(this.element);this._handles=e(".ui-resizable-handle",this.element).disableSelection(); +this._handles.mouseover(function(){if(!b.resizing){if(this.className)var h=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);b.axis=h&&h[1]?h[1]:"se"}});if(a.autoHide){this._handles.hide();e(this.element).addClass("ui-resizable-autohide").hover(function(){e(this).removeClass("ui-resizable-autohide");b._handles.show()},function(){if(!b.resizing){e(this).addClass("ui-resizable-autohide");b._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var b=function(c){e(c).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()}; +if(this.elementIsWrapper){b(this.element);var a=this.element;a.after(this.originalElement.css({position:a.css("position"),width:a.outerWidth(),height:a.outerHeight(),top:a.css("top"),left:a.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);b(this.originalElement);return this},_mouseCapture:function(b){var a=false;for(var c in this.handles)if(e(this.handles[c])[0]==b.target)a=true;return!this.options.disabled&&a},_mouseStart:function(b){var a=this.options,c=this.element.position(), +d=this.element;this.resizing=true;this.documentScroll={top:e(document).scrollTop(),left:e(document).scrollLeft()};if(d.is(".ui-draggable")||/absolute/.test(d.css("position")))d.css({position:"absolute",top:c.top,left:c.left});e.browser.opera&&/relative/.test(d.css("position"))&&d.css({position:"relative",top:"auto",left:"auto"});this._renderProxy();c=m(this.helper.css("left"));var f=m(this.helper.css("top"));if(a.containment){c+=e(a.containment).scrollLeft()||0;f+=e(a.containment).scrollTop()||0}this.offset= +this.helper.offset();this.position={left:c,top:f};this.size=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalSize=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalPosition={left:c,top:f};this.sizeDiff={width:d.outerWidth()-d.width(),height:d.outerHeight()-d.height()};this.originalMousePosition={left:b.pageX,top:b.pageY};this.aspectRatio=typeof a.aspectRatio=="number"?a.aspectRatio: +this.originalSize.width/this.originalSize.height||1;a=e(".ui-resizable-"+this.axis).css("cursor");e("body").css("cursor",a=="auto"?this.axis+"-resize":a);d.addClass("ui-resizable-resizing");this._propagate("start",b);return true},_mouseDrag:function(b){var a=this.helper,c=this.originalMousePosition,d=this._change[this.axis];if(!d)return false;c=d.apply(this,[b,b.pageX-c.left||0,b.pageY-c.top||0]);if(this._aspectRatio||b.shiftKey)c=this._updateRatio(c,b);c=this._respectSize(c,b);this._propagate("resize", +b);a.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize();this._updateCache(c);this._trigger("resize",b,this.ui());return false},_mouseStop:function(b){this.resizing=false;var a=this.options,c=this;if(this._helper){var d=this._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName);d=f&&e.ui.hasScroll(d[0],"left")?0:c.sizeDiff.height; +f=f?0:c.sizeDiff.width;f={width:c.helper.width()-f,height:c.helper.height()-d};d=parseInt(c.element.css("left"),10)+(c.position.left-c.originalPosition.left)||null;var g=parseInt(c.element.css("top"),10)+(c.position.top-c.originalPosition.top)||null;a.animate||this.element.css(e.extend(f,{top:g,left:d}));c.helper.height(c.size.height);c.helper.width(c.size.width);this._helper&&!a.animate&&this._proportionallyResize()}e("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing"); +this._propagate("stop",b);this._helper&&this.helper.remove();return false},_updateCache:function(b){this.offset=this.helper.offset();if(l(b.left))this.position.left=b.left;if(l(b.top))this.position.top=b.top;if(l(b.height))this.size.height=b.height;if(l(b.width))this.size.width=b.width},_updateRatio:function(b){var a=this.position,c=this.size,d=this.axis;if(b.height)b.width=c.height*this.aspectRatio;else if(b.width)b.height=c.width/this.aspectRatio;if(d=="sw"){b.left=a.left+(c.width-b.width);b.top= +null}if(d=="nw"){b.top=a.top+(c.height-b.height);b.left=a.left+(c.width-b.width)}return b},_respectSize:function(b){var a=this.options,c=this.axis,d=l(b.width)&&a.maxWidth&&a.maxWidthb.width,h=l(b.height)&&a.minHeight&&a.minHeight>b.height;if(g)b.width=a.minWidth;if(h)b.height=a.minHeight;if(d)b.width=a.maxWidth;if(f)b.height=a.maxHeight;var i=this.originalPosition.left+this.originalSize.width,j=this.position.top+ +this.size.height,k=/sw|nw|w/.test(c);c=/nw|ne|n/.test(c);if(g&&k)b.left=i-a.minWidth;if(d&&k)b.left=i-a.maxWidth;if(h&&c)b.top=j-a.minHeight;if(f&&c)b.top=j-a.maxHeight;if((a=!b.width&&!b.height)&&!b.left&&b.top)b.top=null;else if(a&&!b.top&&b.left)b.left=null;return b},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var b=this.helper||this.element,a=0;a');var a=e.browser.msie&&e.browser.version<7,c=a?1:0;a=a?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+a,height:this.element.outerHeight()+a,position:"absolute",left:this.elementOffset.left-c+"px",top:this.elementOffset.top-c+"px",zIndex:++b.zIndex});this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(b, +a){return{width:this.originalSize.width+a}},w:function(b,a){return{left:this.originalPosition.left+a,width:this.originalSize.width-a}},n:function(b,a,c){return{top:this.originalPosition.top+c,height:this.originalSize.height-c}},s:function(b,a,c){return{height:this.originalSize.height+c}},se:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[b,a,c]))},sw:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[b,a, +c]))},ne:function(b,a,c){return e.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[b,a,c]))},nw:function(b,a,c){return e.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[b,a,c]))}},_propagate:function(b,a){e.ui.plugin.call(this,b,[a,this.ui()]);b!="resize"&&this._trigger(b,a,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize, +originalPosition:this.originalPosition}}});e.extend(e.ui.resizable,{version:"1.8.10"});e.ui.plugin.add("resizable","alsoResize",{start:function(){var b=e(this).data("resizable").options,a=function(c){e(c).each(function(){var d=e(this);d.data("resizable-alsoresize",{width:parseInt(d.width(),10),height:parseInt(d.height(),10),left:parseInt(d.css("left"),10),top:parseInt(d.css("top"),10),position:d.css("position")})})};if(typeof b.alsoResize=="object"&&!b.alsoResize.parentNode)if(b.alsoResize.length){b.alsoResize= +b.alsoResize[0];a(b.alsoResize)}else e.each(b.alsoResize,function(c){a(c)});else a(b.alsoResize)},resize:function(b,a){var c=e(this).data("resizable");b=c.options;var d=c.originalSize,f=c.originalPosition,g={height:c.size.height-d.height||0,width:c.size.width-d.width||0,top:c.position.top-f.top||0,left:c.position.left-f.left||0},h=function(i,j){e(i).each(function(){var k=e(this),q=e(this).data("resizable-alsoresize"),p={},r=j&&j.length?j:k.parents(a.originalElement[0]).length?["width","height"]:["width", +"height","top","left"];e.each(r,function(n,o){if((n=(q[o]||0)+(g[o]||0))&&n>=0)p[o]=n||null});if(e.browser.opera&&/relative/.test(k.css("position"))){c._revertToRelativePosition=true;k.css({position:"absolute",top:"auto",left:"auto"})}k.css(p)})};typeof b.alsoResize=="object"&&!b.alsoResize.nodeType?e.each(b.alsoResize,function(i,j){h(i,j)}):h(b.alsoResize)},stop:function(){var b=e(this).data("resizable"),a=b.options,c=function(d){e(d).each(function(){var f=e(this);f.css({position:f.data("resizable-alsoresize").position})})}; +if(b._revertToRelativePosition){b._revertToRelativePosition=false;typeof a.alsoResize=="object"&&!a.alsoResize.nodeType?e.each(a.alsoResize,function(d){c(d)}):c(a.alsoResize)}e(this).removeData("resizable-alsoresize")}});e.ui.plugin.add("resizable","animate",{stop:function(b){var a=e(this).data("resizable"),c=a.options,d=a._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName),g=f&&e.ui.hasScroll(d[0],"left")?0:a.sizeDiff.height;f={width:a.size.width-(f?0:a.sizeDiff.width),height:a.size.height- +g};g=parseInt(a.element.css("left"),10)+(a.position.left-a.originalPosition.left)||null;var h=parseInt(a.element.css("top"),10)+(a.position.top-a.originalPosition.top)||null;a.element.animate(e.extend(f,h&&g?{top:h,left:g}:{}),{duration:c.animateDuration,easing:c.animateEasing,step:function(){var i={width:parseInt(a.element.css("width"),10),height:parseInt(a.element.css("height"),10),top:parseInt(a.element.css("top"),10),left:parseInt(a.element.css("left"),10)};d&&d.length&&e(d[0]).css({width:i.width, +height:i.height});a._updateCache(i);a._propagate("resize",b)}})}});e.ui.plugin.add("resizable","containment",{start:function(){var b=e(this).data("resizable"),a=b.element,c=b.options.containment;if(a=c instanceof e?c.get(0):/parent/.test(c)?a.parent().get(0):c){b.containerElement=e(a);if(/document/.test(c)||c==document){b.containerOffset={left:0,top:0};b.containerPosition={left:0,top:0};b.parentData={element:e(document),left:0,top:0,width:e(document).width(),height:e(document).height()||document.body.parentNode.scrollHeight}}else{var d= +e(a),f=[];e(["Top","Right","Left","Bottom"]).each(function(i,j){f[i]=m(d.css("padding"+j))});b.containerOffset=d.offset();b.containerPosition=d.position();b.containerSize={height:d.innerHeight()-f[3],width:d.innerWidth()-f[1]};c=b.containerOffset;var g=b.containerSize.height,h=b.containerSize.width;h=e.ui.hasScroll(a,"left")?a.scrollWidth:h;g=e.ui.hasScroll(a)?a.scrollHeight:g;b.parentData={element:a,left:c.left,top:c.top,width:h,height:g}}}},resize:function(b){var a=e(this).data("resizable"),c=a.options, +d=a.containerOffset,f=a.position;b=a._aspectRatio||b.shiftKey;var g={top:0,left:0},h=a.containerElement;if(h[0]!=document&&/static/.test(h.css("position")))g=d;if(f.left<(a._helper?d.left:0)){a.size.width+=a._helper?a.position.left-d.left:a.position.left-g.left;if(b)a.size.height=a.size.width/c.aspectRatio;a.position.left=c.helper?d.left:0}if(f.top<(a._helper?d.top:0)){a.size.height+=a._helper?a.position.top-d.top:a.position.top;if(b)a.size.width=a.size.height*c.aspectRatio;a.position.top=a._helper? +d.top:0}a.offset.left=a.parentData.left+a.position.left;a.offset.top=a.parentData.top+a.position.top;c=Math.abs((a._helper?a.offset.left-g.left:a.offset.left-g.left)+a.sizeDiff.width);d=Math.abs((a._helper?a.offset.top-g.top:a.offset.top-d.top)+a.sizeDiff.height);f=a.containerElement.get(0)==a.element.parent().get(0);g=/relative|absolute/.test(a.containerElement.css("position"));if(f&&g)c-=a.parentData.left;if(c+a.size.width>=a.parentData.width){a.size.width=a.parentData.width-c;if(b)a.size.height= +a.size.width/a.aspectRatio}if(d+a.size.height>=a.parentData.height){a.size.height=a.parentData.height-d;if(b)a.size.width=a.size.height*a.aspectRatio}},stop:function(){var b=e(this).data("resizable"),a=b.options,c=b.containerOffset,d=b.containerPosition,f=b.containerElement,g=e(b.helper),h=g.offset(),i=g.outerWidth()-b.sizeDiff.width;g=g.outerHeight()-b.sizeDiff.height;b._helper&&!a.animate&&/relative/.test(f.css("position"))&&e(this).css({left:h.left-d.left-c.left,width:i,height:g});b._helper&&!a.animate&& +/static/.test(f.css("position"))&&e(this).css({left:h.left-d.left-c.left,width:i,height:g})}});e.ui.plugin.add("resizable","ghost",{start:function(){var b=e(this).data("resizable"),a=b.options,c=b.size;b.ghost=b.originalElement.clone();b.ghost.css({opacity:0.25,display:"block",position:"relative",height:c.height,width:c.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof a.ghost=="string"?a.ghost:"");b.ghost.appendTo(b.helper)},resize:function(){var b=e(this).data("resizable"); +b.ghost&&b.ghost.css({position:"relative",height:b.size.height,width:b.size.width})},stop:function(){var b=e(this).data("resizable");b.ghost&&b.helper&&b.helper.get(0).removeChild(b.ghost.get(0))}});e.ui.plugin.add("resizable","grid",{resize:function(){var b=e(this).data("resizable"),a=b.options,c=b.size,d=b.originalSize,f=b.originalPosition,g=b.axis;a.grid=typeof a.grid=="number"?[a.grid,a.grid]:a.grid;var h=Math.round((c.width-d.width)/(a.grid[0]||1))*(a.grid[0]||1);a=Math.round((c.height-d.height)/ +(a.grid[1]||1))*(a.grid[1]||1);if(/^(se|s|e)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a}else if(/^(ne)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}else{if(/^(sw)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a}else{b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}b.position.left=f.left-h}}});var m=function(b){return parseInt(b,10)||0},l=function(b){return!isNaN(parseInt(b,10))}})(jQuery); +;/* + * jQuery UI Selectable 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Selectables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function(e){e.widget("ui.selectable",e.ui.mouse,{options:{appendTo:"body",autoRefresh:true,distance:0,filter:"*",tolerance:"touch"},_create:function(){var c=this;this.element.addClass("ui-selectable");this.dragged=false;var f;this.refresh=function(){f=e(c.options.filter,c.element[0]);f.each(function(){var d=e(this),b=d.offset();e.data(this,"selectable-item",{element:this,$element:d,left:b.left,top:b.top,right:b.left+d.outerWidth(),bottom:b.top+d.outerHeight(),startselected:false,selected:d.hasClass("ui-selected"), +selecting:d.hasClass("ui-selecting"),unselecting:d.hasClass("ui-unselecting")})})};this.refresh();this.selectees=f.addClass("ui-selectee");this._mouseInit();this.helper=e("
")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item");this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy();return this},_mouseStart:function(c){var f=this;this.opos=[c.pageX, +c.pageY];if(!this.options.disabled){var d=this.options;this.selectees=e(d.filter,this.element[0]);this._trigger("start",c);e(d.appendTo).append(this.helper);this.helper.css({left:c.clientX,top:c.clientY,width:0,height:0});d.autoRefresh&&this.refresh();this.selectees.filter(".ui-selected").each(function(){var b=e.data(this,"selectable-item");b.startselected=true;if(!c.metaKey){b.$element.removeClass("ui-selected");b.selected=false;b.$element.addClass("ui-unselecting");b.unselecting=true;f._trigger("unselecting", +c,{unselecting:b.element})}});e(c.target).parents().andSelf().each(function(){var b=e.data(this,"selectable-item");if(b){var g=!c.metaKey||!b.$element.hasClass("ui-selected");b.$element.removeClass(g?"ui-unselecting":"ui-selected").addClass(g?"ui-selecting":"ui-unselecting");b.unselecting=!g;b.selecting=g;(b.selected=g)?f._trigger("selecting",c,{selecting:b.element}):f._trigger("unselecting",c,{unselecting:b.element});return false}})}},_mouseDrag:function(c){var f=this;this.dragged=true;if(!this.options.disabled){var d= +this.options,b=this.opos[0],g=this.opos[1],h=c.pageX,i=c.pageY;if(b>h){var j=h;h=b;b=j}if(g>i){j=i;i=g;g=j}this.helper.css({left:b,top:g,width:h-b,height:i-g});this.selectees.each(function(){var a=e.data(this,"selectable-item");if(!(!a||a.element==f.element[0])){var k=false;if(d.tolerance=="touch")k=!(a.left>h||a.righti||a.bottomb&&a.rightg&&a.bottom *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1E3},_create:function(){this.containerCache={};this.element.addClass("ui-sortable"); +this.refresh();this.floating=this.items.length?/left|right/.test(this.items[0].item.css("float")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var a=this.items.length-1;a>=0;a--)this.items[a].item.removeData("sortable-item");return this},_setOption:function(a,b){if(a==="disabled"){this.options[a]=b;this.widget()[b?"addClass":"removeClass"]("ui-sortable-disabled")}else d.Widget.prototype._setOption.apply(this, +arguments)},_mouseCapture:function(a,b){if(this.reverting)return false;if(this.options.disabled||this.options.type=="static")return false;this._refreshItems(a);var c=null,e=this;d(a.target).parents().each(function(){if(d.data(this,"sortable-item")==e){c=d(this);return false}});if(d.data(a.target,"sortable-item")==e)c=d(a.target);if(!c)return false;if(this.options.handle&&!b){var f=false;d(this.options.handle,c).find("*").andSelf().each(function(){if(this==a.target)f=true});if(!f)return false}this.currentItem= +c;this._removeCurrentsFromItems();return true},_mouseStart:function(a,b,c){b=this.options;var e=this;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(a);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");d.extend(this.offset, +{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};this.helper[0]!=this.currentItem[0]&&this.currentItem.hide();this._createPlaceholder();b.containment&&this._setContainment(); +if(b.cursor){if(d("body").css("cursor"))this._storedCursor=d("body").css("cursor");d("body").css("cursor",b.cursor)}if(b.opacity){if(this.helper.css("opacity"))this._storedOpacity=this.helper.css("opacity");this.helper.css("opacity",b.opacity)}if(b.zIndex){if(this.helper.css("zIndex"))this._storedZIndex=this.helper.css("zIndex");this.helper.css("zIndex",b.zIndex)}if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML")this.overflowOffset=this.scrollParent.offset();this._trigger("start", +a,this._uiHash());this._preserveHelperProportions||this._cacheHelperProportions();if(!c)for(c=this.containers.length-1;c>=0;c--)this.containers[c]._trigger("activate",a,e._uiHash(this));if(d.ui.ddmanager)d.ui.ddmanager.current=this;d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(a);return true},_mouseDrag:function(a){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute"); +if(!this.lastPositionAbs)this.lastPositionAbs=this.positionAbs;if(this.options.scroll){var b=this.options,c=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if(this.overflowOffset.top+this.scrollParent[0].offsetHeight-a.pageY=0;b--){c=this.items[b];var e=c.item[0],f=this._intersectsWithPointer(c);if(f)if(e!=this.currentItem[0]&&this.placeholder[f==1?"next":"prev"]()[0]!=e&&!d.ui.contains(this.placeholder[0],e)&&(this.options.type=="semi-dynamic"?!d.ui.contains(this.element[0],e):true)){this.direction=f==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(c))this._rearrange(a, +c);else break;this._trigger("change",a,this._uiHash());break}}this._contactContainers(a);d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);this._trigger("sort",a,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(a,b){if(a){d.ui.ddmanager&&!this.options.dropBehaviour&&d.ui.ddmanager.drop(this,a);if(this.options.revert){var c=this;b=c.placeholder.offset();c.reverting=true;d(this.helper).animate({left:b.left-this.offset.parent.left-c.margins.left+(this.offsetParent[0]== +document.body?0:this.offsetParent[0].scrollLeft),top:b.top-this.offset.parent.top-c.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){c._clear(a)})}else this._clear(a,b);return false}},cancel:function(){var a=this;if(this.dragging){this._mouseUp({target:null});this.options.helper=="original"?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"):this.currentItem.show();for(var b=this.containers.length- +1;b>=0;b--){this.containers[b]._trigger("deactivate",null,a._uiHash(this));if(this.containers[b].containerCache.over){this.containers[b]._trigger("out",null,a._uiHash(this));this.containers[b].containerCache.over=0}}}if(this.placeholder){this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]);this.options.helper!="original"&&this.helper&&this.helper[0].parentNode&&this.helper.remove();d.extend(this,{helper:null,dragging:false,reverting:false,_noFinalSort:null}); +this.domPosition.prev?d(this.domPosition.prev).after(this.currentItem):d(this.domPosition.parent).prepend(this.currentItem)}return this},serialize:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};d(b).each(function(){var e=(d(a.item||this).attr(a.attribute||"id")||"").match(a.expression||/(.+)[-=_](.+)/);if(e)c.push((a.key||e[1]+"[]")+"="+(a.key&&a.expression?e[1]:e[2]))});!c.length&&a.key&&c.push(a.key+"=");return c.join("&")},toArray:function(a){var b=this._getItemsAsjQuery(a&& +a.connected),c=[];a=a||{};b.each(function(){c.push(d(a.item||this).attr(a.attribute||"id")||"")});return c},_intersectsWith:function(a){var b=this.positionAbs.left,c=b+this.helperProportions.width,e=this.positionAbs.top,f=e+this.helperProportions.height,g=a.left,h=g+a.width,i=a.top,k=i+a.height,j=this.offset.click.top,l=this.offset.click.left;j=e+j>i&&e+jg&&b+la[this.floating?"width":"height"]?j:g0?"down":"up")},_getDragHorizontalDirection:function(){var a=this.positionAbs.left-this.lastPositionAbs.left;return a!=0&&(a>0?"right":"left")},refresh:function(a){this._refreshItems(a);this.refreshPositions();return this},_connectWith:function(){var a=this.options;return a.connectWith.constructor==String?[a.connectWith]:a.connectWith},_getItemsAsjQuery:function(a){var b=[],c=[],e=this._connectWith();if(e&&a)for(a=e.length-1;a>=0;a--)for(var f=d(e[a]),g=f.length-1;g>=0;g--){var h= +d.data(f[g],"sortable");if(h&&h!=this&&!h.options.disabled)c.push([d.isFunction(h.options.items)?h.options.items.call(h.element):d(h.options.items,h.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),h])}c.push([d.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):d(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]);for(a=c.length-1;a>=0;a--)c[a][0].each(function(){b.push(this)}); +return d(b)},_removeCurrentsFromItems:function(){for(var a=this.currentItem.find(":data(sortable-item)"),b=0;b=0;f--)for(var g= +d(e[f]),h=g.length-1;h>=0;h--){var i=d.data(g[h],"sortable");if(i&&i!=this&&!i.options.disabled){c.push([d.isFunction(i.options.items)?i.options.items.call(i.element[0],a,{item:this.currentItem}):d(i.options.items,i.element),i]);this.containers.push(i)}}for(f=c.length-1;f>=0;f--){a=c[f][1];e=c[f][0];h=0;for(g=e.length;h=0;b--){var c=this.items[b],e=this.options.toleranceElement?d(this.options.toleranceElement,c.item):c.item;if(!a){c.width=e.outerWidth();c.height=e.outerHeight()}e=e.offset();c.left=e.left;c.top=e.top}if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(b=this.containers.length-1;b>=0;b--){e=this.containers[b].element.offset();this.containers[b].containerCache.left=e.left;this.containers[b].containerCache.top= +e.top;this.containers[b].containerCache.width=this.containers[b].element.outerWidth();this.containers[b].containerCache.height=this.containers[b].element.outerHeight()}return this},_createPlaceholder:function(a){var b=a||this,c=b.options;if(!c.placeholder||c.placeholder.constructor==String){var e=c.placeholder;c.placeholder={element:function(){var f=d(document.createElement(b.currentItem[0].nodeName)).addClass(e||b.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0]; +if(!e)f.style.visibility="hidden";return f},update:function(f,g){if(!(e&&!c.forcePlaceholderSize)){g.height()||g.height(b.currentItem.innerHeight()-parseInt(b.currentItem.css("paddingTop")||0,10)-parseInt(b.currentItem.css("paddingBottom")||0,10));g.width()||g.width(b.currentItem.innerWidth()-parseInt(b.currentItem.css("paddingLeft")||0,10)-parseInt(b.currentItem.css("paddingRight")||0,10))}}}}b.placeholder=d(c.placeholder.element.call(b.element,b.currentItem));b.currentItem.after(b.placeholder); +c.placeholder.update(b,b.placeholder)},_contactContainers:function(a){for(var b=null,c=null,e=this.containers.length-1;e>=0;e--)if(!d.ui.contains(this.currentItem[0],this.containers[e].element[0]))if(this._intersectsWith(this.containers[e].containerCache)){if(!(b&&d.ui.contains(this.containers[e].element[0],b.element[0]))){b=this.containers[e];c=e}}else if(this.containers[e].containerCache.over){this.containers[e]._trigger("out",a,this._uiHash(this));this.containers[e].containerCache.over=0}if(b)if(this.containers.length=== +1){this.containers[c]._trigger("over",a,this._uiHash(this));this.containers[c].containerCache.over=1}else if(this.currentContainer!=this.containers[c]){b=1E4;e=null;for(var f=this.positionAbs[this.containers[c].floating?"left":"top"],g=this.items.length-1;g>=0;g--)if(d.ui.contains(this.containers[c].element[0],this.items[g].item[0])){var h=this.items[g][this.containers[c].floating?"left":"top"];if(Math.abs(h-f)this.containment[2])f=this.containment[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(b.grid){g=this.originalPageY+Math.round((g-this.originalPageY)/b.grid[1])*b.grid[1];g=this.containment?!(g-this.offset.click.top< +this.containment[1]||g-this.offset.click.top>this.containment[3])?g:!(g-this.offset.click.topthis.containment[2])?f:!(f-this.offset.click.left=0;e--)if(d.ui.contains(this.containers[e].element[0], +this.currentItem[0])&&!b){c.push(function(f){return function(g){f._trigger("receive",g,this._uiHash(this))}}.call(this,this.containers[e]));c.push(function(f){return function(g){f._trigger("update",g,this._uiHash(this))}}.call(this,this.containers[e]))}}for(e=this.containers.length-1;e>=0;e--){b||c.push(function(f){return function(g){f._trigger("deactivate",g,this._uiHash(this))}}.call(this,this.containers[e]));if(this.containers[e].containerCache.over){c.push(function(f){return function(g){f._trigger("out", +g,this._uiHash(this))}}.call(this,this.containers[e]));this.containers[e].containerCache.over=0}}this._storedCursor&&d("body").css("cursor",this._storedCursor);this._storedOpacity&&this.helper.css("opacity",this._storedOpacity);if(this._storedZIndex)this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex);this.dragging=false;if(this.cancelHelperRemoval){if(!b){this._trigger("beforeStop",a,this._uiHash());for(e=0;e li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()===location.href.toLowerCase()}},_create:function(){var a=this,b=a.options;a.running=0;a.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui-accordion-li-fix"); +a.headers=a.element.find(b.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){b.disabled||c(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){b.disabled||c(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){b.disabled||c(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){b.disabled||c(this).removeClass("ui-state-focus")});a.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom"); +if(b.navigation){var d=a.element.find("a").filter(b.navigationFilter).eq(0);if(d.length){var h=d.closest(".ui-accordion-header");a.active=h.length?h:d.closest(".ui-accordion-content").prev()}}a.active=a._findActive(a.active||b.active).addClass("ui-state-default ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");a.active.next().addClass("ui-accordion-content-active");a._createIcons();a.resize();a.element.attr("role","tablist");a.headers.attr("role","tab").bind("keydown.accordion", +function(f){return a._keydown(f)}).next().attr("role","tabpanel");a.headers.not(a.active||"").attr({"aria-expanded":"false",tabIndex:-1}).next().hide();a.active.length?a.active.attr({"aria-expanded":"true",tabIndex:0}):a.headers.eq(0).attr("tabIndex",0);c.browser.safari||a.headers.find("a").attr("tabIndex",-1);b.event&&a.headers.bind(b.event.split(" ").join(".accordion ")+".accordion",function(f){a._clickHandler.call(a,f,this);f.preventDefault()})},_createIcons:function(){var a=this.options;if(a.icons){c("").addClass("ui-icon "+ +a.icons.header).prependTo(this.headers);this.active.children(".ui-icon").toggleClass(a.icons.header).toggleClass(a.icons.headerSelected);this.element.addClass("ui-accordion-icons")}},_destroyIcons:function(){this.headers.children(".ui-icon").remove();this.element.removeClass("ui-accordion-icons")},destroy:function(){var a=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabIndex"); +this.headers.find("a").removeAttr("tabIndex");this._destroyIcons();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-accordion-disabled ui-state-disabled");if(a.autoHeight||a.fillHeight)b.css("height","");return c.Widget.prototype.destroy.call(this)},_setOption:function(a,b){c.Widget.prototype._setOption.apply(this,arguments);a=="active"&&this.activate(b);if(a=="icons"){this._destroyIcons(); +b&&this._createIcons()}if(a=="disabled")this.headers.add(this.headers.next())[b?"addClass":"removeClass"]("ui-accordion-disabled ui-state-disabled")},_keydown:function(a){if(!(this.options.disabled||a.altKey||a.ctrlKey)){var b=c.ui.keyCode,d=this.headers.length,h=this.headers.index(a.target),f=false;switch(a.keyCode){case b.RIGHT:case b.DOWN:f=this.headers[(h+1)%d];break;case b.LEFT:case b.UP:f=this.headers[(h-1+d)%d];break;case b.SPACE:case b.ENTER:this._clickHandler({target:a.target},a.target); +a.preventDefault()}if(f){c(a.target).attr("tabIndex",-1);c(f).attr("tabIndex",0);f.focus();return false}return true}},resize:function(){var a=this.options,b;if(a.fillSpace){if(c.browser.msie){var d=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}b=this.element.parent().height();c.browser.msie&&this.element.parent().css("overflow",d);this.headers.each(function(){b-=c(this).outerHeight(true)});this.headers.next().each(function(){c(this).height(Math.max(0,b-c(this).innerHeight()+ +c(this).height()))}).css("overflow","auto")}else if(a.autoHeight){b=0;this.headers.next().each(function(){b=Math.max(b,c(this).height("").height())}).height(b)}return this},activate:function(a){this.options.active=a;a=this._findActive(a)[0];this._clickHandler({target:a},a);return this},_findActive:function(a){return a?typeof a==="number"?this.headers.filter(":eq("+a+")"):this.headers.not(this.headers.not(a)):a===false?c([]):this.headers.filter(":eq(0)")},_clickHandler:function(a,b){var d=this.options; +if(!d.disabled)if(a.target){a=c(a.currentTarget||b);b=a[0]===this.active[0];d.active=d.collapsible&&b?false:this.headers.index(a);if(!(this.running||!d.collapsible&&b)){var h=this.active;j=a.next();g=this.active.next();e={options:d,newHeader:b&&d.collapsible?c([]):a,oldHeader:this.active,newContent:b&&d.collapsible?c([]):j,oldContent:g};var f=this.headers.index(this.active[0])>this.headers.index(a[0]);this.active=b?c([]):a;this._toggle(j,g,e,b,f);h.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header); +if(!b){a.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").children(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);a.next().addClass("ui-accordion-content-active")}}}else if(d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");var g=this.active.next(), +e={options:d,newHeader:c([]),oldHeader:d.active,newContent:c([]),oldContent:g},j=this.active=c([]);this._toggle(j,g,e)}},_toggle:function(a,b,d,h,f){var g=this,e=g.options;g.toShow=a;g.toHide=b;g.data=d;var j=function(){if(g)return g._completed.apply(g,arguments)};g._trigger("changestart",null,g.data);g.running=b.size()===0?a.size():b.size();if(e.animated){d={};d=e.collapsible&&h?{toShow:c([]),toHide:b,complete:j,down:f,autoHeight:e.autoHeight||e.fillSpace}:{toShow:a,toHide:b,complete:j,down:f,autoHeight:e.autoHeight|| +e.fillSpace};if(!e.proxied)e.proxied=e.animated;if(!e.proxiedDuration)e.proxiedDuration=e.duration;e.animated=c.isFunction(e.proxied)?e.proxied(d):e.proxied;e.duration=c.isFunction(e.proxiedDuration)?e.proxiedDuration(d):e.proxiedDuration;h=c.ui.accordion.animations;var i=e.duration,k=e.animated;if(k&&!h[k]&&!c.easing[k])k="slide";h[k]||(h[k]=function(l){this.slide(l,{easing:k,duration:i||700})});h[k](d)}else{if(e.collapsible&&h)a.toggle();else{b.hide();a.show()}j(true)}b.prev().attr({"aria-expanded":"false", +tabIndex:-1}).blur();a.prev().attr({"aria-expanded":"true",tabIndex:0}).focus()},_completed:function(a){this.running=a?0:--this.running;if(!this.running){this.options.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""});this.toHide.removeClass("ui-accordion-content-active");if(this.toHide.length)this.toHide.parent()[0].className=this.toHide.parent()[0].className;this._trigger("change",null,this.data)}}});c.extend(c.ui.accordion,{version:"1.8.10",animations:{slide:function(a,b){a= +c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),h=0,f={},g={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(parseInt(b.css("borderRightWidth"),10)||0));c.each(["height","paddingTop","paddingBottom"],function(j,i){g[i]="hide";j=(""+c.css(a.toShow[0],i)).match(/^([\d+-.]+)(.*)$/);f[i]={value:j[1], +unit:j[2]||"px"}});a.toShow.css({height:0,overflow:"hidden"}).show();a.toHide.filter(":hidden").each(a.complete).end().filter(":visible").animate(g,{step:function(j,i){if(i.prop=="height")h=i.end-i.start===0?0:(i.now-i.start)/(i.end-i.start);a.toShow[0].style[i.prop]=h*f[i.prop].value+f[i.prop].unit},duration:a.duration,easing:a.easing,complete:function(){a.autoHeight||a.toShow.css("height","");a.toShow.css({width:e,overflow:d});a.complete()}})}else a.toHide.animate({height:"hide",paddingTop:"hide", +paddingBottom:"hide"},a);else a.toShow.animate({height:"show",paddingTop:"show",paddingBottom:"show"},a)},bounceslide:function(a){this.slide(a,{easing:a.down?"easeOutBounce":"swing",duration:a.down?1E3:200})}}})})(jQuery); +;/* + * jQuery UI Autocomplete 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Autocomplete + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.position.js + */ +(function(d){var e=0;d.widget("ui.autocomplete",{options:{appendTo:"body",delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null},pending:0,_create:function(){var a=this,b=this.element[0].ownerDocument,g;this.element.addClass("ui-autocomplete-input").attr("autocomplete","off").attr({role:"textbox","aria-autocomplete":"list","aria-haspopup":"true"}).bind("keydown.autocomplete",function(c){if(!(a.options.disabled||a.element.attr("readonly"))){g=false;var f=d.ui.keyCode; +switch(c.keyCode){case f.PAGE_UP:a._move("previousPage",c);break;case f.PAGE_DOWN:a._move("nextPage",c);break;case f.UP:a._move("previous",c);c.preventDefault();break;case f.DOWN:a._move("next",c);c.preventDefault();break;case f.ENTER:case f.NUMPAD_ENTER:if(a.menu.active){g=true;c.preventDefault()}case f.TAB:if(!a.menu.active)return;a.menu.select(c);break;case f.ESCAPE:a.element.val(a.term);a.close(c);break;default:clearTimeout(a.searching);a.searching=setTimeout(function(){if(a.term!=a.element.val()){a.selectedItem= +null;a.search(null,c)}},a.options.delay);break}}}).bind("keypress.autocomplete",function(c){if(g){g=false;c.preventDefault()}}).bind("focus.autocomplete",function(){if(!a.options.disabled){a.selectedItem=null;a.previous=a.element.val()}}).bind("blur.autocomplete",function(c){if(!a.options.disabled){clearTimeout(a.searching);a.closing=setTimeout(function(){a.close(c);a._change(c)},150)}});this._initSource();this.response=function(){return a._response.apply(a,arguments)};this.menu=d("
    ").addClass("ui-autocomplete").appendTo(d(this.options.appendTo|| +"body",b)[0]).mousedown(function(c){var f=a.menu.element[0];d(c.target).closest(".ui-menu-item").length||setTimeout(function(){d(document).one("mousedown",function(h){h.target!==a.element[0]&&h.target!==f&&!d.ui.contains(f,h.target)&&a.close()})},1);setTimeout(function(){clearTimeout(a.closing)},13)}).menu({focus:function(c,f){f=f.item.data("item.autocomplete");false!==a._trigger("focus",c,{item:f})&&/^key/.test(c.originalEvent.type)&&a.element.val(f.value)},selected:function(c,f){var h=f.item.data("item.autocomplete"), +i=a.previous;if(a.element[0]!==b.activeElement){a.element.focus();a.previous=i;setTimeout(function(){a.previous=i;a.selectedItem=h},1)}false!==a._trigger("select",c,{item:h})&&a.element.val(h.value);a.term=a.element.val();a.close(c);a.selectedItem=h},blur:function(){a.menu.element.is(":visible")&&a.element.val()!==a.term&&a.element.val(a.term)}}).zIndex(this.element.zIndex()+1).css({top:0,left:0}).hide().data("menu");d.fn.bgiframe&&this.menu.element.bgiframe()},destroy:function(){this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete").removeAttr("role").removeAttr("aria-autocomplete").removeAttr("aria-haspopup"); +this.menu.element.remove();d.Widget.prototype.destroy.call(this)},_setOption:function(a,b){d.Widget.prototype._setOption.apply(this,arguments);a==="source"&&this._initSource();if(a==="appendTo")this.menu.element.appendTo(d(b||"body",this.element[0].ownerDocument)[0]);a==="disabled"&&b&&this.xhr&&this.xhr.abort()},_initSource:function(){var a=this,b,g;if(d.isArray(this.options.source)){b=this.options.source;this.source=function(c,f){f(d.ui.autocomplete.filter(b,c.term))}}else if(typeof this.options.source=== +"string"){g=this.options.source;this.source=function(c,f){a.xhr&&a.xhr.abort();a.xhr=d.ajax({url:g,data:c,dataType:"json",autocompleteRequest:++e,success:function(h){this.autocompleteRequest===e&&f(h)},error:function(){this.autocompleteRequest===e&&f([])}})}}else this.source=this.options.source},search:function(a,b){a=a!=null?a:this.element.val();this.term=this.element.val();if(a.length").data("item.autocomplete",b).append(d("").text(b.label)).appendTo(a)},_move:function(a,b){if(this.menu.element.is(":visible"))if(this.menu.first()&&/^previous/.test(a)||this.menu.last()&&/^next/.test(a)){this.element.val(this.term);this.menu.deactivate()}else this.menu[a](b); +else this.search(null,b)},widget:function(){return this.menu.element}});d.extend(d.ui.autocomplete,{escapeRegex:function(a){return a.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")},filter:function(a,b){var g=new RegExp(d.ui.autocomplete.escapeRegex(b),"i");return d.grep(a,function(c){return g.test(c.label||c.value||c)})}})})(jQuery); +(function(d){d.widget("ui.menu",{_create:function(){var e=this;this.element.addClass("ui-menu ui-widget ui-widget-content ui-corner-all").attr({role:"listbox","aria-activedescendant":"ui-active-menuitem"}).click(function(a){if(d(a.target).closest(".ui-menu-item a").length){a.preventDefault();e.select(a)}});this.refresh()},refresh:function(){var e=this;this.element.children("li:not(.ui-menu-item):has(a)").addClass("ui-menu-item").attr("role","menuitem").children("a").addClass("ui-corner-all").attr("tabindex", +-1).mouseenter(function(a){e.activate(a,d(this).parent())}).mouseleave(function(){e.deactivate()})},activate:function(e,a){this.deactivate();if(this.hasScroll()){var b=a.offset().top-this.element.offset().top,g=this.element.attr("scrollTop"),c=this.element.height();if(b<0)this.element.attr("scrollTop",g+b);else b>=c&&this.element.attr("scrollTop",g+b-c+a.height())}this.active=a.eq(0).children("a").addClass("ui-state-hover").attr("id","ui-active-menuitem").end();this._trigger("focus",e,{item:a})}, +deactivate:function(){if(this.active){this.active.children("a").removeClass("ui-state-hover").removeAttr("id");this._trigger("blur");this.active=null}},next:function(e){this.move("next",".ui-menu-item:first",e)},previous:function(e){this.move("prev",".ui-menu-item:last",e)},first:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},last:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},move:function(e,a,b){if(this.active){e=this.active[e+"All"](".ui-menu-item").eq(0); +e.length?this.activate(b,e):this.activate(b,this.element.children(a))}else this.activate(b,this.element.children(a))},nextPage:function(e){if(this.hasScroll())if(!this.active||this.last())this.activate(e,this.element.children(".ui-menu-item:first"));else{var a=this.active.offset().top,b=this.element.height(),g=this.element.children(".ui-menu-item").filter(function(){var c=d(this).offset().top-a-b+d(this).height();return c<10&&c>-10});g.length||(g=this.element.children(".ui-menu-item:last"));this.activate(e, +g)}else this.activate(e,this.element.children(".ui-menu-item").filter(!this.active||this.last()?":first":":last"))},previousPage:function(e){if(this.hasScroll())if(!this.active||this.first())this.activate(e,this.element.children(".ui-menu-item:last"));else{var a=this.active.offset().top,b=this.element.height();result=this.element.children(".ui-menu-item").filter(function(){var g=d(this).offset().top-a+b-d(this).height();return g<10&&g>-10});result.length||(result=this.element.children(".ui-menu-item:first")); +this.activate(e,result)}else this.activate(e,this.element.children(".ui-menu-item").filter(!this.active||this.first()?":last":":first"))},hasScroll:function(){return this.element.height()").addClass("ui-button-text").html(this.options.label).appendTo(b.empty()).text(),d=this.options.icons,f=d.primary&&d.secondary,e=[];if(d.primary||d.secondary){e.push("ui-button-text-icon"+(f?"s":d.primary?"-primary":"-secondary"));d.primary&&b.prepend("");d.secondary&&b.append("");if(!this.options.text){e.push(f?"ui-button-icons-only":"ui-button-icon-only"); +b.removeClass("ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary");this.hasTitle||b.attr("title",c)}}else e.push("ui-button-text-only");b.addClass(e.join(" "))}}});a.widget("ui.buttonset",{options:{items:":button, :submit, :reset, :checkbox, :radio, a, :data(button)"},_create:function(){this.element.addClass("ui-buttonset")},_init:function(){this.refresh()},_setOption:function(b,c){b==="disabled"&&this.buttons.button("option",b,c);a.Widget.prototype._setOption.apply(this, +arguments)},refresh:function(){this.buttons=this.element.find(this.options.items).filter(":ui-button").button("refresh").end().not(":ui-button").button().end().map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":first").addClass("ui-corner-left").end().filter(":last").addClass("ui-corner-right").end().end()},destroy:function(){this.element.removeClass("ui-buttonset");this.buttons.map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy"); +a.Widget.prototype.destroy.call(this)}})})(jQuery); +;/* + * jQuery UI Dialog 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Dialog + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.button.js + * jquery.ui.draggable.js + * jquery.ui.mouse.js + * jquery.ui.position.js + * jquery.ui.resizable.js + */ +(function(c,j){var k={buttons:true,height:true,maxHeight:true,maxWidth:true,minHeight:true,minWidth:true,width:true},l={maxHeight:true,maxWidth:true,minHeight:true,minWidth:true};c.widget("ui.dialog",{options:{autoOpen:true,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:{my:"center",at:"center",collision:"fit",using:function(a){var b=c(this).css(a).offset().top;b<0&& +c(this).css("top",a.top-b)}},resizable:true,show:null,stack:true,title:"",width:300,zIndex:1E3},_create:function(){this.originalTitle=this.element.attr("title");if(typeof this.originalTitle!=="string")this.originalTitle="";this.options.title=this.options.title||this.originalTitle;var a=this,b=a.options,d=b.title||" ",e=c.ui.dialog.getTitleId(a.element),g=(a.uiDialog=c("
    ")).appendTo(document.body).hide().addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+b.dialogClass).css({zIndex:b.zIndex}).attr("tabIndex", +-1).css("outline",0).keydown(function(i){if(b.closeOnEscape&&i.keyCode&&i.keyCode===c.ui.keyCode.ESCAPE){a.close(i);i.preventDefault()}}).attr({role:"dialog","aria-labelledby":e}).mousedown(function(i){a.moveToTop(false,i)});a.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(g);var f=(a.uiDialogTitlebar=c("
    ")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(g),h=c('').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role", +"button").hover(function(){h.addClass("ui-state-hover")},function(){h.removeClass("ui-state-hover")}).focus(function(){h.addClass("ui-state-focus")}).blur(function(){h.removeClass("ui-state-focus")}).click(function(i){a.close(i);return false}).appendTo(f);(a.uiDialogTitlebarCloseText=c("")).addClass("ui-icon ui-icon-closethick").text(b.closeText).appendTo(h);c("").addClass("ui-dialog-title").attr("id",e).html(d).prependTo(f);if(c.isFunction(b.beforeclose)&&!c.isFunction(b.beforeClose))b.beforeClose= +b.beforeclose;f.find("*").add(f).disableSelection();b.draggable&&c.fn.draggable&&a._makeDraggable();b.resizable&&c.fn.resizable&&a._makeResizable();a._createButtons(b.buttons);a._isOpen=false;c.fn.bgiframe&&g.bgiframe()},_init:function(){this.options.autoOpen&&this.open()},destroy:function(){var a=this;a.overlay&&a.overlay.destroy();a.uiDialog.hide();a.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body");a.uiDialog.remove();a.originalTitle&& +a.element.attr("title",a.originalTitle);return a},widget:function(){return this.uiDialog},close:function(a){var b=this,d,e;if(false!==b._trigger("beforeClose",a)){b.overlay&&b.overlay.destroy();b.uiDialog.unbind("keypress.ui-dialog");b._isOpen=false;if(b.options.hide)b.uiDialog.hide(b.options.hide,function(){b._trigger("close",a)});else{b.uiDialog.hide();b._trigger("close",a)}c.ui.dialog.overlay.resize();if(b.options.modal){d=0;c(".ui-dialog").each(function(){if(this!==b.uiDialog[0]){e=c(this).css("z-index"); +isNaN(e)||(d=Math.max(d,e))}});c.ui.dialog.maxZ=d}return b}},isOpen:function(){return this._isOpen},moveToTop:function(a,b){var d=this,e=d.options;if(e.modal&&!a||!e.stack&&!e.modal)return d._trigger("focus",b);if(e.zIndex>c.ui.dialog.maxZ)c.ui.dialog.maxZ=e.zIndex;if(d.overlay){c.ui.dialog.maxZ+=1;d.overlay.$el.css("z-index",c.ui.dialog.overlay.maxZ=c.ui.dialog.maxZ)}a={scrollTop:d.element.attr("scrollTop"),scrollLeft:d.element.attr("scrollLeft")};c.ui.dialog.maxZ+=1;d.uiDialog.css("z-index",c.ui.dialog.maxZ); +d.element.attr(a);d._trigger("focus",b);return d},open:function(){if(!this._isOpen){var a=this,b=a.options,d=a.uiDialog;a.overlay=b.modal?new c.ui.dialog.overlay(a):null;a._size();a._position(b.position);d.show(b.show);a.moveToTop(true);b.modal&&d.bind("keypress.ui-dialog",function(e){if(e.keyCode===c.ui.keyCode.TAB){var g=c(":tabbable",this),f=g.filter(":first");g=g.filter(":last");if(e.target===g[0]&&!e.shiftKey){f.focus(1);return false}else if(e.target===f[0]&&e.shiftKey){g.focus(1);return false}}}); +c(a.element.find(":tabbable").get().concat(d.find(".ui-dialog-buttonpane :tabbable").get().concat(d.get()))).eq(0).focus();a._isOpen=true;a._trigger("open");return a}},_createButtons:function(a){var b=this,d=false,e=c("
    ").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),g=c("
    ").addClass("ui-dialog-buttonset").appendTo(e);b.uiDialog.find(".ui-dialog-buttonpane").remove();typeof a==="object"&&a!==null&&c.each(a,function(){return!(d=true)});if(d){c.each(a,function(f, +h){h=c.isFunction(h)?{click:h,text:f}:h;f=c('').attr(h,true).unbind("click").click(function(){h.click.apply(b.element[0],arguments)}).appendTo(g);c.fn.button&&f.button()});e.appendTo(b.uiDialog)}},_makeDraggable:function(){function a(f){return{position:f.position,offset:f.offset}}var b=this,d=b.options,e=c(document),g;b.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(f,h){g= +d.height==="auto"?"auto":c(this).height();c(this).height(c(this).height()).addClass("ui-dialog-dragging");b._trigger("dragStart",f,a(h))},drag:function(f,h){b._trigger("drag",f,a(h))},stop:function(f,h){d.position=[h.position.left-e.scrollLeft(),h.position.top-e.scrollTop()];c(this).removeClass("ui-dialog-dragging").height(g);b._trigger("dragStop",f,a(h));c.ui.dialog.overlay.resize()}})},_makeResizable:function(a){function b(f){return{originalPosition:f.originalPosition,originalSize:f.originalSize, +position:f.position,size:f.size}}a=a===j?this.options.resizable:a;var d=this,e=d.options,g=d.uiDialog.css("position");a=typeof a==="string"?a:"n,e,s,w,se,sw,ne,nw";d.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:d.element,maxWidth:e.maxWidth,maxHeight:e.maxHeight,minWidth:e.minWidth,minHeight:d._minHeight(),handles:a,start:function(f,h){c(this).addClass("ui-dialog-resizing");d._trigger("resizeStart",f,b(h))},resize:function(f,h){d._trigger("resize",f,b(h))},stop:function(f, +h){c(this).removeClass("ui-dialog-resizing");e.height=c(this).height();e.width=c(this).width();d._trigger("resizeStop",f,b(h));c.ui.dialog.overlay.resize()}}).css("position",g).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_minHeight:function(){var a=this.options;return a.height==="auto"?a.minHeight:Math.min(a.minHeight,a.height)},_position:function(a){var b=[],d=[0,0],e;if(a){if(typeof a==="string"||typeof a==="object"&&"0"in a){b=a.split?a.split(" "):[a[0],a[1]];if(b.length=== +1)b[1]=b[0];c.each(["left","top"],function(g,f){if(+b[g]===b[g]){d[g]=b[g];b[g]=f}});a={my:b.join(" "),at:b.join(" "),offset:d.join(" ")}}a=c.extend({},c.ui.dialog.prototype.options.position,a)}else a=c.ui.dialog.prototype.options.position;(e=this.uiDialog.is(":visible"))||this.uiDialog.show();this.uiDialog.css({top:0,left:0}).position(c.extend({of:window},a));e||this.uiDialog.hide()},_setOptions:function(a){var b=this,d={},e=false;c.each(a,function(g,f){b._setOption(g,f);if(g in k)e=true;if(g in +l)d[g]=f});e&&this._size();this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option",d)},_setOption:function(a,b){var d=this,e=d.uiDialog;switch(a){case "beforeclose":a="beforeClose";break;case "buttons":d._createButtons(b);break;case "closeText":d.uiDialogTitlebarCloseText.text(""+b);break;case "dialogClass":e.removeClass(d.options.dialogClass).addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+b);break;case "disabled":b?e.addClass("ui-dialog-disabled"):e.removeClass("ui-dialog-disabled"); +break;case "draggable":var g=e.is(":data(draggable)");g&&!b&&e.draggable("destroy");!g&&b&&d._makeDraggable();break;case "position":d._position(b);break;case "resizable":(g=e.is(":data(resizable)"))&&!b&&e.resizable("destroy");g&&typeof b==="string"&&e.resizable("option","handles",b);!g&&b!==false&&d._makeResizable(b);break;case "title":c(".ui-dialog-title",d.uiDialogTitlebar).html(""+(b||" "));break}c.Widget.prototype._setOption.apply(d,arguments)},_size:function(){var a=this.options,b,d,e= +this.uiDialog.is(":visible");this.element.show().css({width:"auto",minHeight:0,height:0});if(a.minWidth>a.width)a.width=a.minWidth;b=this.uiDialog.css({height:"auto",width:a.width}).height();d=Math.max(0,a.minHeight-b);if(a.height==="auto")if(c.support.minHeight)this.element.css({minHeight:d,height:"auto"});else{this.uiDialog.show();a=this.element.css("height","auto").height();e||this.uiDialog.hide();this.element.height(Math.max(a,d))}else this.element.height(Math.max(a.height-b,0));this.uiDialog.is(":data(resizable)")&& +this.uiDialog.resizable("option","minHeight",this._minHeight())}});c.extend(c.ui.dialog,{version:"1.8.10",uuid:0,maxZ:0,getTitleId:function(a){a=a.attr("id");if(!a){this.uuid+=1;a=this.uuid}return"ui-dialog-title-"+a},overlay:function(a){this.$el=c.ui.dialog.overlay.create(a)}});c.extend(c.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(a){return a+".dialog-overlay"}).join(" "),create:function(a){if(this.instances.length=== +0){setTimeout(function(){c.ui.dialog.overlay.instances.length&&c(document).bind(c.ui.dialog.overlay.events,function(d){if(c(d.target).zIndex()").addClass("ui-widget-overlay")).appendTo(document.body).css({width:this.width(), +height:this.height()});c.fn.bgiframe&&b.bgiframe();this.instances.push(b);return b},destroy:function(a){var b=c.inArray(a,this.instances);b!=-1&&this.oldInstances.push(this.instances.splice(b,1)[0]);this.instances.length===0&&c([document,window]).unbind(".dialog-overlay");a.remove();var d=0;c.each(this.instances,function(){d=Math.max(d,this.css("z-index"))});this.maxZ=d},height:function(){var a,b;if(c.browser.msie&&c.browser.version<7){a=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight); +b=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);return a");if(!a.values)a.values=[this._valueMin(),this._valueMin()];if(a.values.length&&a.values.length!==2)a.values=[a.values[0],a.values[0]]}else this.range=d("
    ");this.range.appendTo(this.element).addClass("ui-slider-range");if(a.range==="min"||a.range==="max")this.range.addClass("ui-slider-range-"+a.range);this.range.addClass("ui-widget-header")}d(".ui-slider-handle",this.element).length===0&&d("").appendTo(this.element).addClass("ui-slider-handle"); +if(a.values&&a.values.length)for(;d(".ui-slider-handle",this.element).length").appendTo(this.element).addClass("ui-slider-handle");this.handles=d(".ui-slider-handle",this.element).addClass("ui-state-default ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(c){c.preventDefault()}).hover(function(){a.disabled||d(this).addClass("ui-state-hover")},function(){d(this).removeClass("ui-state-hover")}).focus(function(){if(a.disabled)d(this).blur(); +else{d(".ui-slider .ui-state-focus").removeClass("ui-state-focus");d(this).addClass("ui-state-focus")}}).blur(function(){d(this).removeClass("ui-state-focus")});this.handles.each(function(c){d(this).data("index.ui-slider-handle",c)});this.handles.keydown(function(c){var e=true,f=d(this).data("index.ui-slider-handle"),h,g,i;if(!b.options.disabled){switch(c.keyCode){case d.ui.keyCode.HOME:case d.ui.keyCode.END:case d.ui.keyCode.PAGE_UP:case d.ui.keyCode.PAGE_DOWN:case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:e= +false;if(!b._keySliding){b._keySliding=true;d(this).addClass("ui-state-active");h=b._start(c,f);if(h===false)return}break}i=b.options.step;h=b.options.values&&b.options.values.length?(g=b.values(f)):(g=b.value());switch(c.keyCode){case d.ui.keyCode.HOME:g=b._valueMin();break;case d.ui.keyCode.END:g=b._valueMax();break;case d.ui.keyCode.PAGE_UP:g=b._trimAlignValue(h+(b._valueMax()-b._valueMin())/5);break;case d.ui.keyCode.PAGE_DOWN:g=b._trimAlignValue(h-(b._valueMax()-b._valueMin())/5);break;case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:if(h=== +b._valueMax())return;g=b._trimAlignValue(h+i);break;case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:if(h===b._valueMin())return;g=b._trimAlignValue(h-i);break}b._slide(c,f,g);return e}}).keyup(function(c){var e=d(this).data("index.ui-slider-handle");if(b._keySliding){b._keySliding=false;b._stop(c,e);b._change(c,e);d(this).removeClass("ui-state-active")}});this._refreshValue();this._animateOff=false},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider"); +this._mouseDestroy();return this},_mouseCapture:function(b){var a=this.options,c,e,f,h,g;if(a.disabled)return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();c=this._normValueFromMouse({x:b.pageX,y:b.pageY});e=this._valueMax()-this._valueMin()+1;h=this;this.handles.each(function(i){var j=Math.abs(c-h.values(i));if(e>j){e=j;f=d(this);g=i}});if(a.range===true&&this.values(1)===a.min){g+=1;f=d(this.handles[g])}if(this._start(b, +g)===false)return false;this._mouseSliding=true;h._handleIndex=g;f.addClass("ui-state-active").focus();a=f.offset();this._clickOffset=!d(b.target).parents().andSelf().is(".ui-slider-handle")?{left:0,top:0}:{left:b.pageX-a.left-f.width()/2,top:b.pageY-a.top-f.height()/2-(parseInt(f.css("borderTopWidth"),10)||0)-(parseInt(f.css("borderBottomWidth"),10)||0)+(parseInt(f.css("marginTop"),10)||0)};this.handles.hasClass("ui-state-hover")||this._slide(b,g,c);return this._animateOff=true},_mouseStart:function(){return true}, +_mouseDrag:function(b){var a=this._normValueFromMouse({x:b.pageX,y:b.pageY});this._slide(b,this._handleIndex,a);return false},_mouseStop:function(b){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(b,this._handleIndex);this._change(b,this._handleIndex);this._clickOffset=this._handleIndex=null;return this._animateOff=false},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(b){var a; +if(this.orientation==="horizontal"){a=this.elementSize.width;b=b.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{a=this.elementSize.height;b=b.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}a=b/a;if(a>1)a=1;if(a<0)a=0;if(this.orientation==="vertical")a=1-a;b=this._valueMax()-this._valueMin();return this._trimAlignValue(this._valueMin()+a*b)},_start:function(b,a){var c={handle:this.handles[a],value:this.value()};if(this.options.values&&this.options.values.length){c.value= +this.values(a);c.values=this.values()}return this._trigger("start",b,c)},_slide:function(b,a,c){var e;if(this.options.values&&this.options.values.length){e=this.values(a?0:1);if(this.options.values.length===2&&this.options.range===true&&(a===0&&c>e||a===1&&c1){this.options.values[b]=this._trimAlignValue(a);this._refreshValue();this._change(null,b)}if(arguments.length)if(d.isArray(arguments[0])){c=this.options.values;e=arguments[0];for(f=0;f=this._valueMax())return this._valueMax();var a=this.options.step>0?this.options.step:1,c=(b-this._valueMin())%a;alignValue=b-c;if(Math.abs(c)*2>=a)alignValue+=c>0?a:-a;return parseFloat(alignValue.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max}, +_refreshValue:function(){var b=this.options.range,a=this.options,c=this,e=!this._animateOff?a.animate:false,f,h={},g,i,j,l;if(this.options.values&&this.options.values.length)this.handles.each(function(k){f=(c.values(k)-c._valueMin())/(c._valueMax()-c._valueMin())*100;h[c.orientation==="horizontal"?"left":"bottom"]=f+"%";d(this).stop(1,1)[e?"animate":"css"](h,a.animate);if(c.options.range===true)if(c.orientation==="horizontal"){if(k===0)c.range.stop(1,1)[e?"animate":"css"]({left:f+"%"},a.animate); +if(k===1)c.range[e?"animate":"css"]({width:f-g+"%"},{queue:false,duration:a.animate})}else{if(k===0)c.range.stop(1,1)[e?"animate":"css"]({bottom:f+"%"},a.animate);if(k===1)c.range[e?"animate":"css"]({height:f-g+"%"},{queue:false,duration:a.animate})}g=f});else{i=this.value();j=this._valueMin();l=this._valueMax();f=l!==j?(i-j)/(l-j)*100:0;h[c.orientation==="horizontal"?"left":"bottom"]=f+"%";this.handle.stop(1,1)[e?"animate":"css"](h,a.animate);if(b==="min"&&this.orientation==="horizontal")this.range.stop(1, +1)[e?"animate":"css"]({width:f+"%"},a.animate);if(b==="max"&&this.orientation==="horizontal")this.range[e?"animate":"css"]({width:100-f+"%"},{queue:false,duration:a.animate});if(b==="min"&&this.orientation==="vertical")this.range.stop(1,1)[e?"animate":"css"]({height:f+"%"},a.animate);if(b==="max"&&this.orientation==="vertical")this.range[e?"animate":"css"]({height:100-f+"%"},{queue:false,duration:a.animate})}}});d.extend(d.ui.slider,{version:"1.8.10"})})(jQuery); +;/* + * jQuery UI Tabs 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Tabs + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function(d,p){function u(){return++v}function w(){return++x}var v=0,x=0;d.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"
    ",remove:null,select:null,show:null,spinner:"Loading…",tabTemplate:"
  • #{label}
  • "},_create:function(){this._tabify(true)},_setOption:function(b,e){if(b=="selected")this.options.collapsible&& +e==this.options.selected||this.select(e);else{this.options[b]=e;this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^\w\u00c0-\uFFFF-]/g,"")||this.options.idPrefix+u()},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+w());return d.cookie.apply(null,[b].concat(d.makeArray(arguments)))},_ui:function(b,e){return{tab:b,panel:e,index:this.anchors.index(b)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b= +d(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(b){function e(g,f){g.css("display","");!d.support.opacity&&f.opacity&&g[0].style.removeAttribute("filter")}var a=this,c=this.options,h=/^#.+/;this.list=this.element.find("ol,ul").eq(0);this.lis=d(" > li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return d("a",this)[0]});this.panels=d([]);this.anchors.each(function(g,f){var i=d(f).attr("href"),l=i.split("#")[0],q;if(l&&(l===location.toString().split("#")[0]|| +(q=d("base")[0])&&l===q.href)){i=f.hash;f.href=i}if(h.test(i))a.panels=a.panels.add(a.element.find(a._sanitizeSelector(i)));else if(i&&i!=="#"){d.data(f,"href.tabs",i);d.data(f,"load.tabs",i.replace(/#.*$/,""));i=a._tabId(f);f.href="#"+i;f=a.element.find("#"+i);if(!f.length){f=d(c.panelTemplate).attr("id",i).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(a.panels[g-1]||a.list);f.data("destroy.tabs",true)}a.panels=a.panels.add(f)}else c.disabled.push(g)});if(b){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all"); +this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(c.selected===p){location.hash&&this.anchors.each(function(g,f){if(f.hash==location.hash){c.selected=g;return false}});if(typeof c.selected!=="number"&&c.cookie)c.selected=parseInt(a._cookie(),10);if(typeof c.selected!=="number"&&this.lis.filter(".ui-tabs-selected").length)c.selected= +this.lis.index(this.lis.filter(".ui-tabs-selected"));c.selected=c.selected||(this.lis.length?0:-1)}else if(c.selected===null)c.selected=-1;c.selected=c.selected>=0&&this.anchors[c.selected]||c.selected<0?c.selected:0;c.disabled=d.unique(c.disabled.concat(d.map(this.lis.filter(".ui-state-disabled"),function(g){return a.lis.index(g)}))).sort();d.inArray(c.selected,c.disabled)!=-1&&c.disabled.splice(d.inArray(c.selected,c.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active"); +if(c.selected>=0&&this.anchors.length){a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash)).removeClass("ui-tabs-hide");this.lis.eq(c.selected).addClass("ui-tabs-selected ui-state-active");a.element.queue("tabs",function(){a._trigger("show",null,a._ui(a.anchors[c.selected],a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash))[0]))});this.load(c.selected)}d(window).bind("unload",function(){a.lis.add(a.anchors).unbind(".tabs");a.lis=a.anchors=a.panels=null})}else c.selected=this.lis.index(this.lis.filter(".ui-tabs-selected")); +this.element[c.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");c.cookie&&this._cookie(c.selected,c.cookie);b=0;for(var j;j=this.lis[b];b++)d(j)[d.inArray(b,c.disabled)!=-1&&!d(j).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");c.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(c.event!=="mouseover"){var k=function(g,f){f.is(":not(.ui-state-disabled)")&&f.addClass("ui-state-"+g)},n=function(g,f){f.removeClass("ui-state-"+ +g)};this.lis.bind("mouseover.tabs",function(){k("hover",d(this))});this.lis.bind("mouseout.tabs",function(){n("hover",d(this))});this.anchors.bind("focus.tabs",function(){k("focus",d(this).closest("li"))});this.anchors.bind("blur.tabs",function(){n("focus",d(this).closest("li"))})}var m,o;if(c.fx)if(d.isArray(c.fx)){m=c.fx[0];o=c.fx[1]}else m=o=c.fx;var r=o?function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.hide().removeClass("ui-tabs-hide").animate(o,o.duration||"normal", +function(){e(f,o);a._trigger("show",null,a._ui(g,f[0]))})}:function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");a._trigger("show",null,a._ui(g,f[0]))},s=m?function(g,f){f.animate(m,m.duration||"normal",function(){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");e(f,m);a.element.dequeue("tabs")})}:function(g,f){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");a.element.dequeue("tabs")}; +this.anchors.bind(c.event+".tabs",function(){var g=this,f=d(g).closest("li"),i=a.panels.filter(":not(.ui-tabs-hide)"),l=a.element.find(a._sanitizeSelector(g.hash));if(f.hasClass("ui-tabs-selected")&&!c.collapsible||f.hasClass("ui-state-disabled")||f.hasClass("ui-state-processing")||a.panels.filter(":animated").length||a._trigger("select",null,a._ui(this,l[0]))===false){this.blur();return false}c.selected=a.anchors.index(this);a.abort();if(c.collapsible)if(f.hasClass("ui-tabs-selected")){c.selected= +-1;c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){s(g,i)}).dequeue("tabs");this.blur();return false}else if(!i.length){c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this));this.blur();return false}c.cookie&&a._cookie(c.selected,c.cookie);if(l.length){i.length&&a.element.queue("tabs",function(){s(g,i)});a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier."; +d.browser.msie&&this.blur()});this.anchors.bind("click.tabs",function(){return false})},_getIndex:function(b){if(typeof b=="string")b=this.anchors.index(this.anchors.filter("[href$="+b+"]"));return b},destroy:function(){var b=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var e= +d.data(this,"href.tabs");if(e)this.href=e;var a=d(this).unbind(".tabs");d.each(["href","load","cache"],function(c,h){a.removeData(h+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){d.data(this,"destroy.tabs")?d(this).remove():d(this).removeClass("ui-state-default ui-corner-top ui-tabs-selected ui-state-active ui-state-hover ui-state-focus ui-state-disabled ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide")});b.cookie&&this._cookie(null,b.cookie);return this},add:function(b, +e,a){if(a===p)a=this.anchors.length;var c=this,h=this.options;e=d(h.tabTemplate.replace(/#\{href\}/g,b).replace(/#\{label\}/g,e));b=!b.indexOf("#")?b.replace("#",""):this._tabId(d("a",e)[0]);e.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var j=c.element.find("#"+b);j.length||(j=d(h.panelTemplate).attr("id",b).data("destroy.tabs",true));j.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(a>=this.lis.length){e.appendTo(this.list);j.appendTo(this.list[0].parentNode)}else{e.insertBefore(this.lis[a]); +j.insertBefore(this.panels[a])}h.disabled=d.map(h.disabled,function(k){return k>=a?++k:k});this._tabify();if(this.anchors.length==1){h.selected=0;e.addClass("ui-tabs-selected ui-state-active");j.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){c._trigger("show",null,c._ui(c.anchors[0],c.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[a],this.panels[a]));return this},remove:function(b){b=this._getIndex(b);var e=this.options,a=this.lis.eq(b).remove(),c=this.panels.eq(b).remove(); +if(a.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(b+(b+1=b?--h:h});this._tabify();this._trigger("remove",null,this._ui(a.find("a")[0],c[0]));return this},enable:function(b){b=this._getIndex(b);var e=this.options;if(d.inArray(b,e.disabled)!=-1){this.lis.eq(b).removeClass("ui-state-disabled");e.disabled=d.grep(e.disabled,function(a){return a!=b});this._trigger("enable",null, +this._ui(this.anchors[b],this.panels[b]));return this}},disable:function(b){b=this._getIndex(b);var e=this.options;if(b!=e.selected){this.lis.eq(b).addClass("ui-state-disabled");e.disabled.push(b);e.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[b],this.panels[b]))}return this},select:function(b){b=this._getIndex(b);if(b==-1)if(this.options.collapsible&&this.options.selected!=-1)b=this.options.selected;else return this;this.anchors.eq(b).trigger(this.options.event+".tabs");return this}, +load:function(b){b=this._getIndex(b);var e=this,a=this.options,c=this.anchors.eq(b)[0],h=d.data(c,"load.tabs");this.abort();if(!h||this.element.queue("tabs").length!==0&&d.data(c,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(b).addClass("ui-state-processing");if(a.spinner){var j=d("span",c);j.data("label.tabs",j.html()).html(a.spinner)}this.xhr=d.ajax(d.extend({},a.ajaxOptions,{url:h,success:function(k,n){e.element.find(e._sanitizeSelector(c.hash)).html(k);e._cleanup();a.cache&&d.data(c, +"cache.tabs",true);e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.success(k,n)}catch(m){}},error:function(k,n){e._cleanup();e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.error(k,n,b,c)}catch(m){}}}));e.element.dequeue("tabs");return this}},abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this}, +url:function(b,e){this.anchors.eq(b).removeData("cache.tabs").data("load.tabs",e);return this},length:function(){return this.anchors.length}});d.extend(d.ui.tabs,{version:"1.8.10"});d.extend(d.ui.tabs.prototype,{rotation:null,rotate:function(b,e){var a=this,c=this.options,h=a._rotate||(a._rotate=function(j){clearTimeout(a.rotation);a.rotation=setTimeout(function(){var k=c.selected;a.select(++k')}function E(a,b){d.extend(a,b);for(var c in b)if(b[c]== +null||b[c]==G)a[c]=b[c];return a}d.extend(d.ui,{datepicker:{version:"1.8.10"}});var y=(new Date).getTime();d.extend(K.prototype,{markerClassName:"hasDatepicker",log:function(){this.debug&&console.log.apply("",arguments)},_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(a){E(this._defaults,a||{});return this},_attachDatepicker:function(a,b){var c=null;for(var e in this._defaults){var f=a.getAttribute("date:"+e);if(f){c=c||{};try{c[e]=eval(f)}catch(h){c[e]=f}}}e=a.nodeName.toLowerCase(); +f=e=="div"||e=="span";if(!a.id){this.uuid+=1;a.id="dp"+this.uuid}var i=this._newInst(d(a),f);i.settings=d.extend({},b||{},c||{});if(e=="input")this._connectDatepicker(a,i);else f&&this._inlineDatepicker(a,i)},_newInst:function(a,b){return{id:a[0].id.replace(/([^A-Za-z0-9_-])/g,"\\\\$1"),input:a,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:b,dpDiv:!b?this.dpDiv:d('
    ')}}, +_connectDatepicker:function(a,b){var c=d(a);b.append=d([]);b.trigger=d([]);if(!c.hasClass(this.markerClassName)){this._attachments(c,b);c.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});this._autoSize(b);d.data(a,"datepicker",b)}},_attachments:function(a,b){var c=this._get(b,"appendText"),e=this._get(b,"isRTL");b.append&& +b.append.remove();if(c){b.append=d(''+c+"");a[e?"before":"after"](b.append)}a.unbind("focus",this._showDatepicker);b.trigger&&b.trigger.remove();c=this._get(b,"showOn");if(c=="focus"||c=="both")a.focus(this._showDatepicker);if(c=="button"||c=="both"){c=this._get(b,"buttonText");var f=this._get(b,"buttonImage");b.trigger=d(this._get(b,"buttonImageOnly")?d("").addClass(this._triggerClass).attr({src:f,alt:c,title:c}):d('').addClass(this._triggerClass).html(f== +""?c:d("").attr({src:f,alt:c,title:c})));a[e?"before":"after"](b.trigger);b.trigger.click(function(){d.datepicker._datepickerShowing&&d.datepicker._lastInput==a[0]?d.datepicker._hideDatepicker():d.datepicker._showDatepicker(a[0]);return false})}},_autoSize:function(a){if(this._get(a,"autoSize")&&!a.inline){var b=new Date(2009,11,20),c=this._get(a,"dateFormat");if(c.match(/[DM]/)){var e=function(f){for(var h=0,i=0,g=0;gh){h=f[g].length;i=g}return i};b.setMonth(e(this._get(a, +c.match(/MM/)?"monthNames":"monthNamesShort")));b.setDate(e(this._get(a,c.match(/DD/)?"dayNames":"dayNamesShort"))+20-b.getDay())}a.input.attr("size",this._formatDate(a,b).length)}},_inlineDatepicker:function(a,b){var c=d(a);if(!c.hasClass(this.markerClassName)){c.addClass(this.markerClassName).append(b.dpDiv).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});d.data(a,"datepicker",b);this._setDate(b,this._getDefaultDate(b), +true);this._updateDatepicker(b);this._updateAlternate(b);b.dpDiv.show()}},_dialogDatepicker:function(a,b,c,e,f){a=this._dialogInst;if(!a){this.uuid+=1;this._dialogInput=d('');this._dialogInput.keydown(this._doKeyDown);d("body").append(this._dialogInput);a=this._dialogInst=this._newInst(this._dialogInput,false);a.settings={};d.data(this._dialogInput[0],"datepicker",a)}E(a.settings,e||{}); +b=b&&b.constructor==Date?this._formatDate(a,b):b;this._dialogInput.val(b);this._pos=f?f.length?f:[f.pageX,f.pageY]:null;if(!this._pos)this._pos=[document.documentElement.clientWidth/2-100+(document.documentElement.scrollLeft||document.body.scrollLeft),document.documentElement.clientHeight/2-150+(document.documentElement.scrollTop||document.body.scrollTop)];this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px");a.settings.onSelect=c;this._inDialog=true;this.dpDiv.addClass(this._dialogClass); +this._showDatepicker(this._dialogInput[0]);d.blockUI&&d.blockUI(this.dpDiv);d.data(this._dialogInput[0],"datepicker",a);return this},_destroyDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();d.removeData(a,"datepicker");if(e=="input"){c.append.remove();c.trigger.remove();b.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup", +this._doKeyUp)}else if(e=="div"||e=="span")b.removeClass(this.markerClassName).empty()}},_enableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=false;c.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else if(e=="div"||e=="span")b.children("."+this._inlineClass).children().removeClass("ui-state-disabled");this._disabledInputs=d.map(this._disabledInputs, +function(f){return f==a?null:f})}},_disableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=true;c.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else if(e=="div"||e=="span")b.children("."+this._inlineClass).children().addClass("ui-state-disabled");this._disabledInputs=d.map(this._disabledInputs,function(f){return f==a?null: +f});this._disabledInputs[this._disabledInputs.length]=a}},_isDisabledDatepicker:function(a){if(!a)return false;for(var b=0;b-1}},_doKeyUp:function(a){a=d.datepicker._getInst(a.target);if(a.input.val()!=a.lastVal)try{if(d.datepicker.parseDate(d.datepicker._get(a,"dateFormat"),a.input?a.input.val():null,d.datepicker._getFormatConfig(a))){d.datepicker._setDateFromField(a);d.datepicker._updateAlternate(a);d.datepicker._updateDatepicker(a)}}catch(b){d.datepicker.log(b)}return true}, +_showDatepicker:function(a){a=a.target||a;if(a.nodeName.toLowerCase()!="input")a=d("input",a.parentNode)[0];if(!(d.datepicker._isDisabledDatepicker(a)||d.datepicker._lastInput==a)){var b=d.datepicker._getInst(a);d.datepicker._curInst&&d.datepicker._curInst!=b&&d.datepicker._curInst.dpDiv.stop(true,true);var c=d.datepicker._get(b,"beforeShow");E(b.settings,c?c.apply(a,[a,b]):{});b.lastVal=null;d.datepicker._lastInput=a;d.datepicker._setDateFromField(b);if(d.datepicker._inDialog)a.value="";if(!d.datepicker._pos){d.datepicker._pos= +d.datepicker._findPos(a);d.datepicker._pos[1]+=a.offsetHeight}var e=false;d(a).parents().each(function(){e|=d(this).css("position")=="fixed";return!e});if(e&&d.browser.opera){d.datepicker._pos[0]-=document.documentElement.scrollLeft;d.datepicker._pos[1]-=document.documentElement.scrollTop}c={left:d.datepicker._pos[0],top:d.datepicker._pos[1]};d.datepicker._pos=null;b.dpDiv.empty();b.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});d.datepicker._updateDatepicker(b);c=d.datepicker._checkOffset(b, +c,e);b.dpDiv.css({position:d.datepicker._inDialog&&d.blockUI?"static":e?"fixed":"absolute",display:"none",left:c.left+"px",top:c.top+"px"});if(!b.inline){c=d.datepicker._get(b,"showAnim");var f=d.datepicker._get(b,"duration"),h=function(){d.datepicker._datepickerShowing=true;var i=b.dpDiv.find("iframe.ui-datepicker-cover");if(i.length){var g=d.datepicker._getBorders(b.dpDiv);i.css({left:-g[0],top:-g[1],width:b.dpDiv.outerWidth(),height:b.dpDiv.outerHeight()})}};b.dpDiv.zIndex(d(a).zIndex()+1);d.effects&& +d.effects[c]?b.dpDiv.show(c,d.datepicker._get(b,"showOptions"),f,h):b.dpDiv[c||"show"](c?f:null,h);if(!c||!f)h();b.input.is(":visible")&&!b.input.is(":disabled")&&b.input.focus();d.datepicker._curInst=b}}},_updateDatepicker:function(a){var b=this,c=d.datepicker._getBorders(a.dpDiv);a.dpDiv.empty().append(this._generateHTML(a));var e=a.dpDiv.find("iframe.ui-datepicker-cover");e.length&&e.css({left:-c[0],top:-c[1],width:a.dpDiv.outerWidth(),height:a.dpDiv.outerHeight()});a.dpDiv.find("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a").bind("mouseout", +function(){d(this).removeClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=-1&&d(this).removeClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&d(this).removeClass("ui-datepicker-next-hover")}).bind("mouseover",function(){if(!b._isDisabledDatepicker(a.inline?a.dpDiv.parent()[0]:a.input[0])){d(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");d(this).addClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!= +-1&&d(this).addClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&d(this).addClass("ui-datepicker-next-hover")}}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end();c=this._getNumberOfMonths(a);e=c[1];e>1?a.dpDiv.addClass("ui-datepicker-multi-"+e).css("width",17*e+"em"):a.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");a.dpDiv[(c[0]!=1||c[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");a.dpDiv[(this._get(a, +"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");a==d.datepicker._curInst&&d.datepicker._datepickerShowing&&a.input&&a.input.is(":visible")&&!a.input.is(":disabled")&&a.input[0]!=document.activeElement&&a.input.focus();if(a.yearshtml){var f=a.yearshtml;setTimeout(function(){f===a.yearshtml&&a.dpDiv.find("select.ui-datepicker-year:first").replaceWith(a.yearshtml);f=a.yearshtml=null},0)}},_getBorders:function(a){var b=function(c){return{thin:1,medium:2,thick:3}[c]||c};return[parseFloat(b(a.css("border-left-width"))), +parseFloat(b(a.css("border-top-width")))]},_checkOffset:function(a,b,c){var e=a.dpDiv.outerWidth(),f=a.dpDiv.outerHeight(),h=a.input?a.input.outerWidth():0,i=a.input?a.input.outerHeight():0,g=document.documentElement.clientWidth+d(document).scrollLeft(),j=document.documentElement.clientHeight+d(document).scrollTop();b.left-=this._get(a,"isRTL")?e-h:0;b.left-=c&&b.left==a.input.offset().left?d(document).scrollLeft():0;b.top-=c&&b.top==a.input.offset().top+i?d(document).scrollTop():0;b.left-=Math.min(b.left, +b.left+e>g&&g>e?Math.abs(b.left+e-g):0);b.top-=Math.min(b.top,b.top+f>j&&j>f?Math.abs(f+i):0);return b},_findPos:function(a){for(var b=this._get(this._getInst(a),"isRTL");a&&(a.type=="hidden"||a.nodeType!=1||d.expr.filters.hidden(a));)a=a[b?"previousSibling":"nextSibling"];a=d(a).offset();return[a.left,a.top]},_hideDatepicker:function(a){var b=this._curInst;if(!(!b||a&&b!=d.data(a,"datepicker")))if(this._datepickerShowing){a=this._get(b,"showAnim");var c=this._get(b,"duration"),e=function(){d.datepicker._tidyDialog(b); +this._curInst=null};d.effects&&d.effects[a]?b.dpDiv.hide(a,d.datepicker._get(b,"showOptions"),c,e):b.dpDiv[a=="slideDown"?"slideUp":a=="fadeIn"?"fadeOut":"hide"](a?c:null,e);a||e();if(a=this._get(b,"onClose"))a.apply(b.input?b.input[0]:null,[b.input?b.input.val():"",b]);this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if(d.blockUI){d.unblockUI();d("body").append(this.dpDiv)}}this._inDialog=false}},_tidyDialog:function(a){a.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")}, +_checkExternalClick:function(a){if(d.datepicker._curInst){a=d(a.target);a[0].id!=d.datepicker._mainDivId&&a.parents("#"+d.datepicker._mainDivId).length==0&&!a.hasClass(d.datepicker.markerClassName)&&!a.hasClass(d.datepicker._triggerClass)&&d.datepicker._datepickerShowing&&!(d.datepicker._inDialog&&d.blockUI)&&d.datepicker._hideDatepicker()}},_adjustDate:function(a,b,c){a=d(a);var e=this._getInst(a[0]);if(!this._isDisabledDatepicker(a[0])){this._adjustInstDate(e,b+(c=="M"?this._get(e,"showCurrentAtPos"): +0),c);this._updateDatepicker(e)}},_gotoToday:function(a){a=d(a);var b=this._getInst(a[0]);if(this._get(b,"gotoCurrent")&&b.currentDay){b.selectedDay=b.currentDay;b.drawMonth=b.selectedMonth=b.currentMonth;b.drawYear=b.selectedYear=b.currentYear}else{var c=new Date;b.selectedDay=c.getDate();b.drawMonth=b.selectedMonth=c.getMonth();b.drawYear=b.selectedYear=c.getFullYear()}this._notifyChange(b);this._adjustDate(a)},_selectMonthYear:function(a,b,c){a=d(a);var e=this._getInst(a[0]);e._selectingMonthYear= +false;e["selected"+(c=="M"?"Month":"Year")]=e["draw"+(c=="M"?"Month":"Year")]=parseInt(b.options[b.selectedIndex].value,10);this._notifyChange(e);this._adjustDate(a)},_clickMonthYear:function(a){var b=this._getInst(d(a)[0]);b.input&&b._selectingMonthYear&&setTimeout(function(){b.input.focus()},0);b._selectingMonthYear=!b._selectingMonthYear},_selectDay:function(a,b,c,e){var f=d(a);if(!(d(e).hasClass(this._unselectableClass)||this._isDisabledDatepicker(f[0]))){f=this._getInst(f[0]);f.selectedDay=f.currentDay= +d("a",e).html();f.selectedMonth=f.currentMonth=b;f.selectedYear=f.currentYear=c;this._selectDate(a,this._formatDate(f,f.currentDay,f.currentMonth,f.currentYear))}},_clearDate:function(a){a=d(a);this._getInst(a[0]);this._selectDate(a,"")},_selectDate:function(a,b){a=this._getInst(d(a)[0]);b=b!=null?b:this._formatDate(a);a.input&&a.input.val(b);this._updateAlternate(a);var c=this._get(a,"onSelect");if(c)c.apply(a.input?a.input[0]:null,[b,a]);else a.input&&a.input.trigger("change");if(a.inline)this._updateDatepicker(a); +else{this._hideDatepicker();this._lastInput=a.input[0];typeof a.input[0]!="object"&&a.input.focus();this._lastInput=null}},_updateAlternate:function(a){var b=this._get(a,"altField");if(b){var c=this._get(a,"altFormat")||this._get(a,"dateFormat"),e=this._getDate(a),f=this.formatDate(c,e,this._getFormatConfig(a));d(b).each(function(){d(this).val(f)})}},noWeekends:function(a){a=a.getDay();return[a>0&&a<6,""]},iso8601Week:function(a){a=new Date(a.getTime());a.setDate(a.getDate()+4-(a.getDay()||7));var b= +a.getTime();a.setMonth(0);a.setDate(1);return Math.floor(Math.round((b-a)/864E5)/7)+1},parseDate:function(a,b,c){if(a==null||b==null)throw"Invalid arguments";b=typeof b=="object"?b.toString():b+"";if(b=="")return null;var e=(c?c.shortYearCutoff:null)||this._defaults.shortYearCutoff;e=typeof e!="string"?e:(new Date).getFullYear()%100+parseInt(e,10);for(var f=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,h=(c?c.dayNames:null)||this._defaults.dayNames,i=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort, +g=(c?c.monthNames:null)||this._defaults.monthNames,j=c=-1,l=-1,u=-1,k=false,o=function(p){(p=z+1-1){j=1;l=u;do{e=this._getDaysInMonth(c,j-1);if(l<=e)break;j++;l-=e}while(1)}w=this._daylightSavingAdjust(new Date(c,j-1,l));if(w.getFullYear()!=c||w.getMonth()+1!=j||w.getDate()!=l)throw"Invalid date";return w},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y", +RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*24*60*60*1E7,formatDate:function(a,b,c){if(!b)return"";var e=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,f=(c?c.dayNames:null)||this._defaults.dayNames,h=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort;c=(c?c.monthNames:null)||this._defaults.monthNames;var i=function(o){(o=k+112?a.getHours()+2:0);return a},_setDate:function(a,b,c){var e=!b,f=a.selectedMonth,h=a.selectedYear;b=this._restrictMinMax(a,this._determineDate(a,b,new Date));a.selectedDay= +a.currentDay=b.getDate();a.drawMonth=a.selectedMonth=a.currentMonth=b.getMonth();a.drawYear=a.selectedYear=a.currentYear=b.getFullYear();if((f!=a.selectedMonth||h!=a.selectedYear)&&!c)this._notifyChange(a);this._adjustInstDate(a);if(a.input)a.input.val(e?"":this._formatDate(a))},_getDate:function(a){return!a.currentYear||a.input&&a.input.val()==""?null:this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay))},_generateHTML:function(a){var b=new Date;b=this._daylightSavingAdjust(new Date(b.getFullYear(), +b.getMonth(),b.getDate()));var c=this._get(a,"isRTL"),e=this._get(a,"showButtonPanel"),f=this._get(a,"hideIfNoPrevNext"),h=this._get(a,"navigationAsDateFormat"),i=this._getNumberOfMonths(a),g=this._get(a,"showCurrentAtPos"),j=this._get(a,"stepMonths"),l=i[0]!=1||i[1]!=1,u=this._daylightSavingAdjust(!a.currentDay?new Date(9999,9,9):new Date(a.currentYear,a.currentMonth,a.currentDay)),k=this._getMinMaxDate(a,"min"),o=this._getMinMaxDate(a,"max");g=a.drawMonth-g;var m=a.drawYear;if(g<0){g+=12;m--}if(o){var n= +this._daylightSavingAdjust(new Date(o.getFullYear(),o.getMonth()-i[0]*i[1]+1,o.getDate()));for(n=k&&nn;){g--;if(g<0){g=11;m--}}}a.drawMonth=g;a.drawYear=m;n=this._get(a,"prevText");n=!h?n:this.formatDate(n,this._daylightSavingAdjust(new Date(m,g-j,1)),this._getFormatConfig(a));n=this._canAdjustMonth(a,-1,m,g)?''+n+"":f?"":''+n+"";var r=this._get(a,"nextText");r=!h?r:this.formatDate(r,this._daylightSavingAdjust(new Date(m,g+j,1)),this._getFormatConfig(a));f=this._canAdjustMonth(a,+1,m,g)?''+r+"":f?"":''+r+"";j=this._get(a,"currentText");r=this._get(a,"gotoCurrent")&&a.currentDay?u:b;j=!h?j:this.formatDate(j,r,this._getFormatConfig(a));h=!a.inline?'":"";e=e?'
    '+(c?h:"")+(this._isInRange(a,r)?'":"")+(c?"":h)+"
    ":"";h=parseInt(this._get(a,"firstDay"),10);h=isNaN(h)?0:h;j=this._get(a,"showWeek");r=this._get(a,"dayNames");this._get(a,"dayNamesShort");var s=this._get(a,"dayNamesMin"),z= +this._get(a,"monthNames"),w=this._get(a,"monthNamesShort"),p=this._get(a,"beforeShowDay"),v=this._get(a,"showOtherMonths"),H=this._get(a,"selectOtherMonths");this._get(a,"calculateWeek");for(var L=this._getDefaultDate(a),I="",C=0;C1)switch(D){case 0:x+=" ui-datepicker-group-first";t=" ui-corner-"+(c?"right":"left");break;case i[1]- +1:x+=" ui-datepicker-group-last";t=" ui-corner-"+(c?"left":"right");break;default:x+=" ui-datepicker-group-middle";t="";break}x+='">'}x+='
    '+(/all|left/.test(t)&&C==0?c?f:n:"")+(/all|right/.test(t)&&C==0?c?n:f:"")+this._generateMonthYearHeader(a,g,m,k,o,C>0||D>0,z,w)+'
    ';var A=j?'":"";for(t=0;t<7;t++){var q= +(t+h)%7;A+="=5?' class="ui-datepicker-week-end"':"")+'>'+s[q]+""}x+=A+"";A=this._getDaysInMonth(m,g);if(m==a.selectedYear&&g==a.selectedMonth)a.selectedDay=Math.min(a.selectedDay,A);t=(this._getFirstDayOfMonth(m,g)-h+7)%7;A=l?6:Math.ceil((t+A)/7);q=this._daylightSavingAdjust(new Date(m,g,1-t));for(var O=0;O";var P=!j?"":'";for(t=0;t<7;t++){var F= +p?p.apply(a.input?a.input[0]:null,[q]):[true,""],B=q.getMonth()!=g,J=B&&!H||!F[0]||k&&qo;P+='";q.setDate(q.getDate()+1);q=this._daylightSavingAdjust(q)}x+= +P+""}g++;if(g>11){g=0;m++}x+="
    '+this._get(a,"weekHeader")+"
    '+this._get(a,"calculateWeek")(q)+""+(B&&!v?" ":J?''+q.getDate()+"":''+q.getDate()+"")+"
    "+(l?""+(i[0]>0&&D==i[1]-1?'
    ':""):"");M+=x}I+=M}I+=e+(d.browser.msie&&parseInt(d.browser.version,10)<7&&!a.inline?'':"");a._keyEvent=false;return I},_generateMonthYearHeader:function(a,b,c,e,f,h,i,g){var j=this._get(a,"changeMonth"),l=this._get(a,"changeYear"),u=this._get(a,"showMonthAfterYear"),k='
    ', +o="";if(h||!j)o+=''+i[b]+"";else{i=e&&e.getFullYear()==c;var m=f&&f.getFullYear()==c;o+='"}u||(k+=o+(h||!(j&& +l)?" ":""));a.yearshtml="";if(h||!l)k+=''+c+"";else{g=this._get(a,"yearRange").split(":");var r=(new Date).getFullYear();i=function(s){s=s.match(/c[+-].*/)?c+parseInt(s.substring(1),10):s.match(/[+-].*/)?r+parseInt(s,10):parseInt(s,10);return isNaN(s)?r:s};b=i(g[0]);g=Math.max(b,i(g[1]||""));b=e?Math.max(b,e.getFullYear()):b;g=f?Math.min(g,f.getFullYear()):g;for(a.yearshtml+='";if(d.browser.mozilla)k+='";else{k+=a.yearshtml;a.yearshtml=null}}k+=this._get(a,"yearSuffix");if(u)k+=(h||!(j&&l)?" ":"")+o;k+="
    ";return k},_adjustInstDate:function(a,b,c){var e= +a.drawYear+(c=="Y"?b:0),f=a.drawMonth+(c=="M"?b:0);b=Math.min(a.selectedDay,this._getDaysInMonth(e,f))+(c=="D"?b:0);e=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(e,f,b)));a.selectedDay=e.getDate();a.drawMonth=a.selectedMonth=e.getMonth();a.drawYear=a.selectedYear=e.getFullYear();if(c=="M"||c=="Y")this._notifyChange(a)},_restrictMinMax:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");b=c&&ba?a:b},_notifyChange:function(a){var b=this._get(a, +"onChangeMonthYear");if(b)b.apply(a.input?a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){a=this._get(a,"numberOfMonths");return a==null?[1,1]:typeof a=="number"?[1,a]:a},_getMinMaxDate:function(a,b){return this._determineDate(a,this._get(a,b+"Date"),null)},_getDaysInMonth:function(a,b){return 32-this._daylightSavingAdjust(new Date(a,b,32)).getDate()},_getFirstDayOfMonth:function(a,b){return(new Date(a,b,1)).getDay()},_canAdjustMonth:function(a,b,c,e){var f=this._getNumberOfMonths(a); +c=this._daylightSavingAdjust(new Date(c,e+(b<0?b:f[0]*f[1]),1));b<0&&c.setDate(this._getDaysInMonth(c.getFullYear(),c.getMonth()));return this._isInRange(a,c)},_isInRange:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");return(!c||b.getTime()>=c.getTime())&&(!a||b.getTime()<=a.getTime())},_getFormatConfig:function(a){var b=this._get(a,"shortYearCutoff");b=typeof b!="string"?b:(new Date).getFullYear()%100+parseInt(b,10);return{shortYearCutoff:b,dayNamesShort:this._get(a, +"dayNamesShort"),dayNames:this._get(a,"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,b,c,e){if(!b){a.currentDay=a.selectedDay;a.currentMonth=a.selectedMonth;a.currentYear=a.selectedYear}b=b?typeof b=="object"?b:this._daylightSavingAdjust(new Date(e,c,b)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay));return this.formatDate(this._get(a,"dateFormat"),b,this._getFormatConfig(a))}});d.fn.datepicker= +function(a){if(!this.length)return this;if(!d.datepicker.initialized){d(document).mousedown(d.datepicker._checkExternalClick).find("body").append(d.datepicker.dpDiv);d.datepicker.initialized=true}var b=Array.prototype.slice.call(arguments,1);if(typeof a=="string"&&(a=="isDisabled"||a=="getDate"||a=="widget"))return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));if(a=="option"&&arguments.length==2&&typeof arguments[1]=="string")return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker, +[this[0]].concat(b));return this.each(function(){typeof a=="string"?d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this].concat(b)):d.datepicker._attachDatepicker(this,a)})};d.datepicker=new K;d.datepicker.initialized=false;d.datepicker.uuid=(new Date).getTime();d.datepicker.version="1.8.10";window["DP_jQuery_"+y]=d})(jQuery); +;/* + * jQuery UI Progressbar 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Progressbar + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function(b,d){b.widget("ui.progressbar",{options:{value:0,max:100},min:0,_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min,"aria-valuemax":this.options.max,"aria-valuenow":this._value()});this.valueDiv=b("
    ").appendTo(this.element);this.oldValue=this._value();this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"); +this.valueDiv.remove();b.Widget.prototype.destroy.apply(this,arguments)},value:function(a){if(a===d)return this._value();this._setOption("value",a);return this},_setOption:function(a,c){if(a==="value"){this.options.value=c;this._refreshValue();this._value()===this.options.max&&this._trigger("complete")}b.Widget.prototype._setOption.apply(this,arguments)},_value:function(){var a=this.options.value;if(typeof a!=="number")a=0;return Math.min(this.options.max,Math.max(this.min,a))},_percentage:function(){return 100* +this._value()/this.options.max},_refreshValue:function(){var a=this.value(),c=this._percentage();if(this.oldValue!==a){this.oldValue=a;this._trigger("change")}this.valueDiv.toggleClass("ui-corner-right",a===this.options.max).width(c.toFixed(0)+"%");this.element.attr("aria-valuenow",a)}});b.extend(b.ui.progressbar,{version:"1.8.10"})})(jQuery); +;/* + * jQuery UI Effects 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/ + */ +jQuery.effects||function(f,j){function n(c){var a;if(c&&c.constructor==Array&&c.length==3)return c;if(a=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(c))return[parseInt(a[1],10),parseInt(a[2],10),parseInt(a[3],10)];if(a=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(c))return[parseFloat(a[1])*2.55,parseFloat(a[2])*2.55,parseFloat(a[3])*2.55];if(a=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(c))return[parseInt(a[1], +16),parseInt(a[2],16),parseInt(a[3],16)];if(a=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(c))return[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16)];if(/rgba\(0, 0, 0, 0\)/.exec(c))return o.transparent;return o[f.trim(c).toLowerCase()]}function s(c,a){var b;do{b=f.curCSS(c,a);if(b!=""&&b!="transparent"||f.nodeName(c,"body"))break;a="backgroundColor"}while(c=c.parentNode);return n(b)}function p(){var c=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle, +a={},b,d;if(c&&c.length&&c[0]&&c[c[0]])for(var e=c.length;e--;){b=c[e];if(typeof c[b]=="string"){d=b.replace(/\-(\w)/g,function(g,h){return h.toUpperCase()});a[d]=c[b]}}else for(b in c)if(typeof c[b]==="string")a[b]=c[b];return a}function q(c){var a,b;for(a in c){b=c[a];if(b==null||f.isFunction(b)||a in t||/scrollbar/.test(a)||!/color/i.test(a)&&isNaN(parseFloat(b)))delete c[a]}return c}function u(c,a){var b={_:0},d;for(d in a)if(c[d]!=a[d])b[d]=a[d];return b}function k(c,a,b,d){if(typeof c=="object"){d= +a;b=null;a=c;c=a.effect}if(f.isFunction(a)){d=a;b=null;a={}}if(typeof a=="number"||f.fx.speeds[a]){d=b;b=a;a={}}if(f.isFunction(b)){d=b;b=null}a=a||{};b=b||a.duration;b=f.fx.off?0:typeof b=="number"?b:b in f.fx.speeds?f.fx.speeds[b]:f.fx.speeds._default;d=d||a.complete;return[c,a,b,d]}function m(c){if(!c||typeof c==="number"||f.fx.speeds[c])return true;if(typeof c==="string"&&!f.effects[c])return true;return false}f.effects={};f.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor", +"borderTopColor","borderColor","color","outlineColor"],function(c,a){f.fx.step[a]=function(b){if(!b.colorInit){b.start=s(b.elem,a);b.end=n(b.end);b.colorInit=true}b.elem.style[a]="rgb("+Math.max(Math.min(parseInt(b.pos*(b.end[0]-b.start[0])+b.start[0],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[1]-b.start[1])+b.start[1],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[2]-b.start[2])+b.start[2],10),255),0)+")"}});var o={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0, +0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211, +211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]},r=["add","remove","toggle"],t={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};f.effects.animateClass=function(c,a,b, +d){if(f.isFunction(b)){d=b;b=null}return this.queue("fx",function(){var e=f(this),g=e.attr("style")||" ",h=q(p.call(this)),l,v=e.attr("className");f.each(r,function(w,i){c[i]&&e[i+"Class"](c[i])});l=q(p.call(this));e.attr("className",v);e.animate(u(h,l),a,b,function(){f.each(r,function(w,i){c[i]&&e[i+"Class"](c[i])});if(typeof e.attr("style")=="object"){e.attr("style").cssText="";e.attr("style").cssText=g}else e.attr("style",g);d&&d.apply(this,arguments)});h=f.queue(this);l=h.splice(h.length-1,1)[0]; +h.splice(1,0,l);f.dequeue(this)})};f.fn.extend({_addClass:f.fn.addClass,addClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{add:c},a,b,d]):this._addClass(c)},_removeClass:f.fn.removeClass,removeClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{remove:c},a,b,d]):this._removeClass(c)},_toggleClass:f.fn.toggleClass,toggleClass:function(c,a,b,d,e){return typeof a=="boolean"||a===j?b?f.effects.animateClass.apply(this,[a?{add:c}:{remove:c},b,d,e]):this._toggleClass(c, +a):f.effects.animateClass.apply(this,[{toggle:c},a,b,d])},switchClass:function(c,a,b,d,e){return f.effects.animateClass.apply(this,[{add:a,remove:c},b,d,e])}});f.extend(f.effects,{version:"1.8.10",save:function(c,a){for(var b=0;b").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent", +border:"none",margin:0,padding:0});c.wrap(b);b=c.parent();if(c.css("position")=="static"){b.css({position:"relative"});c.css({position:"relative"})}else{f.extend(a,{position:c.css("position"),zIndex:c.css("z-index")});f.each(["top","left","bottom","right"],function(d,e){a[e]=c.css(e);if(isNaN(parseInt(a[e],10)))a[e]="auto"});c.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})}return b.css(a).show()},removeWrapper:function(c){if(c.parent().is(".ui-effects-wrapper"))return c.parent().replaceWith(c); +return c},setTransition:function(c,a,b,d){d=d||{};f.each(a,function(e,g){unit=c.cssUnit(g);if(unit[0]>0)d[g]=unit[0]*b+unit[1]});return d}});f.fn.extend({effect:function(c){var a=k.apply(this,arguments),b={options:a[1],duration:a[2],callback:a[3]};a=b.options.mode;var d=f.effects[c];if(f.fx.off||!d)return a?this[a](b.duration,b.callback):this.each(function(){b.callback&&b.callback.call(this)});return d.call(this,b)},_show:f.fn.show,show:function(c){if(m(c))return this._show.apply(this,arguments); +else{var a=k.apply(this,arguments);a[1].mode="show";return this.effect.apply(this,a)}},_hide:f.fn.hide,hide:function(c){if(m(c))return this._hide.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="hide";return this.effect.apply(this,a)}},__toggle:f.fn.toggle,toggle:function(c){if(m(c)||typeof c==="boolean"||f.isFunction(c))return this.__toggle.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="toggle";return this.effect.apply(this,a)}},cssUnit:function(c){var a=this.css(c), +b=[];f.each(["em","px","%","pt"],function(d,e){if(a.indexOf(e)>0)b=[parseFloat(a),e]});return b}});f.easing.jswing=f.easing.swing;f.extend(f.easing,{def:"easeOutQuad",swing:function(c,a,b,d,e){return f.easing[f.easing.def](c,a,b,d,e)},easeInQuad:function(c,a,b,d,e){return d*(a/=e)*a+b},easeOutQuad:function(c,a,b,d,e){return-d*(a/=e)*(a-2)+b},easeInOutQuad:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a+b;return-d/2*(--a*(a-2)-1)+b},easeInCubic:function(c,a,b,d,e){return d*(a/=e)*a*a+b},easeOutCubic:function(c, +a,b,d,e){return d*((a=a/e-1)*a*a+1)+b},easeInOutCubic:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a+b;return d/2*((a-=2)*a*a+2)+b},easeInQuart:function(c,a,b,d,e){return d*(a/=e)*a*a*a+b},easeOutQuart:function(c,a,b,d,e){return-d*((a=a/e-1)*a*a*a-1)+b},easeInOutQuart:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a+b;return-d/2*((a-=2)*a*a*a-2)+b},easeInQuint:function(c,a,b,d,e){return d*(a/=e)*a*a*a*a+b},easeOutQuint:function(c,a,b,d,e){return d*((a=a/e-1)*a*a*a*a+1)+b},easeInOutQuint:function(c, +a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a*a+b;return d/2*((a-=2)*a*a*a*a+2)+b},easeInSine:function(c,a,b,d,e){return-d*Math.cos(a/e*(Math.PI/2))+d+b},easeOutSine:function(c,a,b,d,e){return d*Math.sin(a/e*(Math.PI/2))+b},easeInOutSine:function(c,a,b,d,e){return-d/2*(Math.cos(Math.PI*a/e)-1)+b},easeInExpo:function(c,a,b,d,e){return a==0?b:d*Math.pow(2,10*(a/e-1))+b},easeOutExpo:function(c,a,b,d,e){return a==e?b+d:d*(-Math.pow(2,-10*a/e)+1)+b},easeInOutExpo:function(c,a,b,d,e){if(a==0)return b;if(a== +e)return b+d;if((a/=e/2)<1)return d/2*Math.pow(2,10*(a-1))+b;return d/2*(-Math.pow(2,-10*--a)+2)+b},easeInCirc:function(c,a,b,d,e){return-d*(Math.sqrt(1-(a/=e)*a)-1)+b},easeOutCirc:function(c,a,b,d,e){return d*Math.sqrt(1-(a=a/e-1)*a)+b},easeInOutCirc:function(c,a,b,d,e){if((a/=e/2)<1)return-d/2*(Math.sqrt(1-a*a)-1)+b;return d/2*(Math.sqrt(1-(a-=2)*a)+1)+b},easeInElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e)==1)return b+d;g||(g=e*0.3);if(h").css({position:"absolute",visibility:"visible",left:-f*(h/d),top:-e*(i/c)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:h/d,height:i/c,left:g.left+f*(h/d)+(a.options.mode=="show"?(f-Math.floor(d/2))*(h/d):0),top:g.top+e*(i/c)+(a.options.mode=="show"?(e-Math.floor(c/2))*(i/c):0),opacity:a.options.mode=="show"?0:1}).animate({left:g.left+f*(h/d)+(a.options.mode=="show"?0:(f-Math.floor(d/2))*(h/d)),top:g.top+ +e*(i/c)+(a.options.mode=="show"?0:(e-Math.floor(c/2))*(i/c)),opacity:a.options.mode=="show"?1:0},a.duration||500);setTimeout(function(){a.options.mode=="show"?b.css({visibility:"visible"}):b.css({visibility:"visible"}).hide();a.callback&&a.callback.apply(b[0]);b.dequeue();j("div.ui-effects-explode").remove()},a.duration||500)})}})(jQuery); +;/* + * jQuery UI Effects Fade 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fade + * + * Depends: + * jquery.effects.core.js + */ +(function(b){b.effects.fade=function(a){return this.queue(function(){var c=b(this),d=b.effects.setMode(c,a.options.mode||"hide");c.animate({opacity:d},{queue:false,duration:a.duration,easing:a.options.easing,complete:function(){a.callback&&a.callback.apply(this,arguments);c.dequeue()}})})}})(jQuery); +;/* + * jQuery UI Effects Fold 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fold + * + * Depends: + * jquery.effects.core.js + */ +(function(c){c.effects.fold=function(a){return this.queue(function(){var b=c(this),j=["position","top","bottom","left","right"],d=c.effects.setMode(b,a.options.mode||"hide"),g=a.options.size||15,h=!!a.options.horizFirst,k=a.duration?a.duration/2:c.fx.speeds._default/2;c.effects.save(b,j);b.show();var e=c.effects.createWrapper(b).css({overflow:"hidden"}),f=d=="show"!=h,l=f?["width","height"]:["height","width"];f=f?[e.width(),e.height()]:[e.height(),e.width()];var i=/([0-9]+)%/.exec(g);if(i)g=parseInt(i[1], +10)/100*f[d=="hide"?0:1];if(d=="show")e.css(h?{height:0,width:g}:{height:g,width:0});h={};i={};h[l[0]]=d=="show"?f[0]:g;i[l[1]]=d=="show"?f[1]:0;e.animate(h,k,a.options.easing).animate(i,k,a.options.easing,function(){d=="hide"&&b.hide();c.effects.restore(b,j);c.effects.removeWrapper(b);a.callback&&a.callback.apply(b[0],arguments);b.dequeue()})})}})(jQuery); +;/* + * jQuery UI Effects Highlight 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Highlight + * + * Depends: + * jquery.effects.core.js + */ +(function(b){b.effects.highlight=function(c){return this.queue(function(){var a=b(this),e=["backgroundImage","backgroundColor","opacity"],d=b.effects.setMode(a,c.options.mode||"show"),f={backgroundColor:a.css("backgroundColor")};if(d=="hide")f.opacity=0;b.effects.save(a,e);a.show().css({backgroundImage:"none",backgroundColor:c.options.color||"#ffff99"}).animate(f,{queue:false,duration:c.duration,easing:c.options.easing,complete:function(){d=="hide"&&a.hide();b.effects.restore(a,e);d=="show"&&!b.support.opacity&& +this.style.removeAttribute("filter");c.callback&&c.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery); +;/* + * jQuery UI Effects Pulsate 1.8.10 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Pulsate + * + * Depends: + * jquery.effects.core.js + */ +(function(d){d.effects.pulsate=function(a){return this.queue(function(){var b=d(this),c=d.effects.setMode(b,a.options.mode||"show");times=(a.options.times||5)*2-1;duration=a.duration?a.duration/2:d.fx.speeds._default/2;isVisible=b.is(":visible");animateTo=0;if(!isVisible){b.css("opacity",0).show();animateTo=1}if(c=="hide"&&isVisible||c=="show"&&!isVisible)times--;for(c=0;c').appendTo(document.body).addClass(a.options.className).css({top:d.top,left:d.left,height:b.innerHeight(),width:b.innerWidth(),position:"absolute"}).animate(c,a.duration,a.options.easing,function(){f.remove();a.callback&&a.callback.apply(b[0],arguments); +b.dequeue()})})}})(jQuery); +; \ No newline at end of file diff --git a/IPython/frontend/html/notebook/static/jquery/js/jquery.autogrow-textarea.js b/IPython/frontend/html/notebook/static/jquery/js/jquery.autogrow-textarea.js new file mode 100644 index 0000000..31925aa --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/js/jquery.autogrow-textarea.js @@ -0,0 +1,54 @@ +(function($) { + + /* + * Auto-growing textareas; technique ripped from Facebook + */ + $.fn.autogrow = function(options) { + + this.filter('textarea').each(function() { + + var $this = $(this), + minHeight = $this.height(), + lineHeight = $this.css('lineHeight'); + + var shadow = $('
    ').css({ + position: 'absolute', + top: -10000, + left: -10000, + width: $(this).width() - parseInt($this.css('paddingLeft')) - parseInt($this.css('paddingRight')), + fontSize: $this.css('fontSize'), + fontFamily: $this.css('fontFamily'), + lineHeight: $this.css('lineHeight'), + resize: 'none' + }).appendTo(document.body); + + var update = function() { + + var times = function(string, number) { + for (var i = 0, r = ''; i < number; i ++) r += string; + return r; + }; + + var val = this.value.replace(//g, '>') + .replace(/&/g, '&') + .replace(/\n$/, '
     ') + .replace(/\n/g, '
    ') + .replace(/ {2,}/g, function(space) { return times(' ', space.length -1) + ' ' }); + + shadow.html(val); + $(this).css('height', Math.max(shadow.height() + 20, minHeight)); // 20- was default + + } + + $(this).change(update).keyup(update).keydown(update); + + update.apply(this); + + }); + + return this; + + } + +})(jQuery); \ No newline at end of file diff --git a/IPython/frontend/html/notebook/static/jquery/js/jquery.autogrow.js b/IPython/frontend/html/notebook/static/jquery/js/jquery.autogrow.js new file mode 100644 index 0000000..5d31ad1 --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/js/jquery.autogrow.js @@ -0,0 +1,75 @@ +/* + * Auto Grow Textarea Plugin + * by Jevin 5/11/2010 + * http://www.technoreply.com/autogrow-textarea-plugin/ + * + * Modified by Rob G (aka Fudgey/Mottie) + * - Converted into a plugin + * - Added ability to calculate approximate # cols when textarea is set to 100% + */ + +(function($){ + // if "full" is true, auto adjust textarea cols + $.fn.autoGrow = function(full){ + + // resize textarea + var grow = function(d){ + var linesCount = 0, + // modified split rule from + // http://stackoverflow.com/questions/2035910/how-to-get-the-number-of-lines-in-a-textarea/2036424#2036424 + lines = d.txt.value.split(/\r|\r\n|\n/); + for (var i = lines.length-1; i>=0; --i){ + linesCount += Math.round((lines[i].length / d.colsDefault) + 1); + } + if (linesCount >= d.rowsDefault) { + d.txt.rows = linesCount + 1; // added one more here because of IE + } else { + d.txt.rows = d.rowsDefault; + } + }; + + // Calculate # of columns from width of textarea + // this is a very rough approximation; set textarea CSS width to 100% to maintain full size + var setColsWidth = function(d){ + var pWidth = d.$txt.parent().innerWidth(); + // if char width not set, add window resize events + if (d.charWidth === 0){ + $(window).resize(function(){ + setColsWidth(d); + grow(d); + }); + // assume charwidth is roughly 1/2 font-size (on average) + d.charWidth = parseInt(d.$txt.css('font-size'),10)/2; + } + var cols = Math.round(pWidth / d.charWidth); // calculate number of columns + d.colsDefault = cols; + d.$txt.attr('cols', cols ); + }; + + // set default textarea size + var setDefaultValues = function(d){ + // call cols-adjusting script if $("textarea").autoGrow(true); + if (full && d.charWidth === 0) { setColsWidth(d); } + d.colsDefault = d.txt.cols; + d.rowsDefault = d.txt.rows; + }; + + return this.each(function(){ + // defaults + var d = { + colsDefault : 0, + rowsDefault : 0, + charWidth : 0, + txt : this, + $txt : $(this) + }; + // bind keyup + d.txt.onkeyup = function(){ + grow(d); + }; + setDefaultValues(d); + grow(d); + }); + + }; +})(jQuery); \ No newline at end of file diff --git a/IPython/frontend/html/notebook/static/jquery/js/jquery.wijmo-open.1.1.3.min.js b/IPython/frontend/html/notebook/static/jquery/js/jquery.wijmo-open.1.1.3.min.js new file mode 100755 index 0000000..ca31904 --- /dev/null +++ b/IPython/frontend/html/notebook/static/jquery/js/jquery.wijmo-open.1.1.3.min.js @@ -0,0 +1,30 @@ +/* + * + * Wijmo Library 1.1.3 + * http://wijmo.com/ + * + * Copyright(c) ComponentOne, LLC. All rights reserved. + * + * Dual licensed under the MIT or GPL Version 2 licenses. + * licensing@wijmo.com + * http://www.wijmo.com/license + * + **/ +(function(a){a.fn.extend({wijContent:function(a){return this.each(function(){this.innerHTML='');if(typeof d==="string"&&d.length>0){b.element.addClass("wijmo-wijdialog-hasframe");c.attr("src",d);b.element.append(c);b.innerFrame=c}b.contentWrapper=b.element},_createCaptionButtons:function(){var c=[],b=this,h=b.options,d,g={pin:{visible:true,click:b.pin,iconClassOn:"ui-icon-pin-w",iconClassOff:"ui-icon-pin-s"},refresh:{visible:true,click:b.refresh,iconClassOn:"ui-icon-refresh"},toggle:{visible:true,click:b.toggle,iconClassOn:"ui-icon-carat-1-n",iconClassOff:"ui-icon-carat-1-s"},minimize:{visible:true,click:b.minimize,iconClassOn:"ui-icon-minus"},maximize:{visible:true,click:b.maximize,iconClassOn:"ui-icon-extlink"},close:{visible:true,click:b.close,iconClassOn:"ui-icon-close"}},e=h.captionButtons,f=b.uiDialogTitlebar;f.children(".ui-dialog-titlebar-close, .wijmo-wijdialog-captionbutton").remove();a.each(g,function(b,d){e&&e[b]&&a.extend(d,e[b]);c.push({button:b,info:d})});b._trigger("buttoncreating",null,c);for(d=0;d");if(c.visible){if(i.size()===0){e.addClass("ui-icon "+c.iconClassOn).text(f.button);d=a('').append(e).addClass(h+" ui-corner-all wijmo-wijdialog-captionbutton").attr("role","button").hover(function(){d.addClass(b)},function(){d.removeClass(b)}).click(function(){if(e.hasClass(c.iconClassOff))e.removeClass(c.iconClassOff);else e.addClass(c.iconClassOff);a.isFunction(c.click)&&c.click.apply(j,arguments);return false});if(k)return d;else d.appendTo(g)}j[f.button+"Button"]=d}else i.remove()},pin:function(){var a=this.uiDialog,b=a.draggable("option","disabled");a.draggable({disabled:!b});!b&&a.removeClass("ui-state-disabled")},refresh:function(){var a=this.innerFrame;a!==undefined&&a.attr("src",a.attr("src"))},toggle:function(){var a=this,b=a.toggleButton.children("span");if(!a.minimized)if(a.collapsed===undefined||!a.collapsed){a.collapsed=true;!b.hasClass("ui-icon-carat-1-s")&&b.addClass("ui-icon-carat-1-s");a._collapseDialogContent(true)}else{a.collapsed=false;b.hasClass("ui-icon-carat-1-s")&&b.removeClass("ui-icon-carat-1-s");a._expandDialogContent(true)}},_expandDialogContent:function(d){var b=this,e=b.options,c=e.expandingAnimation;b.uiDialog.height("auto");if(d&&c!==null)b.contentWrapper.show(c.animated,c.options,c.duration,function(d){b.uiDialog.css("height",b._toggleHeight);a.isFunction(c.callback)&&c.callback(d);b._enableDisableResizer(false)});else{b.contentWrapper.show();b._enableDisableResizer(false);b.uiDialog.css("height",b.toggleHeight)}},_collapseDialogContent:function(c){var a=this,d=a.options,b=d.collapsingAnimation;a._enableDisableResizer(true);a._toggleHeight=a.uiDialog[0].style.height;a.uiDialog.height("auto");if(c&&b!==null)a.contentWrapper.hide(b.animated,b.options,b.duration);else a.contentWrapper.hide()},_enableDisableResizer:function(a){var b=this.uiDialog;b.resizable({disabled:a});a&&b.removeClass("ui-state-disabled")},_enableDisableDragger:function(a){var b=this.uiDialog;b.draggable({disabled:a});a&&b.removeClass("ui-state-disabled")},minimize:function(){var b=this,k=b.uiDialog,p=b.options,f=null,h=a("
    "),j=a("
    "),e,m,o,l,g={},n,i={},d="uiDialog";if(!b.minimized){l=b.uiDialog.position();g.width=b.uiDialog.width();g.height=b.uiDialog.height();if(b.maximized){b.maximized=false;b.restoreButton.remove();a(window).unbind(".onWinResize")}else{b.collapsed&&b._expandDialogContent(false);b._saveNormalState()}b._enableDisableResizer(true);b.collapsed&&b._collapseDialogContent(false);h.appendTo(document.body).css({top:b.uiDialog.offset().top,left:b.uiDialog.offset().left,height:b.uiDialog.innerHeight(),width:b.uiDialog.innerWidth(),position:"absolute"});b.contentWrapper.hide();b.uiDialogButtonPane.length&&b.uiDialogButtonPane.hide();k.height("auto");k.width("auto");b._doButtonAction(b.minimizeButton,"hide");b._restoreButton(true,b.minimizeButton,"After");b._doButtonAction(b.pinButton,"hide");b._doButtonAction(b.refreshButton,"hide");b._doButtonAction(b.toggleButton,"hide");b._doButtonAction(b.maximizeButton,"show");a.browser.webkit&&a(".wijmo-wijdialog-captionbutton",b.uiDialog).css("float","left");if(b.innerFrame){d="copy";b[d]=b.uiDialog.clone();b[d].empty();b.uiDialogTitlebar.appendTo(b[d])}if(p.minimizeZoneElementId.length>0)f=a("#"+p.minimizeZoneElementId);if(f!==null&&f.size()>0)f.append(b[d]);else{e=a("."+c);if(e.size()===0){e=a('
    ');a(document.body).append(e)}e.append(b[d]).css("z-index",k.css("z-index"))}b[d].css("position","static");b[d].css("float","left");if(a.browser.msie&&a.browser.version==="6.0"){m=a(document).scrollTop();o=document.documentElement.clientHeight-e.height()+m;e.css({position:"absolute",left:"0px",top:o})}j.appendTo(document.body).css({top:b[d].offset().top,left:b[d].offset().left,height:b[d].innerHeight(),width:b[d].innerWidth(),position:"absolute"});b.uiDialog.hide();b.innerFrame&&b[d].hide();h.effect("transfer",{to:j,className:"ui-widget-content"},100,function(){h.remove();j.remove();b[d].show();n=b.uiDialog.position();i.width=b.uiDialog.width();i.height=b.uiDialog.height();b._trigger("resize",null,{originalPosition:l,originalSize:g,position:n,size:i})});b.minimized=true}},_doButtonAction:function(a,c){if(a!==undefined){a.removeClass(b);a[c]()}},maximize:function(){var b=this,g=a(window),e,c={},f,d={};if(!b.maximized){b.maximized=true;e=b.uiDialog.position();c.width=b.uiDialog.width();c.height=b.uiDialog.height();if(b.minimized)b.restore();else{b.collapsed&&b._expandDialogContent(false);b._saveNormalState()}if(b.maximizeButton!==undefined){b.maximizeButton.hide();b._restoreButton(true,b.maximizeButton,"Before")}a.browser.webkit&&a(".wijmo-wijdialog-captionbutton").css("float","");b._onWinResize(b,g);b.collapsed&&b._collapseDialogContent(false);b._enableDisableDragger(true);b.uiDialog.resizable({disabled:true});b.uiDialog.removeClass("ui-state-disabled");f=b.uiDialog.position();d.width=b.uiDialog.width();d.height=b.uiDialog.height();b._trigger("resize",null,{originalPosition:e,originalSize:c,position:f,size:d})}},_bindWindowResize:function(){var b=this,d=a(window),f,e,c;d.resize(function(){b.maximized&&b._onWinResize(b,d)});a.browser.msie&&a.browser.version==="6.0"&&d.bind("scroll.wijdialog resize.wijdialog",function(){if(b.minimized){e=a(document).scrollTop();c=b.uiDialog.parent();f=document.documentElement.clientHeight-c.height()+e;c.css({top:f})}})},_saveNormalState:function(){var a=this,b=a.uiDialog,c=a.element;a.normalWidth=b.css("width");a.normalLeft=b.css("left");a.normalTop=b.css("top");a.normalHeight=b.css("height");a.normalInnerHeight=c.css("height");a.normalInnerWidth=c.css("width");a.normalInnerMinWidth=c.css("min-width");a.normalInnerMinHeight=c.css("min-height")},_onWinResize:function(a,b){a.uiDialog.css("top",b.scrollTop());a.uiDialog.css("left",b.scrollLeft());a.uiDialog.setOutWidth(b.width());a.uiDialog.setOutHeight(b.height());a._resizeDialog(a)},_restoreButton:function(c,f,e){var a=this,d={button:"restore",info:{visible:c,click:a.restore,iconClassOn:"ui-icon-newwin"}},b=a._createCaptionButton(d,a.uiDialogTitlebar,true);if(c){b["insert"+e](f);a.restoreButton=b}},restore:function(){var b=this,f=b.uiDialog,g,d={},h,e={},i=a("
    "),j=a("
    "),c="uiDialog";if(b.minimized){b.minimized=false;if(b.innerFrame){c="copy";if(!b[c])c="uiDialog"}g=b[c].position();d.width=b[c].width();d.height=b[c].height();i.appendTo(document.body).css({top:b[c].offset().top,left:b[c].offset().left,height:b[c].innerHeight(),width:b[c].innerWidth(),position:"absolute"});f.css("position","absolute");f.css("float","");if(!b.innerFrame)f.appendTo(document.body);else{b.uiDialogTitlebar.prependTo(f);f.show()}b._enableDisableResizer(false);b._enableDisableDragger(false);b._restoreToNormal();b.contentWrapper.show();b.uiDialogButtonPane.length&&b.uiDialogButtonPane.show();j.appendTo(document.body).css({top:b.uiDialog.offset().top,left:b.uiDialog.offset().left,height:b.uiDialog.innerHeight(),width:b.uiDialog.innerWidth(),position:"absolute"});b.uiDialog.hide();i.effect("transfer",{to:j,className:"ui-widget-content"},150,function(){b.uiDialog.show();h=b.uiDialog.position();e.width=b.uiDialog.width();e.height=b.uiDialog.height();b._trigger("resize",null,{originalPosition:g,originalSize:d,position:h,size:e});i.remove();j.remove();b.copy&&b.copy.remove()});b.collapsed&&b._collapseDialogContent();b._doButtonAction(b.minimizeButton,"show");b._doButtonAction(b.restoreButton,"remove");b._doButtonAction(b.pinButton,"show");b._doButtonAction(b.refreshButton,"show");b._doButtonAction(b.toggleButton,"show");a.browser.webkit&&a(".wijmo-wijdialog-captionbutton").css("float","")}else if(b.maximized){b.maximized=false;g=b.uiDialog.position();d.width=b.uiDialog.width();d.height=b.uiDialog.height();a(window).unbind(".onWinResize");b.collapsed&&b._expandDialogContent();b._enableDisableResizer(false);b._enableDisableDragger(false);b._restoreToNormal();b.contentWrapper.show();b.collapsed&&b._collapseDialogContent();if(b.maximizeButton!==undefined){b.maximizeButton.show();b._restoreButton(false,b.maximizeButton,"before")}h=b.uiDialog.position();e.width=b.uiDialog.width();e.height=b.uiDialog.height();b._trigger("resize",null,{originalPosition:g,originalSize:d,position:h,size:e})}},open:function(){var b=this;if(!b.minimized){a.ui.dialog.prototype.open.apply(b,arguments);!b.maximized&&b._restoreToNormal()}else b.uiDialog.show();b.collapsed&&b._collapseDialogContent()},_resizeDialog:function(a){a.options.width=a.uiDialog.width();a.options.height=a.uiDialog.height();a._size()},_restoreToNormal:function(){var a=this,b=a.uiDialog,c=a.element;b.css("width",a.normalWidth);b.css("left",a.normalLeft);b.css("top",a.normalTop);b.css("height",a.normalHeight);c.css("height",a.normalInnerHeight);c.css("width",a.normalInnerWidth);c.css("min-width",a.normalInnerMinWidth);c.css("min-height",a.normalInnerMinHeight);a.options.width=a.uiDialog.width();a.options.height=a.uiDialog.height()}})})(jQuery); +(function(a){"use strict";a.widget("wijmo.wijaccordion",{options:{animated:"slide",duration:null,event:"click",disabled:false,expandDirection:"bottom",header:"> li > :first-child,> :not(li):even",requireOpenedPane:true,selectedIndex:0},_setOption:function(d,b){var c=this.options;if(c[d]!==b)switch(d){case"selectedIndex":this.activate(b);break;case"disabled":if(b)this.element.addClass("ui-state-disabled");else this.element.removeClass("ui-state-disabled");break;case"event":this._unbindLiveEvents();this.options.event=b;this._bindLiveEvents();break;case"header":this._handleHeaderChange(b,c.header);break;case"expandDirection":this._onDirectionChange(b,true,c.expandDirection)}a.Widget.prototype._setOption.apply(this,arguments)},_handleHeaderChange:function(b,a){var c=this.element.find(a);c.removeClass("ui-accordion-header ui-helper-reset ui-state-active "+this._triangleIconOpened).siblings(".ui-accordion-content").removeClass("ui-accordion-content ui-helper-reset ui-widget-content ui-accordion-content-active");this._initHeaders(b)},_initHeaders:function(a){var b=this.options;a=a?a:b.header;this.headers=this.element.find(a);this.headers.each(jQuery.proxy(this._initHeader,this))},_initHeader:function(e,f){var g=this.options,d=this.element.data("rightToLeft"),b=a(f),c=a(d?b.prev()[0]:b.next()[0]);if(d){c.remove();c.appendBefore(b)}b.addClass("ui-accordion-header ui-helper-reset").attr("role","tab");c.attr("role","tabpanel");b.find("> a").length===0&&b.wrapInner('');b.find("> .ui-icon").length===0&&a('').insertBefore(a("> a",b)[0]);if(e===g.selectedIndex){b.addClass("ui-state-active").addClass(this._headerCornerOpened).attr({"aria-expanded":"true",tabIndex:0}).find("> .ui-icon").addClass(this._triangleIconOpened);c.addClass("ui-accordion-content-active").addClass(this._contentCornerOpened)}else{b.addClass("ui-state-default ui-corner-all").attr({"aria-expanded":"false",tabIndex:-1}).find("> .ui-icon").addClass(this._triangleIconClosed);c.hide()}c.addClass("ui-accordion-content ui-helper-reset ui-widget-content")},_create:function(){this.element.addClass("wijmo-wijaccordion ui-accordion ui-widget ui-helper-reset ui-accordion-icons");var a=this.options;a.disabled&&this.element.addClass("ui-state-disabled");this._onDirectionChange(a.expandDirection,false);this._initHeaders();this.element.attr("role","tablist")},_init:function(){__wijReadOptionEvents(["beforeselectedindexchanged","selectedindexchanged"],this);this._bindLiveEvents()},destroy:function(){this._unbindLiveEvents();this.element.removeClass("wijmo-wijaccordion ui-accordion ui-widget ui-helper-reset ui-accordion-icons").removeAttr("role");a.Widget.prototype.destroy.apply(this,arguments)},activate:function(e){var b,c=this.options,n=this.element.children(".ui-accordion-header"),f=this.element.find(".ui-accordion-header.ui-state-active"),q=this.element.data("rightToLeft"),i,m,g,h,p,k,o,l,j,r,d,s;if(typeof e==="number")b=a(n[e]);else if(typeof e==="string"){e=parseInt(e,0);b=a(n[e])}else{b=a(e);e=n.index(e)}if(b.hasClass("ui-state-active")){if(c.requireOpenedPane)return false;f=b;b=a(null)}else if(!c.requireOpenedPane)f=a(null);i=a(".ui-accordion-header",this.element).index(b);m=a(".ui-accordion-header",this.element).index(f);g=q?b.prev(".ui-accordion-content"):b.next(".ui-accordion-content");h=q?f.prev(".ui-accordion-content"):f.next(".ui-accordion-content");if(f.length===0&&b.length===0)return false;p=jQuery.Event("beforeselectedindexchanged");this.element.trigger(p,[i,m]);if(p.isDefaultPrevented())return false;f.removeClass("ui-state-active").removeClass(this._headerCornerOpened).addClass("ui-state-default ui-corner-all").attr({"aria-expanded":"false",tabIndex:-1}).find("> .ui-icon").removeClass(this._triangleIconOpened).addClass(this._triangleIconClosed);b.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active").addClass(this._headerCornerOpened).attr({"aria-expanded":"true",tabIndex:0}).find("> .ui-icon").removeClass(this._triangleIconClosed).addClass(this._triangleIconOpened);if(c.animated){k={toShow:g,toHide:h,complete:jQuery.proxy(function(){h.removeClass("ui-accordion-content-active");g.addClass("ui-accordion-content-active");h.css("display","");g.css("display","");if(a.fn.wijlinechart){h.find(".wijmo-wijlinechart").wijlinechart("redraw");g.find(".wijmo-wijlinechart").wijlinechart("redraw")}var b=jQuery.Event("selectedindexchanged");this.element.trigger(b,i)},this),horizontal:this.element.hasClass("ui-helper-horizontal"),rightToLeft:this.element.data("rightToLeft"),down:i>m,autoHeight:c.autoHeight||c.fillSpace};o=c.animated;l=c.duration;if(a.isFunction(o))c.animated=o(k);if(a.isFunction(l))c.duration=l(k);j=a.wijmo.wijaccordion.animations;r=c.duration;d=c.animated;if(d&&!j[d]&&!a.easing[d])d="slide";if(!j[d])j[d]=function(a){this.slide(a,{easing:d,duration:r||700})};j[d](k)}else{f.length>0&&h.hide().removeClass("ui-accordion-content-active");b.length>0&&g.show().addClass("ui-accordion-content-active").addClass(this._contentCornerOpened);if(a.fn.wijlinechart){h.find(".wijmo-wijlinechart").wijlinechart("redraw");g.find(".wijmo-wijlinechart").wijlinechart("redraw")}s=jQuery.Event("selectedindexchanged");this.element.trigger(s,i)}this.options.selectedIndex=i},_bindLiveEvents:function(){this.element.find(".ui-accordion-header").live(this.options.event+".wijaccordion",jQuery.proxy(this._onHeaderClick,this)).live("mouseenter.wijaccordion",function(){a(this).addClass("ui-state-hover")}).live("mouseleave.wijaccordion",function(){a(this).removeClass("ui-state-hover")}).live("focus.wijaccordion",function(){a(this).addClass("ui-state-focus")}).live("blur.wijaccordion",function(){a(this).removeClass("ui-state-focus")})},_unbindLiveEvents:function(){this.element.find(".ui-accordion-header").die("wijaccordion")},_onHeaderClick:function(a){this.activate(a.currentTarget);return false},_onDirectionChange:function(j,e,i){var b,g,f,d,c,h;if(e){g=this.element.find(".ui-accordion-header."+this._headerCornerOpened);g.removeClass(this._headerCornerOpened);f=this.element.find(".ui-accordion-content."+this._contentCornerOpened);f.removeClass(this._contentCornerOpened);d=this.element.find("."+this._triangleIconOpened);c=this.element.find("."+this._triangleIconClosed);d.removeClass(this._triangleIconOpened);c.removeClass(this._triangleIconClosed)}i!==null&&this.element.removeClass("ui-accordion-"+i);switch(j){case"top":this._headerCornerOpened="ui-corner-bottom";this._contentCornerOpened="ui-corner-top";this._triangleIconOpened="ui-icon-triangle-1-n";this._triangleIconClosed="ui-icon-triangle-1-e";b=true;this.element.removeClass("ui-helper-horizontal");this.element.addClass("ui-accordion-top");break;case"right":this._headerCornerOpened="ui-corner-left";this._contentCornerOpened="ui-corner-right";this._triangleIconOpened="ui-icon-triangle-1-e";this._triangleIconClosed="ui-icon-triangle-1-s";b=false;this.element.addClass("ui-helper-horizontal");this.element.addClass("ui-accordion-right");break;case"left":this._headerCornerOpened="ui-corner-right";this._contentCornerOpened="ui-corner-left";this._triangleIconOpened="ui-icon-triangle-1-w";this._triangleIconClosed="ui-icon-triangle-1-s";b=true;this.element.addClass("ui-helper-horizontal");this.element.addClass("ui-accordion-left");break;default:this._headerCornerOpened="ui-corner-top";this._contentCornerOpened="ui-corner-bottom";this._triangleIconOpened="ui-icon-triangle-1-s";this._triangleIconClosed="ui-icon-triangle-1-e";b=false;this.element.removeClass("ui-helper-horizontal");this.element.addClass("ui-accordion-bottom")}h=this.element.data("rightToLeft");this.element.data("rightToLeft",b);if(e){d.addClass(this._triangleIconOpened);c.addClass(this._triangleIconClosed);g.addClass(this._headerCornerOpened);f.addClass(this._contentCornerOpened)}e&&b!==h&&this.element.children(".ui-accordion-header").each(function(){var c=a(this),d;if(b){d=c.next(".ui-accordion-content");c.remove();c.insertAfter(d)}else{d=c.prev(".ui-accordion-content");c.remove();c.insertBefore(d)}})}});a.extend(a.wijmo.wijaccordion,{animations:{slide:function(b,h){b=a.extend({easing:"swing",duration:300},b,h);if(!b.toHide.size()){b.toShow.stop(true,true).animate(b.horizontal?{width:"show"}:{height:"show"},b);return}if(!b.toShow.size()){b.toHide.stop(true,true).animate(b.horizontal?{width:"hide"}:{height:"hide"},b);return}var i=b.toShow.css("overflow"),f=0,e={},g={},j=b.horizontal?["width","paddingLeft","paddingRight"]:["height","paddingTop","paddingBottom"],d,c=b.toShow;if(b.horizontal){d=c[0].style.height;c.height(parseInt(c.parent().height(),10)-parseInt(c.css("paddingTop"),10)-parseInt(c.css("paddingBottom"),10)-(parseInt(c.css("borderTopWidth"),10)||0)-(parseInt(c.css("borderBottomWidth"),10)||0))}else{d=c[0].style.width;c.width(parseInt(c.parent().width(),10)-parseInt(c.css("paddingLeft"),10)-parseInt(c.css("paddingRight"),10)-(parseInt(c.css("borderLeftWidth"),10)||0)-(parseInt(c.css("borderRightWidth"),10)||0))}a.each(j,function(f,d){g[d]="hide";var c=(""+a.css(b.toShow[0],d)).match(/^([\d+-.]+)(.*)$/);e[d]={value:c?c[1]:0,unit:c?c[2]||"px":"px"}});b.toShow.css(b.horizontal?{width:0,overflow:"hidden"}:{height:0,overflow:"hidden"}).stop(true,true).show();b.toHide.filter(":hidden").each(b.complete).end().filter(":visible").stop(true,true).animate(g,{step:function(c,a){if(a.prop===b.horizontal?"width":"height")f=a.end-a.start===0?0:(a.now-a.start)/(a.end-a.start);b.toShow[0].style[a.prop]=f*e[a.prop].value+e[a.prop].unit},duration:b.duration,easing:b.easing,complete:function(){!b.autoHeight&&b.toShow.css(b.horizontal?"width":"height","");b.toShow.css(b.horizontal?"height":"width",d);b.toShow.css({overflow:i});b.complete()}})},bounceslide:function(a){this.slide(a,{easing:a.down?"easeOutBounce":"swing",duration:a.down?1e3:200})}}})})(jQuery); +(function(a){"use strict";a.fn.extend({getBounds:function(){return a.extend({},a(this).offset(),{width:a(this).outerWidth(true),height:a(this).outerHeight(true)})},setBounds:function(b){a(this).css({left:b.left,top:b.top}).width(b.width).height(b.height);return this},getMaxZIndex:function(){var b=(a(this).css("z-index")=="auto"?0:a(this).css("z-index"))*1;a(this).siblings().each(function(d,c){b=Math.max(b,(a(c).css("z-index")=="auto"?0:a(c).css("z-index"))*1)});return b}});a.widget("wijmo.wijpopup",{options:{ensureOutermost:false,showEffect:"show",showOptions:{},showDuration:300,hideEffect:"hide",hideOptions:{},hideDuration:100,autoHide:false,position:{at:"left bottom",my:"left top"},showing:null,shown:null,hiding:null,hidden:null,posChanged:null},_create:function(){},_init:function(){if(!!this.options.ensureOutermost){var b=a("form");if(b.length===0)b=a(document.body);this.element.appendTo(b)}this.element.data("visible.wijpopup",false);this.element.css("position","absolute");this.element.position({of:a(document.body)});this.element.hide()},_setOption:function(c){a.Widget.prototype._setOption.apply(this,arguments);if(c==="autoHide"){var b=this.isVisible();this.hide();b&&this.show()}},destroy:function(){a.Widget.prototype.destroy.apply(this,arguments);this.isVisible()&&this.hide();if(a.browser.msie&&a.browser.version<7){jFrame=this.element.data("backframe.wijpopup");!jFrame&&jFrame.remove()}var b=this;this.element.unbind(".wijpopup");a.each(["visible","backframe","animating","width"],function(c,a){b.element.removeData(a+".wijpopup")})},isVisible:function(){return!!this.element.data("visible.wijpopup")&&this.element.is(":visible")},isAnimating:function(){return!!this.element.data("animating.wijpopup")},show:function(d){this._setPosition(d);if(this.isVisible())return;if(this._trigger("showing")===false)return;this.options.autoHide&&a(document.body).bind("mouseup.wijpopup",a.proxy(this._onDocMouseUp,this));var b=this.options.showEffect||"show",c=this.options.showDuration||300,e=this.options.showOptions||{};this.element.data("animating.wijpopup",true);if(a.effects&&a.effects[b])this.element.show(b,e,c,a.proxy(this._showCompleted,this));else this.element[b](b==="show"?null:c,a.proxy(this._showCompleted,this));(!b||!c||b==="show"||c<=0)&&this._showCompleted()},_showCompleted:function(){this.element.removeData("animating.wijpopup");this.element.data("visible.wijpopup",true);this._trigger("shown")},showAt:function(a,b){this.show({my:"left top",at:"left top",of:document.body,offset:""+a+" "+b})},hide:function(){if(!this.isVisible())return;if(this._trigger("hiding")===false)return;a(document.body).unbind("mouseup.wijpopup");var b=this.options.hideEffect||"hide",c=this.options.hideDuration||300,d=this.options.hideOptions||{};this.element.data("animating.wijpopup",true);if(a.effects&&a.effects[b])this.element.hide(b,d,c,a.proxy(this._hideCompleted,this));else this.element[b](b==="hide"?null:c,a.proxy(this._hideCompleted,this));(!b||!c||b==="hide"||c<=0)&&this._hideCompleted()},_hideCompleted:function(){if(this.element.data("width.wijpopup")!==undefined){this.element.width(this.element.data("width.wijpopup"));this.element.removeData("width.wijpopup")}this.element.unbind("move.wijpopup");this.element.removeData("animating.wijpopup");if(a.browser.msie&&a.browser.version<7){var b=this.element.data("backframe.wijpopup");b&&b.hide()}this._trigger("hidden")},_onDocMouseUp:function(b){var c=b.target?b.target:b.srcElement;if(this.isVisible()&&!!this.options.autoHide)c!=this.element.get(0)&&a(c).parents().index(this.element)<0&&this.hide()},_onMove:function(){var a=this.element.data("backframe.wijpopup");if(a){this.element.before(a);a.css({top:this.element.css("top"),left:this.element.css("left")})}},_addBackgroundIFrame:function(){if(a.browser.msie&&a.browser.version<7){var b=this.element.data("backframe.wijpopup");if(!b){b=jQuery("